@charset "UTF-8";
/*
  Created by Jean Wolters.
  For Influa
  Date: 17/06/2019
  Time: 14:44

  --- styles ---

 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
  Created by Pierre Bernardeau.
  For Influa
  Date: 10/04/2019
  Time: 09:49

  --- _animate ---

        _
    ,--'_`--.
  ,/( \   / )\.
 //  \ \_/ /  \\
|/___/     \___\|
((___       ___))    Join the Empire !!!  ﴾̵ ̵◎̵ ̵﴿
|\   \  _  /   /|
 \\  / / \ \  //
  `\(_/___\_)/'
    `--._.--'

 */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-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 zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.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;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 30px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*
Flaticon icon font: Flaticon
Creation date: 10/09/2019 08:15
*/
@font-face {
  font-family: "Flaticon";
  src: url("./fonts/Flaticon.eot");
  src: url("./fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("./fonts/Flaticon.woff2") format("woff2"), url("./fonts/Flaticon.woff") format("woff"), url("./fonts/Flaticon.ttf") format("truetype"), url("./fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-download:before {
  content: "";
}

.flaticon-down-arrow:before {
  content: "";
}

.flaticon-right-arrow:before {
  content: "";
}

.flaticon-plus:before {
  content: "";
}

.flaticon-cancel:before {
  content: "";
}

.flaticon-left-arrow:before {
  content: "";
}

.flaticon-euro:before {
  content: "";
}

.flaticon-facebook-logo:before {
  content: "";
}

.flaticon-linkedin-logo:before {
  content: "";
}

.flaticon-avatar:before {
  content: "";
}

@font-face {
  font-family: "Lato";
  src: url("./fonts/subset-Lato-Light.eot");
  src: url("./fonts/subset-Lato-Light.eot?#iefix") format("embedded-opentype"), url("./fonts/subset-Lato-Light.woff2") format("woff2"), url("./fonts/subset-Lato-Light.woff") format("woff"), url("./fonts/subset-Lato-Light.ttf") format("truetype"), url("./fonts/subset-Lato-Light.svg#Lato-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Optima";
  src: url("./fonts/subset-Optima-BoldItalic.eot");
  src: url("./fonts/subset-Optima-BoldItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/subset-Optima-BoldItalic.woff2") format("woff2"), url("./fonts/subset-Optima-BoldItalic.woff") format("woff"), url("./fonts/subset-Optima-BoldItalic.ttf") format("truetype"), url("./fonts/subset-Optima-BoldItalic.svg#Optima-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Optima";
  src: url("./fonts/subset-Optima-ExtraBlack.eot");
  src: url("./fonts/subset-Optima-ExtraBlack.eot?#iefix") format("embedded-opentype"), url("./fonts/subset-Optima-ExtraBlack.woff2") format("woff2"), url("./fonts/subset-Optima-ExtraBlack.woff") format("woff"), url("./fonts/subset-Optima-ExtraBlack.ttf") format("truetype"), url("./fonts/subset-Optima-ExtraBlack.svg#Optima-ExtraBlack") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Optima";
  src: url("./fonts/subset-Optima-Bold.eot");
  src: url("./fonts/subset-Optima-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/subset-Optima-Bold.woff2") format("woff2"), url("./fonts/subset-Optima-Bold.woff") format("woff"), url("./fonts/subset-Optima-Bold.ttf") format("truetype"), url("./fonts/subset-Optima-Bold.svg#Optima-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("./fonts/subset-Lato-Bold.eot");
  src: url("./fonts/subset-Lato-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/subset-Lato-Bold.woff2") format("woff2"), url("./fonts/subset-Lato-Bold.woff") format("woff"), url("./fonts/subset-Lato-Bold.ttf") format("truetype"), url("./fonts/subset-Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("./fonts/subset-Lato-Regular.eot");
  src: url("./fonts/subset-Lato-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/subset-Lato-Regular.woff2") format("woff2"), url("./fonts/subset-Lato-Regular.woff") format("woff"), url("./fonts/subset-Lato-Regular.ttf") format("truetype"), url("./fonts/subset-Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Optima";
  src: url("./fonts/subset-Optima-Italic.eot");
  src: url("./fonts/subset-Optima-Italic.eot?#iefix") format("embedded-opentype"), url("./fonts/subset-Optima-Italic.woff2") format("woff2"), url("./fonts/subset-Optima-Italic.woff") format("woff"), url("./fonts/subset-Optima-Italic.ttf") format("truetype"), url("./fonts/subset-Optima-Italic.svg#Optima-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Optima";
  src: url("./fonts/subset-Optima-Regular.eot");
  src: url("./fonts/subset-Optima-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/subset-Optima-Regular.woff2") format("woff2"), url("./fonts/subset-Optima-Regular.woff") format("woff"), url("./fonts/subset-Optima-Regular.ttf") format("truetype"), url("./fonts/subset-Optima-Regular.svg#Optima-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mega_field {
  position: relative;
}

.isfloating .floating-label {
  top: 2px;
  bottom: 10px;
  left: 10px;
  font-size: 11px;
  opacity: 1;
}

.inputText {
  padding: 15px 10px 5px;
  font-size: 16px;
  width: 100%;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 12px;
  transition: 0.2s ease all;
}

.menu__item--5 .menu__item-inner, .menu__item--4 .menu__item-inner, .menu__item--3 .menu__item-inner, .menu__item--1 .menu__item-inner, .deftext .bouton, .deftext blockquote::before, .deftext blockquote::after, .text_formating hr {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text_formating h1, .text_formating h2, .text_formating h3, .text_formating li::before, .text_formating p {
  color: #000000;
}
.text_formating hr {
  background-color: #512d6d;
}
.text_formating.blanc h1, .text_formating.blanc h2, .text_formating.blanc h3, .text_formating.blanc li::before, .text_formating.blanc p, .text_formating.blanc a {
  color: #ffffff;
}
.text_formating.blanc hr {
  background-color: #ffffff;
}
.text_formating h1 {
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 25px;
}
.text_formating h1 em {
  font-style: normal;
  color: #f6f6f6;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3.9px;
}
.text_formating h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 25px;
}
.text_formating h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.text_formating p {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .text_formating p {
    font-size: 100%;
  }
}
.text_formating hr {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 60px;
  height: 4px;
  border: none;
  margin: 0 0 15px;
}
.text_formating strong {
  font-weight: 700;
  color: #000000;
}

.single .content ul {
  padding-left: 1em !important;
}
.single .content ul li {
  margin-bottom: 10px;
  position: relative;
}
.single .content ul li::before {
  content: "";
  position: absolute;
  background-color: #668e2e;
  top: 5px;
  left: -1em;
  border: 2px solid #668e2e;
  border-radius: 100px;
  display: block;
  width: 10px;
  height: 10px;
}
.single .content ul li > ul {
  padding-left: 2em !important;
}
.single .content ul li > ul li {
  margin-bottom: 10px;
  position: relative;
}
.single .content ul li > ul li::before {
  content: "";
  position: absolute;
  background-color: initial;
  top: 0;
  bottom: 0;
  left: -1em;
  margin: auto;
  border: 2px solid #668e2e;
  border-radius: 100px;
  display: block;
  width: 10px;
  height: 10px;
}

.img_seo {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .img_seo {
    height: 100%;
  }
}
.img_seo img {
  margin-bottom: 0;
}
.img_seo img.hackwarp {
  max-width: none;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .img_seo img.hackwarp {
    max-width: 100%;
    max-height: none;
    height: auto;
    width: 100%;
  }
}
.img_seo img.hackwarpbis {
  max-height: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .img_seo img.hackwarpbis {
    max-height: 100%;
    max-width: none;
    width: auto;
    height: 100%;
  }
}

p, ul, li {
  margin-bottom: 20px;
}

picture img {
  margin-bottom: 0;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  margin: 15px 0;
  padding-left: 80px;
  position: relative;
  font-style: normal;
}
blockquote::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
}

@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: Lato;
  font-size: 17px;
  color: #000000;
  font-weight: 300;
  line-height: 1.2;
  padding-top: 110px !important;
  overflow-x: hidden;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 90px !important;
  }
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

*[data-href] {
  cursor: pointer;
}

.link {
  color: #000000;
  font-size: 13px;
  font-weight: 300;
  padding: 10px 15px;
  text-transform: uppercase;
}
.link:hover, .link:focus {
  color: #dddddd;
}
.link i {
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .nomobil {
    display: none;
  }
}

.mobil {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .mobil {
    display: block;
  }
}

.bouton {
  background-color: #668e2e;
  display: inline-block;
  padding: 10px 15px;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Lato";
  line-height: 15px;
  transition: all 0.3s;
}
.bouton:before {
  content: "> ";
  padding-right: 0.5em;
}
.bouton:hover, .bouton:focus {
  color: #f2f2f2;
  background-color: #42aa32 !important;
  background-image: none;
  text-decoration: none;
  border: none !important;
}
.bouton.pill {
  border-radius: 50px;
}

.alignright {
  float: right;
  margin: 0 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

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

picture img {
  margin-bottom: 0;
}

.pala {
  display: none;
}

.slider_controls {
  display: table;
}
.slider_controls .slick_nav {
  display: table-cell;
  padding: 2px;
  cursor: pointer;
}

.breadcrumb {
  background-color: #f6f6f6;
  margin-bottom: 0;
}

#breadcrumbs {
  font-size: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #000000;
  background-color: #f6f6f6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #breadcrumbs {
    margin-bottom: 10px;
  }
}
#breadcrumbs a {
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
}

.autoadjust > .col {
  display: flex;
  align-items: center;
}

/*
  Created by Pierre Bernardeau.
  For Influa
  Date: 19/04/2019
  Time: 16:56

  --- _deftext ---

        _
    ,--'_`--.    
  ,/( \   / )\.  
 //  \ \_/ /  \\ 
|/___/     \___\|
((___       ___))    Join the Empire !!!  ﴾̵ ̵◎̵ ̵﴿
|\   \  _  /   /|
 \\  / / \ \  // 
  `\(_/___\_)/'
    `--._.--'


 */
.deftext h1 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #512d6d;
}
.deftext p {
  margin-bottom: 20px;
}
.deftext blockquote {
  font-weight: 400;
  color: #f6f6f6;
  padding: 30px 0;
  position: relative;
  margin-bottom: 30px;
}
.deftext blockquote::before, .deftext blockquote::after {
  position: absolute;
  content: "";
  left: 0;
  height: 11px;
  width: 86px;
}
.deftext blockquote::before {
  top: 0;
}
.deftext blockquote::after {
  bottom: 0;
}
.deftext .bouton {
  color: #ffffff;
}

body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icons */
.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}

#icon-menu path {
  fill: #000000;
}

main {
  position: relative;
  width: 100%;
}

.frame {
  position: relative;
  z-index: 199;
}

.content {
  text-align: center;
  position: relative;
  z-index: 100;
}

.action {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 0;
}

.action--menu {
  pointer-events: auto;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1000;
}

.menu--open .action--menu {
  pointer-events: none;
}

.action--close {
  position: absolute;
  top: 1.5rem;
  left: 1.75rem;
  z-index: 1000;
  opacity: 0;
  padding: 0 0.5rem;
}

.icon--menu {
  width: 2rem;
}

.icon--close {
  width: 1rem;
}

#header_buttons .in {
  display: table;
  vertical-align: middle;
}
#header_buttons .in a {
  display: inline-block;
}
#header_buttons .in a .logo {
  display: inline-block;
}
#header_buttons .in a .logo_home {
  display: none;
}

.menu {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(3, 33.33%);
  pointer-events: none;
}

.menu--open {
  pointer-events: auto;
}

.menu__item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.menu__item-inner {
  overflow: hidden;
  transform: translate3d(100%, 0, 0);
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu__item--1 .menu__item-inner {
  text-align: left;
  background-color: #000000;
  background-image: url(../img/textures/bleudeg.jpg);
  color: #ffffff;
}
.menu__item--1 .menu__item-inner #menugrid {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(100px, auto);
}
.menu__item--1 .menu__item-inner #menugrid .elt img {
  width: 100%;
  height: auto;
}
.menu__item--1 .menu__item-inner #menugrid .elt0 {
  grid-column: 1;
  grid-row: 1;
}
.menu__item--1 .menu__item-inner #menugrid .bleu {
  grid-column: 1;
  grid-row: 2;
  background-image: url(../img/textures/lbleudeg.jpg);
}
.menu__item--1 .menu__item-inner #menugrid .bleu .in {
  display: table;
  width: 100%;
  height: 100%;
  background-image: url(../img/slashesmenu.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.menu__item--1 .menu__item-inner #menugrid .bleu .in .cont {
  display: table-cell;
  vertical-align: middle;
}
.menu__item--1 .menu__item-inner #menugrid .bleu .in .cont.real {
  position: relative;
  width: 229px;
  padding-left: 55px;
}
.menu__item--1 .menu__item-inner #menugrid .bleu .in .cont.real::before {
  font-family: Flaticon;
  font-size: 28px;
  position: absolute;
  left: 0;
  top: calc(50% - 14px);
  content: "";
}
.menu__item--1 .menu__item-inner #menugrid .bleu .in .cont.real a {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.55px;
}
.menu__item--1 .menu__item-inner #menugrid .elt1 {
  grid-column: 2/4;
  grid-row: 1/3;
}
.menu__item--1 .menu__item-inner #menugrid .elt2 {
  grid-column: 1/3;
  grid-row: 3;
}
.menu__item--1 .menu__item-inner #menugrid .elt3 {
  grid-column: 3;
  grid-row: 3;
}
.menu__item--1 .menu__item-inner .titre {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 5.6px;
  text-transform: uppercase;
}

.menu__item--2 .menu__item-inner {
  background-color: #f6f6f6;
}

.menu__item--3 .menu__item-inner {
  text-align: left;
  background-color: #000000;
  background-image: url(../img/textures/bleudeg.jpg);
  color: #ffffff;
}
.menu__item--3 .menu__item-inner .titre {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 5.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.menu__item--3 .menu__item-inner #menu-services a {
  letter-spacing: 2.8px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 15px;
  position: relative;
}
.menu__item--3 .menu__item-inner #menu-services a::before {
  top: 1px;
  position: absolute;
  left: 0;
}
.menu__item--3 .menu__item-inner #menu-services > li > a::before {
  content: ">";
}
.menu__item--3 .menu__item-inner #menu-services > li ul {
  padding-left: 15px;
}
.menu__item--3 .menu__item-inner #menu-services > li ul li a {
  padding-left: 15px;
}
.menu__item--3 .menu__item-inner #menu-services > li ul li a::before {
  top: 0;
  content: "+";
}
.menu__item--3 .menu__item-inner #menu-services .bouton {
  margin-top: 15px;
  padding: 7px 11px;
  display: table;
  text-align: center;
  min-width: 51%;
}
.menu__item--3 .menu__item-inner #menu-services .bouton a {
  letter-spacing: normal;
}
.menu__item--3 .menu__item-inner #menu-services .bouton.right > a::before {
  content: ">";
}
.menu__item--3 .menu__item-inner #menu-services .bouton.rdv > a {
  padding-left: 20px;
}
.menu__item--3 .menu__item-inner #menu-services .bouton.rdv > a::before {
  font-family: Flaticon;
  content: "";
}

.menu__item--4 .menu__item-inner {
  background-color: #000000;
  background-image: url(../img/textures/bleudeg.jpg);
  background-position: left top;
}
.menu__item--4 .menu__item-inner .logo {
  margin-bottom: 15px;
  display: table;
}
.menu__item--4 .menu__item-inner li a {
  letter-spacing: 2.8px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 15px;
  position: relative;
}
.menu__item--4 .menu__item-inner li a::before {
  top: 1px;
  position: absolute;
  left: 0;
  content: ">";
}
.menu__item--4 .menu__item-inner li.bouton {
  margin: 15px 0;
  padding: 7px 11px;
}
.menu__item--4 .menu__item-inner li.bouton a {
  letter-spacing: normal;
}
.menu__item--4 .menu__item-inner li.bouton.right > a::before {
  content: ">";
}
.menu__item--4 .menu__item-inner .whois {
  color: #f6f6f6;
  font-size: 14px;
}
.menu__item--4 .menu__item-inner .whois a {
  color: #f6f6f6;
}

.menu__item--5 .menu__item-inner {
  background-color: #000000;
  background-image: url(../img/textures/bleudeg.jpg);
}
.menu__item--5 .menu__item-inner .elt {
  height: 100%;
  width: 100%;
}
.menu__item--5 .menu__item-inner .elt img {
  width: 100%;
  height: auto;
}

.menu__item--2,
.menu__item--5 {
  display: none;
}

.mainmenu__item {
  opacity: 0;
}

.mainmenu__item,
.sidemenu__item {
  position: relative;
  overflow: hidden;
  transition: color 0.1s;
  margin: 0.25rem 0;
  display: block;
}

.sidemenu__item-inner {
  display: block;
  transform: translate3d(0, 100%, 0);
}

.menu__item-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}

.menu__item-inner:hover .menu__item-map {
  transform: scale3d(1.1, 1.1, 1);
}

.menu__item-hoverlink {
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
  z-index: 1000;
  display: block;
}

.menu__item-hoverlink:hover {
  color: #ffffff;
}

.menu__item-link {
  text-align: left;
  align-self: flex-start;
  justify-self: start;
  font-size: 1.5rem;
  width: 100%;
  line-height: 1;
  padding: 2rem;
  margin: 3rem 0 auto;
  display: flex;
  flex-direction: column;
  height: calc(100% - 3rem);
}

.menu__item-link::after {
  content: "⟶";
  display: block;
  margin-top: auto;
  font-size: 0.95rem;
}

@media screen and (min-width: 53em) {
  body {
    padding: 0;
  }

  .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    min-height: 100vh;
    text-align: left;
  }

  .frame {
    position: fixed;
    z-index: 199;
    top: 0;
    left: 0;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding: 1.5rem;
    pointer-events: none;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto;
    grid-template-areas: "codropsheader info" "... ..." "github ...";
  }

  .frame a {
    pointer-events: auto;
  }

  .menu {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    grid-template-columns: 20% 30% 50%;
    grid-template-rows: 60% 40%;
    grid-template-areas: "item3 item2 item1" "item4 item5 item1";
  }

  .menu__item {
    height: 100%;
  }
  .menu__item .nav {
    display: block;
  }

  .menu__item--1 {
    grid-area: item1;
  }

  .menu__item--2 {
    grid-area: item2;
  }

  .menu__item--3 {
    grid-area: item3;
  }

  .menu__item--4 {
    grid-area: item4;
  }

  .menu__item--5 {
    grid-area: item5;
  }

  .menu__item--2,
.menu__item--5 {
    display: block;
  }

  .menu__item-inner {
    align-items: center;
  }

  .mainmenu,
.sidemenu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .mainmenu {
    width: 100%;
  }

  .mainmenu__item {
    font-size: 5vw;
    text-transform: lowercase;
    overflow: visible;
    margin: 0.5rem 0;
    padding: 0 0.5rem;
    position: relative;
    transition: color 0.3s;
  }

  .mainmenu__item:hover {
    color: #f6f6f6;
  }

  .mainmenu__item::before {
    counter-increment: menuitem;
    content: counters(menuitem, "", decimal-leading-zero);
    position: absolute;
    font-size: 0.85rem;
    top: 25%;
    left: -1.25rem;
    color: #f6f6f6;
  }

  .mainmenu__item::after {
    content: "";
    width: 100%;
    top: 58%;
    height: 6px;
    background: #f6f6f6;
    position: absolute;
    left: 0;
    opacity: 0;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s, opacity 0.3s;
    transform-origin: 100% 50%;
  }

  .mainmenu__item:hover::after {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }

  .sidemenu__item {
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-size: 0.85rem;
  }

  .menu__item-hoverlink {
    font-size: 1.25rem;
    text-transform: lowercase;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .menu__item-inner:hover .menu__item-hoverlink {
    opacity: 1;
  }
}
/*
  Created by Jean Wolters.
  For Influa
  Date: 17/06/2019
  Time: 11:35

  --- _home ---


 */
#home .full_img {
  overflow: hidden;
  height: 100vh;
  position: relative;
  filter: brightness(75%);
}
#home .full_img img {
  height: 100vh;
  width: 100vw;
  min-width: 1905px;
  max-width: none;
  position: absolute;
  left: -100%;
  right: -100%;
  bottom: 0;
  top: 0;
  margin: 0 auto;
}
#home .vert {
  color: #97d700;
}
#home .fi {
  font-size: 40px;
}
#home .down {
  justify-content: center;
  padding-top: 0;
}
#home_intro {
  margin-top: -110px;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
#home_intro_cont {
  padding-top: 2em;
  padding-right: 0;
  padding-left: 0;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  color: #ffffff;
}
#home_intro_cont_titre {
  text-align: center;
}
#home_intro_cont_titre span {
  padding-bottom: 10px;
  display: block;
  font-weight: 600;
  color: #ffffff;
}
#home_intro_cont_titre .plantons {
  color: #97d700;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 50px;
  margin-bottom: 0.5em;
}
#home_intro_cont_titre .annee {
  font-size: 26px;
}
#home_intro_cont_titre .chiffre_intro {
  color: #ffffff;
  font-size: 45px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #home_intro_cont_titre .chiffre_intro {
    font-size: 50px;
  }
}
#home_intro_cont_titre .ss_chiffre {
  font-family: Lato;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}
#home_intro_cont_titre .nbr_entreprise {
  text-transform: uppercase;
  padding-top: 26px;
}
#home_intro_cont .sst {
  padding-top: 40px;
}
#home_intro_cont .sstitre {
  text-align: center;
}
#home_intro_cont .sstitre span {
  display: block;
  text-transform: none;
}
#home_intro_cont .sstitre span:first-of-type {
  text-transform: uppercase;
}
#home_intro_cont span {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 5.2px;
}
#home_intro_cont p {
  font-family: "Optima";
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
}
#home_intro_cont .chiffre {
  padding-bottom: 80px;
}
#home_intro_cont .chiffre p {
  font-family: "Lato";
  font-weight: 300;
  font-size: 34px;
}
#home_intro_cont .chiffre .chf {
  justify-content: center;
  padding-top: 12px;
  text-align: center;
}
#home_intro_cont .chiffre .chiffres {
  display: block;
  color: #97d700;
  font-family: "Optima";
  font-size: 65px;
  letter-spacing: 0;
}
#home_intro_cont .bouton {
  background-color: transparent;
  border: 2px solid #97d700;
  font-size: 14px;
}
#home_presentation {
  padding-top: 78px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #home_presentation {
    padding: 0 0 70px 0;
  }
  #home_presentation .row {
    margin: 0;
  }
}
#home_presentation .mobilversion {
  display: none;
}
@media screen and (max-width: 768px) {
  #home_presentation .mobilversion {
    display: block;
  }
}
#home_presentation .titre {
  padding-right: 60px;
  padding-left: 45px;
}
@media screen and (max-width: 768px) {
  #home_presentation .titre {
    margin-top: 40px;
  }
}
#home_presentation .titre h1 {
  text-transform: uppercase;
  letter-spacing: 2.64px;
  font-size: 12px;
}
#home_presentation .titre p {
  font-size: 30px;
  font-weight: 400;
  font-family: "Optima";
  color: #512d6d;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #home_presentation .titre p {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  #home_presentation .reftext {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#home_presentation .reftext p {
  font-size: 16px;
}
#home_presentation .reftext p:first-of-type {
  font-size: 20px;
  color: #42aa32;
}
#home_presentation .reftext a {
  text-transform: uppercase;
  color: #000000;
  font-size: 12px;
}
#home_presentation .reftext a:hover, #home_presentation .reftext a:focus {
  color: #42aa32;
}
#home_presentation .reftext a:before {
  content: ">";
  padding-right: 0.5em;
}
#home_soutenir {
  padding: 68px 0;
  background-color: #f6f6f6;
}
#home_soutenir_titre {
  text-align: center;
  padding-bottom: 41px;
}
@media screen and (max-width: 768px) {
  #home_soutenir_titre {
    padding-bottom: 10px;
  }
}
#home_soutenir_titre span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.64px;
}
#home_soutenir_titre h2 {
  color: #512d6d;
  font-family: "Optima";
  font-size: 40px;
}
#home_soutenir_titre p {
  color: #42aa32;
  font-family: "Optima";
  font-size: 40px;
}
#home_soutenir .link_sout {
  position: relative;
  height: 340px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #home_soutenir .link_sout {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #home_soutenir .link_sout {
    height: auto;
  }
}
#home_soutenir .fond {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #home_soutenir .fond {
    height: auto;
  }
}
#home_soutenir .fond img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 768px) {
  #home_soutenir .fond img {
    position: initial;
    height: auto;
    width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
#home_soutenir .contenu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 768px) {
  #home_soutenir .contenu {
    position: initial;
    margin: 0;
  }
}
#home_soutenir .contenu .bouton {
  background-color: transparent;
  border: 1px solid #97d700;
}
#home_soutenir .contenu .text {
  padding-top: 68px;
  padding-left: 53px;
}
@media screen and (max-width: 768px) {
  #home_soutenir .contenu .text {
    padding: 50px 10px 20px 10px;
    text-align: center;
  }
}
#home_soutenir .contenu .h2 {
  font-family: "Optima";
}
#home_soutenir .contenu.transvert {
  background-color: rgba(102, 142, 46, 0.2);
  margin: 0;
  width: 94%;
}
@media screen and (max-width: 768px) {
  #home_soutenir .contenu.transvert {
    background-color: #668e2e;
    width: 100%;
  }
}
#home_soutenir .contenu.vertF .h2 {
  color: #97d700;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #home_soutenir .contenu.vertF .h2 {
    color: #ffffff;
  }
}
#home_soutenir .contenu.vertF .text {
  padding-top: 34px;
}
#home_soutenir .contenu.vertF div:first-of-type {
  background-color: #668e2e;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #home_soutenir .contenu.vertF div:first-of-type {
    background-color: transparent;
  }
}
#home_programme {
  background-color: #f6f6f6;
  color: #ffffff;
  text-align: center;
}
#home_programme h2 {
  font-family: "Optima";
  font-size: 30px;
}
#home_programme span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.64px;
}
#home_programme a {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 768px) {
  #home_programme a {
    bottom: 20px;
  }
}
#home_programme a:hover, #home_programme a:focus {
  color: #42aa32;
}
#home_programme a:before {
  content: ">";
  padding-right: 0.5em;
}
#home_programme p {
  letter-spacing: 0.72px;
  font-size: 18px;
}
#home_programme .titre {
  justify-content: center;
  padding-bottom: 38px;
}
#home_programme .titre h2, #home_programme .titre span {
  font-family: "Optima";
  font-size: 40px;
  color: #512d6d;
}
#home_programme .titre span {
  padding-left: 0.2em;
  color: #42aa32;
  text-transform: none;
}
#home_programme .prog {
  justify-content: space-around;
}
#home_programme .prog .h2 {
  font-family: "Optima";
  font-size: 21px;
  color: #ffffff;
  display: block;
}
#home_programme .prog div {
  background-repeat: no-repeat;
  height: 417px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #home_programme .prog div {
    height: 480px;
  }
}
@media screen and (max-width: 768px) {
  #home_programme .prog div {
    margin-bottom: 10px;
  }
}
#home_programme .prog div.planter {
  background-image: url("../img/Programme-Planter-Plantons-pour-l-avenir.jpg");
  background-color: #42aa32;
  padding-top: 139px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #home_programme .prog div.planter {
    background-color: #4BB33A;
  }
}
@media screen and (max-width: 768px) {
  #home_programme .prog div.planter {
    background-size: cover;
  }
}
#home_programme .prog div.planter a:hover, #home_programme .prog div.planter a:focus {
  color: #97d700;
}
#home_programme .prog div.SeF {
  background-image: url("../img/Programme-Sensibiliser-former-Plantons-pour-l-avenir.jpg");
  background-color: #668e2e;
  padding-top: 139px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #home_programme .prog div.SeF {
    background-color: #156143;
  }
}
@media screen and (max-width: 768px) {
  #home_programme .prog div.SeF {
    background-size: cover;
  }
}
#home_programme .prog div.SeF .h2 {
  padding: 0 16px;
}
#home_programme .prog div.innover {
  background-image: url("../img/Programme-Innover-Plantons-pour-l-avenir.jpg");
  background-color: #512d6d;
  padding-top: 139px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #home_programme .prog div.innover {
    background-color: #492167;
  }
}
@media screen and (max-width: 768px) {
  #home_programme .prog div.innover {
    background-size: cover;
  }
}
#home_projets {
  padding-top: 54px;
}
#home_projets_titre {
  text-align: center;
}
#home_projets_titre span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.64px;
}
#home_projets_titre h2 {
  color: #512d6d;
  font-family: "Optima";
  font-size: 40px;
  margin-bottom: 0;
}
#home_projets_titre h2 span {
  display: block;
  color: #42aa32;
  font-family: "Optima";
  font-size: 40px;
  margin-bottom: 40px;
  text-transform: none;
  letter-spacing: 0;
}
#home_projets .projet {
  padding: 1px;
}
#home_projets .projet .img_seo {
  height: 188px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #home_projets .projet .img_seo {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #home_projets .projet .img_seo img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}
#home_projets .projet .conten {
  background-color: #f6f6f6;
  font-size: 18px;
  padding: 25px 30px 36px 45px;
}
#home_projets .projet .conten div {
  height: 125px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #home_projets .projet .conten div {
    height: 230px;
  }
}
#home_projets .projet .conten div a {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.5px;
}
#home_projets .projet .conten div a:before {
  content: ">";
  padding-right: 0.5em;
}
#home_projets .projet .conten div a:hover, #home_projets .projet .conten div a:focus {
  color: #42aa32;
}
#home_projets .projet .conten.large {
  padding-right: 80px;
}
#home_projets .projet .conten span {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4.25px;
  color: #42aa32;
}
#home_projets .projet .conten .h2 {
  display: block;
  color: #000000;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
  letter-spacing: 2px;
}
#home_map {
  padding-top: 54px;
}
#home_map img {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: none;
}
#home_map_titre {
  text-align: center;
}
#home_map_titre span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.64px;
}
#home_map_titre .h2 {
  display: block;
  color: #512d6d;
  font-family: "Optima";
  font-size: 40px;
  margin-bottom: 0;
}
#home_map_titre p {
  color: #42aa32;
  font-family: "Optima";
  font-size: 40px;
  margin-bottom: 40px;
}
#home_map a {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  background-color: #ffffff;
  font-size: 13px;
  color: #000000;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #home_map a {
    bottom: 15px;
  }
}
#home_mecene {
  padding-top: 72px;
}
#home_mecene .logo_mecene {
  display: flex;
  justify-content: center;
  align-items: center;
}
#home_mecene .img_seo img {
  filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  #home_mecene .img_seo img {
    max-height: none;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
#home_blog {
  background-color: #f6f6f6;
  padding-top: 64px;
}
#home_blog_titre {
  text-align: center;
  padding-bottom: 50px;
}
#home_blog_titre span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.64px;
}
#home_blog_titre .h2 {
  display: block;
  color: #512d6d;
  font-family: "Optima";
  font-size: 40px;
  margin-bottom: 0;
}
#home_blog_link {
  justify-content: center;
  padding: 55px 0;
}
#home_blog_link a {
  text-transform: uppercase;
  color: #000000;
  font-size: 12px;
}
#home_blog_link a:before {
  content: ">";
  padding-right: 0.5em;
}
#home_blog_link a:hover, #home_blog_link a:focus {
  color: #42aa32;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #home_blog .article {
    margin-bottom: 10px;
  }
  #home_blog .article img {
    min-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #home_blog .article:hover .img_seo img {
    filter: grayscale(100%);
  }
  #home_blog .article:hover .img_seo span {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 768px) {
  #home_blog .article {
    margin-bottom: 40px;
  }
}
#home_blog .article .img_seo {
  height: 188px;
}
#home_blog .article .img_seo .hackwarp {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  #home_blog .article .img_seo .hackwarp {
    max-height: none;
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 346px) {
  #home_blog .article .img_seo .hackwarp {
    max-width: none;
    height: 100%;
    width: auto;
  }
}
#home_blog .article .img_seo span {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 4.25px;
  padding: 20px;
  color: #ffffff;
  background-color: rgba(66, 170, 50, 0.8);
}
#home_blog .article .contenu {
  background-color: #ffffff;
  padding: 45px 44px 50px 43px;
  height: 180px;
}
#home_blog .article .contenu .h2 {
  display: block;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 300;
}
#home_blog .article .contenu a {
  color: #000000;
  text-transform: uppercase;
  font-size: 10px;
}
#home_blog .article .contenu a:before {
  content: ">";
  padding-right: 0.5em;
}
#home_blog .article .contenu a:hover, #home_blog .article .contenu a:focus {
  color: #42aa32;
}

#p404 .error404 {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#p404 .error404 h2 {
  font-family: "Optima";
  color: #512d6d;
}
#p404 .error404 img {
  filter: blur(1px) grayscale(10%);
  max-width: 40%;
  margin: 40px auto;
}
#p404 .error404 img:hover {
  filter: blur(0) grayscale(0);
}

/*
  Created by Jean Wolters.
  For Influa
  Date: 17/06/2019
  Time: 14:03

  --- _header ---


 */
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 107;
  background-color: #ffffff;
  height: 110px;
  transition-duration: 0.5s;
}
@media screen and (max-width: 992px) {
  #header {
    height: 90px;
  }
}
#header .bandeau_ie {
  display: none;
  background-color: #ffffff;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #header.front {
    background-color: transparent;
    background: linear-gradient(rgba(77, 85, 82, 0.7), transparent);
    transition-duration: 0.5s;
  }
  #header.front #menu-principal a {
    color: #ffffff;
  }
  #header.front #menu-principal a:hover {
    color: #ffffff;
  }
  #header.front #menu-top a {
    color: #ffffff;
  }
  #header.front #menu-top a:hover {
    color: #97d700;
  }
  #header.front .bouton {
    background-color: transparent;
    border: 1px solid #42aa32;
    color: #ffffff;
  }
}
@media screen and (max-width: 992px) {
  #header .container {
    padding: 0;
  }
}
#header a {
  color: #512d6d;
}
#header a.bouton {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 2.24px;
  padding: 17px 25px 16px 19px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #header a.bouton {
    letter-spacing: 0;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 992px) {
  #header a.bouton {
    padding: 10px;
    letter-spacing: 1.5px;
  }
}
#header .shadow {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
#header li::before {
  display: none;
}
#header .dropdown-toggle {
  white-space: normal;
}
#header_navbar {
  position: relative;
  padding: 0 1rem;
}
@media screen and (max-width: 992px) {
  #header_navbar {
    padding: 0;
  }
}
#header_navbar_logo {
  padding: 0;
}
@media screen and (max-width: 992px) {
  #header_navbar_logo {
    padding: 5px 10px;
  }
}
#header_navbar_logo img {
  margin-bottom: 0;
  max-height: 110px;
  width: auto;
}
@media screen and (max-width: 992px) {
  #header_navbar_logo img {
    max-height: 80px;
  }
}
#header_navbar .navbar-toggler {
  border: 1px solid #668e2e;
  margin-right: 10px;
}
#header_navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(8,34,23, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  width: 1em;
}
@media screen and (max-width: 992px) {
  #header_navbar .bouton {
    position: absolute;
    top: 28px;
    right: 62px;
  }
  #header_navbar .bouton:before {
    padding-right: 0;
  }
}
#header_navbar .nav-link {
  padding: 0 1rem;
}
#header_navbar_menu #menu-principal {
  box-sizing: border-box;
  transition: all 0.35s ease;
}
@media screen and (max-width: 992px) {
  #header_navbar_menu #menu-principal {
    background-color: #ffffff;
    padding-bottom: 30px;
    width: 100%;
  }
}
#header_navbar_menu #menu-principal li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0.5em;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #header_navbar_menu #menu-principal li {
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  #header_navbar_menu #menu-principal li.mobil {
    display: block !important;
  }
}
#header_navbar_menu #menu-principal a {
  padding: 0.5em 0.8em;
  margin: 0.2em 0;
  display: block;
  color: #512d6d;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.1px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #header_navbar_menu #menu-principal a {
    font-size: 13px;
    letter-spacing: 0;
  }
}
#header_navbar_menu #menu-principal a:before, #header_navbar_menu #menu-principal a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: "";
  transition: all 0.35s ease;
  opacity: 0;
}
#header_navbar_menu #menu-principal a:before {
  left: 0;
  top: 0;
  border-left: 3px solid #42aa32;
  border-top: 3px solid #42aa32;
  transform: translate(100%, 50%);
}
#header_navbar_menu #menu-principal a:after {
  right: 0;
  bottom: 0;
  border-right: 3px solid #42aa32;
  border-bottom: 3px solid #42aa32;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  border-top: none;
}
#header_navbar_menu #menu-principal a:hover {
  color: #000000;
}
#header_navbar_menu #menu-principal a:hover:before, #header_navbar_menu #menu-principal a:hover:after {
  transform: translate(0%, 0%);
  opacity: 1;
}
#header_navbar_menu #menu-principal a:hover:after {
  border-top: none;
  border-left: none;
}
#header_navbar_menu #menu-principal .current-menu-item a {
  color: #000000;
}
#header_navbar_menu #menu-principal .current-menu-item a:before, #header_navbar_menu #menu-principal .current-menu-item a:after {
  transform: translate(0%, 0%);
  opacity: 1;
}
#header_navbar_menu #menu-principal .dropdown-menu {
  background-color: #f6f6f6;
  border: none;
  height: 173px;
  width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  left: 0 !important;
  top: 107px !important;
  width: 100%;
  position: fixed;
}
@media screen and (max-width: 992px) {
  #header_navbar_menu #menu-principal .dropdown-menu {
    margin-top: 0;
    position: initial;
    left: auto;
    top: auto;
    background-color: #ffffff;
    height: auto;
  }
  #header_navbar_menu #menu-principal .dropdown-menu li {
    margin-left: 1em;
  }
}
#header_navbar_menu #menu-principal .dropdown-menu.show {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 992px) {
  #header_navbar_menu #menu-principal .dropdown-menu.show {
    align-items: flex-start;
    padding-left: 0 !important;
    left: 0 !important;
  }
}
#header_navbar_menu #menu-principal .dropdown-menu .intro {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 388px;
}
@media screen and (max-width: 992px) {
  #header_navbar_menu #menu-principal .dropdown-menu .intro {
    display: none;
  }
}
#header_navbar_menu #menu-principal .dropdown-menu .intro .img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#header_navbar_menu #menu-principal .dropdown-menu .intro .filtre {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  z-index: 200;
  top: 0;
  left: 0;
  background-color: rgba(102, 142, 46, 0.6);
  height: 100%;
  width: 100%;
}
#header_navbar_menu #menu-principal .dropdown-menu .intro .filtre img {
  margin-bottom: 0;
}
#header_navbar_menu #menu-principal .dropdown-menu .intro .filtre span {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3.5px;
  padding-left: 20px;
}
#header_navbar_menu #menu-principal .dropdown-menu .inmenu {
  display: flex;
}
#header_navbar_menu #menu-principal .dropdown-menu .inmenu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header_navbar_menu #menu-principal .dropdown-menu .inmenu ul a {
  padding: 0;
  color: #512d6d;
}
#header_navbar_menu #menu-principal .dropdown-menu .inmenu ul a:hover, #header_navbar_menu #menu-principal .dropdown-menu .inmenu ul a:focus {
  color: #42aa32;
  background-color: #f6f6f6;
}
#header_navbar_menu #menu-principal .dropdown-menu .menu-item a {
  text-transform: none;
  font-weight: 300;
}
#header_navbar_menu #menu-principal .dropdown-menu .menu-item a:before, #header_navbar_menu #menu-principal .dropdown-menu .menu-item a:after {
  height: 0;
  width: 0;
  border: none;
}
#header_navbar_menu #menu-principal .dropdown-menu .menu-item a:before {
  content: ">";
  padding-right: 0.5em;
  position: relative;
  opacity: 1;
}
#header_navbar_menu_top {
  font-size: 12px;
  position: absolute;
  right: 20%;
  top: 20%;
}
#header_navbar_menu_top li {
  margin-bottom: 0;
}
#header_navbar_menu_top li a {
  color: #4d5552;
}
#header_navbar_menu_top li a:hover {
  color: #97d700;
}

/*
  Created by Jean Wolters.
  For Influa
  Date: 17/06/2019
  Time: 12:27

  --- _footer ---


 */
#footer, #footer_mobil {
  font-size: 12px;
}
#footer_logo img, #footer_mobil_logo img {
  max-width: 125px;
  max-height: 125px;
  width: auto;
}
#footer a, #footer_mobil a {
  color: #000000;
}
#footer a.bouton, #footer_mobil a.bouton {
  color: #ffffff;
}
#footer li, #footer_mobil li {
  margin-bottom: 0;
}
#footer span, #footer_mobil span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 3px;
}
#footer #menu-les-fonds .contacter_footer, #footer_mobil #menu-les-fonds .contacter_footer {
  padding-top: 3em;
  text-transform: uppercase;
}
#footer_legal, #footer_mobil_legal {
  margin-top: 40px;
  color: #999999;
}
@media screen and (max-width: 768px) {
  #footer_legal, #footer_mobil_legal {
    margin-top: 10px;
  }
}
#footer_legal span, #footer_mobil_legal span {
  display: inline-block;
  text-transform: none;
  font-weight: 300;
  font-size: 12px;
  padding-bottom: 0;
}
#footer_legal a, #footer_mobil_legal a {
  padding-left: 1em;
  color: #666666;
}

#footer {
  background-color: #ffffff;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #footer {
    display: none;
  }
}

#footer_mobil {
  display: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer_mobil {
    display: block;
    background-color: #f6f6f6;
  }
}
#footer_mobil .navbar-brand {
  margin: 0;
}
#footer_mobil .navbar-brand img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
#footer_mobil .footer_contact {
  justify-content: center;
  align-items: center;
}
#footer_mobil .footer_contact .bouton {
  font-size: 12px;
  padding: 5px 7px;
  background-color: #668e2e;
  color: #ffffff;
  border: 1px solid #668e2e;
}
#footer_mobil .link {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #footer_mobil .link {
    text-align: left;
    padding-top: 35px;
  }
}
#footer_mobil .link .row {
  padding-bottom: 1em;
}
#footer_mobil .link a:before {
  content: ">";
  padding-right: 0.5em;
}

#cookie-law-info-bar a {
  cursor: pointer;
}

#menu_lateral li {
  margin-bottom: 0;
}
#menu_lateral li:before {
  content: "";
  padding-right: 0;
}
#menu_lateral li.active {
  font-weight: 400;
  text-decoration: underline;
}
#menu_lateral li.active a {
  color: #42aa32;
}
#menu_lateral li a {
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 28px;
  text-decoration: none;
}
#menu_lateral li a:before {
  content: ">";
  padding-right: 0.5em;
}

#qsn, #reboiser, #planter, #cat, #single_projet, #depot, #catProgramme, #devenirMecene, #defiscalisation, #mecenes, #single_mecenes, #valoriser, #contact, #mention_content, #faireDon {
  padding: 0;
}
#qsn #breadcrumbs, #reboiser #breadcrumbs, #planter #breadcrumbs, #cat #breadcrumbs, #single_projet #breadcrumbs, #depot #breadcrumbs, #catProgramme #breadcrumbs, #devenirMecene #breadcrumbs, #defiscalisation #breadcrumbs, #mecenes #breadcrumbs, #single_mecenes #breadcrumbs, #valoriser #breadcrumbs, #contact #breadcrumbs, #mention_content #breadcrumbs, #faireDon #breadcrumbs {
  font-size: 10px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #000000;
  background-color: #f6f6f6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #qsn #breadcrumbs, #reboiser #breadcrumbs, #planter #breadcrumbs, #cat #breadcrumbs, #single_projet #breadcrumbs, #depot #breadcrumbs, #catProgramme #breadcrumbs, #devenirMecene #breadcrumbs, #defiscalisation #breadcrumbs, #mecenes #breadcrumbs, #single_mecenes #breadcrumbs, #valoriser #breadcrumbs, #contact #breadcrumbs, #mention_content #breadcrumbs, #faireDon #breadcrumbs {
    margin-bottom: 10px;
  }
}
#qsn #breadcrumbs a, #reboiser #breadcrumbs a, #planter #breadcrumbs a, #cat #breadcrumbs a, #single_projet #breadcrumbs a, #depot #breadcrumbs a, #catProgramme #breadcrumbs a, #devenirMecene #breadcrumbs a, #defiscalisation #breadcrumbs a, #mecenes #breadcrumbs a, #single_mecenes #breadcrumbs a, #valoriser #breadcrumbs a, #contact #breadcrumbs a, #mention_content #breadcrumbs a, #faireDon #breadcrumbs a {
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
}
#qsn span, #reboiser span, #planter span, #cat span, #single_projet span, #depot span, #catProgramme span, #devenirMecene span, #defiscalisation span, #mecenes span, #single_mecenes span, #valoriser span, #contact span, #mention_content span, #faireDon span {
  text-transform: uppercase;
  letter-spacing: 2.64px;
  font-size: 12px;
}
#qsn span.purple, #reboiser span.purple, #planter span.purple, #cat span.purple, #single_projet span.purple, #depot span.purple, #catProgramme span.purple, #devenirMecene span.purple, #defiscalisation span.purple, #mecenes span.purple, #single_mecenes span.purple, #valoriser span.purple, #contact span.purple, #mention_content span.purple, #faireDon span.purple {
  text-transform: none;
  letter-spacing: 0;
  font-size: 100%;
}
#qsn h2, #qsn .h2, #reboiser h2, #reboiser .h2, #planter h2, #planter .h2, #cat h2, #cat .h2, #single_projet h2, #single_projet .h2, #depot h2, #depot .h2, #catProgramme h2, #catProgramme .h2, #devenirMecene h2, #devenirMecene .h2, #defiscalisation h2, #defiscalisation .h2, #mecenes h2, #mecenes .h2, #single_mecenes h2, #single_mecenes .h2, #valoriser h2, #valoriser .h2, #contact h2, #contact .h2, #mention_content h2, #mention_content .h2, #faireDon h2, #faireDon .h2 {
  font-family: "Optima";
  font-size: 30px;
  color: #512d6d;
  padding-top: 22px;
  font-weight: 400;
}
#qsn .h2, #reboiser .h2, #planter .h2, #cat .h2, #single_projet .h2, #depot .h2, #catProgramme .h2, #devenirMecene .h2, #defiscalisation .h2, #mecenes .h2, #single_mecenes .h2, #valoriser .h2, #contact .h2, #mention_content .h2, #faireDon .h2 {
  letter-spacing: 0;
  text-transform: none;
  display: block;
}
#qsn_banniere, #reboiser_banniere, #planter_banniere, #cat_banniere, #single_projet_banniere, #depot_banniere, #catProgramme_banniere, #devenirMecene_banniere, #defiscalisation_banniere, #mecenes_banniere, #single_mecenes_banniere, #valoriser_banniere, #contact_banniere, #mention_content_banniere, #faireDon_banniere {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #qsn_banniere .hackwarp, #reboiser_banniere .hackwarp, #planter_banniere .hackwarp, #cat_banniere .hackwarp, #single_projet_banniere .hackwarp, #depot_banniere .hackwarp, #catProgramme_banniere .hackwarp, #devenirMecene_banniere .hackwarp, #defiscalisation_banniere .hackwarp, #mecenes_banniere .hackwarp, #single_mecenes_banniere .hackwarp, #valoriser_banniere .hackwarp, #contact_banniere .hackwarp, #mention_content_banniere .hackwarp, #faireDon_banniere .hackwarp {
    height: 100%;
    max-width: none;
    width: auto;
  }
}
#qsn_banniere .fond_vert, #reboiser_banniere .fond_vert, #planter_banniere .fond_vert, #cat_banniere .fond_vert, #single_projet_banniere .fond_vert, #depot_banniere .fond_vert, #catProgramme_banniere .fond_vert, #devenirMecene_banniere .fond_vert, #defiscalisation_banniere .fond_vert, #mecenes_banniere .fond_vert, #single_mecenes_banniere .fond_vert, #valoriser_banniere .fond_vert, #contact_banniere .fond_vert, #mention_content_banniere .fond_vert, #faireDon_banniere .fond_vert {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(102, 142, 46, 0.7);
}
#qsn_banniere .text, #reboiser_banniere .text, #planter_banniere .text, #cat_banniere .text, #single_projet_banniere .text, #depot_banniere .text, #catProgramme_banniere .text, #devenirMecene_banniere .text, #defiscalisation_banniere .text, #mecenes_banniere .text, #single_mecenes_banniere .text, #valoriser_banniere .text, #contact_banniere .text, #mention_content_banniere .text, #faireDon_banniere .text {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}
#qsn_banniere .text h1, #qsn_banniere .text h2, #qsn_banniere .text .h2, #reboiser_banniere .text h1, #reboiser_banniere .text h2, #reboiser_banniere .text .h2, #planter_banniere .text h1, #planter_banniere .text h2, #planter_banniere .text .h2, #cat_banniere .text h1, #cat_banniere .text h2, #cat_banniere .text .h2, #single_projet_banniere .text h1, #single_projet_banniere .text h2, #single_projet_banniere .text .h2, #depot_banniere .text h1, #depot_banniere .text h2, #depot_banniere .text .h2, #catProgramme_banniere .text h1, #catProgramme_banniere .text h2, #catProgramme_banniere .text .h2, #devenirMecene_banniere .text h1, #devenirMecene_banniere .text h2, #devenirMecene_banniere .text .h2, #defiscalisation_banniere .text h1, #defiscalisation_banniere .text h2, #defiscalisation_banniere .text .h2, #mecenes_banniere .text h1, #mecenes_banniere .text h2, #mecenes_banniere .text .h2, #single_mecenes_banniere .text h1, #single_mecenes_banniere .text h2, #single_mecenes_banniere .text .h2, #valoriser_banniere .text h1, #valoriser_banniere .text h2, #valoriser_banniere .text .h2, #contact_banniere .text h1, #contact_banniere .text h2, #contact_banniere .text .h2, #mention_content_banniere .text h1, #mention_content_banniere .text h2, #mention_content_banniere .text .h2, #faireDon_banniere .text h1, #faireDon_banniere .text h2, #faireDon_banniere .text .h2 {
  color: #ffffff;
  font-family: "Optima";
  font-size: 40px;
  font-weight: 400;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #qsn_banniere .text h1, #qsn_banniere .text h2, #qsn_banniere .text .h2, #reboiser_banniere .text h1, #reboiser_banniere .text h2, #reboiser_banniere .text .h2, #planter_banniere .text h1, #planter_banniere .text h2, #planter_banniere .text .h2, #cat_banniere .text h1, #cat_banniere .text h2, #cat_banniere .text .h2, #single_projet_banniere .text h1, #single_projet_banniere .text h2, #single_projet_banniere .text .h2, #depot_banniere .text h1, #depot_banniere .text h2, #depot_banniere .text .h2, #catProgramme_banniere .text h1, #catProgramme_banniere .text h2, #catProgramme_banniere .text .h2, #devenirMecene_banniere .text h1, #devenirMecene_banniere .text h2, #devenirMecene_banniere .text .h2, #defiscalisation_banniere .text h1, #defiscalisation_banniere .text h2, #defiscalisation_banniere .text .h2, #mecenes_banniere .text h1, #mecenes_banniere .text h2, #mecenes_banniere .text .h2, #single_mecenes_banniere .text h1, #single_mecenes_banniere .text h2, #single_mecenes_banniere .text .h2, #valoriser_banniere .text h1, #valoriser_banniere .text h2, #valoriser_banniere .text .h2, #contact_banniere .text h1, #contact_banniere .text h2, #contact_banniere .text .h2, #mention_content_banniere .text h1, #mention_content_banniere .text h2, #mention_content_banniere .text .h2, #faireDon_banniere .text h1, #faireDon_banniere .text h2, #faireDon_banniere .text .h2 {
    font-size: 33px;
  }
}
#qsn_banniere .text .h2, #reboiser_banniere .text .h2, #planter_banniere .text .h2, #cat_banniere .text .h2, #single_projet_banniere .text .h2, #depot_banniere .text .h2, #catProgramme_banniere .text .h2, #devenirMecene_banniere .text .h2, #defiscalisation_banniere .text .h2, #mecenes_banniere .text .h2, #single_mecenes_banniere .text .h2, #valoriser_banniere .text .h2, #contact_banniere .text .h2, #mention_content_banniere .text .h2, #faireDon_banniere .text .h2 {
  display: block;
  text-transform: none;
  letter-spacing: 0;
}
#qsn_intro, #reboiser_intro, #planter_intro, #cat_intro, #single_projet_intro, #depot_intro, #catProgramme_intro, #devenirMecene_intro, #defiscalisation_intro, #mecenes_intro, #single_mecenes_intro, #valoriser_intro, #contact_intro, #mention_content_intro, #faireDon_intro {
  background-color: #f6f6f6;
  padding: 50px 0;
  margin-bottom: 50px;
}
#qsn_intro_photo, #reboiser_intro_photo, #planter_intro_photo, #cat_intro_photo, #single_projet_intro_photo, #depot_intro_photo, #catProgramme_intro_photo, #devenirMecene_intro_photo, #defiscalisation_intro_photo, #mecenes_intro_photo, #single_mecenes_intro_photo, #valoriser_intro_photo, #contact_intro_photo, #mention_content_intro_photo, #faireDon_intro_photo {
  text-align: center;
  padding-right: 15px;
}
#qsn_intro_photo .img_seo, #reboiser_intro_photo .img_seo, #planter_intro_photo .img_seo, #cat_intro_photo .img_seo, #single_projet_intro_photo .img_seo, #depot_intro_photo .img_seo, #catProgramme_intro_photo .img_seo, #devenirMecene_intro_photo .img_seo, #defiscalisation_intro_photo .img_seo, #mecenes_intro_photo .img_seo, #single_mecenes_intro_photo .img_seo, #valoriser_intro_photo .img_seo, #contact_intro_photo .img_seo, #mention_content_intro_photo .img_seo, #faireDon_intro_photo .img_seo {
  overflow: inherit;
}
#qsn_intro_photo .img_seo img, #reboiser_intro_photo .img_seo img, #planter_intro_photo .img_seo img, #cat_intro_photo .img_seo img, #single_projet_intro_photo .img_seo img, #depot_intro_photo .img_seo img, #catProgramme_intro_photo .img_seo img, #devenirMecene_intro_photo .img_seo img, #defiscalisation_intro_photo .img_seo img, #mecenes_intro_photo .img_seo img, #single_mecenes_intro_photo .img_seo img, #valoriser_intro_photo .img_seo img, #contact_intro_photo .img_seo img, #mention_content_intro_photo .img_seo img, #faireDon_intro_photo .img_seo img {
  border-radius: 50%;
}
#qsn_intro_photo_logo, #reboiser_intro_photo_logo, #planter_intro_photo_logo, #cat_intro_photo_logo, #single_projet_intro_photo_logo, #depot_intro_photo_logo, #catProgramme_intro_photo_logo, #devenirMecene_intro_photo_logo, #defiscalisation_intro_photo_logo, #mecenes_intro_photo_logo, #single_mecenes_intro_photo_logo, #valoriser_intro_photo_logo, #contact_intro_photo_logo, #mention_content_intro_photo_logo, #faireDon_intro_photo_logo {
  position: absolute;
  bottom: -35px;
  right: 8px;
  height: 115px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #qsn_intro_photo_logo, #reboiser_intro_photo_logo, #planter_intro_photo_logo, #cat_intro_photo_logo, #single_projet_intro_photo_logo, #depot_intro_photo_logo, #catProgramme_intro_photo_logo, #devenirMecene_intro_photo_logo, #defiscalisation_intro_photo_logo, #mecenes_intro_photo_logo, #single_mecenes_intro_photo_logo, #valoriser_intro_photo_logo, #contact_intro_photo_logo, #mention_content_intro_photo_logo, #faireDon_intro_photo_logo {
    height: 150px;
    right: 80px;
  }
}
#qsn_intro .titre, #reboiser_intro .titre, #planter_intro .titre, #cat_intro .titre, #single_projet_intro .titre, #depot_intro .titre, #catProgramme_intro .titre, #devenirMecene_intro .titre, #defiscalisation_intro .titre, #mecenes_intro .titre, #single_mecenes_intro .titre, #valoriser_intro .titre, #contact_intro .titre, #mention_content_intro .titre, #faireDon_intro .titre {
  padding-right: 44px;
}
@media screen and (max-width: 768px) {
  #qsn_intro .titre, #reboiser_intro .titre, #planter_intro .titre, #cat_intro .titre, #single_projet_intro .titre, #depot_intro .titre, #catProgramme_intro .titre, #devenirMecene_intro .titre, #defiscalisation_intro .titre, #mecenes_intro .titre, #single_mecenes_intro .titre, #valoriser_intro .titre, #contact_intro .titre, #mention_content_intro .titre, #faireDon_intro .titre {
    padding-top: 40px;
    padding-bottom: 15px;
    text-align: center;
  }
}
#qsn_intro .texte, #reboiser_intro .texte, #planter_intro .texte, #cat_intro .texte, #single_projet_intro .texte, #depot_intro .texte, #catProgramme_intro .texte, #devenirMecene_intro .texte, #defiscalisation_intro .texte, #mecenes_intro .texte, #single_mecenes_intro .texte, #valoriser_intro .texte, #contact_intro .texte, #mention_content_intro .texte, #faireDon_intro .texte {
  padding-left: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#qsn_intro p, #reboiser_intro p, #planter_intro p, #cat_intro p, #single_projet_intro p, #depot_intro p, #catProgramme_intro p, #devenirMecene_intro p, #defiscalisation_intro p, #mecenes_intro p, #single_mecenes_intro p, #valoriser_intro p, #contact_intro p, #mention_content_intro p, #faireDon_intro p {
  font-size: 20px;
  color: #668e2e;
  font-family: "Optima";
  font-weight: 600;
}
#qsn_intro a, #reboiser_intro a, #planter_intro a, #cat_intro a, #single_projet_intro a, #depot_intro a, #catProgramme_intro a, #devenirMecene_intro a, #defiscalisation_intro a, #mecenes_intro a, #single_mecenes_intro a, #valoriser_intro a, #contact_intro a, #mention_content_intro a, #faireDon_intro a {
  font-size: 12px;
  letter-spacing: 1.8px;
  color: #4d5552;
}
#qsn_intro a:before, #reboiser_intro a:before, #planter_intro a:before, #cat_intro a:before, #single_projet_intro a:before, #depot_intro a:before, #catProgramme_intro a:before, #devenirMecene_intro a:before, #defiscalisation_intro a:before, #mecenes_intro a:before, #single_mecenes_intro a:before, #valoriser_intro a:before, #contact_intro a:before, #mention_content_intro a:before, #faireDon_intro a:before {
  content: ">";
  padding-right: 0.5em;
}
#qsn_contenu, #reboiser_contenu, #planter_contenu, #cat_contenu, #single_projet_contenu, #depot_contenu, #catProgramme_contenu, #devenirMecene_contenu, #defiscalisation_contenu, #mecenes_contenu, #single_mecenes_contenu, #valoriser_contenu, #contact_contenu, #mention_content_contenu, #faireDon_contenu {
  padding-top: 77px;
}
@media screen and (max-width: 768px) {
  #qsn_contenu, #reboiser_contenu, #planter_contenu, #cat_contenu, #single_projet_contenu, #depot_contenu, #catProgramme_contenu, #devenirMecene_contenu, #defiscalisation_contenu, #mecenes_contenu, #single_mecenes_contenu, #valoriser_contenu, #contact_contenu, #mention_content_contenu, #faireDon_contenu {
    padding-top: 0;
  }
}
#qsn_contenu .scrollspy, #reboiser_contenu .scrollspy, #planter_contenu .scrollspy, #cat_contenu .scrollspy, #single_projet_contenu .scrollspy, #depot_contenu .scrollspy, #catProgramme_contenu .scrollspy, #devenirMecene_contenu .scrollspy, #defiscalisation_contenu .scrollspy, #mecenes_contenu .scrollspy, #single_mecenes_contenu .scrollspy, #valoriser_contenu .scrollspy, #contact_contenu .scrollspy, #mention_content_contenu .scrollspy, #faireDon_contenu .scrollspy {
  padding-top: 110px;
  margin-top: -110px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #qsn_contenu .scrollspy, #reboiser_contenu .scrollspy, #planter_contenu .scrollspy, #cat_contenu .scrollspy, #single_projet_contenu .scrollspy, #depot_contenu .scrollspy, #catProgramme_contenu .scrollspy, #devenirMecene_contenu .scrollspy, #defiscalisation_contenu .scrollspy, #mecenes_contenu .scrollspy, #single_mecenes_contenu .scrollspy, #valoriser_contenu .scrollspy, #contact_contenu .scrollspy, #mention_content_contenu .scrollspy, #faireDon_contenu .scrollspy {
    padding-top: 40px;
    margin-top: 0;
  }
}
#qsn_contenu h2, #reboiser_contenu h2, #planter_contenu h2, #cat_contenu h2, #single_projet_contenu h2, #depot_contenu h2, #catProgramme_contenu h2, #devenirMecene_contenu h2, #defiscalisation_contenu h2, #mecenes_contenu h2, #single_mecenes_contenu h2, #valoriser_contenu h2, #contact_contenu h2, #mention_content_contenu h2, #faireDon_contenu h2 {
  font-size: 35px;
  padding-top: 10px;
}
#qsn_contenu h2:first-letter, #reboiser_contenu h2:first-letter, #planter_contenu h2:first-letter, #cat_contenu h2:first-letter, #single_projet_contenu h2:first-letter, #depot_contenu h2:first-letter, #catProgramme_contenu h2:first-letter, #devenirMecene_contenu h2:first-letter, #defiscalisation_contenu h2:first-letter, #mecenes_contenu h2:first-letter, #single_mecenes_contenu h2:first-letter, #valoriser_contenu h2:first-letter, #contact_contenu h2:first-letter, #mention_content_contenu h2:first-letter, #faireDon_contenu h2:first-letter {
  text-transform: uppercase;
}
#qsn_contenu div[data-spy], #reboiser_contenu div[data-spy], #planter_contenu div[data-spy], #cat_contenu div[data-spy], #single_projet_contenu div[data-spy], #depot_contenu div[data-spy], #catProgramme_contenu div[data-spy], #devenirMecene_contenu div[data-spy], #defiscalisation_contenu div[data-spy], #mecenes_contenu div[data-spy], #single_mecenes_contenu div[data-spy], #valoriser_contenu div[data-spy], #contact_contenu div[data-spy], #mention_content_contenu div[data-spy], #faireDon_contenu div[data-spy] {
  position: relative;
}
#qsn_contenu_chiffres_tab, #reboiser_contenu_chiffres_tab, #planter_contenu_chiffres_tab, #cat_contenu_chiffres_tab, #single_projet_contenu_chiffres_tab, #depot_contenu_chiffres_tab, #catProgramme_contenu_chiffres_tab, #devenirMecene_contenu_chiffres_tab, #defiscalisation_contenu_chiffres_tab, #mecenes_contenu_chiffres_tab, #single_mecenes_contenu_chiffres_tab, #valoriser_contenu_chiffres_tab, #contact_contenu_chiffres_tab, #mention_content_contenu_chiffres_tab, #faireDon_contenu_chiffres_tab {
  color: #ffffff;
  position: relative;
}
#qsn_contenu_chiffres_tab .col-md-5, #reboiser_contenu_chiffres_tab .col-md-5, #planter_contenu_chiffres_tab .col-md-5, #cat_contenu_chiffres_tab .col-md-5, #single_projet_contenu_chiffres_tab .col-md-5, #depot_contenu_chiffres_tab .col-md-5, #catProgramme_contenu_chiffres_tab .col-md-5, #devenirMecene_contenu_chiffres_tab .col-md-5, #defiscalisation_contenu_chiffres_tab .col-md-5, #mecenes_contenu_chiffres_tab .col-md-5, #single_mecenes_contenu_chiffres_tab .col-md-5, #valoriser_contenu_chiffres_tab .col-md-5, #contact_contenu_chiffres_tab .col-md-5, #mention_content_contenu_chiffres_tab .col-md-5, #faireDon_contenu_chiffres_tab .col-md-5 {
  background-color: rgba(102, 142, 46, 0.7);
  border: 1px solid #ffffff;
  text-align: center;
  height: 198px;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  z-index: 100;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_chiffres_tab .col-md-5, #reboiser_contenu_chiffres_tab .col-md-5, #planter_contenu_chiffres_tab .col-md-5, #cat_contenu_chiffres_tab .col-md-5, #single_projet_contenu_chiffres_tab .col-md-5, #depot_contenu_chiffres_tab .col-md-5, #catProgramme_contenu_chiffres_tab .col-md-5, #devenirMecene_contenu_chiffres_tab .col-md-5, #defiscalisation_contenu_chiffres_tab .col-md-5, #mecenes_contenu_chiffres_tab .col-md-5, #single_mecenes_contenu_chiffres_tab .col-md-5, #valoriser_contenu_chiffres_tab .col-md-5, #contact_contenu_chiffres_tab .col-md-5, #mention_content_contenu_chiffres_tab .col-md-5, #faireDon_contenu_chiffres_tab .col-md-5 {
    flex: 0 0 50%;
    max-width: 50%;
    background-color: #668e2e;
  }
}
#qsn_contenu_chiffres_tab .col-md-5 div, #reboiser_contenu_chiffres_tab .col-md-5 div, #planter_contenu_chiffres_tab .col-md-5 div, #cat_contenu_chiffres_tab .col-md-5 div, #single_projet_contenu_chiffres_tab .col-md-5 div, #depot_contenu_chiffres_tab .col-md-5 div, #catProgramme_contenu_chiffres_tab .col-md-5 div, #devenirMecene_contenu_chiffres_tab .col-md-5 div, #defiscalisation_contenu_chiffres_tab .col-md-5 div, #mecenes_contenu_chiffres_tab .col-md-5 div, #single_mecenes_contenu_chiffres_tab .col-md-5 div, #valoriser_contenu_chiffres_tab .col-md-5 div, #contact_contenu_chiffres_tab .col-md-5 div, #mention_content_contenu_chiffres_tab .col-md-5 div, #faireDon_contenu_chiffres_tab .col-md-5 div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
#qsn_contenu_chiffres_tab span, #reboiser_contenu_chiffres_tab span, #planter_contenu_chiffres_tab span, #cat_contenu_chiffres_tab span, #single_projet_contenu_chiffres_tab span, #depot_contenu_chiffres_tab span, #catProgramme_contenu_chiffres_tab span, #devenirMecene_contenu_chiffres_tab span, #defiscalisation_contenu_chiffres_tab span, #mecenes_contenu_chiffres_tab span, #single_mecenes_contenu_chiffres_tab span, #valoriser_contenu_chiffres_tab span, #contact_contenu_chiffres_tab span, #mention_content_contenu_chiffres_tab span, #faireDon_contenu_chiffres_tab span {
  font-family: "Optima";
  font-size: 50px;
  text-transform: initial;
  letter-spacing: 1px;
}
#qsn_contenu_chiffres_tab span.min, #reboiser_contenu_chiffres_tab span.min, #planter_contenu_chiffres_tab span.min, #cat_contenu_chiffres_tab span.min, #single_projet_contenu_chiffres_tab span.min, #depot_contenu_chiffres_tab span.min, #catProgramme_contenu_chiffres_tab span.min, #devenirMecene_contenu_chiffres_tab span.min, #defiscalisation_contenu_chiffres_tab span.min, #mecenes_contenu_chiffres_tab span.min, #single_mecenes_contenu_chiffres_tab span.min, #valoriser_contenu_chiffres_tab span.min, #contact_contenu_chiffres_tab span.min, #mention_content_contenu_chiffres_tab span.min, #faireDon_contenu_chiffres_tab span.min {
  font-size: 16px;
  font-family: "Lato";
  font-weight: 300;
}
#qsn_contenu_chiffres_tab p, #reboiser_contenu_chiffres_tab p, #planter_contenu_chiffres_tab p, #cat_contenu_chiffres_tab p, #single_projet_contenu_chiffres_tab p, #depot_contenu_chiffres_tab p, #catProgramme_contenu_chiffres_tab p, #devenirMecene_contenu_chiffres_tab p, #defiscalisation_contenu_chiffres_tab p, #mecenes_contenu_chiffres_tab p, #single_mecenes_contenu_chiffres_tab p, #valoriser_contenu_chiffres_tab p, #contact_contenu_chiffres_tab p, #mention_content_contenu_chiffres_tab p, #faireDon_contenu_chiffres_tab p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 16px;
}
#qsn_contenu_chiffres_tab .fond, #reboiser_contenu_chiffres_tab .fond, #planter_contenu_chiffres_tab .fond, #cat_contenu_chiffres_tab .fond, #single_projet_contenu_chiffres_tab .fond, #depot_contenu_chiffres_tab .fond, #catProgramme_contenu_chiffres_tab .fond, #devenirMecene_contenu_chiffres_tab .fond, #defiscalisation_contenu_chiffres_tab .fond, #mecenes_contenu_chiffres_tab .fond, #single_mecenes_contenu_chiffres_tab .fond, #valoriser_contenu_chiffres_tab .fond, #contact_contenu_chiffres_tab .fond, #mention_content_contenu_chiffres_tab .fond, #faireDon_contenu_chiffres_tab .fond {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #qsn_contenu_chiffres_tab .fond, #reboiser_contenu_chiffres_tab .fond, #planter_contenu_chiffres_tab .fond, #cat_contenu_chiffres_tab .fond, #single_projet_contenu_chiffres_tab .fond, #depot_contenu_chiffres_tab .fond, #catProgramme_contenu_chiffres_tab .fond, #devenirMecene_contenu_chiffres_tab .fond, #defiscalisation_contenu_chiffres_tab .fond, #mecenes_contenu_chiffres_tab .fond, #single_mecenes_contenu_chiffres_tab .fond, #valoriser_contenu_chiffres_tab .fond, #contact_contenu_chiffres_tab .fond, #mention_content_contenu_chiffres_tab .fond, #faireDon_contenu_chiffres_tab .fond {
    display: none;
  }
}
#qsn_contenu_plantons .plantons_contenu span, #qsn_contenu_plantons .edito span, #qsn_contenu_plantons .contenu span, #qsn_contenu_president .plantons_contenu span, #qsn_contenu_president .edito span, #qsn_contenu_president .contenu span, #qsn_contenu_cercle .plantons_contenu span, #qsn_contenu_cercle .edito span, #qsn_contenu_cercle .contenu span, #qsn_contenu_dotation .plantons_contenu span, #qsn_contenu_dotation .edito span, #qsn_contenu_dotation .contenu span, #qsn_contenu_foret_francaise .plantons_contenu span, #qsn_contenu_foret_francaise .edito span, #qsn_contenu_foret_francaise .contenu span, #qsn_contenu_foret_bois .plantons_contenu span, #qsn_contenu_foret_bois .edito span, #qsn_contenu_foret_bois .contenu span, #qsn_contenu_atouts .plantons_contenu span, #qsn_contenu_atouts .edito span, #qsn_contenu_atouts .contenu span, #qsn_contenu_gestion .plantons_contenu span, #qsn_contenu_gestion .edito span, #qsn_contenu_gestion .contenu span, #qsn_contenu_certification .plantons_contenu span, #qsn_contenu_certification .edito span, #qsn_contenu_certification .contenu span, #qsn_contenu_planter .plantons_contenu span, #qsn_contenu_planter .edito span, #qsn_contenu_planter .contenu span, #qsn_contenu_projet .plantons_contenu span, #qsn_contenu_projet .edito span, #qsn_contenu_projet .contenu span, #reboiser_contenu_plantons .plantons_contenu span, #reboiser_contenu_plantons .edito span, #reboiser_contenu_plantons .contenu span, #reboiser_contenu_president .plantons_contenu span, #reboiser_contenu_president .edito span, #reboiser_contenu_president .contenu span, #reboiser_contenu_cercle .plantons_contenu span, #reboiser_contenu_cercle .edito span, #reboiser_contenu_cercle .contenu span, #reboiser_contenu_dotation .plantons_contenu span, #reboiser_contenu_dotation .edito span, #reboiser_contenu_dotation .contenu span, #reboiser_contenu_foret_francaise .plantons_contenu span, #reboiser_contenu_foret_francaise .edito span, #reboiser_contenu_foret_francaise .contenu span, #reboiser_contenu_foret_bois .plantons_contenu span, #reboiser_contenu_foret_bois .edito span, #reboiser_contenu_foret_bois .contenu span, #reboiser_contenu_atouts .plantons_contenu span, #reboiser_contenu_atouts .edito span, #reboiser_contenu_atouts .contenu span, #reboiser_contenu_gestion .plantons_contenu span, #reboiser_contenu_gestion .edito span, #reboiser_contenu_gestion .contenu span, #reboiser_contenu_certification .plantons_contenu span, #reboiser_contenu_certification .edito span, #reboiser_contenu_certification .contenu span, #reboiser_contenu_planter .plantons_contenu span, #reboiser_contenu_planter .edito span, #reboiser_contenu_planter .contenu span, #reboiser_contenu_projet .plantons_contenu span, #reboiser_contenu_projet .edito span, #reboiser_contenu_projet .contenu span, #planter_contenu_plantons .plantons_contenu span, #planter_contenu_plantons .edito span, #planter_contenu_plantons .contenu span, #planter_contenu_president .plantons_contenu span, #planter_contenu_president .edito span, #planter_contenu_president .contenu span, #planter_contenu_cercle .plantons_contenu span, #planter_contenu_cercle .edito span, #planter_contenu_cercle .contenu span, #planter_contenu_dotation .plantons_contenu span, #planter_contenu_dotation .edito span, #planter_contenu_dotation .contenu span, #planter_contenu_foret_francaise .plantons_contenu span, #planter_contenu_foret_francaise .edito span, #planter_contenu_foret_francaise .contenu span, #planter_contenu_foret_bois .plantons_contenu span, #planter_contenu_foret_bois .edito span, #planter_contenu_foret_bois .contenu span, #planter_contenu_atouts .plantons_contenu span, #planter_contenu_atouts .edito span, #planter_contenu_atouts .contenu span, #planter_contenu_gestion .plantons_contenu span, #planter_contenu_gestion .edito span, #planter_contenu_gestion .contenu span, #planter_contenu_certification .plantons_contenu span, #planter_contenu_certification .edito span, #planter_contenu_certification .contenu span, #planter_contenu_planter .plantons_contenu span, #planter_contenu_planter .edito span, #planter_contenu_planter .contenu span, #planter_contenu_projet .plantons_contenu span, #planter_contenu_projet .edito span, #planter_contenu_projet .contenu span, #cat_contenu_plantons .plantons_contenu span, #cat_contenu_plantons .edito span, #cat_contenu_plantons .contenu span, #cat_contenu_president .plantons_contenu span, #cat_contenu_president .edito span, #cat_contenu_president .contenu span, #cat_contenu_cercle .plantons_contenu span, #cat_contenu_cercle .edito span, #cat_contenu_cercle .contenu span, #cat_contenu_dotation .plantons_contenu span, #cat_contenu_dotation .edito span, #cat_contenu_dotation .contenu span, #cat_contenu_foret_francaise .plantons_contenu span, #cat_contenu_foret_francaise .edito span, #cat_contenu_foret_francaise .contenu span, #cat_contenu_foret_bois .plantons_contenu span, #cat_contenu_foret_bois .edito span, #cat_contenu_foret_bois .contenu span, #cat_contenu_atouts .plantons_contenu span, #cat_contenu_atouts .edito span, #cat_contenu_atouts .contenu span, #cat_contenu_gestion .plantons_contenu span, #cat_contenu_gestion .edito span, #cat_contenu_gestion .contenu span, #cat_contenu_certification .plantons_contenu span, #cat_contenu_certification .edito span, #cat_contenu_certification .contenu span, #cat_contenu_planter .plantons_contenu span, #cat_contenu_planter .edito span, #cat_contenu_planter .contenu span, #cat_contenu_projet .plantons_contenu span, #cat_contenu_projet .edito span, #cat_contenu_projet .contenu span, #single_projet_contenu_plantons .plantons_contenu span, #single_projet_contenu_plantons .edito span, #single_projet_contenu_plantons .contenu span, #single_projet_contenu_president .plantons_contenu span, #single_projet_contenu_president .edito span, #single_projet_contenu_president .contenu span, #single_projet_contenu_cercle .plantons_contenu span, #single_projet_contenu_cercle .edito span, #single_projet_contenu_cercle .contenu span, #single_projet_contenu_dotation .plantons_contenu span, #single_projet_contenu_dotation .edito span, #single_projet_contenu_dotation .contenu span, #single_projet_contenu_foret_francaise .plantons_contenu span, #single_projet_contenu_foret_francaise .edito span, #single_projet_contenu_foret_francaise .contenu span, #single_projet_contenu_foret_bois .plantons_contenu span, #single_projet_contenu_foret_bois .edito span, #single_projet_contenu_foret_bois .contenu span, #single_projet_contenu_atouts .plantons_contenu span, #single_projet_contenu_atouts .edito span, #single_projet_contenu_atouts .contenu span, #single_projet_contenu_gestion .plantons_contenu span, #single_projet_contenu_gestion .edito span, #single_projet_contenu_gestion .contenu span, #single_projet_contenu_certification .plantons_contenu span, #single_projet_contenu_certification .edito span, #single_projet_contenu_certification .contenu span, #single_projet_contenu_planter .plantons_contenu span, #single_projet_contenu_planter .edito span, #single_projet_contenu_planter .contenu span, #single_projet_contenu_projet .plantons_contenu span, #single_projet_contenu_projet .edito span, #single_projet_contenu_projet .contenu span, #depot_contenu_plantons .plantons_contenu span, #depot_contenu_plantons .edito span, #depot_contenu_plantons .contenu span, #depot_contenu_president .plantons_contenu span, #depot_contenu_president .edito span, #depot_contenu_president .contenu span, #depot_contenu_cercle .plantons_contenu span, #depot_contenu_cercle .edito span, #depot_contenu_cercle .contenu span, #depot_contenu_dotation .plantons_contenu span, #depot_contenu_dotation .edito span, #depot_contenu_dotation .contenu span, #depot_contenu_foret_francaise .plantons_contenu span, #depot_contenu_foret_francaise .edito span, #depot_contenu_foret_francaise .contenu span, #depot_contenu_foret_bois .plantons_contenu span, #depot_contenu_foret_bois .edito span, #depot_contenu_foret_bois .contenu span, #depot_contenu_atouts .plantons_contenu span, #depot_contenu_atouts .edito span, #depot_contenu_atouts .contenu span, #depot_contenu_gestion .plantons_contenu span, #depot_contenu_gestion .edito span, #depot_contenu_gestion .contenu span, #depot_contenu_certification .plantons_contenu span, #depot_contenu_certification .edito span, #depot_contenu_certification .contenu span, #depot_contenu_planter .plantons_contenu span, #depot_contenu_planter .edito span, #depot_contenu_planter .contenu span, #depot_contenu_projet .plantons_contenu span, #depot_contenu_projet .edito span, #depot_contenu_projet .contenu span, #catProgramme_contenu_plantons .plantons_contenu span, #catProgramme_contenu_plantons .edito span, #catProgramme_contenu_plantons .contenu span, #catProgramme_contenu_president .plantons_contenu span, #catProgramme_contenu_president .edito span, #catProgramme_contenu_president .contenu span, #catProgramme_contenu_cercle .plantons_contenu span, #catProgramme_contenu_cercle .edito span, #catProgramme_contenu_cercle .contenu span, #catProgramme_contenu_dotation .plantons_contenu span, #catProgramme_contenu_dotation .edito span, #catProgramme_contenu_dotation .contenu span, #catProgramme_contenu_foret_francaise .plantons_contenu span, #catProgramme_contenu_foret_francaise .edito span, #catProgramme_contenu_foret_francaise .contenu span, #catProgramme_contenu_foret_bois .plantons_contenu span, #catProgramme_contenu_foret_bois .edito span, #catProgramme_contenu_foret_bois .contenu span, #catProgramme_contenu_atouts .plantons_contenu span, #catProgramme_contenu_atouts .edito span, #catProgramme_contenu_atouts .contenu span, #catProgramme_contenu_gestion .plantons_contenu span, #catProgramme_contenu_gestion .edito span, #catProgramme_contenu_gestion .contenu span, #catProgramme_contenu_certification .plantons_contenu span, #catProgramme_contenu_certification .edito span, #catProgramme_contenu_certification .contenu span, #catProgramme_contenu_planter .plantons_contenu span, #catProgramme_contenu_planter .edito span, #catProgramme_contenu_planter .contenu span, #catProgramme_contenu_projet .plantons_contenu span, #catProgramme_contenu_projet .edito span, #catProgramme_contenu_projet .contenu span, #devenirMecene_contenu_plantons .plantons_contenu span, #devenirMecene_contenu_plantons .edito span, #devenirMecene_contenu_plantons .contenu span, #devenirMecene_contenu_president .plantons_contenu span, #devenirMecene_contenu_president .edito span, #devenirMecene_contenu_president .contenu span, #devenirMecene_contenu_cercle .plantons_contenu span, #devenirMecene_contenu_cercle .edito span, #devenirMecene_contenu_cercle .contenu span, #devenirMecene_contenu_dotation .plantons_contenu span, #devenirMecene_contenu_dotation .edito span, #devenirMecene_contenu_dotation .contenu span, #devenirMecene_contenu_foret_francaise .plantons_contenu span, #devenirMecene_contenu_foret_francaise .edito span, #devenirMecene_contenu_foret_francaise .contenu span, #devenirMecene_contenu_foret_bois .plantons_contenu span, #devenirMecene_contenu_foret_bois .edito span, #devenirMecene_contenu_foret_bois .contenu span, #devenirMecene_contenu_atouts .plantons_contenu span, #devenirMecene_contenu_atouts .edito span, #devenirMecene_contenu_atouts .contenu span, #devenirMecene_contenu_gestion .plantons_contenu span, #devenirMecene_contenu_gestion .edito span, #devenirMecene_contenu_gestion .contenu span, #devenirMecene_contenu_certification .plantons_contenu span, #devenirMecene_contenu_certification .edito span, #devenirMecene_contenu_certification .contenu span, #devenirMecene_contenu_planter .plantons_contenu span, #devenirMecene_contenu_planter .edito span, #devenirMecene_contenu_planter .contenu span, #devenirMecene_contenu_projet .plantons_contenu span, #devenirMecene_contenu_projet .edito span, #devenirMecene_contenu_projet .contenu span, #defiscalisation_contenu_plantons .plantons_contenu span, #defiscalisation_contenu_plantons .edito span, #defiscalisation_contenu_plantons .contenu span, #defiscalisation_contenu_president .plantons_contenu span, #defiscalisation_contenu_president .edito span, #defiscalisation_contenu_president .contenu span, #defiscalisation_contenu_cercle .plantons_contenu span, #defiscalisation_contenu_cercle .edito span, #defiscalisation_contenu_cercle .contenu span, #defiscalisation_contenu_dotation .plantons_contenu span, #defiscalisation_contenu_dotation .edito span, #defiscalisation_contenu_dotation .contenu span, #defiscalisation_contenu_foret_francaise .plantons_contenu span, #defiscalisation_contenu_foret_francaise .edito span, #defiscalisation_contenu_foret_francaise .contenu span, #defiscalisation_contenu_foret_bois .plantons_contenu span, #defiscalisation_contenu_foret_bois .edito span, #defiscalisation_contenu_foret_bois .contenu span, #defiscalisation_contenu_atouts .plantons_contenu span, #defiscalisation_contenu_atouts .edito span, #defiscalisation_contenu_atouts .contenu span, #defiscalisation_contenu_gestion .plantons_contenu span, #defiscalisation_contenu_gestion .edito span, #defiscalisation_contenu_gestion .contenu span, #defiscalisation_contenu_certification .plantons_contenu span, #defiscalisation_contenu_certification .edito span, #defiscalisation_contenu_certification .contenu span, #defiscalisation_contenu_planter .plantons_contenu span, #defiscalisation_contenu_planter .edito span, #defiscalisation_contenu_planter .contenu span, #defiscalisation_contenu_projet .plantons_contenu span, #defiscalisation_contenu_projet .edito span, #defiscalisation_contenu_projet .contenu span, #mecenes_contenu_plantons .plantons_contenu span, #mecenes_contenu_plantons .edito span, #mecenes_contenu_plantons .contenu span, #mecenes_contenu_president .plantons_contenu span, #mecenes_contenu_president .edito span, #mecenes_contenu_president .contenu span, #mecenes_contenu_cercle .plantons_contenu span, #mecenes_contenu_cercle .edito span, #mecenes_contenu_cercle .contenu span, #mecenes_contenu_dotation .plantons_contenu span, #mecenes_contenu_dotation .edito span, #mecenes_contenu_dotation .contenu span, #mecenes_contenu_foret_francaise .plantons_contenu span, #mecenes_contenu_foret_francaise .edito span, #mecenes_contenu_foret_francaise .contenu span, #mecenes_contenu_foret_bois .plantons_contenu span, #mecenes_contenu_foret_bois .edito span, #mecenes_contenu_foret_bois .contenu span, #mecenes_contenu_atouts .plantons_contenu span, #mecenes_contenu_atouts .edito span, #mecenes_contenu_atouts .contenu span, #mecenes_contenu_gestion .plantons_contenu span, #mecenes_contenu_gestion .edito span, #mecenes_contenu_gestion .contenu span, #mecenes_contenu_certification .plantons_contenu span, #mecenes_contenu_certification .edito span, #mecenes_contenu_certification .contenu span, #mecenes_contenu_planter .plantons_contenu span, #mecenes_contenu_planter .edito span, #mecenes_contenu_planter .contenu span, #mecenes_contenu_projet .plantons_contenu span, #mecenes_contenu_projet .edito span, #mecenes_contenu_projet .contenu span, #single_mecenes_contenu_plantons .plantons_contenu span, #single_mecenes_contenu_plantons .edito span, #single_mecenes_contenu_plantons .contenu span, #single_mecenes_contenu_president .plantons_contenu span, #single_mecenes_contenu_president .edito span, #single_mecenes_contenu_president .contenu span, #single_mecenes_contenu_cercle .plantons_contenu span, #single_mecenes_contenu_cercle .edito span, #single_mecenes_contenu_cercle .contenu span, #single_mecenes_contenu_dotation .plantons_contenu span, #single_mecenes_contenu_dotation .edito span, #single_mecenes_contenu_dotation .contenu span, #single_mecenes_contenu_foret_francaise .plantons_contenu span, #single_mecenes_contenu_foret_francaise .edito span, #single_mecenes_contenu_foret_francaise .contenu span, #single_mecenes_contenu_foret_bois .plantons_contenu span, #single_mecenes_contenu_foret_bois .edito span, #single_mecenes_contenu_foret_bois .contenu span, #single_mecenes_contenu_atouts .plantons_contenu span, #single_mecenes_contenu_atouts .edito span, #single_mecenes_contenu_atouts .contenu span, #single_mecenes_contenu_gestion .plantons_contenu span, #single_mecenes_contenu_gestion .edito span, #single_mecenes_contenu_gestion .contenu span, #single_mecenes_contenu_certification .plantons_contenu span, #single_mecenes_contenu_certification .edito span, #single_mecenes_contenu_certification .contenu span, #single_mecenes_contenu_planter .plantons_contenu span, #single_mecenes_contenu_planter .edito span, #single_mecenes_contenu_planter .contenu span, #single_mecenes_contenu_projet .plantons_contenu span, #single_mecenes_contenu_projet .edito span, #single_mecenes_contenu_projet .contenu span, #valoriser_contenu_plantons .plantons_contenu span, #valoriser_contenu_plantons .edito span, #valoriser_contenu_plantons .contenu span, #valoriser_contenu_president .plantons_contenu span, #valoriser_contenu_president .edito span, #valoriser_contenu_president .contenu span, #valoriser_contenu_cercle .plantons_contenu span, #valoriser_contenu_cercle .edito span, #valoriser_contenu_cercle .contenu span, #valoriser_contenu_dotation .plantons_contenu span, #valoriser_contenu_dotation .edito span, #valoriser_contenu_dotation .contenu span, #valoriser_contenu_foret_francaise .plantons_contenu span, #valoriser_contenu_foret_francaise .edito span, #valoriser_contenu_foret_francaise .contenu span, #valoriser_contenu_foret_bois .plantons_contenu span, #valoriser_contenu_foret_bois .edito span, #valoriser_contenu_foret_bois .contenu span, #valoriser_contenu_atouts .plantons_contenu span, #valoriser_contenu_atouts .edito span, #valoriser_contenu_atouts .contenu span, #valoriser_contenu_gestion .plantons_contenu span, #valoriser_contenu_gestion .edito span, #valoriser_contenu_gestion .contenu span, #valoriser_contenu_certification .plantons_contenu span, #valoriser_contenu_certification .edito span, #valoriser_contenu_certification .contenu span, #valoriser_contenu_planter .plantons_contenu span, #valoriser_contenu_planter .edito span, #valoriser_contenu_planter .contenu span, #valoriser_contenu_projet .plantons_contenu span, #valoriser_contenu_projet .edito span, #valoriser_contenu_projet .contenu span, #contact_contenu_plantons .plantons_contenu span, #contact_contenu_plantons .edito span, #contact_contenu_plantons .contenu span, #contact_contenu_president .plantons_contenu span, #contact_contenu_president .edito span, #contact_contenu_president .contenu span, #contact_contenu_cercle .plantons_contenu span, #contact_contenu_cercle .edito span, #contact_contenu_cercle .contenu span, #contact_contenu_dotation .plantons_contenu span, #contact_contenu_dotation .edito span, #contact_contenu_dotation .contenu span, #contact_contenu_foret_francaise .plantons_contenu span, #contact_contenu_foret_francaise .edito span, #contact_contenu_foret_francaise .contenu span, #contact_contenu_foret_bois .plantons_contenu span, #contact_contenu_foret_bois .edito span, #contact_contenu_foret_bois .contenu span, #contact_contenu_atouts .plantons_contenu span, #contact_contenu_atouts .edito span, #contact_contenu_atouts .contenu span, #contact_contenu_gestion .plantons_contenu span, #contact_contenu_gestion .edito span, #contact_contenu_gestion .contenu span, #contact_contenu_certification .plantons_contenu span, #contact_contenu_certification .edito span, #contact_contenu_certification .contenu span, #contact_contenu_planter .plantons_contenu span, #contact_contenu_planter .edito span, #contact_contenu_planter .contenu span, #contact_contenu_projet .plantons_contenu span, #contact_contenu_projet .edito span, #contact_contenu_projet .contenu span, #mention_content_contenu_plantons .plantons_contenu span, #mention_content_contenu_plantons .edito span, #mention_content_contenu_plantons .contenu span, #mention_content_contenu_president .plantons_contenu span, #mention_content_contenu_president .edito span, #mention_content_contenu_president .contenu span, #mention_content_contenu_cercle .plantons_contenu span, #mention_content_contenu_cercle .edito span, #mention_content_contenu_cercle .contenu span, #mention_content_contenu_dotation .plantons_contenu span, #mention_content_contenu_dotation .edito span, #mention_content_contenu_dotation .contenu span, #mention_content_contenu_foret_francaise .plantons_contenu span, #mention_content_contenu_foret_francaise .edito span, #mention_content_contenu_foret_francaise .contenu span, #mention_content_contenu_foret_bois .plantons_contenu span, #mention_content_contenu_foret_bois .edito span, #mention_content_contenu_foret_bois .contenu span, #mention_content_contenu_atouts .plantons_contenu span, #mention_content_contenu_atouts .edito span, #mention_content_contenu_atouts .contenu span, #mention_content_contenu_gestion .plantons_contenu span, #mention_content_contenu_gestion .edito span, #mention_content_contenu_gestion .contenu span, #mention_content_contenu_certification .plantons_contenu span, #mention_content_contenu_certification .edito span, #mention_content_contenu_certification .contenu span, #mention_content_contenu_planter .plantons_contenu span, #mention_content_contenu_planter .edito span, #mention_content_contenu_planter .contenu span, #mention_content_contenu_projet .plantons_contenu span, #mention_content_contenu_projet .edito span, #mention_content_contenu_projet .contenu span, #faireDon_contenu_plantons .plantons_contenu span, #faireDon_contenu_plantons .edito span, #faireDon_contenu_plantons .contenu span, #faireDon_contenu_president .plantons_contenu span, #faireDon_contenu_president .edito span, #faireDon_contenu_president .contenu span, #faireDon_contenu_cercle .plantons_contenu span, #faireDon_contenu_cercle .edito span, #faireDon_contenu_cercle .contenu span, #faireDon_contenu_dotation .plantons_contenu span, #faireDon_contenu_dotation .edito span, #faireDon_contenu_dotation .contenu span, #faireDon_contenu_foret_francaise .plantons_contenu span, #faireDon_contenu_foret_francaise .edito span, #faireDon_contenu_foret_francaise .contenu span, #faireDon_contenu_foret_bois .plantons_contenu span, #faireDon_contenu_foret_bois .edito span, #faireDon_contenu_foret_bois .contenu span, #faireDon_contenu_atouts .plantons_contenu span, #faireDon_contenu_atouts .edito span, #faireDon_contenu_atouts .contenu span, #faireDon_contenu_gestion .plantons_contenu span, #faireDon_contenu_gestion .edito span, #faireDon_contenu_gestion .contenu span, #faireDon_contenu_certification .plantons_contenu span, #faireDon_contenu_certification .edito span, #faireDon_contenu_certification .contenu span, #faireDon_contenu_planter .plantons_contenu span, #faireDon_contenu_planter .edito span, #faireDon_contenu_planter .contenu span, #faireDon_contenu_projet .plantons_contenu span, #faireDon_contenu_projet .edito span, #faireDon_contenu_projet .contenu span {
  text-transform: none;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 400;
}
#qsn_contenu_plantons .plantons_contenu span.optima, #qsn_contenu_plantons .edito span.optima, #qsn_contenu_plantons .contenu span.optima, #qsn_contenu_president .plantons_contenu span.optima, #qsn_contenu_president .edito span.optima, #qsn_contenu_president .contenu span.optima, #qsn_contenu_cercle .plantons_contenu span.optima, #qsn_contenu_cercle .edito span.optima, #qsn_contenu_cercle .contenu span.optima, #qsn_contenu_dotation .plantons_contenu span.optima, #qsn_contenu_dotation .edito span.optima, #qsn_contenu_dotation .contenu span.optima, #qsn_contenu_foret_francaise .plantons_contenu span.optima, #qsn_contenu_foret_francaise .edito span.optima, #qsn_contenu_foret_francaise .contenu span.optima, #qsn_contenu_foret_bois .plantons_contenu span.optima, #qsn_contenu_foret_bois .edito span.optima, #qsn_contenu_foret_bois .contenu span.optima, #qsn_contenu_atouts .plantons_contenu span.optima, #qsn_contenu_atouts .edito span.optima, #qsn_contenu_atouts .contenu span.optima, #qsn_contenu_gestion .plantons_contenu span.optima, #qsn_contenu_gestion .edito span.optima, #qsn_contenu_gestion .contenu span.optima, #qsn_contenu_certification .plantons_contenu span.optima, #qsn_contenu_certification .edito span.optima, #qsn_contenu_certification .contenu span.optima, #qsn_contenu_planter .plantons_contenu span.optima, #qsn_contenu_planter .edito span.optima, #qsn_contenu_planter .contenu span.optima, #qsn_contenu_projet .plantons_contenu span.optima, #qsn_contenu_projet .edito span.optima, #qsn_contenu_projet .contenu span.optima, #reboiser_contenu_plantons .plantons_contenu span.optima, #reboiser_contenu_plantons .edito span.optima, #reboiser_contenu_plantons .contenu span.optima, #reboiser_contenu_president .plantons_contenu span.optima, #reboiser_contenu_president .edito span.optima, #reboiser_contenu_president .contenu span.optima, #reboiser_contenu_cercle .plantons_contenu span.optima, #reboiser_contenu_cercle .edito span.optima, #reboiser_contenu_cercle .contenu span.optima, #reboiser_contenu_dotation .plantons_contenu span.optima, #reboiser_contenu_dotation .edito span.optima, #reboiser_contenu_dotation .contenu span.optima, #reboiser_contenu_foret_francaise .plantons_contenu span.optima, #reboiser_contenu_foret_francaise .edito span.optima, #reboiser_contenu_foret_francaise .contenu span.optima, #reboiser_contenu_foret_bois .plantons_contenu span.optima, #reboiser_contenu_foret_bois .edito span.optima, #reboiser_contenu_foret_bois .contenu span.optima, #reboiser_contenu_atouts .plantons_contenu span.optima, #reboiser_contenu_atouts .edito span.optima, #reboiser_contenu_atouts .contenu span.optima, #reboiser_contenu_gestion .plantons_contenu span.optima, #reboiser_contenu_gestion .edito span.optima, #reboiser_contenu_gestion .contenu span.optima, #reboiser_contenu_certification .plantons_contenu span.optima, #reboiser_contenu_certification .edito span.optima, #reboiser_contenu_certification .contenu span.optima, #reboiser_contenu_planter .plantons_contenu span.optima, #reboiser_contenu_planter .edito span.optima, #reboiser_contenu_planter .contenu span.optima, #reboiser_contenu_projet .plantons_contenu span.optima, #reboiser_contenu_projet .edito span.optima, #reboiser_contenu_projet .contenu span.optima, #planter_contenu_plantons .plantons_contenu span.optima, #planter_contenu_plantons .edito span.optima, #planter_contenu_plantons .contenu span.optima, #planter_contenu_president .plantons_contenu span.optima, #planter_contenu_president .edito span.optima, #planter_contenu_president .contenu span.optima, #planter_contenu_cercle .plantons_contenu span.optima, #planter_contenu_cercle .edito span.optima, #planter_contenu_cercle .contenu span.optima, #planter_contenu_dotation .plantons_contenu span.optima, #planter_contenu_dotation .edito span.optima, #planter_contenu_dotation .contenu span.optima, #planter_contenu_foret_francaise .plantons_contenu span.optima, #planter_contenu_foret_francaise .edito span.optima, #planter_contenu_foret_francaise .contenu span.optima, #planter_contenu_foret_bois .plantons_contenu span.optima, #planter_contenu_foret_bois .edito span.optima, #planter_contenu_foret_bois .contenu span.optima, #planter_contenu_atouts .plantons_contenu span.optima, #planter_contenu_atouts .edito span.optima, #planter_contenu_atouts .contenu span.optima, #planter_contenu_gestion .plantons_contenu span.optima, #planter_contenu_gestion .edito span.optima, #planter_contenu_gestion .contenu span.optima, #planter_contenu_certification .plantons_contenu span.optima, #planter_contenu_certification .edito span.optima, #planter_contenu_certification .contenu span.optima, #planter_contenu_planter .plantons_contenu span.optima, #planter_contenu_planter .edito span.optima, #planter_contenu_planter .contenu span.optima, #planter_contenu_projet .plantons_contenu span.optima, #planter_contenu_projet .edito span.optima, #planter_contenu_projet .contenu span.optima, #cat_contenu_plantons .plantons_contenu span.optima, #cat_contenu_plantons .edito span.optima, #cat_contenu_plantons .contenu span.optima, #cat_contenu_president .plantons_contenu span.optima, #cat_contenu_president .edito span.optima, #cat_contenu_president .contenu span.optima, #cat_contenu_cercle .plantons_contenu span.optima, #cat_contenu_cercle .edito span.optima, #cat_contenu_cercle .contenu span.optima, #cat_contenu_dotation .plantons_contenu span.optima, #cat_contenu_dotation .edito span.optima, #cat_contenu_dotation .contenu span.optima, #cat_contenu_foret_francaise .plantons_contenu span.optima, #cat_contenu_foret_francaise .edito span.optima, #cat_contenu_foret_francaise .contenu span.optima, #cat_contenu_foret_bois .plantons_contenu span.optima, #cat_contenu_foret_bois .edito span.optima, #cat_contenu_foret_bois .contenu span.optima, #cat_contenu_atouts .plantons_contenu span.optima, #cat_contenu_atouts .edito span.optima, #cat_contenu_atouts .contenu span.optima, #cat_contenu_gestion .plantons_contenu span.optima, #cat_contenu_gestion .edito span.optima, #cat_contenu_gestion .contenu span.optima, #cat_contenu_certification .plantons_contenu span.optima, #cat_contenu_certification .edito span.optima, #cat_contenu_certification .contenu span.optima, #cat_contenu_planter .plantons_contenu span.optima, #cat_contenu_planter .edito span.optima, #cat_contenu_planter .contenu span.optima, #cat_contenu_projet .plantons_contenu span.optima, #cat_contenu_projet .edito span.optima, #cat_contenu_projet .contenu span.optima, #single_projet_contenu_plantons .plantons_contenu span.optima, #single_projet_contenu_plantons .edito span.optima, #single_projet_contenu_plantons .contenu span.optima, #single_projet_contenu_president .plantons_contenu span.optima, #single_projet_contenu_president .edito span.optima, #single_projet_contenu_president .contenu span.optima, #single_projet_contenu_cercle .plantons_contenu span.optima, #single_projet_contenu_cercle .edito span.optima, #single_projet_contenu_cercle .contenu span.optima, #single_projet_contenu_dotation .plantons_contenu span.optima, #single_projet_contenu_dotation .edito span.optima, #single_projet_contenu_dotation .contenu span.optima, #single_projet_contenu_foret_francaise .plantons_contenu span.optima, #single_projet_contenu_foret_francaise .edito span.optima, #single_projet_contenu_foret_francaise .contenu span.optima, #single_projet_contenu_foret_bois .plantons_contenu span.optima, #single_projet_contenu_foret_bois .edito span.optima, #single_projet_contenu_foret_bois .contenu span.optima, #single_projet_contenu_atouts .plantons_contenu span.optima, #single_projet_contenu_atouts .edito span.optima, #single_projet_contenu_atouts .contenu span.optima, #single_projet_contenu_gestion .plantons_contenu span.optima, #single_projet_contenu_gestion .edito span.optima, #single_projet_contenu_gestion .contenu span.optima, #single_projet_contenu_certification .plantons_contenu span.optima, #single_projet_contenu_certification .edito span.optima, #single_projet_contenu_certification .contenu span.optima, #single_projet_contenu_planter .plantons_contenu span.optima, #single_projet_contenu_planter .edito span.optima, #single_projet_contenu_planter .contenu span.optima, #single_projet_contenu_projet .plantons_contenu span.optima, #single_projet_contenu_projet .edito span.optima, #single_projet_contenu_projet .contenu span.optima, #depot_contenu_plantons .plantons_contenu span.optima, #depot_contenu_plantons .edito span.optima, #depot_contenu_plantons .contenu span.optima, #depot_contenu_president .plantons_contenu span.optima, #depot_contenu_president .edito span.optima, #depot_contenu_president .contenu span.optima, #depot_contenu_cercle .plantons_contenu span.optima, #depot_contenu_cercle .edito span.optima, #depot_contenu_cercle .contenu span.optima, #depot_contenu_dotation .plantons_contenu span.optima, #depot_contenu_dotation .edito span.optima, #depot_contenu_dotation .contenu span.optima, #depot_contenu_foret_francaise .plantons_contenu span.optima, #depot_contenu_foret_francaise .edito span.optima, #depot_contenu_foret_francaise .contenu span.optima, #depot_contenu_foret_bois .plantons_contenu span.optima, #depot_contenu_foret_bois .edito span.optima, #depot_contenu_foret_bois .contenu span.optima, #depot_contenu_atouts .plantons_contenu span.optima, #depot_contenu_atouts .edito span.optima, #depot_contenu_atouts .contenu span.optima, #depot_contenu_gestion .plantons_contenu span.optima, #depot_contenu_gestion .edito span.optima, #depot_contenu_gestion .contenu span.optima, #depot_contenu_certification .plantons_contenu span.optima, #depot_contenu_certification .edito span.optima, #depot_contenu_certification .contenu span.optima, #depot_contenu_planter .plantons_contenu span.optima, #depot_contenu_planter .edito span.optima, #depot_contenu_planter .contenu span.optima, #depot_contenu_projet .plantons_contenu span.optima, #depot_contenu_projet .edito span.optima, #depot_contenu_projet .contenu span.optima, #catProgramme_contenu_plantons .plantons_contenu span.optima, #catProgramme_contenu_plantons .edito span.optima, #catProgramme_contenu_plantons .contenu span.optima, #catProgramme_contenu_president .plantons_contenu span.optima, #catProgramme_contenu_president .edito span.optima, #catProgramme_contenu_president .contenu span.optima, #catProgramme_contenu_cercle .plantons_contenu span.optima, #catProgramme_contenu_cercle .edito span.optima, #catProgramme_contenu_cercle .contenu span.optima, #catProgramme_contenu_dotation .plantons_contenu span.optima, #catProgramme_contenu_dotation .edito span.optima, #catProgramme_contenu_dotation .contenu span.optima, #catProgramme_contenu_foret_francaise .plantons_contenu span.optima, #catProgramme_contenu_foret_francaise .edito span.optima, #catProgramme_contenu_foret_francaise .contenu span.optima, #catProgramme_contenu_foret_bois .plantons_contenu span.optima, #catProgramme_contenu_foret_bois .edito span.optima, #catProgramme_contenu_foret_bois .contenu span.optima, #catProgramme_contenu_atouts .plantons_contenu span.optima, #catProgramme_contenu_atouts .edito span.optima, #catProgramme_contenu_atouts .contenu span.optima, #catProgramme_contenu_gestion .plantons_contenu span.optima, #catProgramme_contenu_gestion .edito span.optima, #catProgramme_contenu_gestion .contenu span.optima, #catProgramme_contenu_certification .plantons_contenu span.optima, #catProgramme_contenu_certification .edito span.optima, #catProgramme_contenu_certification .contenu span.optima, #catProgramme_contenu_planter .plantons_contenu span.optima, #catProgramme_contenu_planter .edito span.optima, #catProgramme_contenu_planter .contenu span.optima, #catProgramme_contenu_projet .plantons_contenu span.optima, #catProgramme_contenu_projet .edito span.optima, #catProgramme_contenu_projet .contenu span.optima, #devenirMecene_contenu_plantons .plantons_contenu span.optima, #devenirMecene_contenu_plantons .edito span.optima, #devenirMecene_contenu_plantons .contenu span.optima, #devenirMecene_contenu_president .plantons_contenu span.optima, #devenirMecene_contenu_president .edito span.optima, #devenirMecene_contenu_president .contenu span.optima, #devenirMecene_contenu_cercle .plantons_contenu span.optima, #devenirMecene_contenu_cercle .edito span.optima, #devenirMecene_contenu_cercle .contenu span.optima, #devenirMecene_contenu_dotation .plantons_contenu span.optima, #devenirMecene_contenu_dotation .edito span.optima, #devenirMecene_contenu_dotation .contenu span.optima, #devenirMecene_contenu_foret_francaise .plantons_contenu span.optima, #devenirMecene_contenu_foret_francaise .edito span.optima, #devenirMecene_contenu_foret_francaise .contenu span.optima, #devenirMecene_contenu_foret_bois .plantons_contenu span.optima, #devenirMecene_contenu_foret_bois .edito span.optima, #devenirMecene_contenu_foret_bois .contenu span.optima, #devenirMecene_contenu_atouts .plantons_contenu span.optima, #devenirMecene_contenu_atouts .edito span.optima, #devenirMecene_contenu_atouts .contenu span.optima, #devenirMecene_contenu_gestion .plantons_contenu span.optima, #devenirMecene_contenu_gestion .edito span.optima, #devenirMecene_contenu_gestion .contenu span.optima, #devenirMecene_contenu_certification .plantons_contenu span.optima, #devenirMecene_contenu_certification .edito span.optima, #devenirMecene_contenu_certification .contenu span.optima, #devenirMecene_contenu_planter .plantons_contenu span.optima, #devenirMecene_contenu_planter .edito span.optima, #devenirMecene_contenu_planter .contenu span.optima, #devenirMecene_contenu_projet .plantons_contenu span.optima, #devenirMecene_contenu_projet .edito span.optima, #devenirMecene_contenu_projet .contenu span.optima, #defiscalisation_contenu_plantons .plantons_contenu span.optima, #defiscalisation_contenu_plantons .edito span.optima, #defiscalisation_contenu_plantons .contenu span.optima, #defiscalisation_contenu_president .plantons_contenu span.optima, #defiscalisation_contenu_president .edito span.optima, #defiscalisation_contenu_president .contenu span.optima, #defiscalisation_contenu_cercle .plantons_contenu span.optima, #defiscalisation_contenu_cercle .edito span.optima, #defiscalisation_contenu_cercle .contenu span.optima, #defiscalisation_contenu_dotation .plantons_contenu span.optima, #defiscalisation_contenu_dotation .edito span.optima, #defiscalisation_contenu_dotation .contenu span.optima, #defiscalisation_contenu_foret_francaise .plantons_contenu span.optima, #defiscalisation_contenu_foret_francaise .edito span.optima, #defiscalisation_contenu_foret_francaise .contenu span.optima, #defiscalisation_contenu_foret_bois .plantons_contenu span.optima, #defiscalisation_contenu_foret_bois .edito span.optima, #defiscalisation_contenu_foret_bois .contenu span.optima, #defiscalisation_contenu_atouts .plantons_contenu span.optima, #defiscalisation_contenu_atouts .edito span.optima, #defiscalisation_contenu_atouts .contenu span.optima, #defiscalisation_contenu_gestion .plantons_contenu span.optima, #defiscalisation_contenu_gestion .edito span.optima, #defiscalisation_contenu_gestion .contenu span.optima, #defiscalisation_contenu_certification .plantons_contenu span.optima, #defiscalisation_contenu_certification .edito span.optima, #defiscalisation_contenu_certification .contenu span.optima, #defiscalisation_contenu_planter .plantons_contenu span.optima, #defiscalisation_contenu_planter .edito span.optima, #defiscalisation_contenu_planter .contenu span.optima, #defiscalisation_contenu_projet .plantons_contenu span.optima, #defiscalisation_contenu_projet .edito span.optima, #defiscalisation_contenu_projet .contenu span.optima, #mecenes_contenu_plantons .plantons_contenu span.optima, #mecenes_contenu_plantons .edito span.optima, #mecenes_contenu_plantons .contenu span.optima, #mecenes_contenu_president .plantons_contenu span.optima, #mecenes_contenu_president .edito span.optima, #mecenes_contenu_president .contenu span.optima, #mecenes_contenu_cercle .plantons_contenu span.optima, #mecenes_contenu_cercle .edito span.optima, #mecenes_contenu_cercle .contenu span.optima, #mecenes_contenu_dotation .plantons_contenu span.optima, #mecenes_contenu_dotation .edito span.optima, #mecenes_contenu_dotation .contenu span.optima, #mecenes_contenu_foret_francaise .plantons_contenu span.optima, #mecenes_contenu_foret_francaise .edito span.optima, #mecenes_contenu_foret_francaise .contenu span.optima, #mecenes_contenu_foret_bois .plantons_contenu span.optima, #mecenes_contenu_foret_bois .edito span.optima, #mecenes_contenu_foret_bois .contenu span.optima, #mecenes_contenu_atouts .plantons_contenu span.optima, #mecenes_contenu_atouts .edito span.optima, #mecenes_contenu_atouts .contenu span.optima, #mecenes_contenu_gestion .plantons_contenu span.optima, #mecenes_contenu_gestion .edito span.optima, #mecenes_contenu_gestion .contenu span.optima, #mecenes_contenu_certification .plantons_contenu span.optima, #mecenes_contenu_certification .edito span.optima, #mecenes_contenu_certification .contenu span.optima, #mecenes_contenu_planter .plantons_contenu span.optima, #mecenes_contenu_planter .edito span.optima, #mecenes_contenu_planter .contenu span.optima, #mecenes_contenu_projet .plantons_contenu span.optima, #mecenes_contenu_projet .edito span.optima, #mecenes_contenu_projet .contenu span.optima, #single_mecenes_contenu_plantons .plantons_contenu span.optima, #single_mecenes_contenu_plantons .edito span.optima, #single_mecenes_contenu_plantons .contenu span.optima, #single_mecenes_contenu_president .plantons_contenu span.optima, #single_mecenes_contenu_president .edito span.optima, #single_mecenes_contenu_president .contenu span.optima, #single_mecenes_contenu_cercle .plantons_contenu span.optima, #single_mecenes_contenu_cercle .edito span.optima, #single_mecenes_contenu_cercle .contenu span.optima, #single_mecenes_contenu_dotation .plantons_contenu span.optima, #single_mecenes_contenu_dotation .edito span.optima, #single_mecenes_contenu_dotation .contenu span.optima, #single_mecenes_contenu_foret_francaise .plantons_contenu span.optima, #single_mecenes_contenu_foret_francaise .edito span.optima, #single_mecenes_contenu_foret_francaise .contenu span.optima, #single_mecenes_contenu_foret_bois .plantons_contenu span.optima, #single_mecenes_contenu_foret_bois .edito span.optima, #single_mecenes_contenu_foret_bois .contenu span.optima, #single_mecenes_contenu_atouts .plantons_contenu span.optima, #single_mecenes_contenu_atouts .edito span.optima, #single_mecenes_contenu_atouts .contenu span.optima, #single_mecenes_contenu_gestion .plantons_contenu span.optima, #single_mecenes_contenu_gestion .edito span.optima, #single_mecenes_contenu_gestion .contenu span.optima, #single_mecenes_contenu_certification .plantons_contenu span.optima, #single_mecenes_contenu_certification .edito span.optima, #single_mecenes_contenu_certification .contenu span.optima, #single_mecenes_contenu_planter .plantons_contenu span.optima, #single_mecenes_contenu_planter .edito span.optima, #single_mecenes_contenu_planter .contenu span.optima, #single_mecenes_contenu_projet .plantons_contenu span.optima, #single_mecenes_contenu_projet .edito span.optima, #single_mecenes_contenu_projet .contenu span.optima, #valoriser_contenu_plantons .plantons_contenu span.optima, #valoriser_contenu_plantons .edito span.optima, #valoriser_contenu_plantons .contenu span.optima, #valoriser_contenu_president .plantons_contenu span.optima, #valoriser_contenu_president .edito span.optima, #valoriser_contenu_president .contenu span.optima, #valoriser_contenu_cercle .plantons_contenu span.optima, #valoriser_contenu_cercle .edito span.optima, #valoriser_contenu_cercle .contenu span.optima, #valoriser_contenu_dotation .plantons_contenu span.optima, #valoriser_contenu_dotation .edito span.optima, #valoriser_contenu_dotation .contenu span.optima, #valoriser_contenu_foret_francaise .plantons_contenu span.optima, #valoriser_contenu_foret_francaise .edito span.optima, #valoriser_contenu_foret_francaise .contenu span.optima, #valoriser_contenu_foret_bois .plantons_contenu span.optima, #valoriser_contenu_foret_bois .edito span.optima, #valoriser_contenu_foret_bois .contenu span.optima, #valoriser_contenu_atouts .plantons_contenu span.optima, #valoriser_contenu_atouts .edito span.optima, #valoriser_contenu_atouts .contenu span.optima, #valoriser_contenu_gestion .plantons_contenu span.optima, #valoriser_contenu_gestion .edito span.optima, #valoriser_contenu_gestion .contenu span.optima, #valoriser_contenu_certification .plantons_contenu span.optima, #valoriser_contenu_certification .edito span.optima, #valoriser_contenu_certification .contenu span.optima, #valoriser_contenu_planter .plantons_contenu span.optima, #valoriser_contenu_planter .edito span.optima, #valoriser_contenu_planter .contenu span.optima, #valoriser_contenu_projet .plantons_contenu span.optima, #valoriser_contenu_projet .edito span.optima, #valoriser_contenu_projet .contenu span.optima, #contact_contenu_plantons .plantons_contenu span.optima, #contact_contenu_plantons .edito span.optima, #contact_contenu_plantons .contenu span.optima, #contact_contenu_president .plantons_contenu span.optima, #contact_contenu_president .edito span.optima, #contact_contenu_president .contenu span.optima, #contact_contenu_cercle .plantons_contenu span.optima, #contact_contenu_cercle .edito span.optima, #contact_contenu_cercle .contenu span.optima, #contact_contenu_dotation .plantons_contenu span.optima, #contact_contenu_dotation .edito span.optima, #contact_contenu_dotation .contenu span.optima, #contact_contenu_foret_francaise .plantons_contenu span.optima, #contact_contenu_foret_francaise .edito span.optima, #contact_contenu_foret_francaise .contenu span.optima, #contact_contenu_foret_bois .plantons_contenu span.optima, #contact_contenu_foret_bois .edito span.optima, #contact_contenu_foret_bois .contenu span.optima, #contact_contenu_atouts .plantons_contenu span.optima, #contact_contenu_atouts .edito span.optima, #contact_contenu_atouts .contenu span.optima, #contact_contenu_gestion .plantons_contenu span.optima, #contact_contenu_gestion .edito span.optima, #contact_contenu_gestion .contenu span.optima, #contact_contenu_certification .plantons_contenu span.optima, #contact_contenu_certification .edito span.optima, #contact_contenu_certification .contenu span.optima, #contact_contenu_planter .plantons_contenu span.optima, #contact_contenu_planter .edito span.optima, #contact_contenu_planter .contenu span.optima, #contact_contenu_projet .plantons_contenu span.optima, #contact_contenu_projet .edito span.optima, #contact_contenu_projet .contenu span.optima, #mention_content_contenu_plantons .plantons_contenu span.optima, #mention_content_contenu_plantons .edito span.optima, #mention_content_contenu_plantons .contenu span.optima, #mention_content_contenu_president .plantons_contenu span.optima, #mention_content_contenu_president .edito span.optima, #mention_content_contenu_president .contenu span.optima, #mention_content_contenu_cercle .plantons_contenu span.optima, #mention_content_contenu_cercle .edito span.optima, #mention_content_contenu_cercle .contenu span.optima, #mention_content_contenu_dotation .plantons_contenu span.optima, #mention_content_contenu_dotation .edito span.optima, #mention_content_contenu_dotation .contenu span.optima, #mention_content_contenu_foret_francaise .plantons_contenu span.optima, #mention_content_contenu_foret_francaise .edito span.optima, #mention_content_contenu_foret_francaise .contenu span.optima, #mention_content_contenu_foret_bois .plantons_contenu span.optima, #mention_content_contenu_foret_bois .edito span.optima, #mention_content_contenu_foret_bois .contenu span.optima, #mention_content_contenu_atouts .plantons_contenu span.optima, #mention_content_contenu_atouts .edito span.optima, #mention_content_contenu_atouts .contenu span.optima, #mention_content_contenu_gestion .plantons_contenu span.optima, #mention_content_contenu_gestion .edito span.optima, #mention_content_contenu_gestion .contenu span.optima, #mention_content_contenu_certification .plantons_contenu span.optima, #mention_content_contenu_certification .edito span.optima, #mention_content_contenu_certification .contenu span.optima, #mention_content_contenu_planter .plantons_contenu span.optima, #mention_content_contenu_planter .edito span.optima, #mention_content_contenu_planter .contenu span.optima, #mention_content_contenu_projet .plantons_contenu span.optima, #mention_content_contenu_projet .edito span.optima, #mention_content_contenu_projet .contenu span.optima, #faireDon_contenu_plantons .plantons_contenu span.optima, #faireDon_contenu_plantons .edito span.optima, #faireDon_contenu_plantons .contenu span.optima, #faireDon_contenu_president .plantons_contenu span.optima, #faireDon_contenu_president .edito span.optima, #faireDon_contenu_president .contenu span.optima, #faireDon_contenu_cercle .plantons_contenu span.optima, #faireDon_contenu_cercle .edito span.optima, #faireDon_contenu_cercle .contenu span.optima, #faireDon_contenu_dotation .plantons_contenu span.optima, #faireDon_contenu_dotation .edito span.optima, #faireDon_contenu_dotation .contenu span.optima, #faireDon_contenu_foret_francaise .plantons_contenu span.optima, #faireDon_contenu_foret_francaise .edito span.optima, #faireDon_contenu_foret_francaise .contenu span.optima, #faireDon_contenu_foret_bois .plantons_contenu span.optima, #faireDon_contenu_foret_bois .edito span.optima, #faireDon_contenu_foret_bois .contenu span.optima, #faireDon_contenu_atouts .plantons_contenu span.optima, #faireDon_contenu_atouts .edito span.optima, #faireDon_contenu_atouts .contenu span.optima, #faireDon_contenu_gestion .plantons_contenu span.optima, #faireDon_contenu_gestion .edito span.optima, #faireDon_contenu_gestion .contenu span.optima, #faireDon_contenu_certification .plantons_contenu span.optima, #faireDon_contenu_certification .edito span.optima, #faireDon_contenu_certification .contenu span.optima, #faireDon_contenu_planter .plantons_contenu span.optima, #faireDon_contenu_planter .edito span.optima, #faireDon_contenu_planter .contenu span.optima, #faireDon_contenu_projet .plantons_contenu span.optima, #faireDon_contenu_projet .edito span.optima, #faireDon_contenu_projet .contenu span.optima {
  font-family: "Optima";
  font-size: 25px;
}
#qsn_contenu_plantons, #reboiser_contenu_plantons, #planter_contenu_plantons, #cat_contenu_plantons, #single_projet_contenu_plantons, #depot_contenu_plantons, #catProgramme_contenu_plantons, #devenirMecene_contenu_plantons, #defiscalisation_contenu_plantons, #mecenes_contenu_plantons, #single_mecenes_contenu_plantons, #valoriser_contenu_plantons, #contact_contenu_plantons, #mention_content_contenu_plantons, #faireDon_contenu_plantons {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_plantons, #reboiser_contenu_plantons, #planter_contenu_plantons, #cat_contenu_plantons, #single_projet_contenu_plantons, #depot_contenu_plantons, #catProgramme_contenu_plantons, #devenirMecene_contenu_plantons, #defiscalisation_contenu_plantons, #mecenes_contenu_plantons, #single_mecenes_contenu_plantons, #valoriser_contenu_plantons, #contact_contenu_plantons, #mention_content_contenu_plantons, #faireDon_contenu_plantons {
    padding-bottom: 0;
  }
}
#qsn_contenu_plantons .plantons_contenu, #reboiser_contenu_plantons .plantons_contenu, #planter_contenu_plantons .plantons_contenu, #cat_contenu_plantons .plantons_contenu, #single_projet_contenu_plantons .plantons_contenu, #depot_contenu_plantons .plantons_contenu, #catProgramme_contenu_plantons .plantons_contenu, #devenirMecene_contenu_plantons .plantons_contenu, #defiscalisation_contenu_plantons .plantons_contenu, #mecenes_contenu_plantons .plantons_contenu, #single_mecenes_contenu_plantons .plantons_contenu, #valoriser_contenu_plantons .plantons_contenu, #contact_contenu_plantons .plantons_contenu, #mention_content_contenu_plantons .plantons_contenu, #faireDon_contenu_plantons .plantons_contenu {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_plantons .plantons_contenu, #reboiser_contenu_plantons .plantons_contenu, #planter_contenu_plantons .plantons_contenu, #cat_contenu_plantons .plantons_contenu, #single_projet_contenu_plantons .plantons_contenu, #depot_contenu_plantons .plantons_contenu, #catProgramme_contenu_plantons .plantons_contenu, #devenirMecene_contenu_plantons .plantons_contenu, #defiscalisation_contenu_plantons .plantons_contenu, #mecenes_contenu_plantons .plantons_contenu, #single_mecenes_contenu_plantons .plantons_contenu, #valoriser_contenu_plantons .plantons_contenu, #contact_contenu_plantons .plantons_contenu, #mention_content_contenu_plantons .plantons_contenu, #faireDon_contenu_plantons .plantons_contenu {
    padding-right: 0;
    padding-left: 0;
  }
}
#qsn_contenu_plantons .plantons_contenu span, #reboiser_contenu_plantons .plantons_contenu span, #planter_contenu_plantons .plantons_contenu span, #cat_contenu_plantons .plantons_contenu span, #single_projet_contenu_plantons .plantons_contenu span, #depot_contenu_plantons .plantons_contenu span, #catProgramme_contenu_plantons .plantons_contenu span, #devenirMecene_contenu_plantons .plantons_contenu span, #defiscalisation_contenu_plantons .plantons_contenu span, #mecenes_contenu_plantons .plantons_contenu span, #single_mecenes_contenu_plantons .plantons_contenu span, #valoriser_contenu_plantons .plantons_contenu span, #contact_contenu_plantons .plantons_contenu span, #mention_content_contenu_plantons .plantons_contenu span, #faireDon_contenu_plantons .plantons_contenu span {
  margin-top: 20px;
}
#qsn_contenu_plantons .plantons_contenu img, #reboiser_contenu_plantons .plantons_contenu img, #planter_contenu_plantons .plantons_contenu img, #cat_contenu_plantons .plantons_contenu img, #single_projet_contenu_plantons .plantons_contenu img, #depot_contenu_plantons .plantons_contenu img, #catProgramme_contenu_plantons .plantons_contenu img, #devenirMecene_contenu_plantons .plantons_contenu img, #defiscalisation_contenu_plantons .plantons_contenu img, #mecenes_contenu_plantons .plantons_contenu img, #single_mecenes_contenu_plantons .plantons_contenu img, #valoriser_contenu_plantons .plantons_contenu img, #contact_contenu_plantons .plantons_contenu img, #mention_content_contenu_plantons .plantons_contenu img, #faireDon_contenu_plantons .plantons_contenu img {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_plantons .plantons_contenu img, #reboiser_contenu_plantons .plantons_contenu img, #planter_contenu_plantons .plantons_contenu img, #cat_contenu_plantons .plantons_contenu img, #single_projet_contenu_plantons .plantons_contenu img, #depot_contenu_plantons .plantons_contenu img, #catProgramme_contenu_plantons .plantons_contenu img, #devenirMecene_contenu_plantons .plantons_contenu img, #defiscalisation_contenu_plantons .plantons_contenu img, #mecenes_contenu_plantons .plantons_contenu img, #single_mecenes_contenu_plantons .plantons_contenu img, #valoriser_contenu_plantons .plantons_contenu img, #contact_contenu_plantons .plantons_contenu img, #mention_content_contenu_plantons .plantons_contenu img, #faireDon_contenu_plantons .plantons_contenu img {
    margin: 10px 0;
    width: 100%;
  }
}
#qsn_contenu_plantons .plantons_contenu img.full, #reboiser_contenu_plantons .plantons_contenu img.full, #planter_contenu_plantons .plantons_contenu img.full, #cat_contenu_plantons .plantons_contenu img.full, #single_projet_contenu_plantons .plantons_contenu img.full, #depot_contenu_plantons .plantons_contenu img.full, #catProgramme_contenu_plantons .plantons_contenu img.full, #devenirMecene_contenu_plantons .plantons_contenu img.full, #defiscalisation_contenu_plantons .plantons_contenu img.full, #mecenes_contenu_plantons .plantons_contenu img.full, #single_mecenes_contenu_plantons .plantons_contenu img.full, #valoriser_contenu_plantons .plantons_contenu img.full, #contact_contenu_plantons .plantons_contenu img.full, #mention_content_contenu_plantons .plantons_contenu img.full, #faireDon_contenu_plantons .plantons_contenu img.full {
  min-width: 100%;
  height: auto;
  margin: 10px 0;
}
#qsn_contenu_plantons .plantons_contenu li, #reboiser_contenu_plantons .plantons_contenu li, #planter_contenu_plantons .plantons_contenu li, #cat_contenu_plantons .plantons_contenu li, #single_projet_contenu_plantons .plantons_contenu li, #depot_contenu_plantons .plantons_contenu li, #catProgramme_contenu_plantons .plantons_contenu li, #devenirMecene_contenu_plantons .plantons_contenu li, #defiscalisation_contenu_plantons .plantons_contenu li, #mecenes_contenu_plantons .plantons_contenu li, #single_mecenes_contenu_plantons .plantons_contenu li, #valoriser_contenu_plantons .plantons_contenu li, #contact_contenu_plantons .plantons_contenu li, #mention_content_contenu_plantons .plantons_contenu li, #faireDon_contenu_plantons .plantons_contenu li {
  margin-bottom: 0;
}
#qsn_contenu_objectifs, #reboiser_contenu_objectifs, #planter_contenu_objectifs, #cat_contenu_objectifs, #single_projet_contenu_objectifs, #depot_contenu_objectifs, #catProgramme_contenu_objectifs, #devenirMecene_contenu_objectifs, #defiscalisation_contenu_objectifs, #mecenes_contenu_objectifs, #single_mecenes_contenu_objectifs, #valoriser_contenu_objectifs, #contact_contenu_objectifs, #mention_content_contenu_objectifs, #faireDon_contenu_objectifs {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_objectifs, #reboiser_contenu_objectifs, #planter_contenu_objectifs, #cat_contenu_objectifs, #single_projet_contenu_objectifs, #depot_contenu_objectifs, #catProgramme_contenu_objectifs, #devenirMecene_contenu_objectifs, #defiscalisation_contenu_objectifs, #mecenes_contenu_objectifs, #single_mecenes_contenu_objectifs, #valoriser_contenu_objectifs, #contact_contenu_objectifs, #mention_content_contenu_objectifs, #faireDon_contenu_objectifs {
    padding-bottom: 0;
  }
}
#qsn_contenu_objectifs .refText, #reboiser_contenu_objectifs .refText, #planter_contenu_objectifs .refText, #cat_contenu_objectifs .refText, #single_projet_contenu_objectifs .refText, #depot_contenu_objectifs .refText, #catProgramme_contenu_objectifs .refText, #devenirMecene_contenu_objectifs .refText, #defiscalisation_contenu_objectifs .refText, #mecenes_contenu_objectifs .refText, #single_mecenes_contenu_objectifs .refText, #valoriser_contenu_objectifs .refText, #contact_contenu_objectifs .refText, #mention_content_contenu_objectifs .refText, #faireDon_contenu_objectifs .refText {
  padding-top: 20px;
}
#qsn_contenu_objectifs .refText span, #reboiser_contenu_objectifs .refText span, #planter_contenu_objectifs .refText span, #cat_contenu_objectifs .refText span, #single_projet_contenu_objectifs .refText span, #depot_contenu_objectifs .refText span, #catProgramme_contenu_objectifs .refText span, #devenirMecene_contenu_objectifs .refText span, #defiscalisation_contenu_objectifs .refText span, #mecenes_contenu_objectifs .refText span, #single_mecenes_contenu_objectifs .refText span, #valoriser_contenu_objectifs .refText span, #contact_contenu_objectifs .refText span, #mention_content_contenu_objectifs .refText span, #faireDon_contenu_objectifs .refText span {
  text-transform: none;
  font-family: "Optima";
  font-size: 25px;
}
#qsn_contenu_objectifs .refText a, #reboiser_contenu_objectifs .refText a, #planter_contenu_objectifs .refText a, #cat_contenu_objectifs .refText a, #single_projet_contenu_objectifs .refText a, #depot_contenu_objectifs .refText a, #catProgramme_contenu_objectifs .refText a, #devenirMecene_contenu_objectifs .refText a, #defiscalisation_contenu_objectifs .refText a, #mecenes_contenu_objectifs .refText a, #single_mecenes_contenu_objectifs .refText a, #valoriser_contenu_objectifs .refText a, #contact_contenu_objectifs .refText a, #mention_content_contenu_objectifs .refText a, #faireDon_contenu_objectifs .refText a {
  color: #000000;
  text-decoration: underline;
}
#qsn_contenu_objectifs .mission, #reboiser_contenu_objectifs .mission, #planter_contenu_objectifs .mission, #cat_contenu_objectifs .mission, #single_projet_contenu_objectifs .mission, #depot_contenu_objectifs .mission, #catProgramme_contenu_objectifs .mission, #devenirMecene_contenu_objectifs .mission, #defiscalisation_contenu_objectifs .mission, #mecenes_contenu_objectifs .mission, #single_mecenes_contenu_objectifs .mission, #valoriser_contenu_objectifs .mission, #contact_contenu_objectifs .mission, #mention_content_contenu_objectifs .mission, #faireDon_contenu_objectifs .mission {
  padding-top: 30px;
  height: 275px;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_objectifs .mission, #reboiser_contenu_objectifs .mission, #planter_contenu_objectifs .mission, #cat_contenu_objectifs .mission, #single_projet_contenu_objectifs .mission, #depot_contenu_objectifs .mission, #catProgramme_contenu_objectifs .mission, #devenirMecene_contenu_objectifs .mission, #defiscalisation_contenu_objectifs .mission, #mecenes_contenu_objectifs .mission, #single_mecenes_contenu_objectifs .mission, #valoriser_contenu_objectifs .mission, #contact_contenu_objectifs .mission, #mention_content_contenu_objectifs .mission, #faireDon_contenu_objectifs .mission {
    height: auto;
  }
}
#qsn_contenu_objectifs .mission.mobilVersion .img_seo, #qsn_contenu_objectifs .mission.mobilVersion .texte, #reboiser_contenu_objectifs .mission.mobilVersion .img_seo, #reboiser_contenu_objectifs .mission.mobilVersion .texte, #planter_contenu_objectifs .mission.mobilVersion .img_seo, #planter_contenu_objectifs .mission.mobilVersion .texte, #cat_contenu_objectifs .mission.mobilVersion .img_seo, #cat_contenu_objectifs .mission.mobilVersion .texte, #single_projet_contenu_objectifs .mission.mobilVersion .img_seo, #single_projet_contenu_objectifs .mission.mobilVersion .texte, #depot_contenu_objectifs .mission.mobilVersion .img_seo, #depot_contenu_objectifs .mission.mobilVersion .texte, #catProgramme_contenu_objectifs .mission.mobilVersion .img_seo, #catProgramme_contenu_objectifs .mission.mobilVersion .texte, #devenirMecene_contenu_objectifs .mission.mobilVersion .img_seo, #devenirMecene_contenu_objectifs .mission.mobilVersion .texte, #defiscalisation_contenu_objectifs .mission.mobilVersion .img_seo, #defiscalisation_contenu_objectifs .mission.mobilVersion .texte, #mecenes_contenu_objectifs .mission.mobilVersion .img_seo, #mecenes_contenu_objectifs .mission.mobilVersion .texte, #single_mecenes_contenu_objectifs .mission.mobilVersion .img_seo, #single_mecenes_contenu_objectifs .mission.mobilVersion .texte, #valoriser_contenu_objectifs .mission.mobilVersion .img_seo, #valoriser_contenu_objectifs .mission.mobilVersion .texte, #contact_contenu_objectifs .mission.mobilVersion .img_seo, #contact_contenu_objectifs .mission.mobilVersion .texte, #mention_content_contenu_objectifs .mission.mobilVersion .img_seo, #mention_content_contenu_objectifs .mission.mobilVersion .texte, #faireDon_contenu_objectifs .mission.mobilVersion .img_seo, #faireDon_contenu_objectifs .mission.mobilVersion .texte {
  height: 0;
  padding: 0;
}
#qsn_contenu_objectifs .mission.mobilVersion .img_seo p, #qsn_contenu_objectifs .mission.mobilVersion .texte p, #reboiser_contenu_objectifs .mission.mobilVersion .img_seo p, #reboiser_contenu_objectifs .mission.mobilVersion .texte p, #planter_contenu_objectifs .mission.mobilVersion .img_seo p, #planter_contenu_objectifs .mission.mobilVersion .texte p, #cat_contenu_objectifs .mission.mobilVersion .img_seo p, #cat_contenu_objectifs .mission.mobilVersion .texte p, #single_projet_contenu_objectifs .mission.mobilVersion .img_seo p, #single_projet_contenu_objectifs .mission.mobilVersion .texte p, #depot_contenu_objectifs .mission.mobilVersion .img_seo p, #depot_contenu_objectifs .mission.mobilVersion .texte p, #catProgramme_contenu_objectifs .mission.mobilVersion .img_seo p, #catProgramme_contenu_objectifs .mission.mobilVersion .texte p, #devenirMecene_contenu_objectifs .mission.mobilVersion .img_seo p, #devenirMecene_contenu_objectifs .mission.mobilVersion .texte p, #defiscalisation_contenu_objectifs .mission.mobilVersion .img_seo p, #defiscalisation_contenu_objectifs .mission.mobilVersion .texte p, #mecenes_contenu_objectifs .mission.mobilVersion .img_seo p, #mecenes_contenu_objectifs .mission.mobilVersion .texte p, #single_mecenes_contenu_objectifs .mission.mobilVersion .img_seo p, #single_mecenes_contenu_objectifs .mission.mobilVersion .texte p, #valoriser_contenu_objectifs .mission.mobilVersion .img_seo p, #valoriser_contenu_objectifs .mission.mobilVersion .texte p, #contact_contenu_objectifs .mission.mobilVersion .img_seo p, #contact_contenu_objectifs .mission.mobilVersion .texte p, #mention_content_contenu_objectifs .mission.mobilVersion .img_seo p, #mention_content_contenu_objectifs .mission.mobilVersion .texte p, #faireDon_contenu_objectifs .mission.mobilVersion .img_seo p, #faireDon_contenu_objectifs .mission.mobilVersion .texte p {
  display: none;
}
#qsn_contenu_objectifs .mission .img_seo, #reboiser_contenu_objectifs .mission .img_seo, #planter_contenu_objectifs .mission .img_seo, #cat_contenu_objectifs .mission .img_seo, #single_projet_contenu_objectifs .mission .img_seo, #depot_contenu_objectifs .mission .img_seo, #catProgramme_contenu_objectifs .mission .img_seo, #devenirMecene_contenu_objectifs .mission .img_seo, #defiscalisation_contenu_objectifs .mission .img_seo, #mecenes_contenu_objectifs .mission .img_seo, #single_mecenes_contenu_objectifs .mission .img_seo, #valoriser_contenu_objectifs .mission .img_seo, #contact_contenu_objectifs .mission .img_seo, #mention_content_contenu_objectifs .mission .img_seo, #faireDon_contenu_objectifs .mission .img_seo {
  padding: 0;
  max-height: 100%;
}
#qsn_contenu_objectifs .mission .img_seo img.hackwarp, #reboiser_contenu_objectifs .mission .img_seo img.hackwarp, #planter_contenu_objectifs .mission .img_seo img.hackwarp, #cat_contenu_objectifs .mission .img_seo img.hackwarp, #single_projet_contenu_objectifs .mission .img_seo img.hackwarp, #depot_contenu_objectifs .mission .img_seo img.hackwarp, #catProgramme_contenu_objectifs .mission .img_seo img.hackwarp, #devenirMecene_contenu_objectifs .mission .img_seo img.hackwarp, #defiscalisation_contenu_objectifs .mission .img_seo img.hackwarp, #mecenes_contenu_objectifs .mission .img_seo img.hackwarp, #single_mecenes_contenu_objectifs .mission .img_seo img.hackwarp, #valoriser_contenu_objectifs .mission .img_seo img.hackwarp, #contact_contenu_objectifs .mission .img_seo img.hackwarp, #mention_content_contenu_objectifs .mission .img_seo img.hackwarp, #faireDon_contenu_objectifs .mission .img_seo img.hackwarp {
  width: 100%;
  max-height: none;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #qsn_contenu_objectifs .mission .img_seo img.hackwarp, #reboiser_contenu_objectifs .mission .img_seo img.hackwarp, #planter_contenu_objectifs .mission .img_seo img.hackwarp, #cat_contenu_objectifs .mission .img_seo img.hackwarp, #single_projet_contenu_objectifs .mission .img_seo img.hackwarp, #depot_contenu_objectifs .mission .img_seo img.hackwarp, #catProgramme_contenu_objectifs .mission .img_seo img.hackwarp, #devenirMecene_contenu_objectifs .mission .img_seo img.hackwarp, #defiscalisation_contenu_objectifs .mission .img_seo img.hackwarp, #mecenes_contenu_objectifs .mission .img_seo img.hackwarp, #single_mecenes_contenu_objectifs .mission .img_seo img.hackwarp, #valoriser_contenu_objectifs .mission .img_seo img.hackwarp, #contact_contenu_objectifs .mission .img_seo img.hackwarp, #mention_content_contenu_objectifs .mission .img_seo img.hackwarp, #faireDon_contenu_objectifs .mission .img_seo img.hackwarp {
    width: auto;
    max-width: none;
    height: 100%;
  }
}
#qsn_contenu_objectifs .mission .titre, #reboiser_contenu_objectifs .mission .titre, #planter_contenu_objectifs .mission .titre, #cat_contenu_objectifs .mission .titre, #single_projet_contenu_objectifs .mission .titre, #depot_contenu_objectifs .mission .titre, #catProgramme_contenu_objectifs .mission .titre, #devenirMecene_contenu_objectifs .mission .titre, #defiscalisation_contenu_objectifs .mission .titre, #mecenes_contenu_objectifs .mission .titre, #single_mecenes_contenu_objectifs .mission .titre, #valoriser_contenu_objectifs .mission .titre, #contact_contenu_objectifs .mission .titre, #mention_content_contenu_objectifs .mission .titre, #faireDon_contenu_objectifs .mission .titre {
  display: flex;
  height: 100%;
  color: #ffffff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_objectifs .mission .titre, #reboiser_contenu_objectifs .mission .titre, #planter_contenu_objectifs .mission .titre, #cat_contenu_objectifs .mission .titre, #single_projet_contenu_objectifs .mission .titre, #depot_contenu_objectifs .mission .titre, #catProgramme_contenu_objectifs .mission .titre, #devenirMecene_contenu_objectifs .mission .titre, #defiscalisation_contenu_objectifs .mission .titre, #mecenes_contenu_objectifs .mission .titre, #single_mecenes_contenu_objectifs .mission .titre, #valoriser_contenu_objectifs .mission .titre, #contact_contenu_objectifs .mission .titre, #mention_content_contenu_objectifs .mission .titre, #faireDon_contenu_objectifs .mission .titre {
    padding: 20px 15px;
  }
}
#qsn_contenu_objectifs .mission .titre.vert, #reboiser_contenu_objectifs .mission .titre.vert, #planter_contenu_objectifs .mission .titre.vert, #cat_contenu_objectifs .mission .titre.vert, #single_projet_contenu_objectifs .mission .titre.vert, #depot_contenu_objectifs .mission .titre.vert, #catProgramme_contenu_objectifs .mission .titre.vert, #devenirMecene_contenu_objectifs .mission .titre.vert, #defiscalisation_contenu_objectifs .mission .titre.vert, #mecenes_contenu_objectifs .mission .titre.vert, #single_mecenes_contenu_objectifs .mission .titre.vert, #valoriser_contenu_objectifs .mission .titre.vert, #contact_contenu_objectifs .mission .titre.vert, #mention_content_contenu_objectifs .mission .titre.vert, #faireDon_contenu_objectifs .mission .titre.vert {
  background-color: #42aa32;
}
#qsn_contenu_objectifs .mission .titre.vert_fonce, #reboiser_contenu_objectifs .mission .titre.vert_fonce, #planter_contenu_objectifs .mission .titre.vert_fonce, #cat_contenu_objectifs .mission .titre.vert_fonce, #single_projet_contenu_objectifs .mission .titre.vert_fonce, #depot_contenu_objectifs .mission .titre.vert_fonce, #catProgramme_contenu_objectifs .mission .titre.vert_fonce, #devenirMecene_contenu_objectifs .mission .titre.vert_fonce, #defiscalisation_contenu_objectifs .mission .titre.vert_fonce, #mecenes_contenu_objectifs .mission .titre.vert_fonce, #single_mecenes_contenu_objectifs .mission .titre.vert_fonce, #valoriser_contenu_objectifs .mission .titre.vert_fonce, #contact_contenu_objectifs .mission .titre.vert_fonce, #mention_content_contenu_objectifs .mission .titre.vert_fonce, #faireDon_contenu_objectifs .mission .titre.vert_fonce {
  background-color: #668e2e;
}
#qsn_contenu_objectifs .mission .titre.violet, #reboiser_contenu_objectifs .mission .titre.violet, #planter_contenu_objectifs .mission .titre.violet, #cat_contenu_objectifs .mission .titre.violet, #single_projet_contenu_objectifs .mission .titre.violet, #depot_contenu_objectifs .mission .titre.violet, #catProgramme_contenu_objectifs .mission .titre.violet, #devenirMecene_contenu_objectifs .mission .titre.violet, #defiscalisation_contenu_objectifs .mission .titre.violet, #mecenes_contenu_objectifs .mission .titre.violet, #single_mecenes_contenu_objectifs .mission .titre.violet, #valoriser_contenu_objectifs .mission .titre.violet, #contact_contenu_objectifs .mission .titre.violet, #mention_content_contenu_objectifs .mission .titre.violet, #faireDon_contenu_objectifs .mission .titre.violet {
  background-color: #512d6d;
}
#qsn_contenu_objectifs .mission .titre p, #reboiser_contenu_objectifs .mission .titre p, #planter_contenu_objectifs .mission .titre p, #cat_contenu_objectifs .mission .titre p, #single_projet_contenu_objectifs .mission .titre p, #depot_contenu_objectifs .mission .titre p, #catProgramme_contenu_objectifs .mission .titre p, #devenirMecene_contenu_objectifs .mission .titre p, #defiscalisation_contenu_objectifs .mission .titre p, #mecenes_contenu_objectifs .mission .titre p, #single_mecenes_contenu_objectifs .mission .titre p, #valoriser_contenu_objectifs .mission .titre p, #contact_contenu_objectifs .mission .titre p, #mention_content_contenu_objectifs .mission .titre p, #faireDon_contenu_objectifs .mission .titre p {
  font-family: "Optima";
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 0;
}
#qsn_contenu_objectifs .mission .texte, #reboiser_contenu_objectifs .mission .texte, #planter_contenu_objectifs .mission .texte, #cat_contenu_objectifs .mission .texte, #single_projet_contenu_objectifs .mission .texte, #depot_contenu_objectifs .mission .texte, #catProgramme_contenu_objectifs .mission .texte, #devenirMecene_contenu_objectifs .mission .texte, #defiscalisation_contenu_objectifs .mission .texte, #mecenes_contenu_objectifs .mission .texte, #single_mecenes_contenu_objectifs .mission .texte, #valoriser_contenu_objectifs .mission .texte, #contact_contenu_objectifs .mission .texte, #mention_content_contenu_objectifs .mission .texte, #faireDon_contenu_objectifs .mission .texte {
  background-color: #f6f6f6;
  padding: 50px 60px 51px 50px;
  font-size: 20px;
}
#qsn_contenu_objectifs .mission .texte p, #reboiser_contenu_objectifs .mission .texte p, #planter_contenu_objectifs .mission .texte p, #cat_contenu_objectifs .mission .texte p, #single_projet_contenu_objectifs .mission .texte p, #depot_contenu_objectifs .mission .texte p, #catProgramme_contenu_objectifs .mission .texte p, #devenirMecene_contenu_objectifs .mission .texte p, #defiscalisation_contenu_objectifs .mission .texte p, #mecenes_contenu_objectifs .mission .texte p, #single_mecenes_contenu_objectifs .mission .texte p, #valoriser_contenu_objectifs .mission .texte p, #contact_contenu_objectifs .mission .texte p, #mention_content_contenu_objectifs .mission .texte p, #faireDon_contenu_objectifs .mission .texte p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #qsn_contenu_objectifs .mission .texte p, #reboiser_contenu_objectifs .mission .texte p, #planter_contenu_objectifs .mission .texte p, #cat_contenu_objectifs .mission .texte p, #single_projet_contenu_objectifs .mission .texte p, #depot_contenu_objectifs .mission .texte p, #catProgramme_contenu_objectifs .mission .texte p, #devenirMecene_contenu_objectifs .mission .texte p, #defiscalisation_contenu_objectifs .mission .texte p, #mecenes_contenu_objectifs .mission .texte p, #single_mecenes_contenu_objectifs .mission .texte p, #valoriser_contenu_objectifs .mission .texte p, #contact_contenu_objectifs .mission .texte p, #mention_content_contenu_objectifs .mission .texte p, #faireDon_contenu_objectifs .mission .texte p {
    font-size: 17px;
  }
}
#qsn_contenu_objectifs_programmes, #reboiser_contenu_objectifs_programmes, #planter_contenu_objectifs_programmes, #cat_contenu_objectifs_programmes, #single_projet_contenu_objectifs_programmes, #depot_contenu_objectifs_programmes, #catProgramme_contenu_objectifs_programmes, #devenirMecene_contenu_objectifs_programmes, #defiscalisation_contenu_objectifs_programmes, #mecenes_contenu_objectifs_programmes, #single_mecenes_contenu_objectifs_programmes, #valoriser_contenu_objectifs_programmes, #contact_contenu_objectifs_programmes, #mention_content_contenu_objectifs_programmes, #faireDon_contenu_objectifs_programmes {
  padding: 0;
}
#qsn_contenu_objectifs_programmes h3, #reboiser_contenu_objectifs_programmes h3, #planter_contenu_objectifs_programmes h3, #cat_contenu_objectifs_programmes h3, #single_projet_contenu_objectifs_programmes h3, #depot_contenu_objectifs_programmes h3, #catProgramme_contenu_objectifs_programmes h3, #devenirMecene_contenu_objectifs_programmes h3, #defiscalisation_contenu_objectifs_programmes h3, #mecenes_contenu_objectifs_programmes h3, #single_mecenes_contenu_objectifs_programmes h3, #valoriser_contenu_objectifs_programmes h3, #contact_contenu_objectifs_programmes h3, #mention_content_contenu_objectifs_programmes h3, #faireDon_contenu_objectifs_programmes h3 {
  font-family: "Optima";
  font-size: 25px;
  font-weight: 400;
  color: #668e2e;
  padding-top: 39px;
  margin-left: -15px;
}
#qsn_contenu_objectifs_programmes .programme, #reboiser_contenu_objectifs_programmes .programme, #planter_contenu_objectifs_programmes .programme, #cat_contenu_objectifs_programmes .programme, #single_projet_contenu_objectifs_programmes .programme, #depot_contenu_objectifs_programmes .programme, #catProgramme_contenu_objectifs_programmes .programme, #devenirMecene_contenu_objectifs_programmes .programme, #defiscalisation_contenu_objectifs_programmes .programme, #mecenes_contenu_objectifs_programmes .programme, #single_mecenes_contenu_objectifs_programmes .programme, #valoriser_contenu_objectifs_programmes .programme, #contact_contenu_objectifs_programmes .programme, #mention_content_contenu_objectifs_programmes .programme, #faireDon_contenu_objectifs_programmes .programme {
  padding-top: 30px;
}
#qsn_contenu_objectifs_programmes .programme .contenu, #reboiser_contenu_objectifs_programmes .programme .contenu, #planter_contenu_objectifs_programmes .programme .contenu, #cat_contenu_objectifs_programmes .programme .contenu, #single_projet_contenu_objectifs_programmes .programme .contenu, #depot_contenu_objectifs_programmes .programme .contenu, #catProgramme_contenu_objectifs_programmes .programme .contenu, #devenirMecene_contenu_objectifs_programmes .programme .contenu, #defiscalisation_contenu_objectifs_programmes .programme .contenu, #mecenes_contenu_objectifs_programmes .programme .contenu, #single_mecenes_contenu_objectifs_programmes .programme .contenu, #valoriser_contenu_objectifs_programmes .programme .contenu, #contact_contenu_objectifs_programmes .programme .contenu, #mention_content_contenu_objectifs_programmes .programme .contenu, #faireDon_contenu_objectifs_programmes .programme .contenu {
  position: absolute;
  color: #ffffff;
  left: 334px;
  top: 33px;
}
#qsn_contenu_objectifs_programmes .programme .contenu .titre, #reboiser_contenu_objectifs_programmes .programme .contenu .titre, #planter_contenu_objectifs_programmes .programme .contenu .titre, #cat_contenu_objectifs_programmes .programme .contenu .titre, #single_projet_contenu_objectifs_programmes .programme .contenu .titre, #depot_contenu_objectifs_programmes .programme .contenu .titre, #catProgramme_contenu_objectifs_programmes .programme .contenu .titre, #devenirMecene_contenu_objectifs_programmes .programme .contenu .titre, #defiscalisation_contenu_objectifs_programmes .programme .contenu .titre, #mecenes_contenu_objectifs_programmes .programme .contenu .titre, #single_mecenes_contenu_objectifs_programmes .programme .contenu .titre, #valoriser_contenu_objectifs_programmes .programme .contenu .titre, #contact_contenu_objectifs_programmes .programme .contenu .titre, #mention_content_contenu_objectifs_programmes .programme .contenu .titre, #faireDon_contenu_objectifs_programmes .programme .contenu .titre {
  font-family: "Optima";
  font-size: 25px;
  font-weight: 400;
}
#qsn_contenu_objectifs_programmes .programme .contenu .texte, #reboiser_contenu_objectifs_programmes .programme .contenu .texte, #planter_contenu_objectifs_programmes .programme .contenu .texte, #cat_contenu_objectifs_programmes .programme .contenu .texte, #single_projet_contenu_objectifs_programmes .programme .contenu .texte, #depot_contenu_objectifs_programmes .programme .contenu .texte, #catProgramme_contenu_objectifs_programmes .programme .contenu .texte, #devenirMecene_contenu_objectifs_programmes .programme .contenu .texte, #defiscalisation_contenu_objectifs_programmes .programme .contenu .texte, #mecenes_contenu_objectifs_programmes .programme .contenu .texte, #single_mecenes_contenu_objectifs_programmes .programme .contenu .texte, #valoriser_contenu_objectifs_programmes .programme .contenu .texte, #contact_contenu_objectifs_programmes .programme .contenu .texte, #mention_content_contenu_objectifs_programmes .programme .contenu .texte, #faireDon_contenu_objectifs_programmes .programme .contenu .texte {
  font-size: 18px;
  letter-spacing: 0.72px;
}
#qsn_contenu_objectifs_programmes .programme .contenu a, #reboiser_contenu_objectifs_programmes .programme .contenu a, #planter_contenu_objectifs_programmes .programme .contenu a, #cat_contenu_objectifs_programmes .programme .contenu a, #single_projet_contenu_objectifs_programmes .programme .contenu a, #depot_contenu_objectifs_programmes .programme .contenu a, #catProgramme_contenu_objectifs_programmes .programme .contenu a, #devenirMecene_contenu_objectifs_programmes .programme .contenu a, #defiscalisation_contenu_objectifs_programmes .programme .contenu a, #mecenes_contenu_objectifs_programmes .programme .contenu a, #single_mecenes_contenu_objectifs_programmes .programme .contenu a, #valoriser_contenu_objectifs_programmes .programme .contenu a, #contact_contenu_objectifs_programmes .programme .contenu a, #mention_content_contenu_objectifs_programmes .programme .contenu a, #faireDon_contenu_objectifs_programmes .programme .contenu a {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
#qsn_contenu_objectifs_programmes .programme .contenu a:before, #reboiser_contenu_objectifs_programmes .programme .contenu a:before, #planter_contenu_objectifs_programmes .programme .contenu a:before, #cat_contenu_objectifs_programmes .programme .contenu a:before, #single_projet_contenu_objectifs_programmes .programme .contenu a:before, #depot_contenu_objectifs_programmes .programme .contenu a:before, #catProgramme_contenu_objectifs_programmes .programme .contenu a:before, #devenirMecene_contenu_objectifs_programmes .programme .contenu a:before, #defiscalisation_contenu_objectifs_programmes .programme .contenu a:before, #mecenes_contenu_objectifs_programmes .programme .contenu a:before, #single_mecenes_contenu_objectifs_programmes .programme .contenu a:before, #valoriser_contenu_objectifs_programmes .programme .contenu a:before, #contact_contenu_objectifs_programmes .programme .contenu a:before, #mention_content_contenu_objectifs_programmes .programme .contenu a:before, #faireDon_contenu_objectifs_programmes .programme .contenu a:before {
  content: ">";
  padding-right: 0.5em;
}
#qsn_contenu_objectifs_programmes .programme .planter, #reboiser_contenu_objectifs_programmes .programme .planter, #planter_contenu_objectifs_programmes .programme .planter, #cat_contenu_objectifs_programmes .programme .planter, #single_projet_contenu_objectifs_programmes .programme .planter, #depot_contenu_objectifs_programmes .programme .planter, #catProgramme_contenu_objectifs_programmes .programme .planter, #devenirMecene_contenu_objectifs_programmes .programme .planter, #defiscalisation_contenu_objectifs_programmes .programme .planter, #mecenes_contenu_objectifs_programmes .programme .planter, #single_mecenes_contenu_objectifs_programmes .programme .planter, #valoriser_contenu_objectifs_programmes .programme .planter, #contact_contenu_objectifs_programmes .programme .planter, #mention_content_contenu_objectifs_programmes .programme .planter, #faireDon_contenu_objectifs_programmes .programme .planter {
  background-image: url("../img/planter2.png");
  background-color: #42aa32;
  background-repeat: no-repeat;
  height: 233px;
  position: relative;
}
#qsn_contenu_objectifs_programmes .programme .SeF, #reboiser_contenu_objectifs_programmes .programme .SeF, #planter_contenu_objectifs_programmes .programme .SeF, #cat_contenu_objectifs_programmes .programme .SeF, #single_projet_contenu_objectifs_programmes .programme .SeF, #depot_contenu_objectifs_programmes .programme .SeF, #catProgramme_contenu_objectifs_programmes .programme .SeF, #devenirMecene_contenu_objectifs_programmes .programme .SeF, #defiscalisation_contenu_objectifs_programmes .programme .SeF, #mecenes_contenu_objectifs_programmes .programme .SeF, #single_mecenes_contenu_objectifs_programmes .programme .SeF, #valoriser_contenu_objectifs_programmes .programme .SeF, #contact_contenu_objectifs_programmes .programme .SeF, #mention_content_contenu_objectifs_programmes .programme .SeF, #faireDon_contenu_objectifs_programmes .programme .SeF {
  background-image: url("../img/SeF2.png");
  background-color: #668e2e;
  background-repeat: no-repeat;
  height: 233px;
  position: relative;
}
#qsn_contenu_objectifs_programmes .programme .innover, #reboiser_contenu_objectifs_programmes .programme .innover, #planter_contenu_objectifs_programmes .programme .innover, #cat_contenu_objectifs_programmes .programme .innover, #single_projet_contenu_objectifs_programmes .programme .innover, #depot_contenu_objectifs_programmes .programme .innover, #catProgramme_contenu_objectifs_programmes .programme .innover, #devenirMecene_contenu_objectifs_programmes .programme .innover, #defiscalisation_contenu_objectifs_programmes .programme .innover, #mecenes_contenu_objectifs_programmes .programme .innover, #single_mecenes_contenu_objectifs_programmes .programme .innover, #valoriser_contenu_objectifs_programmes .programme .innover, #contact_contenu_objectifs_programmes .programme .innover, #mention_content_contenu_objectifs_programmes .programme .innover, #faireDon_contenu_objectifs_programmes .programme .innover {
  background-image: url("../img/innover2.png");
  background-color: #512d6d;
  background-repeat: no-repeat;
  height: 233px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_objectifs_programmes .programme .contenu, #reboiser_contenu_objectifs_programmes .programme .contenu, #planter_contenu_objectifs_programmes .programme .contenu, #cat_contenu_objectifs_programmes .programme .contenu, #single_projet_contenu_objectifs_programmes .programme .contenu, #depot_contenu_objectifs_programmes .programme .contenu, #catProgramme_contenu_objectifs_programmes .programme .contenu, #devenirMecene_contenu_objectifs_programmes .programme .contenu, #defiscalisation_contenu_objectifs_programmes .programme .contenu, #mecenes_contenu_objectifs_programmes .programme .contenu, #single_mecenes_contenu_objectifs_programmes .programme .contenu, #valoriser_contenu_objectifs_programmes .programme .contenu, #contact_contenu_objectifs_programmes .programme .contenu, #mention_content_contenu_objectifs_programmes .programme .contenu, #faireDon_contenu_objectifs_programmes .programme .contenu {
    left: 0;
    top: 160px;
    text-align: center;
  }
  #qsn_contenu_objectifs_programmes .programme .planter, #reboiser_contenu_objectifs_programmes .programme .planter, #planter_contenu_objectifs_programmes .programme .planter, #cat_contenu_objectifs_programmes .programme .planter, #single_projet_contenu_objectifs_programmes .programme .planter, #depot_contenu_objectifs_programmes .programme .planter, #catProgramme_contenu_objectifs_programmes .programme .planter, #devenirMecene_contenu_objectifs_programmes .programme .planter, #defiscalisation_contenu_objectifs_programmes .programme .planter, #mecenes_contenu_objectifs_programmes .programme .planter, #single_mecenes_contenu_objectifs_programmes .programme .planter, #valoriser_contenu_objectifs_programmes .programme .planter, #contact_contenu_objectifs_programmes .programme .planter, #mention_content_contenu_objectifs_programmes .programme .planter, #faireDon_contenu_objectifs_programmes .programme .planter {
    background-image: url("../img/planter.png");
    background-color: #42aa32;
    background-repeat: no-repeat;
    background-size: cover;
    height: 417px;
    padding-top: 139px;
  }
  #qsn_contenu_objectifs_programmes .programme .SeF, #reboiser_contenu_objectifs_programmes .programme .SeF, #planter_contenu_objectifs_programmes .programme .SeF, #cat_contenu_objectifs_programmes .programme .SeF, #single_projet_contenu_objectifs_programmes .programme .SeF, #depot_contenu_objectifs_programmes .programme .SeF, #catProgramme_contenu_objectifs_programmes .programme .SeF, #devenirMecene_contenu_objectifs_programmes .programme .SeF, #defiscalisation_contenu_objectifs_programmes .programme .SeF, #mecenes_contenu_objectifs_programmes .programme .SeF, #single_mecenes_contenu_objectifs_programmes .programme .SeF, #valoriser_contenu_objectifs_programmes .programme .SeF, #contact_contenu_objectifs_programmes .programme .SeF, #mention_content_contenu_objectifs_programmes .programme .SeF, #faireDon_contenu_objectifs_programmes .programme .SeF {
    background-image: url("../img/SeF.png");
    background-color: #668e2e;
    background-repeat: no-repeat;
    background-size: cover;
    height: 417px;
    padding-top: 119px;
  }
  #qsn_contenu_objectifs_programmes .programme .innover, #reboiser_contenu_objectifs_programmes .programme .innover, #planter_contenu_objectifs_programmes .programme .innover, #cat_contenu_objectifs_programmes .programme .innover, #single_projet_contenu_objectifs_programmes .programme .innover, #depot_contenu_objectifs_programmes .programme .innover, #catProgramme_contenu_objectifs_programmes .programme .innover, #devenirMecene_contenu_objectifs_programmes .programme .innover, #defiscalisation_contenu_objectifs_programmes .programme .innover, #mecenes_contenu_objectifs_programmes .programme .innover, #single_mecenes_contenu_objectifs_programmes .programme .innover, #valoriser_contenu_objectifs_programmes .programme .innover, #contact_contenu_objectifs_programmes .programme .innover, #mention_content_contenu_objectifs_programmes .programme .innover, #faireDon_contenu_objectifs_programmes .programme .innover {
    background-image: url("../img/innover.png");
    background-color: #512d6d;
    background-repeat: no-repeat;
    background-size: cover;
    height: 417px;
    padding-top: 119px;
  }
}
#qsn_contenu_cercle, #reboiser_contenu_cercle, #planter_contenu_cercle, #cat_contenu_cercle, #single_projet_contenu_cercle, #depot_contenu_cercle, #catProgramme_contenu_cercle, #devenirMecene_contenu_cercle, #defiscalisation_contenu_cercle, #mecenes_contenu_cercle, #single_mecenes_contenu_cercle, #valoriser_contenu_cercle, #contact_contenu_cercle, #mention_content_contenu_cercle, #faireDon_contenu_cercle {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_cercle, #reboiser_contenu_cercle, #planter_contenu_cercle, #cat_contenu_cercle, #single_projet_contenu_cercle, #depot_contenu_cercle, #catProgramme_contenu_cercle, #devenirMecene_contenu_cercle, #defiscalisation_contenu_cercle, #mecenes_contenu_cercle, #single_mecenes_contenu_cercle, #valoriser_contenu_cercle, #contact_contenu_cercle, #mention_content_contenu_cercle, #faireDon_contenu_cercle {
    padding-bottom: 0;
  }
}
#qsn_contenu_cercle .contenu, #reboiser_contenu_cercle .contenu, #planter_contenu_cercle .contenu, #cat_contenu_cercle .contenu, #single_projet_contenu_cercle .contenu, #depot_contenu_cercle .contenu, #catProgramme_contenu_cercle .contenu, #devenirMecene_contenu_cercle .contenu, #defiscalisation_contenu_cercle .contenu, #mecenes_contenu_cercle .contenu, #single_mecenes_contenu_cercle .contenu, #valoriser_contenu_cercle .contenu, #contact_contenu_cercle .contenu, #mention_content_contenu_cercle .contenu, #faireDon_contenu_cercle .contenu {
  padding-right: 0;
  padding-left: 0;
}
#qsn_contenu_cercle img, #reboiser_contenu_cercle img, #planter_contenu_cercle img, #cat_contenu_cercle img, #single_projet_contenu_cercle img, #depot_contenu_cercle img, #catProgramme_contenu_cercle img, #devenirMecene_contenu_cercle img, #defiscalisation_contenu_cercle img, #mecenes_contenu_cercle img, #single_mecenes_contenu_cercle img, #valoriser_contenu_cercle img, #contact_contenu_cercle img, #mention_content_contenu_cercle img, #faireDon_contenu_cercle img {
  margin-left: -20px;
  max-width: none;
  height: 500px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_cercle img, #reboiser_contenu_cercle img, #planter_contenu_cercle img, #cat_contenu_cercle img, #single_projet_contenu_cercle img, #depot_contenu_cercle img, #catProgramme_contenu_cercle img, #devenirMecene_contenu_cercle img, #defiscalisation_contenu_cercle img, #mecenes_contenu_cercle img, #single_mecenes_contenu_cercle img, #valoriser_contenu_cercle img, #contact_contenu_cercle img, #mention_content_contenu_cercle img, #faireDon_contenu_cercle img {
    margin-left: 0;
    padding: 0 15px;
  }
}
#qsn_contenu_cercle .row, #reboiser_contenu_cercle .row, #planter_contenu_cercle .row, #cat_contenu_cercle .row, #single_projet_contenu_cercle .row, #depot_contenu_cercle .row, #catProgramme_contenu_cercle .row, #devenirMecene_contenu_cercle .row, #defiscalisation_contenu_cercle .row, #mecenes_contenu_cercle .row, #single_mecenes_contenu_cercle .row, #valoriser_contenu_cercle .row, #contact_contenu_cercle .row, #mention_content_contenu_cercle .row, #faireDon_contenu_cercle .row {
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_cercle .row, #reboiser_contenu_cercle .row, #planter_contenu_cercle .row, #cat_contenu_cercle .row, #single_projet_contenu_cercle .row, #depot_contenu_cercle .row, #catProgramme_contenu_cercle .row, #devenirMecene_contenu_cercle .row, #defiscalisation_contenu_cercle .row, #mecenes_contenu_cercle .row, #single_mecenes_contenu_cercle .row, #valoriser_contenu_cercle .row, #contact_contenu_cercle .row, #mention_content_contenu_cercle .row, #faireDon_contenu_cercle .row {
    flex-wrap: wrap;
    padding: 0 15px;
  }
}
#qsn_contenu_cercle .row p, #reboiser_contenu_cercle .row p, #planter_contenu_cercle .row p, #cat_contenu_cercle .row p, #single_projet_contenu_cercle .row p, #depot_contenu_cercle .row p, #catProgramme_contenu_cercle .row p, #devenirMecene_contenu_cercle .row p, #defiscalisation_contenu_cercle .row p, #mecenes_contenu_cercle .row p, #single_mecenes_contenu_cercle .row p, #valoriser_contenu_cercle .row p, #contact_contenu_cercle .row p, #mention_content_contenu_cercle .row p, #faireDon_contenu_cercle .row p {
  padding-left: 20px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_cercle .row p, #reboiser_contenu_cercle .row p, #planter_contenu_cercle .row p, #cat_contenu_cercle .row p, #single_projet_contenu_cercle .row p, #depot_contenu_cercle .row p, #catProgramme_contenu_cercle .row p, #devenirMecene_contenu_cercle .row p, #defiscalisation_contenu_cercle .row p, #mecenes_contenu_cercle .row p, #single_mecenes_contenu_cercle .row p, #valoriser_contenu_cercle .row p, #contact_contenu_cercle .row p, #mention_content_contenu_cercle .row p, #faireDon_contenu_cercle .row p {
    padding: 0;
  }
}
#qsn_contenu_president .signature, #reboiser_contenu_president .signature, #planter_contenu_president .signature, #cat_contenu_president .signature, #single_projet_contenu_president .signature, #depot_contenu_president .signature, #catProgramme_contenu_president .signature, #devenirMecene_contenu_president .signature, #defiscalisation_contenu_president .signature, #mecenes_contenu_president .signature, #single_mecenes_contenu_president .signature, #valoriser_contenu_president .signature, #contact_contenu_president .signature, #mention_content_contenu_president .signature, #faireDon_contenu_president .signature {
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_president .signature, #reboiser_contenu_president .signature, #planter_contenu_president .signature, #cat_contenu_president .signature, #single_projet_contenu_president .signature, #depot_contenu_president .signature, #catProgramme_contenu_president .signature, #devenirMecene_contenu_president .signature, #defiscalisation_contenu_president .signature, #mecenes_contenu_president .signature, #single_mecenes_contenu_president .signature, #valoriser_contenu_president .signature, #contact_contenu_president .signature, #mention_content_contenu_president .signature, #faireDon_contenu_president .signature {
    padding: 45px 0 0 0;
  }
}
#qsn_contenu_president .signature .photo, #reboiser_contenu_president .signature .photo, #planter_contenu_president .signature .photo, #cat_contenu_president .signature .photo, #single_projet_contenu_president .signature .photo, #depot_contenu_president .signature .photo, #catProgramme_contenu_president .signature .photo, #devenirMecene_contenu_president .signature .photo, #defiscalisation_contenu_president .signature .photo, #mecenes_contenu_president .signature .photo, #single_mecenes_contenu_president .signature .photo, #valoriser_contenu_president .signature .photo, #contact_contenu_president .signature .photo, #mention_content_contenu_president .signature .photo, #faireDon_contenu_president .signature .photo {
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #qsn_contenu_president .signature .photo, #reboiser_contenu_president .signature .photo, #planter_contenu_president .signature .photo, #cat_contenu_president .signature .photo, #single_projet_contenu_president .signature .photo, #depot_contenu_president .signature .photo, #catProgramme_contenu_president .signature .photo, #devenirMecene_contenu_president .signature .photo, #defiscalisation_contenu_president .signature .photo, #mecenes_contenu_president .signature .photo, #single_mecenes_contenu_president .signature .photo, #valoriser_contenu_president .signature .photo, #contact_contenu_president .signature .photo, #mention_content_contenu_president .signature .photo, #faireDon_contenu_president .signature .photo {
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  #qsn_contenu_president .signature .photo .img_seo, #reboiser_contenu_president .signature .photo .img_seo, #planter_contenu_president .signature .photo .img_seo, #cat_contenu_president .signature .photo .img_seo, #single_projet_contenu_president .signature .photo .img_seo, #depot_contenu_president .signature .photo .img_seo, #catProgramme_contenu_president .signature .photo .img_seo, #devenirMecene_contenu_president .signature .photo .img_seo, #defiscalisation_contenu_president .signature .photo .img_seo, #mecenes_contenu_president .signature .photo .img_seo, #single_mecenes_contenu_president .signature .photo .img_seo, #valoriser_contenu_president .signature .photo .img_seo, #contact_contenu_president .signature .photo .img_seo, #mention_content_contenu_president .signature .photo .img_seo, #faireDon_contenu_president .signature .photo .img_seo {
    text-align: center;
  }
  #qsn_contenu_president .signature .photo .img_seo .hackwarp, #reboiser_contenu_president .signature .photo .img_seo .hackwarp, #planter_contenu_president .signature .photo .img_seo .hackwarp, #cat_contenu_president .signature .photo .img_seo .hackwarp, #single_projet_contenu_president .signature .photo .img_seo .hackwarp, #depot_contenu_president .signature .photo .img_seo .hackwarp, #catProgramme_contenu_president .signature .photo .img_seo .hackwarp, #devenirMecene_contenu_president .signature .photo .img_seo .hackwarp, #defiscalisation_contenu_president .signature .photo .img_seo .hackwarp, #mecenes_contenu_president .signature .photo .img_seo .hackwarp, #single_mecenes_contenu_president .signature .photo .img_seo .hackwarp, #valoriser_contenu_president .signature .photo .img_seo .hackwarp, #contact_contenu_president .signature .photo .img_seo .hackwarp, #mention_content_contenu_president .signature .photo .img_seo .hackwarp, #faireDon_contenu_president .signature .photo .img_seo .hackwarp {
    max-width: none;
    width: auto;
    height: 100%;
  }
}
#qsn_contenu_president .signature .identite, #reboiser_contenu_president .signature .identite, #planter_contenu_president .signature .identite, #cat_contenu_president .signature .identite, #single_projet_contenu_president .signature .identite, #depot_contenu_president .signature .identite, #catProgramme_contenu_president .signature .identite, #devenirMecene_contenu_president .signature .identite, #defiscalisation_contenu_president .signature .identite, #mecenes_contenu_president .signature .identite, #single_mecenes_contenu_president .signature .identite, #valoriser_contenu_president .signature .identite, #contact_contenu_president .signature .identite, #mention_content_contenu_president .signature .identite, #faireDon_contenu_president .signature .identite {
  display: flex;
  flex-direction: column;
  padding-top: 26px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_president .signature .identite, #reboiser_contenu_president .signature .identite, #planter_contenu_president .signature .identite, #cat_contenu_president .signature .identite, #single_projet_contenu_president .signature .identite, #depot_contenu_president .signature .identite, #catProgramme_contenu_president .signature .identite, #devenirMecene_contenu_president .signature .identite, #defiscalisation_contenu_president .signature .identite, #mecenes_contenu_president .signature .identite, #single_mecenes_contenu_president .signature .identite, #valoriser_contenu_president .signature .identite, #contact_contenu_president .signature .identite, #mention_content_contenu_president .signature .identite, #faireDon_contenu_president .signature .identite {
    align-items: center;
    padding-left: 0;
  }
}
#qsn_contenu_president .signature .identite span, #reboiser_contenu_president .signature .identite span, #planter_contenu_president .signature .identite span, #cat_contenu_president .signature .identite span, #single_projet_contenu_president .signature .identite span, #depot_contenu_president .signature .identite span, #catProgramme_contenu_president .signature .identite span, #devenirMecene_contenu_president .signature .identite span, #defiscalisation_contenu_president .signature .identite span, #mecenes_contenu_president .signature .identite span, #single_mecenes_contenu_president .signature .identite span, #valoriser_contenu_president .signature .identite span, #contact_contenu_president .signature .identite span, #mention_content_contenu_president .signature .identite span, #faireDon_contenu_president .signature .identite span {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
}
#qsn_contenu_president .signature .identite .nom, #reboiser_contenu_president .signature .identite .nom, #planter_contenu_president .signature .identite .nom, #cat_contenu_president .signature .identite .nom, #single_projet_contenu_president .signature .identite .nom, #depot_contenu_president .signature .identite .nom, #catProgramme_contenu_president .signature .identite .nom, #devenirMecene_contenu_president .signature .identite .nom, #defiscalisation_contenu_president .signature .identite .nom, #mecenes_contenu_president .signature .identite .nom, #single_mecenes_contenu_president .signature .identite .nom, #valoriser_contenu_president .signature .identite .nom, #contact_contenu_president .signature .identite .nom, #mention_content_contenu_president .signature .identite .nom, #faireDon_contenu_president .signature .identite .nom {
  font-family: "Optima";
  font-size: 18px;
  color: #512d6d;
  text-transform: none;
}
#qsn_contenu_president .signature .identite .fonction, #reboiser_contenu_president .signature .identite .fonction, #planter_contenu_president .signature .identite .fonction, #cat_contenu_president .signature .identite .fonction, #single_projet_contenu_president .signature .identite .fonction, #depot_contenu_president .signature .identite .fonction, #catProgramme_contenu_president .signature .identite .fonction, #devenirMecene_contenu_president .signature .identite .fonction, #defiscalisation_contenu_president .signature .identite .fonction, #mecenes_contenu_president .signature .identite .fonction, #single_mecenes_contenu_president .signature .identite .fonction, #valoriser_contenu_president .signature .identite .fonction, #contact_contenu_president .signature .identite .fonction, #mention_content_contenu_president .signature .identite .fonction, #faireDon_contenu_president .signature .identite .fonction {
  text-transform: none;
}
#qsn_contenu_gouvernance_texte, #reboiser_contenu_gouvernance_texte, #planter_contenu_gouvernance_texte, #cat_contenu_gouvernance_texte, #single_projet_contenu_gouvernance_texte, #depot_contenu_gouvernance_texte, #catProgramme_contenu_gouvernance_texte, #devenirMecene_contenu_gouvernance_texte, #defiscalisation_contenu_gouvernance_texte, #mecenes_contenu_gouvernance_texte, #single_mecenes_contenu_gouvernance_texte, #valoriser_contenu_gouvernance_texte, #contact_contenu_gouvernance_texte, #mention_content_contenu_gouvernance_texte, #faireDon_contenu_gouvernance_texte {
  color: #668e2e;
  font-family: "Optima";
  font-size: 25px;
  padding-bottom: 60px;
}
#qsn_contenu_gouvernance .administrateurs, #reboiser_contenu_gouvernance .administrateurs, #planter_contenu_gouvernance .administrateurs, #cat_contenu_gouvernance .administrateurs, #single_projet_contenu_gouvernance .administrateurs, #depot_contenu_gouvernance .administrateurs, #catProgramme_contenu_gouvernance .administrateurs, #devenirMecene_contenu_gouvernance .administrateurs, #defiscalisation_contenu_gouvernance .administrateurs, #mecenes_contenu_gouvernance .administrateurs, #single_mecenes_contenu_gouvernance .administrateurs, #valoriser_contenu_gouvernance .administrateurs, #contact_contenu_gouvernance .administrateurs, #mention_content_contenu_gouvernance .administrateurs, #faireDon_contenu_gouvernance .administrateurs {
  padding: 60px 15px;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_gouvernance .administrateurs, #reboiser_contenu_gouvernance .administrateurs, #planter_contenu_gouvernance .administrateurs, #cat_contenu_gouvernance .administrateurs, #single_projet_contenu_gouvernance .administrateurs, #depot_contenu_gouvernance .administrateurs, #catProgramme_contenu_gouvernance .administrateurs, #devenirMecene_contenu_gouvernance .administrateurs, #defiscalisation_contenu_gouvernance .administrateurs, #mecenes_contenu_gouvernance .administrateurs, #single_mecenes_contenu_gouvernance .administrateurs, #valoriser_contenu_gouvernance .administrateurs, #contact_contenu_gouvernance .administrateurs, #mention_content_contenu_gouvernance .administrateurs, #faireDon_contenu_gouvernance .administrateurs {
    padding: 60px 15px 0 15px;
  }
}
#qsn_contenu_gouvernance .administrateurs h3, #reboiser_contenu_gouvernance .administrateurs h3, #planter_contenu_gouvernance .administrateurs h3, #cat_contenu_gouvernance .administrateurs h3, #single_projet_contenu_gouvernance .administrateurs h3, #depot_contenu_gouvernance .administrateurs h3, #catProgramme_contenu_gouvernance .administrateurs h3, #devenirMecene_contenu_gouvernance .administrateurs h3, #defiscalisation_contenu_gouvernance .administrateurs h3, #mecenes_contenu_gouvernance .administrateurs h3, #single_mecenes_contenu_gouvernance .administrateurs h3, #valoriser_contenu_gouvernance .administrateurs h3, #contact_contenu_gouvernance .administrateurs h3, #mention_content_contenu_gouvernance .administrateurs h3, #faireDon_contenu_gouvernance .administrateurs h3 {
  font-size: 25px;
  font-family: "Optima";
  font-weight: 400;
}
#qsn_contenu_gouvernance .administrateurs .administrateur, #reboiser_contenu_gouvernance .administrateurs .administrateur, #planter_contenu_gouvernance .administrateurs .administrateur, #cat_contenu_gouvernance .administrateurs .administrateur, #single_projet_contenu_gouvernance .administrateurs .administrateur, #depot_contenu_gouvernance .administrateurs .administrateur, #catProgramme_contenu_gouvernance .administrateurs .administrateur, #devenirMecene_contenu_gouvernance .administrateurs .administrateur, #defiscalisation_contenu_gouvernance .administrateurs .administrateur, #mecenes_contenu_gouvernance .administrateurs .administrateur, #single_mecenes_contenu_gouvernance .administrateurs .administrateur, #valoriser_contenu_gouvernance .administrateurs .administrateur, #contact_contenu_gouvernance .administrateurs .administrateur, #mention_content_contenu_gouvernance .administrateurs .administrateur, #faireDon_contenu_gouvernance .administrateurs .administrateur {
  padding: 20px 15px;
}
#qsn_contenu_gouvernance .administrateurs .administrateur .row, #reboiser_contenu_gouvernance .administrateurs .administrateur .row, #planter_contenu_gouvernance .administrateurs .administrateur .row, #cat_contenu_gouvernance .administrateurs .administrateur .row, #single_projet_contenu_gouvernance .administrateurs .administrateur .row, #depot_contenu_gouvernance .administrateurs .administrateur .row, #catProgramme_contenu_gouvernance .administrateurs .administrateur .row, #devenirMecene_contenu_gouvernance .administrateurs .administrateur .row, #defiscalisation_contenu_gouvernance .administrateurs .administrateur .row, #mecenes_contenu_gouvernance .administrateurs .administrateur .row, #single_mecenes_contenu_gouvernance .administrateurs .administrateur .row, #valoriser_contenu_gouvernance .administrateurs .administrateur .row, #contact_contenu_gouvernance .administrateurs .administrateur .row, #mention_content_contenu_gouvernance .administrateurs .administrateur .row, #faireDon_contenu_gouvernance .administrateurs .administrateur .row {
  max-width: 100%;
  margin: 0;
}
#qsn_contenu_gouvernance .administrateurs .administrateur .photo, #reboiser_contenu_gouvernance .administrateurs .administrateur .photo, #planter_contenu_gouvernance .administrateurs .administrateur .photo, #cat_contenu_gouvernance .administrateurs .administrateur .photo, #single_projet_contenu_gouvernance .administrateurs .administrateur .photo, #depot_contenu_gouvernance .administrateurs .administrateur .photo, #catProgramme_contenu_gouvernance .administrateurs .administrateur .photo, #devenirMecene_contenu_gouvernance .administrateurs .administrateur .photo, #defiscalisation_contenu_gouvernance .administrateurs .administrateur .photo, #mecenes_contenu_gouvernance .administrateurs .administrateur .photo, #single_mecenes_contenu_gouvernance .administrateurs .administrateur .photo, #valoriser_contenu_gouvernance .administrateurs .administrateur .photo, #contact_contenu_gouvernance .administrateurs .administrateur .photo, #mention_content_contenu_gouvernance .administrateurs .administrateur .photo, #faireDon_contenu_gouvernance .administrateurs .administrateur .photo {
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_gouvernance .administrateurs .administrateur .photo, #reboiser_contenu_gouvernance .administrateurs .administrateur .photo, #planter_contenu_gouvernance .administrateurs .administrateur .photo, #cat_contenu_gouvernance .administrateurs .administrateur .photo, #single_projet_contenu_gouvernance .administrateurs .administrateur .photo, #depot_contenu_gouvernance .administrateurs .administrateur .photo, #catProgramme_contenu_gouvernance .administrateurs .administrateur .photo, #devenirMecene_contenu_gouvernance .administrateurs .administrateur .photo, #defiscalisation_contenu_gouvernance .administrateurs .administrateur .photo, #mecenes_contenu_gouvernance .administrateurs .administrateur .photo, #single_mecenes_contenu_gouvernance .administrateurs .administrateur .photo, #valoriser_contenu_gouvernance .administrateurs .administrateur .photo, #contact_contenu_gouvernance .administrateurs .administrateur .photo, #mention_content_contenu_gouvernance .administrateurs .administrateur .photo, #faireDon_contenu_gouvernance .administrateurs .administrateur .photo {
    text-align: center;
  }
}
#qsn_contenu_gouvernance .administrateurs .administrateur .photo img, #reboiser_contenu_gouvernance .administrateurs .administrateur .photo img, #planter_contenu_gouvernance .administrateurs .administrateur .photo img, #cat_contenu_gouvernance .administrateurs .administrateur .photo img, #single_projet_contenu_gouvernance .administrateurs .administrateur .photo img, #depot_contenu_gouvernance .administrateurs .administrateur .photo img, #catProgramme_contenu_gouvernance .administrateurs .administrateur .photo img, #devenirMecene_contenu_gouvernance .administrateurs .administrateur .photo img, #defiscalisation_contenu_gouvernance .administrateurs .administrateur .photo img, #mecenes_contenu_gouvernance .administrateurs .administrateur .photo img, #single_mecenes_contenu_gouvernance .administrateurs .administrateur .photo img, #valoriser_contenu_gouvernance .administrateurs .administrateur .photo img, #contact_contenu_gouvernance .administrateurs .administrateur .photo img, #mention_content_contenu_gouvernance .administrateurs .administrateur .photo img, #faireDon_contenu_gouvernance .administrateurs .administrateur .photo img {
  margin-bottom: 0;
  border-radius: 50%;
  width: 108px;
  max-height: none;
  height: 108px;
  filter: grayscale(100%);
}
#qsn_contenu_gouvernance .administrateurs .administrateur .identite, #reboiser_contenu_gouvernance .administrateurs .administrateur .identite, #planter_contenu_gouvernance .administrateurs .administrateur .identite, #cat_contenu_gouvernance .administrateurs .administrateur .identite, #single_projet_contenu_gouvernance .administrateurs .administrateur .identite, #depot_contenu_gouvernance .administrateurs .administrateur .identite, #catProgramme_contenu_gouvernance .administrateurs .administrateur .identite, #devenirMecene_contenu_gouvernance .administrateurs .administrateur .identite, #defiscalisation_contenu_gouvernance .administrateurs .administrateur .identite, #mecenes_contenu_gouvernance .administrateurs .administrateur .identite, #single_mecenes_contenu_gouvernance .administrateurs .administrateur .identite, #valoriser_contenu_gouvernance .administrateurs .administrateur .identite, #contact_contenu_gouvernance .administrateurs .administrateur .identite, #mention_content_contenu_gouvernance .administrateurs .administrateur .identite, #faireDon_contenu_gouvernance .administrateurs .administrateur .identite {
  display: flex;
  flex-direction: column;
  padding-top: 26px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_gouvernance .administrateurs .administrateur .identite, #reboiser_contenu_gouvernance .administrateurs .administrateur .identite, #planter_contenu_gouvernance .administrateurs .administrateur .identite, #cat_contenu_gouvernance .administrateurs .administrateur .identite, #single_projet_contenu_gouvernance .administrateurs .administrateur .identite, #depot_contenu_gouvernance .administrateurs .administrateur .identite, #catProgramme_contenu_gouvernance .administrateurs .administrateur .identite, #devenirMecene_contenu_gouvernance .administrateurs .administrateur .identite, #defiscalisation_contenu_gouvernance .administrateurs .administrateur .identite, #mecenes_contenu_gouvernance .administrateurs .administrateur .identite, #single_mecenes_contenu_gouvernance .administrateurs .administrateur .identite, #valoriser_contenu_gouvernance .administrateurs .administrateur .identite, #contact_contenu_gouvernance .administrateurs .administrateur .identite, #mention_content_contenu_gouvernance .administrateurs .administrateur .identite, #faireDon_contenu_gouvernance .administrateurs .administrateur .identite {
    align-items: center;
    padding-left: 0;
  }
}
#qsn_contenu_gouvernance .administrateurs .administrateur .identite span, #reboiser_contenu_gouvernance .administrateurs .administrateur .identite span, #planter_contenu_gouvernance .administrateurs .administrateur .identite span, #cat_contenu_gouvernance .administrateurs .administrateur .identite span, #single_projet_contenu_gouvernance .administrateurs .administrateur .identite span, #depot_contenu_gouvernance .administrateurs .administrateur .identite span, #catProgramme_contenu_gouvernance .administrateurs .administrateur .identite span, #devenirMecene_contenu_gouvernance .administrateurs .administrateur .identite span, #defiscalisation_contenu_gouvernance .administrateurs .administrateur .identite span, #mecenes_contenu_gouvernance .administrateurs .administrateur .identite span, #single_mecenes_contenu_gouvernance .administrateurs .administrateur .identite span, #valoriser_contenu_gouvernance .administrateurs .administrateur .identite span, #contact_contenu_gouvernance .administrateurs .administrateur .identite span, #mention_content_contenu_gouvernance .administrateurs .administrateur .identite span, #faireDon_contenu_gouvernance .administrateurs .administrateur .identite span {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  max-width: 100%;
}
#qsn_contenu_gouvernance .administrateurs .administrateur .identite .nom, #reboiser_contenu_gouvernance .administrateurs .administrateur .identite .nom, #planter_contenu_gouvernance .administrateurs .administrateur .identite .nom, #cat_contenu_gouvernance .administrateurs .administrateur .identite .nom, #single_projet_contenu_gouvernance .administrateurs .administrateur .identite .nom, #depot_contenu_gouvernance .administrateurs .administrateur .identite .nom, #catProgramme_contenu_gouvernance .administrateurs .administrateur .identite .nom, #devenirMecene_contenu_gouvernance .administrateurs .administrateur .identite .nom, #defiscalisation_contenu_gouvernance .administrateurs .administrateur .identite .nom, #mecenes_contenu_gouvernance .administrateurs .administrateur .identite .nom, #single_mecenes_contenu_gouvernance .administrateurs .administrateur .identite .nom, #valoriser_contenu_gouvernance .administrateurs .administrateur .identite .nom, #contact_contenu_gouvernance .administrateurs .administrateur .identite .nom, #mention_content_contenu_gouvernance .administrateurs .administrateur .identite .nom, #faireDon_contenu_gouvernance .administrateurs .administrateur .identite .nom {
  font-family: "Optima";
  font-size: 18px;
  color: #668e2e;
  text-transform: none;
  font-weight: 400;
}
#qsn_contenu_gouvernance .administrateurs .administrateur .identite .fonction, #reboiser_contenu_gouvernance .administrateurs .administrateur .identite .fonction, #planter_contenu_gouvernance .administrateurs .administrateur .identite .fonction, #cat_contenu_gouvernance .administrateurs .administrateur .identite .fonction, #single_projet_contenu_gouvernance .administrateurs .administrateur .identite .fonction, #depot_contenu_gouvernance .administrateurs .administrateur .identite .fonction, #catProgramme_contenu_gouvernance .administrateurs .administrateur .identite .fonction, #devenirMecene_contenu_gouvernance .administrateurs .administrateur .identite .fonction, #defiscalisation_contenu_gouvernance .administrateurs .administrateur .identite .fonction, #mecenes_contenu_gouvernance .administrateurs .administrateur .identite .fonction, #single_mecenes_contenu_gouvernance .administrateurs .administrateur .identite .fonction, #valoriser_contenu_gouvernance .administrateurs .administrateur .identite .fonction, #contact_contenu_gouvernance .administrateurs .administrateur .identite .fonction, #mention_content_contenu_gouvernance .administrateurs .administrateur .identite .fonction, #faireDon_contenu_gouvernance .administrateurs .administrateur .identite .fonction {
  text-transform: none;
  color: #512d6d;
  font-size: 18px;
}
#qsn_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #reboiser_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #planter_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #cat_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #single_projet_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #depot_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #catProgramme_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #devenirMecene_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #defiscalisation_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #mecenes_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #single_mecenes_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #valoriser_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #contact_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #mention_content_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #faireDon_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre {
  color: #000000;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #reboiser_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #planter_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #cat_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #single_projet_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #depot_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #catProgramme_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #devenirMecene_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #defiscalisation_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #mecenes_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #single_mecenes_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #valoriser_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #contact_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #mention_content_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre, #faireDon_contenu_gouvernance .administrateurs .administrateur .identite .fonction.titre {
    text-align: center;
  }
}
#qsn_contenu_activites, #qsn_contenu_documentation, #qsn_contenu_lettres, #reboiser_contenu_activites, #reboiser_contenu_documentation, #reboiser_contenu_lettres, #planter_contenu_activites, #planter_contenu_documentation, #planter_contenu_lettres, #cat_contenu_activites, #cat_contenu_documentation, #cat_contenu_lettres, #single_projet_contenu_activites, #single_projet_contenu_documentation, #single_projet_contenu_lettres, #depot_contenu_activites, #depot_contenu_documentation, #depot_contenu_lettres, #catProgramme_contenu_activites, #catProgramme_contenu_documentation, #catProgramme_contenu_lettres, #devenirMecene_contenu_activites, #devenirMecene_contenu_documentation, #devenirMecene_contenu_lettres, #defiscalisation_contenu_activites, #defiscalisation_contenu_documentation, #defiscalisation_contenu_lettres, #mecenes_contenu_activites, #mecenes_contenu_documentation, #mecenes_contenu_lettres, #single_mecenes_contenu_activites, #single_mecenes_contenu_documentation, #single_mecenes_contenu_lettres, #valoriser_contenu_activites, #valoriser_contenu_documentation, #valoriser_contenu_lettres, #contact_contenu_activites, #contact_contenu_documentation, #contact_contenu_lettres, #mention_content_contenu_activites, #mention_content_contenu_documentation, #mention_content_contenu_lettres, #faireDon_contenu_activites, #faireDon_contenu_documentation, #faireDon_contenu_lettres {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_activites, #qsn_contenu_documentation, #qsn_contenu_lettres, #reboiser_contenu_activites, #reboiser_contenu_documentation, #reboiser_contenu_lettres, #planter_contenu_activites, #planter_contenu_documentation, #planter_contenu_lettres, #cat_contenu_activites, #cat_contenu_documentation, #cat_contenu_lettres, #single_projet_contenu_activites, #single_projet_contenu_documentation, #single_projet_contenu_lettres, #depot_contenu_activites, #depot_contenu_documentation, #depot_contenu_lettres, #catProgramme_contenu_activites, #catProgramme_contenu_documentation, #catProgramme_contenu_lettres, #devenirMecene_contenu_activites, #devenirMecene_contenu_documentation, #devenirMecene_contenu_lettres, #defiscalisation_contenu_activites, #defiscalisation_contenu_documentation, #defiscalisation_contenu_lettres, #mecenes_contenu_activites, #mecenes_contenu_documentation, #mecenes_contenu_lettres, #single_mecenes_contenu_activites, #single_mecenes_contenu_documentation, #single_mecenes_contenu_lettres, #valoriser_contenu_activites, #valoriser_contenu_documentation, #valoriser_contenu_lettres, #contact_contenu_activites, #contact_contenu_documentation, #contact_contenu_lettres, #mention_content_contenu_activites, #mention_content_contenu_documentation, #mention_content_contenu_lettres, #faireDon_contenu_activites, #faireDon_contenu_documentation, #faireDon_contenu_lettres {
    padding-bottom: 0;
  }
}
#qsn_contenu_activites p, #qsn_contenu_documentation p, #qsn_contenu_lettres p, #reboiser_contenu_activites p, #reboiser_contenu_documentation p, #reboiser_contenu_lettres p, #planter_contenu_activites p, #planter_contenu_documentation p, #planter_contenu_lettres p, #cat_contenu_activites p, #cat_contenu_documentation p, #cat_contenu_lettres p, #single_projet_contenu_activites p, #single_projet_contenu_documentation p, #single_projet_contenu_lettres p, #depot_contenu_activites p, #depot_contenu_documentation p, #depot_contenu_lettres p, #catProgramme_contenu_activites p, #catProgramme_contenu_documentation p, #catProgramme_contenu_lettres p, #devenirMecene_contenu_activites p, #devenirMecene_contenu_documentation p, #devenirMecene_contenu_lettres p, #defiscalisation_contenu_activites p, #defiscalisation_contenu_documentation p, #defiscalisation_contenu_lettres p, #mecenes_contenu_activites p, #mecenes_contenu_documentation p, #mecenes_contenu_lettres p, #single_mecenes_contenu_activites p, #single_mecenes_contenu_documentation p, #single_mecenes_contenu_lettres p, #valoriser_contenu_activites p, #valoriser_contenu_documentation p, #valoriser_contenu_lettres p, #contact_contenu_activites p, #contact_contenu_documentation p, #contact_contenu_lettres p, #mention_content_contenu_activites p, #mention_content_contenu_documentation p, #mention_content_contenu_lettres p, #faireDon_contenu_activites p, #faireDon_contenu_documentation p, #faireDon_contenu_lettres p {
  color: #668e2e;
  font-family: "Optima";
  font-size: 25px;
  font-weight: 400;
}
#qsn_contenu_activites .rapport, #qsn_contenu_documentation .rapport, #qsn_contenu_lettres .rapport, #reboiser_contenu_activites .rapport, #reboiser_contenu_documentation .rapport, #reboiser_contenu_lettres .rapport, #planter_contenu_activites .rapport, #planter_contenu_documentation .rapport, #planter_contenu_lettres .rapport, #cat_contenu_activites .rapport, #cat_contenu_documentation .rapport, #cat_contenu_lettres .rapport, #single_projet_contenu_activites .rapport, #single_projet_contenu_documentation .rapport, #single_projet_contenu_lettres .rapport, #depot_contenu_activites .rapport, #depot_contenu_documentation .rapport, #depot_contenu_lettres .rapport, #catProgramme_contenu_activites .rapport, #catProgramme_contenu_documentation .rapport, #catProgramme_contenu_lettres .rapport, #devenirMecene_contenu_activites .rapport, #devenirMecene_contenu_documentation .rapport, #devenirMecene_contenu_lettres .rapport, #defiscalisation_contenu_activites .rapport, #defiscalisation_contenu_documentation .rapport, #defiscalisation_contenu_lettres .rapport, #mecenes_contenu_activites .rapport, #mecenes_contenu_documentation .rapport, #mecenes_contenu_lettres .rapport, #single_mecenes_contenu_activites .rapport, #single_mecenes_contenu_documentation .rapport, #single_mecenes_contenu_lettres .rapport, #valoriser_contenu_activites .rapport, #valoriser_contenu_documentation .rapport, #valoriser_contenu_lettres .rapport, #contact_contenu_activites .rapport, #contact_contenu_documentation .rapport, #contact_contenu_lettres .rapport, #mention_content_contenu_activites .rapport, #mention_content_contenu_documentation .rapport, #mention_content_contenu_lettres .rapport, #faireDon_contenu_activites .rapport, #faireDon_contenu_documentation .rapport, #faireDon_contenu_lettres .rapport {
  flex-direction: column;
  padding-left: 10px;
}
#qsn_contenu_activites .rapport hr, #qsn_contenu_documentation .rapport hr, #qsn_contenu_lettres .rapport hr, #reboiser_contenu_activites .rapport hr, #reboiser_contenu_documentation .rapport hr, #reboiser_contenu_lettres .rapport hr, #planter_contenu_activites .rapport hr, #planter_contenu_documentation .rapport hr, #planter_contenu_lettres .rapport hr, #cat_contenu_activites .rapport hr, #cat_contenu_documentation .rapport hr, #cat_contenu_lettres .rapport hr, #single_projet_contenu_activites .rapport hr, #single_projet_contenu_documentation .rapport hr, #single_projet_contenu_lettres .rapport hr, #depot_contenu_activites .rapport hr, #depot_contenu_documentation .rapport hr, #depot_contenu_lettres .rapport hr, #catProgramme_contenu_activites .rapport hr, #catProgramme_contenu_documentation .rapport hr, #catProgramme_contenu_lettres .rapport hr, #devenirMecene_contenu_activites .rapport hr, #devenirMecene_contenu_documentation .rapport hr, #devenirMecene_contenu_lettres .rapport hr, #defiscalisation_contenu_activites .rapport hr, #defiscalisation_contenu_documentation .rapport hr, #defiscalisation_contenu_lettres .rapport hr, #mecenes_contenu_activites .rapport hr, #mecenes_contenu_documentation .rapport hr, #mecenes_contenu_lettres .rapport hr, #single_mecenes_contenu_activites .rapport hr, #single_mecenes_contenu_documentation .rapport hr, #single_mecenes_contenu_lettres .rapport hr, #valoriser_contenu_activites .rapport hr, #valoriser_contenu_documentation .rapport hr, #valoriser_contenu_lettres .rapport hr, #contact_contenu_activites .rapport hr, #contact_contenu_documentation .rapport hr, #contact_contenu_lettres .rapport hr, #mention_content_contenu_activites .rapport hr, #mention_content_contenu_documentation .rapport hr, #mention_content_contenu_lettres .rapport hr, #faireDon_contenu_activites .rapport hr, #faireDon_contenu_documentation .rapport hr, #faireDon_contenu_lettres .rapport hr {
  width: 51px;
  height: 2px;
  background-color: rgba(77, 85, 82, 0.5);
  margin: 11px 0 11px 10px;
}
#qsn_contenu_activites .rapport a, #qsn_contenu_documentation .rapport a, #qsn_contenu_lettres .rapport a, #reboiser_contenu_activites .rapport a, #reboiser_contenu_documentation .rapport a, #reboiser_contenu_lettres .rapport a, #planter_contenu_activites .rapport a, #planter_contenu_documentation .rapport a, #planter_contenu_lettres .rapport a, #cat_contenu_activites .rapport a, #cat_contenu_documentation .rapport a, #cat_contenu_lettres .rapport a, #single_projet_contenu_activites .rapport a, #single_projet_contenu_documentation .rapport a, #single_projet_contenu_lettres .rapport a, #depot_contenu_activites .rapport a, #depot_contenu_documentation .rapport a, #depot_contenu_lettres .rapport a, #catProgramme_contenu_activites .rapport a, #catProgramme_contenu_documentation .rapport a, #catProgramme_contenu_lettres .rapport a, #devenirMecene_contenu_activites .rapport a, #devenirMecene_contenu_documentation .rapport a, #devenirMecene_contenu_lettres .rapport a, #defiscalisation_contenu_activites .rapport a, #defiscalisation_contenu_documentation .rapport a, #defiscalisation_contenu_lettres .rapport a, #mecenes_contenu_activites .rapport a, #mecenes_contenu_documentation .rapport a, #mecenes_contenu_lettres .rapport a, #single_mecenes_contenu_activites .rapport a, #single_mecenes_contenu_documentation .rapport a, #single_mecenes_contenu_lettres .rapport a, #valoriser_contenu_activites .rapport a, #valoriser_contenu_documentation .rapport a, #valoriser_contenu_lettres .rapport a, #contact_contenu_activites .rapport a, #contact_contenu_documentation .rapport a, #contact_contenu_lettres .rapport a, #mention_content_contenu_activites .rapport a, #mention_content_contenu_documentation .rapport a, #mention_content_contenu_lettres .rapport a, #faireDon_contenu_activites .rapport a, #faireDon_contenu_documentation .rapport a, #faireDon_contenu_lettres .rapport a {
  max-width: 170px;
  background-color: transparent;
  border: 2px solid rgba(77, 85, 82, 0.25);
  color: #000000;
  margin: 6px 0;
}
#qsn_contenu_activites .rapport a i, #qsn_contenu_documentation .rapport a i, #qsn_contenu_lettres .rapport a i, #reboiser_contenu_activites .rapport a i, #reboiser_contenu_documentation .rapport a i, #reboiser_contenu_lettres .rapport a i, #planter_contenu_activites .rapport a i, #planter_contenu_documentation .rapport a i, #planter_contenu_lettres .rapport a i, #cat_contenu_activites .rapport a i, #cat_contenu_documentation .rapport a i, #cat_contenu_lettres .rapport a i, #single_projet_contenu_activites .rapport a i, #single_projet_contenu_documentation .rapport a i, #single_projet_contenu_lettres .rapport a i, #depot_contenu_activites .rapport a i, #depot_contenu_documentation .rapport a i, #depot_contenu_lettres .rapport a i, #catProgramme_contenu_activites .rapport a i, #catProgramme_contenu_documentation .rapport a i, #catProgramme_contenu_lettres .rapport a i, #devenirMecene_contenu_activites .rapport a i, #devenirMecene_contenu_documentation .rapport a i, #devenirMecene_contenu_lettres .rapport a i, #defiscalisation_contenu_activites .rapport a i, #defiscalisation_contenu_documentation .rapport a i, #defiscalisation_contenu_lettres .rapport a i, #mecenes_contenu_activites .rapport a i, #mecenes_contenu_documentation .rapport a i, #mecenes_contenu_lettres .rapport a i, #single_mecenes_contenu_activites .rapport a i, #single_mecenes_contenu_documentation .rapport a i, #single_mecenes_contenu_lettres .rapport a i, #valoriser_contenu_activites .rapport a i, #valoriser_contenu_documentation .rapport a i, #valoriser_contenu_lettres .rapport a i, #contact_contenu_activites .rapport a i, #contact_contenu_documentation .rapport a i, #contact_contenu_lettres .rapport a i, #mention_content_contenu_activites .rapport a i, #mention_content_contenu_documentation .rapport a i, #mention_content_contenu_lettres .rapport a i, #faireDon_contenu_activites .rapport a i, #faireDon_contenu_documentation .rapport a i, #faireDon_contenu_lettres .rapport a i {
  padding-right: 0.5em;
}
#qsn_contenu_activites .rapport a:before, #qsn_contenu_documentation .rapport a:before, #qsn_contenu_lettres .rapport a:before, #reboiser_contenu_activites .rapport a:before, #reboiser_contenu_documentation .rapport a:before, #reboiser_contenu_lettres .rapport a:before, #planter_contenu_activites .rapport a:before, #planter_contenu_documentation .rapport a:before, #planter_contenu_lettres .rapport a:before, #cat_contenu_activites .rapport a:before, #cat_contenu_documentation .rapport a:before, #cat_contenu_lettres .rapport a:before, #single_projet_contenu_activites .rapport a:before, #single_projet_contenu_documentation .rapport a:before, #single_projet_contenu_lettres .rapport a:before, #depot_contenu_activites .rapport a:before, #depot_contenu_documentation .rapport a:before, #depot_contenu_lettres .rapport a:before, #catProgramme_contenu_activites .rapport a:before, #catProgramme_contenu_documentation .rapport a:before, #catProgramme_contenu_lettres .rapport a:before, #devenirMecene_contenu_activites .rapport a:before, #devenirMecene_contenu_documentation .rapport a:before, #devenirMecene_contenu_lettres .rapport a:before, #defiscalisation_contenu_activites .rapport a:before, #defiscalisation_contenu_documentation .rapport a:before, #defiscalisation_contenu_lettres .rapport a:before, #mecenes_contenu_activites .rapport a:before, #mecenes_contenu_documentation .rapport a:before, #mecenes_contenu_lettres .rapport a:before, #single_mecenes_contenu_activites .rapport a:before, #single_mecenes_contenu_documentation .rapport a:before, #single_mecenes_contenu_lettres .rapport a:before, #valoriser_contenu_activites .rapport a:before, #valoriser_contenu_documentation .rapport a:before, #valoriser_contenu_lettres .rapport a:before, #contact_contenu_activites .rapport a:before, #contact_contenu_documentation .rapport a:before, #contact_contenu_lettres .rapport a:before, #mention_content_contenu_activites .rapport a:before, #mention_content_contenu_documentation .rapport a:before, #mention_content_contenu_lettres .rapport a:before, #faireDon_contenu_activites .rapport a:before, #faireDon_contenu_documentation .rapport a:before, #faireDon_contenu_lettres .rapport a:before {
  content: "";
}
#qsn_contenu_activites .rapport div, #qsn_contenu_documentation .rapport div, #qsn_contenu_lettres .rapport div, #reboiser_contenu_activites .rapport div, #reboiser_contenu_documentation .rapport div, #reboiser_contenu_lettres .rapport div, #planter_contenu_activites .rapport div, #planter_contenu_documentation .rapport div, #planter_contenu_lettres .rapport div, #cat_contenu_activites .rapport div, #cat_contenu_documentation .rapport div, #cat_contenu_lettres .rapport div, #single_projet_contenu_activites .rapport div, #single_projet_contenu_documentation .rapport div, #single_projet_contenu_lettres .rapport div, #depot_contenu_activites .rapport div, #depot_contenu_documentation .rapport div, #depot_contenu_lettres .rapport div, #catProgramme_contenu_activites .rapport div, #catProgramme_contenu_documentation .rapport div, #catProgramme_contenu_lettres .rapport div, #devenirMecene_contenu_activites .rapport div, #devenirMecene_contenu_documentation .rapport div, #devenirMecene_contenu_lettres .rapport div, #defiscalisation_contenu_activites .rapport div, #defiscalisation_contenu_documentation .rapport div, #defiscalisation_contenu_lettres .rapport div, #mecenes_contenu_activites .rapport div, #mecenes_contenu_documentation .rapport div, #mecenes_contenu_lettres .rapport div, #single_mecenes_contenu_activites .rapport div, #single_mecenes_contenu_documentation .rapport div, #single_mecenes_contenu_lettres .rapport div, #valoriser_contenu_activites .rapport div, #valoriser_contenu_documentation .rapport div, #valoriser_contenu_lettres .rapport div, #contact_contenu_activites .rapport div, #contact_contenu_documentation .rapport div, #contact_contenu_lettres .rapport div, #mention_content_contenu_activites .rapport div, #mention_content_contenu_documentation .rapport div, #mention_content_contenu_lettres .rapport div, #faireDon_contenu_activites .rapport div, #faireDon_contenu_documentation .rapport div, #faireDon_contenu_lettres .rapport div {
  padding-left: 10px;
}
#qsn_contenu_activites .rapport div span, #qsn_contenu_documentation .rapport div span, #qsn_contenu_lettres .rapport div span, #reboiser_contenu_activites .rapport div span, #reboiser_contenu_documentation .rapport div span, #reboiser_contenu_lettres .rapport div span, #planter_contenu_activites .rapport div span, #planter_contenu_documentation .rapport div span, #planter_contenu_lettres .rapport div span, #cat_contenu_activites .rapport div span, #cat_contenu_documentation .rapport div span, #cat_contenu_lettres .rapport div span, #single_projet_contenu_activites .rapport div span, #single_projet_contenu_documentation .rapport div span, #single_projet_contenu_lettres .rapport div span, #depot_contenu_activites .rapport div span, #depot_contenu_documentation .rapport div span, #depot_contenu_lettres .rapport div span, #catProgramme_contenu_activites .rapport div span, #catProgramme_contenu_documentation .rapport div span, #catProgramme_contenu_lettres .rapport div span, #devenirMecene_contenu_activites .rapport div span, #devenirMecene_contenu_documentation .rapport div span, #devenirMecene_contenu_lettres .rapport div span, #defiscalisation_contenu_activites .rapport div span, #defiscalisation_contenu_documentation .rapport div span, #defiscalisation_contenu_lettres .rapport div span, #mecenes_contenu_activites .rapport div span, #mecenes_contenu_documentation .rapport div span, #mecenes_contenu_lettres .rapport div span, #single_mecenes_contenu_activites .rapport div span, #single_mecenes_contenu_documentation .rapport div span, #single_mecenes_contenu_lettres .rapport div span, #valoriser_contenu_activites .rapport div span, #valoriser_contenu_documentation .rapport div span, #valoriser_contenu_lettres .rapport div span, #contact_contenu_activites .rapport div span, #contact_contenu_documentation .rapport div span, #contact_contenu_lettres .rapport div span, #mention_content_contenu_activites .rapport div span, #mention_content_contenu_documentation .rapport div span, #mention_content_contenu_lettres .rapport div span, #faireDon_contenu_activites .rapport div span, #faireDon_contenu_documentation .rapport div span, #faireDon_contenu_lettres .rapport div span {
  font-family: "Optima";
  font-size: 22px;
  font-weight: 400;
  color: #4d5552;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_dotation .contenu, #reboiser_contenu_dotation .contenu, #planter_contenu_dotation .contenu, #cat_contenu_dotation .contenu, #single_projet_contenu_dotation .contenu, #depot_contenu_dotation .contenu, #catProgramme_contenu_dotation .contenu, #devenirMecene_contenu_dotation .contenu, #defiscalisation_contenu_dotation .contenu, #mecenes_contenu_dotation .contenu, #single_mecenes_contenu_dotation .contenu, #valoriser_contenu_dotation .contenu, #contact_contenu_dotation .contenu, #mention_content_contenu_dotation .contenu, #faireDon_contenu_dotation .contenu {
    padding: 0;
  }
}
#qsn_contenu_dotation img, #reboiser_contenu_dotation img, #planter_contenu_dotation img, #cat_contenu_dotation img, #single_projet_contenu_dotation img, #depot_contenu_dotation img, #catProgramme_contenu_dotation img, #devenirMecene_contenu_dotation img, #defiscalisation_contenu_dotation img, #mecenes_contenu_dotation img, #single_mecenes_contenu_dotation img, #valoriser_contenu_dotation img, #contact_contenu_dotation img, #mention_content_contenu_dotation img, #faireDon_contenu_dotation img {
  margin: 0 14px;
}
@media screen and (max-width: 768px) {
  #qsn_contenu_dotation img, #reboiser_contenu_dotation img, #planter_contenu_dotation img, #cat_contenu_dotation img, #single_projet_contenu_dotation img, #depot_contenu_dotation img, #catProgramme_contenu_dotation img, #devenirMecene_contenu_dotation img, #defiscalisation_contenu_dotation img, #mecenes_contenu_dotation img, #single_mecenes_contenu_dotation img, #valoriser_contenu_dotation img, #contact_contenu_dotation img, #mention_content_contenu_dotation img, #faireDon_contenu_dotation img {
    width: 100%;
    margin: 10px 0;
  }
}
#qsn_contenu_dotation img.full, #reboiser_contenu_dotation img.full, #planter_contenu_dotation img.full, #cat_contenu_dotation img.full, #single_projet_contenu_dotation img.full, #depot_contenu_dotation img.full, #catProgramme_contenu_dotation img.full, #devenirMecene_contenu_dotation img.full, #defiscalisation_contenu_dotation img.full, #mecenes_contenu_dotation img.full, #single_mecenes_contenu_dotation img.full, #valoriser_contenu_dotation img.full, #contact_contenu_dotation img.full, #mention_content_contenu_dotation img.full, #faireDon_contenu_dotation img.full {
  min-width: 100%;
  height: auto;
  margin: 10px 0;
}

#mention_content {
  color: #000000;
}
#mention_content h2, #mention_content h3 {
  padding-left: 1em;
  padding-bottom: 1.5em;
}
#mention_content h2 {
  font-weight: 700;
  color: #512d6d;
}
#mention_content a {
  color: #512d6d;
  text-decoration: underline;
}
#mention_content strong {
  color: #512d6d;
  font-weight: 700;
}

figure {
  margin-right: 16px;
  margin-bottom: 35px;
}
figure figcaption {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.52px;
  font-style: italic;
  color: #4d5552;
}
figure.solo {
  margin: 25px auto;
}

.full-link {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#pub {
  padding: 2em 0;
}
#pub .row .div {
  margin: 0 auto;
}
#pub .row .div a {
  display: block;
  width: 100%;
  height: 100%;
}
#pub .row .div a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#reboiser img {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #reboiser img {
    margin-left: 0;
  }
}
#reboiser img.full {
  margin-left: 0;
}
#reboiser a {
  color: #000000;
  text-decoration: underline;
  text-decoration-color: #4d5552;
}
#reboiser_contenu_foret_bois .img_seo {
  margin: 50px 0;
}
#reboiser_contenu_atouts .atout {
  background-color: #f6f6f6;
  color: #4d5552;
  font-size: 20px;
  margin-bottom: 25px;
  height: 233px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #reboiser_contenu_atouts .atout {
    height: auto;
  }
}
#reboiser_contenu_atouts .atout .img {
  padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #reboiser_contenu_atouts .atout .img {
    overflow: hidden;
  }
}
#reboiser_contenu_atouts .atout .img img {
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #reboiser_contenu_atouts .atout .img img {
    max-width: none;
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #reboiser_contenu_atouts .atout .img img {
    margin-bottom: 10px;
    width: 100%;
  }
}
#reboiser_contenu_atouts .atout .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 45px;
}
#reboiser_contenu_atouts .atout .txt .h3 {
  display: block;
  letter-spacing: 0;
  text-transform: none;
  font-family: "Optima";
  font-size: 25px;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #reboiser_contenu_gestion .size-full, #reboiser_contenu_certification .size-full {
    max-width: 65%;
    width: 65%;
  }
  #reboiser_contenu_gestion .size-full.nomobil, #reboiser_contenu_certification .size-full.nomobil {
    max-width: 33%;
    width: 33%;
  }
}

#planter {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #planter .container-fluid, #planter .container {
    padding-right: 0;
    padding-left: 0;
  }
  #planter .row {
    margin-left: 0;
    margin-right: 0;
  }
}
#planter .scrollspy {
  margin-bottom: 40px;
}
#planter_chiffres {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 50px;
}
#planter_chiffres h2 {
  font-family: "Optima";
  font-size: 35px;
  color: #512d6d;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #planter_chiffres h2 {
    text-align: center;
  }
}
#planter_chiffres a {
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1.92px;
  font-size: 12px;
  line-height: 35px;
}
#planter_chiffres a:before {
  content: ">";
  padding-right: 0.5em;
}
#planter .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#planter .container-fluid #map {
  width: 100%;
  height: 80vh;
  background-color: #f6f6f6;
}
#planter .container-fluid #map .gm-style-iw-t:after {
  background-color: #42aa32;
}
#planter .container-fluid #map .gm-style-iw-c {
  border-radius: 0px;
  padding: 0;
  overflow-y: auto !important;
}
#planter .container-fluid #map .gm-style-iw-d {
  margin-bottom: -12px;
  margin-right: -18px;
  max-height: 100% !important;
}
#planter .container-fluid #map #bodyContent {
  display: flex;
  flex-direction: column;
  font-size: 17px;
  padding: 47px 93px 47px 56px;
}
@media screen and (max-width: 768px) {
  #planter .container-fluid #map #bodyContent {
    padding: 0;
  }
}
#planter .container-fluid #map #bodyContent .planter {
  color: #42aa32;
  text-transform: uppercase;
  padding-bottom: 1em;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4.25px;
}
#planter .container-fluid #map #bodyContent .titre {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2.03px;
  margin-bottom: 15px;
  display: block;
}
#planter .container-fluid #map #bodyContent .commune {
  color: #c3c3c3;
  font-size: 10px;
  text-transform: uppercase;
}
#planter .container-fluid #map #bodyContent .bouton {
  background-color: transparent;
  border: 1px solid #4d5552;
  color: #4d5552;
  padding: 10px;
  max-width: 60%;
}
#planter .container-fluid #map .img_seo {
  height: 186px;
}
#planter_project_link {
  position: relative;
  z-index: 70;
  background-image: url("../img/foret_link.jpg");
  background-repeat: no-repeat;
  background-color: #668e2e;
  background-size: auto 100%;
  color: #ffffff;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #planter_project_link {
    margin-top: 10px;
    background-image: none;
  }
}
#planter_project_link .logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #planter_project_link .logo {
    padding-top: 20px;
    justify-content: center;
    margin-bottom: 40px;
  }
}
#planter_project_link .logo img {
  height: 92px;
  width: auto;
  margin: 0;
}
#planter_project_link .accroche {
  padding: 60px 0 70px 42px;
  font-size: 25px;
  font-family: "Optima";
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #planter_project_link .accroche {
    padding: 0;
    text-align: center;
  }
}
#planter_project_link .accroche p {
  margin: 0;
}
#planter_project_link .lien {
  padding: 49px 75px 0 75px;
  font-size: 20px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #planter_project_link .lien {
    padding: 45px 15px 15px 15px;
    text-align: center;
  }
}
#planter_project_link .lien .bouton {
  background-color: transparent;
  border: #97d700 solid 2px;
}
#planter_project_link .lien .bouton:hover, #planter_project_link .lien .bouton:focus {
  border: #42aa32 solid 2px;
}
@media screen and (max-width: 768px) {
  #planter_contenu_chiffres_tab span {
    font-size: 30px;
  }
}
#planter_contenu_chiffres_tab div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#planter_contenu_projets a {
  font-size: 12px;
  color: #4d5552;
  text-transform: uppercase;
  padding-top: 34px;
}
#planter_contenu_projets a:before {
  content: ">";
  padding-right: 0.5em;
}
#planter_contenu_projets .col-md-16 {
  padding: 0;
}
#planter_contenu_projets .violet {
  color: #512d6d;
  font-size: 20px;
}
#planter_contenu_projets .projet {
  flex: 0 0 33%;
  max-width: 33%;
  padding-left: 2px;
  padding-right: 3px;
}
@media screen and (max-width: 768px) {
  #planter_contenu_projets .projet {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  #planter_contenu_projets .projet .img_seo {
    height: auto;
  }
  #planter_contenu_projets .projet .img_seo .hackwarpbis {
    width: 100%;
    height: auto;
    max-height: none;
  }
}
#planter_contenu_projets .projet .conten {
  padding: 25px 30px 30px 30px;
  background-color: #f6f6f6;
  height: 290px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #planter_contenu_projets .projet .conten {
    height: 340px;
  }
}
#planter_contenu_projets .projet .conten span {
  color: #42aa32;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4.25px;
}
#planter_contenu_projets .projet .conten .h2 {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Lato";
  letter-spacing: 2.03px;
  color: #000000;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #planter_contenu_projets .projet .conten .h2 {
    padding-top: 0;
  }
}
#planter_contenu_projets .projet .conten a {
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
}
#planter_contenu_projets .projet .conten a:before {
  content: ">";
  padding-right: 0.5em;
}
#planter_contenu_programme .row {
  margin-top: 28px;
}
#planter_contenu_programme .pro_sui {
  color: #668e2e;
  font-size: 25px;
}
#planter_contenu_programme .vert {
  color: #42aa32;
  font-size: 25px;
  font-family: "Optima";
}
#planter_contenu_programme .fondGris, #planter_contenu_programme .fondGrisViolet, #planter_contenu_programme .fondVert, #planter_contenu_programme .fondVertClaire, #planter_contenu_programme .fondVertF, #planter_contenu_programme .fondViolet {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 25px 47px 25px;
  text-align: center;
  margin: 2px 3px 3px 2px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #planter_contenu_programme .fondGris, #planter_contenu_programme .fondGrisViolet, #planter_contenu_programme .fondVert, #planter_contenu_programme .fondVertClaire, #planter_contenu_programme .fondVertF, #planter_contenu_programme .fondViolet {
    margin: 0;
  }
}
#planter_contenu_programme .fondGris:hover, #planter_contenu_programme .fondGrisViolet:hover, #planter_contenu_programme .fondVert:hover, #planter_contenu_programme .fondVertClaire:hover, #planter_contenu_programme .fondVertF:hover, #planter_contenu_programme .fondViolet:hover {
  filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  #planter_contenu_programme .fondGris:hover, #planter_contenu_programme .fondGrisViolet:hover, #planter_contenu_programme .fondVert:hover, #planter_contenu_programme .fondVertClaire:hover, #planter_contenu_programme .fondVertF:hover, #planter_contenu_programme .fondViolet:hover {
    filter: grayscale(0);
  }
}
#planter_contenu_programme .fondGris p, #planter_contenu_programme .fondGrisViolet p, #planter_contenu_programme .fondVert p, #planter_contenu_programme .fondVertClaire p, #planter_contenu_programme .fondVertF p, #planter_contenu_programme .fondViolet p {
  font-family: "Optima";
  font-size: 20px;
  color: #ffffff;
}
#planter_contenu_programme .fondGris, #planter_contenu_programme .fondGrisViolet {
  background-color: #f6f6f6;
}
#planter_contenu_programme .fondGris .h2, #planter_contenu_programme .fondGrisViolet .h2 {
  color: #42aa32;
}
#planter_contenu_programme .fondGris p, #planter_contenu_programme .fondGrisViolet p {
  color: #4d5552;
}
#planter_contenu_programme .fondVert {
  background-color: #42aa32;
}
#planter_contenu_programme .fondVert .h2 {
  color: #ffffff;
}
#planter_contenu_programme .fondVertF {
  background-color: #668e2e;
}
#planter_contenu_programme .fondVertF .h2 {
  color: #97d700;
}
#planter_contenu_programme .fondVertClaire {
  background-color: #97d700;
}
#planter_contenu_programme .fondVertClaire .h2 {
  color: #4d5552;
}
#planter_contenu_programme .fondVertClaire p {
  color: #4d5552;
}
#planter_contenu_programme .fondViolet {
  background-color: #512d6d;
}
#planter_contenu_programme .fondViolet .h2 {
  color: #97d700;
}
#planter_contenu_programme .labels div {
  text-align: center;
}
#planter_contenu_programme .labels img {
  height: 100%;
  width: auto;
}
#planter_contenu_programme .labels p {
  text-align: left;
  color: #4d5552;
  font-family: "Optima";
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 0;
}
#planter_contenu_programme .labels_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
#planter_contenu_programme .linkDon {
  background-color: #668e2e;
}
#planter_contenu_programme .linkDon .photo {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #planter_contenu_programme .linkDon .photo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #planter_contenu_programme .linkDon .photo img {
    max-width: none;
    height: 100%;
    width: auto;
  }
}
#planter_contenu_programme .linkDon .photo p {
  position: absolute;
  z-index: 10;
  top: 45px;
  right: 0;
  color: #ffffff;
  font-family: "Optima";
  font-size: 32px;
  width: 271px;
}
@media screen and (max-width: 768px) {
  #planter_contenu_programme .linkDon .photo p {
    padding-left: 15px;
  }
}
#planter_contenu_programme .linkDon .photo p span {
  color: #97d700;
  font-family: "Optima";
  font-size: 35px;
  text-transform: none;
}
#planter_contenu_programme .linkDon .violet {
  background-color: #512d6d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 56px 0;
}
#planter_contenu_programme .linkDon .violet span, #planter_contenu_programme .linkDon .violet.vert {
  font-family: "Lato";
  font-size: 12px;
  letter-spacing: 2.64px;
  text-transform: uppercase;
}
#planter_contenu_programme .linkDon .violet span.blanc, #planter_contenu_programme .linkDon .violet.vert.blanc {
  color: #ffffff;
  display: block;
  padding-bottom: 25px;
}
#planter_contenu_programme .linkDon .violet .bouton {
  background-color: #42aa32;
}
#planter_contenu_programme .diff_projets .nat, #planter_contenu_programme .diff_projets .terr, #planter_contenu_programme .diff_projets .them {
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #4d5552;
  padding: 210px 50px 56px 59px;
  margin: 0 1px 0 2px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #planter_contenu_programme .diff_projets .nat, #planter_contenu_programme .diff_projets .terr, #planter_contenu_programme .diff_projets .them {
    padding: 115px 10px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #planter_contenu_programme .diff_projets .nat, #planter_contenu_programme .diff_projets .terr, #planter_contenu_programme .diff_projets .them {
    margin: 5px 0;
    height: 580px;
    padding-top: 340px;
  }
}
#planter_contenu_programme .diff_projets .nat .h3, #planter_contenu_programme .diff_projets .terr .h3, #planter_contenu_programme .diff_projets .them .h3 {
  letter-spacing: 0;
  text-transform: none;
  display: block;
  font-family: "Optima";
  font-size: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #planter_contenu_programme .diff_projets .nat .h3, #planter_contenu_programme .diff_projets .terr .h3, #planter_contenu_programme .diff_projets .them .h3 {
    font-size: 20px;
  }
}
#planter_contenu_programme .diff_projets .nat p, #planter_contenu_programme .diff_projets .terr p, #planter_contenu_programme .diff_projets .them p {
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #planter_contenu_programme .diff_projets .nat p, #planter_contenu_programme .diff_projets .terr p, #planter_contenu_programme .diff_projets .them p {
    font-size: 17px;
  }
}
#planter_contenu_programme .diff_projets .nat {
  background-image: url("../img/img_insta__(27_sur_193).png");
}
#planter_contenu_programme .diff_projets .terr {
  background-image: url("../img/EGENOD32.png");
}
#planter_contenu_programme .diff_projets .them {
  background-image: url("../img/illustration_biodiversite.png");
}
#planter_contenu_programme .diff_projets .them p {
  margin-bottom: 1em;
}
#planter_contenu_programme .diff_projets .them p span {
  color: #512d6d;
  text-transform: none;
  font-size: 20px;
  font-family: "Lato";
  display: block;
}
#planter_contenu_programme .linkDossier {
  justify-content: center;
}
#planter_contenu_programme .linkDossier .bouton {
  background-color: #4d5552;
}
@media screen and (max-width: 768px) {
  #planter_contenu_programme .linkDossier .bouton {
    font-size: 12px;
  }
}

#slider-single, #slider-defiscalisation1, #slider-defiscalisation2 {
  background-color: #f6f6f6;
  align-items: center;
  position: relative;
}
#slider-single .texte, #slider-defiscalisation1 .texte, #slider-defiscalisation2 .texte {
  display: flex;
  flex-direction: column;
}
#slider-single .fi, #slider-defiscalisation1 .fi, #slider-defiscalisation2 .fi {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 25px;
  z-index: 20;
}
#slider-single .fi.flaticon-left-arrow, #slider-defiscalisation1 .fi.flaticon-left-arrow, #slider-defiscalisation2 .fi.flaticon-left-arrow {
  right: 50px;
}

#cat .container {
  margin-bottom: 38px;
}
#cat_projets {
  margin-top: 56px;
}
#cat_projets .titre {
  text-align: center;
}
#cat_projets .titre h2 {
  padding-top: 10px;
}
#cat_projets #select_region {
  justify-content: center;
  align-items: center;
  padding-bottom: 45px;
  padding-top: 35px;
}
#cat_projets #select_region p {
  margin-bottom: 1em;
  padding-right: 14px;
  font-family: "Optima";
  font-size: 18px;
  font-weight: 400;
}
#cat_projets #select_region .nice-select {
  border: 2px solid #4d5552;
}
#cat_projets #select_region .nice-select li:before {
  content: "";
  padding-right: 0;
}
#cat_projets .projet {
  padding: 0 1px 0 2px;
}
@media screen and (max-width: 768px) {
  #cat_projets .projet {
    margin-bottom: 5px;
  }
  #cat_projets .projet .img_seo {
    height: auto;
  }
  #cat_projets .projet .img_seo img {
    max-height: none;
    width: 100%;
    height: auto;
  }
}
#cat_projets .projet .conten {
  padding: 25px 25px 35px 35px;
  background-color: #f6f6f6;
  height: 318px;
}
#cat_projets .projet .conten span {
  color: #42aa32;
}
#cat_projets .projet .conten .h2 {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 2.03px;
  line-height: 35px;
  font-family: "Lato";
  font-weight: 300;
  padding-top: 0;
  margin-bottom: 0;
}
#cat_projets .projet .conten p {
  font-size: 18px;
}
#cat_projets .projet .conten a {
  color: #000000;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 20px;
}
#cat_projets .projet .conten a:before {
  content: ">";
  padding-right: 0.5em;
}
#cat_projets .wp-pagenavi {
  text-align: center;
  margin-top: 40px;
}
#cat_projets .wp-pagenavi span {
  padding-bottom: 8px;
  margin: 0;
  border: none;
  font-size: 14px;
}
#cat_projets .wp-pagenavi span.current {
  color: #42aa32;
  border-bottom: 2px solid #42aa32;
}
#cat_temoignages .photo {
  padding: 60px 0 20px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #cat_temoignages .photo {
    padding: 60px 0 20px 0;
  }
  #cat_temoignages .photo img {
    max-width: 157px;
  }
}
#cat_temoignages .photo .img_seo {
  border-radius: 50%;
  margin-top: 50%;
  margin-left: 10px;
  width: 157px;
  height: 157px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  #cat_temoignages .photo .img_seo {
    margin-top: 20px;
  }
}
#cat_temoignages .photo .img_seo .hackwarp {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
#cat_temoignages .texte {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 104px 160px 80px 58px;
}
@media screen and (max-width: 768px) {
  #cat_temoignages .texte {
    padding: 20px 20px;
  }
}
#cat_temoignages .texte p {
  margin-top: 1em;
  font-size: 16px;
  margin-bottom: 35px;
}
#cat_temoignages .texte span {
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
}
#cat_temoignages .texte span.trt {
  text-transform: uppercase;
}
#cat_temoignages .texte span.nom {
  font-family: "Optima";
  font-size: 18px;
  font-weight: 400;
}
#cat_project_link {
  position: relative;
  background-image: url("../img/foret_link.jpg");
  background-repeat: no-repeat;
  background-color: #668e2e;
  background-size: auto 100%;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #cat_project_link {
    background-image: none;
    padding: 50px;
  }
}
#cat_project_link .logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #cat_project_link .logo {
    padding-top: 20px;
    justify-content: center;
    margin-bottom: 40px;
  }
  #cat_project_link .logo.nomobil {
    display: none;
  }
  #cat_project_link .logo.mobil {
    display: flex;
  }
}
#cat_project_link .logo img {
  height: 92px;
  width: auto;
  margin: 0;
}
#cat_project_link .accroche {
  padding: 60px 0 70px 42px;
  font-size: 25px;
  font-family: "Optima";
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #cat_project_link .accroche {
    padding: 0;
    text-align: center;
  }
}
#cat_project_link .accroche p {
  margin: 0;
}
#cat_project_link .lien {
  padding: 49px 75px 0 75px;
  font-size: 20px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #cat_project_link .lien {
    padding: 15px 5px;
    text-align: center;
  }
}
#cat_project_link .lien .bouton {
  background-color: transparent;
  border: 2px solid #97d700;
}

#single_mecenes .collapse {
  padding-top: 110px;
  margin-top: -110px;
}
#single_mecenes .accordion {
  margin: 50px 0;
}
#single_mecenes .accordion .ancre {
  padding-top: 110px;
  margin-top: -110px;
}
#single_mecenes .accordion .card {
  border: none;
}
#single_mecenes .accordion .card:last-of-type .card-header, #single_mecenes .accordion .card:last-of-type .card-body {
  margin-bottom: 0;
}
#single_mecenes .accordion .card-header {
  position: relative;
  background-color: #ffffff;
  height: 71px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(77, 85, 82, 0.2);
  border-bottom: 1px solid rgba(77, 85, 82, 0.2);
}
#single_mecenes .accordion .card-header.nobottom {
  border-bottom: none;
  padding-top: 30px;
}
#single_mecenes .accordion .card-header img {
  height: 100%;
  max-height: 100%;
  margin-bottom: 0;
  width: auto;
}
#single_mecenes .accordion .card-header .h2 {
  padding-top: 0;
  position: absolute;
  left: 280px;
}
@media screen and (max-width: 768px) {
  #single_mecenes .accordion .card-header .h2 {
    left: 133px;
  }
}
#single_mecenes .accordion .card-header button {
  color: rgba(77, 85, 82, 0.7);
  font-family: "Optima";
  font-size: 20px;
  font-weight: 600;
}
#single_mecenes .accordion .card-header button i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 21px;
}
#single_mecenes .accordion .card-body {
  border-bottom: 1px solid rgba(77, 85, 82, 0.2);
  margin-bottom: -1px;
}
#single_mecenes .accordion .card-body .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
#single_mecenes .accordion .card-body .texte {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#single_mecenes .accordion .card-body .texte a {
  color: #4d5552;
}

#single_projet {
  padding: 0;
}
#single_projet .scrollspy {
  padding-top: 110px;
  margin-top: -110px;
}
@media screen and (max-width: 768px) {
  #single_projet .titre {
    text-align: center;
  }
}
#single_projet .titre h2 {
  padding-top: 0;
  font-size: 35px;
}
#single_projet #menu_lateral {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 70;
  padding-left: 10px;
  padding-bottom: 100px;
}
#single_projet #menu_lateral p {
  padding: 30px 40px 25px 0;
  font-family: "Optima";
  font-size: 25px;
  font-weight: 400;
  color: #512d6d;
  margin: 0;
}
#single_projet #menu_lateral .bouton {
  background-color: #4d5552;
}
#single_projet_content {
  margin-top: 50px;
}
#single_projet_content_contenu {
  padding-top: 0;
  margin-bottom: 40px;
}
#single_projet_content_contenu h1 {
  font-family: "Optima";
  color: #512d6d;
  font-size: 35px;
  font-weight: 400;
}
#single_projet_content_contenu h2 {
  color: #668e2e;
  font-size: 25px;
  font-family: "Optima";
  font-weight: 400;
}
#single_projet_content_contenu h2:first-letter {
  text-transform: uppercase;
}
#single_projet_content_contenu img {
  padding: 0 14px;
}
@media screen and (max-width: 768px) {
  #single_projet_content_contenu img {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
#single_projet_content_contenu img.full {
  padding: 0;
}
#single_projet_content_carte {
  position: relative;
  width: 100vw;
  margin-left: -36vw;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #single_projet_content_carte {
    margin-left: -15px;
  }
}
#single_projet_content_carte .img_seo {
  min-height: 475px;
}
@media screen and (max-width: 768px) {
  #single_projet_content_carte .img_seo {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#single_projet_content_carte .img_seo img {
  padding: 0;
  width: auto;
  height: 100%;
  max-width: none;
}
#single_projet_content_carte #carte_projet {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 155px;
  margin-right: 420px;
  margin-bottom: 58px;
  width: 292px;
  display: flex;
  flex-direction: column;
  background-color: #42aa32;
  color: #ffffff;
  padding: 34px 31px 39px 31px;
}
@media screen and (max-width: 768px) {
  #single_projet_content_carte #carte_projet {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 0;
  }
}
#single_projet_content_carte #carte_projet h2 {
  color: #ffffff;
  padding-top: 0;
}
#single_projet_content_carte #carte_projet span {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
  padding-bottom: 1em;
}
#single_projet_content_carte #carte_projet span.titre {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding-bottom: 0;
}
#single_projet_content_chiffres {
  margin-bottom: 40px;
}
#single_projet_content_chiffres .realisation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 17px;
  text-align: center;
  border-right: 1px solid #4d5552;
  padding: 30px 15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #single_projet_content_chiffres .realisation {
    border-right: 0;
  }
  #single_projet_content_chiffres .realisation img {
    width: auto;
    height: 100%;
  }
}
#single_projet_content_chiffres .realisation:last-of-type {
  border-right: none;
}
#single_projet_content_chiffres .realisation div {
  width: 100%;
}
#single_projet_content_chiffres .realisation span {
  text-transform: none;
  font-size: 17px;
}
#single_projet_content_chiffres .realisation span.green {
  display: block;
  color: #42aa32;
  font-family: "Optima";
  font-size: 32px;
}
#single_projet_content_essences {
  margin-bottom: 40px;
}
#single_projet_content_essences .img_seo {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #single_projet_content_essences .img_seo img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}
#single_projet_content_essences_titre {
  background-color: #668e2e;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #single_projet_content_essences_titre {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#single_projet_content_essences_titre span {
  text-align: center;
  font-size: 30px;
  font-family: "Optima";
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
#single_projet_content_essences_chiffres {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f6f6f6;
  padding-left: 59px;
}
@media screen and (max-width: 768px) {
  #single_projet_content_essences_chiffres {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#single_projet_content_essences_chiffres span {
  text-transform: none;
  font-size: 17px;
  letter-spacing: 0;
}
#single_projet_content_essences_chiffres span.pourcentage {
  font-family: "Optima";
  font-size: 32px;
  font-weight: 400;
  color: #42aa32;
}
#single_projet_content_benef {
  margin-bottom: 40px;
}
#single_projet_content_benef .sensib, #single_projet_content_benef .etp, #single_projet_content_benef .valor, #single_projet_content_benef .bois {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 51px 50px 37px 50px;
  text-align: center;
}
#single_projet_content_benef .sensib .img, #single_projet_content_benef .etp .img, #single_projet_content_benef .valor .img, #single_projet_content_benef .bois .img {
  height: 60px;
}
#single_projet_content_benef .sensib span, #single_projet_content_benef .etp span, #single_projet_content_benef .valor span, #single_projet_content_benef .bois span {
  text-transform: none;
  font-size: 17px;
  letter-spacing: 0;
  color: #ffffff;
}
#single_projet_content_benef .sensib span.green, #single_projet_content_benef .etp span.green, #single_projet_content_benef .valor span.green, #single_projet_content_benef .bois span.green {
  font-family: "Optima";
  font-size: 32px;
  font-weight: 400;
  color: #97d700;
}
#single_projet_content_benef .sensib {
  background-color: #97d700;
}
#single_projet_content_benef .sensib span.green {
  color: #ffffff;
}
#single_projet_content_benef .etp {
  background-color: #668e2e;
}
#single_projet_content_benef .valor {
  background-color: #512d6d;
}
#single_projet_content_benef .bois {
  background-color: #f6f6f6;
}
#single_projet_content_benef .bois span {
  color: #000000;
}
#single_projet_content_benef .bois span.green {
  color: #42aa32;
}
#single_projet_project_link {
  position: relative;
  background-image: url("../img/foret_link.jpg");
  background-repeat: no-repeat;
  background-color: #668e2e;
  background-size: auto 100%;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #single_projet_project_link {
    background-image: none;
  }
}
#single_projet_project_link .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #single_projet_project_link .logo {
    padding-top: 20px;
  }
}
#single_projet_project_link .logo img {
  height: 92px;
  width: auto;
  margin: 0;
}
#single_projet_project_link .accroche {
  padding: 60px 0 70px 42px;
  font-size: 25px;
  font-family: "Optima";
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #single_projet_project_link .accroche {
    padding: 0;
    text-align: center;
  }
}
#single_projet_project_link .accroche p {
  margin: 0;
}
#single_projet_project_link .lien {
  padding: 49px 75px 0 75px;
  font-size: 20px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #single_projet_project_link .lien {
    padding: 15px 5px;
    text-align: center;
  }
}
#single_projet_project_link .lien .bouton {
  background-color: transparent;
  border: 2px solid #97d700;
}

#single_mecenes .h2 {
  font-family: "Optima";
  font-size: 25px;
  font-weight: 400;
  color: #668e2e;
}
@media screen and (max-width: 768px) {
  #single_mecenes .h2 {
    font-size: 20px;
  }
}
#single_mecenes .linkDon {
  background-color: #668e2e;
}
#single_mecenes .linkDon .photo {
  position: relative;
  padding-right: 0;
}
@media screen and (max-width: 1200px) {
  #single_mecenes .linkDon .photo {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #single_mecenes .linkDon .photo img {
    max-width: none;
    height: 100%;
    width: auto;
  }
}
#single_mecenes .linkDon .photo p {
  position: absolute;
  z-index: 10;
  top: 40px;
  right: 100px;
  color: #ffffff;
  font-family: "Optima";
  font-size: 32px;
  width: 350px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #single_mecenes .linkDon .photo p {
    right: 65px;
  }
}
@media screen and (max-width: 768px) {
  #single_mecenes .linkDon .photo p {
    padding: 20px;
    position: initial;
    width: auto;
    font-size: 20px;
    text-align: center;
  }
}
#single_mecenes .linkDon .photo p span {
  color: #97d700;
  font-family: "Optima";
  font-size: 35px;
  text-transform: none;
}
#single_mecenes .linkDon .violet {
  background-color: #512d6d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 56px 0;
}
#single_mecenes .linkDon .violet span, #single_mecenes .linkDon .violet.vert {
  color: #97d700;
  font-family: "Lato";
  font-size: 12px;
  letter-spacing: 2.64px;
  text-transform: uppercase;
}
#single_mecenes .linkDon .violet span.blanc, #single_mecenes .linkDon .violet.vert.blanc {
  color: #ffffff;
  display: block;
  padding-bottom: 25px;
}
#single_mecenes .linkDon .violet .bouton {
  background-color: #42aa32;
}
#single_mecenes .logo div {
  text-align: center;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#single_mecenes .logo div img {
  width: 170px;
  height: auto;
  margin-bottom: 0;
}
#single_mecenes .contenu p {
  font-size: 16px;
}
#single_mecenes .contenu p img {
  width: 100%;
}
#single_mecenes .contenu p strong {
  font-weight: 600;
}
#single_mecenes .contenu p span {
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
}
#single_mecenes .contenu ul {
  padding-left: 20px;
}
#single_mecenes .annee {
  font-size: 25px;
  font-family: "Optima";
  font-weight: 400;
  color: #668e2e;
  margin-bottom: 20px;
}
#single_mecenes .titre_chiffre p {
  font-size: 20px;
  color: #512d6d;
}
#single_mecenes .chiffre {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #single_mecenes .chiffre {
    justify-content: center;
  }
}
#single_mecenes .chiffre .ch {
  max-width: 180px;
  max-height: 247px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 1px;
  padding: 39px 37px 36px 38px;
}
@media screen and (max-width: 768px) {
  #single_mecenes .chiffre .ch {
    width: 100%;
    max-width: 100%;
  }
}
#single_mecenes .chiffre .ch p {
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}
#single_mecenes .chiffre .ch p span {
  text-transform: none;
  font-family: "Optima";
  font-size: 25px;
  font-weight: 400;
  color: #42aa32;
  letter-spacing: 0;
}
#single_mecenes .chiffre .ch.arbre, #single_mecenes .chiffre .ch.etp {
  background-color: #42aa32;
}
#single_mecenes .chiffre .ch.arbre p span, #single_mecenes .chiffre .ch.etp p span {
  color: #ffffff;
}
#single_mecenes .chiffre .ch.parcelle {
  background-color: #668e2e;
}
#single_mecenes .chiffre .ch.parcelle p span {
  color: #ffffff;
}
#single_mecenes .chiffre .ch.co2val {
  background-color: #512d6d;
}
#single_mecenes .chiffre .ch.co2val p span {
  color: #ffffff;
}
#single_mecenes .chiffre .ch.boisproduit {
  background-color: #f6f6f6;
}
#single_mecenes .chiffre .ch.boisproduit p {
  color: #4d5552;
}
#single_mecenes .chiffre .ch.boisproduit p span {
  color: #42aa32;
}
#single_mecenes .chiffre .ch.campagne {
  background-color: #512d6d;
}
#single_mecenes .lien {
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}
#single_mecenes .lien a {
  color: #4d5552;
  text-transform: uppercase;
  margin-right: 36px;
  font-size: 12px;
  letter-spacing: 1.92px;
}
#single_mecenes .lien a:before {
  content: ">";
  padding-right: 0.5em;
}
#single_mecenes .lien a.bouton {
  color: #ffffff;
  background-color: #4d5552;
}
@media screen and (max-width: 768px) {
  #single_mecenes .lien a.bouton {
    margin: 20px 0;
  }
}

#depot #menu_lateral li {
  margin-bottom: 0;
}
#depot #menu_lateral li:before {
  content: "";
  padding-right: 0;
}
#depot #menu_lateral li.active {
  font-weight: 400;
  text-decoration: underline;
}
#depot #menu_lateral li.active a {
  color: #42aa32;
}
#depot #menu_lateral li a {
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 28px;
  text-decoration: none;
}
#depot #menu_lateral li a:before {
  content: ">";
  padding-right: 0.5em;
}
#depot_intro .titre h2 {
  font-size: 25px;
}
#depot_intro .texte p {
  color: #42aa32;
}
#depot_intro .texte p:last-of-type {
  color: #4d5552;
  font-size: 14px;
  font-family: "Lato";
}
#depot_content span {
  text-transform: none;
  letter-spacing: 0;
  font-size: 20px;
}
#depot_content span.optima {
  font-family: "Optima";
  font-size: 25px;
  text-transform: none;
  letter-spacing: 0;
}
#depot_content span.optima a {
  color: #668e2e;
  text-decoration: underline;
}
#depot_content .titre span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.64px;
}
#depot_content .titre h2 {
  padding-top: 0;
  font-size: 35px;
}
#depot_content_banniere {
  background-color: #668e2e;
  background-image: url("../img/EGENOD321.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#depot_content_banniere p {
  color: #ffffff;
  text-align: center;
  font-size: 25px;
  font-family: "Optima";
  padding: 60px 90px;
  margin: 0;
}
#depot_content_banniere p span {
  color: #97d700;
  text-decoration: underline;
  text-transform: none;
  letter-spacing: 0;
  font-family: "Optima";
  font-size: 25px;
}
#depot_content_qui, #depot_content_intro {
  padding-top: 150px;
  margin-top: -120px;
}
#depot_content_conditions, #depot_content_charge {
  padding-top: 135px;
  margin-top: -120px;
}
#depot_content_conditions .schema, #depot_content_charge .schema {
  padding: 40px 0;
}
#depot_content_conditions .texte, #depot_content_charge .texte {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
}
#depot_content_conditions .texte span, #depot_content_charge .texte span {
  font-family: "Optima";
  font-size: 24px;
}
#depot_content_conditions .link_dep, #depot_content_charge .link_dep {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #depot_content_conditions .link_dep, #depot_content_charge .link_dep {
    margin-bottom: 40px;
  }
}
#depot_content_conditions .link_dep .texte, #depot_content_charge .link_dep .texte {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
}
#depot_content_conditions .link_dep .texte hr, #depot_content_charge .link_dep .texte hr {
  display: block;
  background-color: #4d5552;
  height: 2px;
  width: 51px;
  text-align: left;
  margin-bottom: 12px;
  margin-left: 0;
  border: none;
  margin-top: 0;
}
#depot_content_conditions .link_dep .texte p, #depot_content_charge .link_dep .texte p {
  font-family: "Optima";
  font-size: 22px;
  font-weight: 400;
  color: #4d5552;
}
#depot_content_conditions .link_dep .lien .dl, #depot_content_charge .link_dep .lien .dl {
  background-color: transparent;
  border: 2px solid rgba(77, 85, 82, 0.2);
  color: #000000;
}
#depot_content_conditions .link_dep .lien .dl:before, #depot_content_charge .link_dep .lien .dl:before {
  content: "";
  padding-right: 0;
}
#depot_content_comment {
  padding-top: 135px;
  margin-top: -120px;
}
#depot_content_comment a {
  background-color: #4d5552;
  margin-bottom: 20px;
}
#depot_content_comment .link_dep {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #depot_content_comment .link_dep {
    margin-bottom: 40px;
  }
}
#depot_content_comment .link_dep .texte {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
}
#depot_content_comment .link_dep .texte hr {
  display: block;
  background-color: #4d5552;
  height: 2px;
  width: 51px;
  text-align: left;
  margin-bottom: 12px;
  margin-left: 0;
  border: none;
  margin-top: 0;
}
#depot_content_comment .link_dep .texte p {
  font-family: "Optima";
  font-size: 22px;
  font-weight: 400;
  color: #4d5552;
}
#depot_content_comment .link_dep .lien .dl {
  background-color: transparent;
  border: 2px solid rgba(77, 85, 82, 0.2);
  color: #000000;
}
#depot_content_comment .link_dep .lien .dl:before {
  content: "";
  padding-right: 0;
}
#depot_content_selection {
  padding-top: 135px;
  margin-top: -120px;
}
#depot_content_selection p a {
  color: #000000;
  text-decoration: underline;
}

#catProgramme .col-md-16, #catProgramme .col-16 {
  padding-right: 0;
}
#catProgramme .lien_archive {
  text-transform: uppercase;
  color: #000000;
  font-size: 13px;
}
#catProgramme .lien_archive:hover, #catProgramme .lien_archive:focus {
  color: #42aa32;
}
#catProgramme .lien_archive:before {
  content: ">";
  padding-right: 0.5em;
}
#catProgramme .optima {
  color: #668e2e;
  font-family: "Optima";
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #catProgramme_banniere h1 {
    line-height: 1em;
    font-size: 33px !important;
  }
}
#catProgramme_banniere .img_seo {
  height: 100%;
}
#catProgramme .col-md-12 > .row {
  margin-bottom: 40px;
}
#catProgramme .scrollspy {
  padding-top: 110px;
  margin-top: -110px;
}
@media screen and (max-width: 768px) {
  #catProgramme .scrollspy {
    padding-top: 40px;
    margin-top: 0;
  }
}
#catProgramme .titre h2 {
  font-size: 35px;
  padding-top: 0;
}
#catProgramme .titre p {
  font-size: 20px;
  color: #512d6d;
}
#catProgramme .titre p.optima {
  color: #668e2e;
  font-family: "Optima";
  font-size: 25px;
}
#catProgramme .titre p .optima {
  text-transform: none;
  font-family: "Optima";
  font-size: 25px;
  letter-spacing: 0;
}
#catProgramme .texteIntro p {
  font-size: 25px;
  font-family: "Optima";
  font-weight: 400;
  color: #668e2e;
}
#catProgramme .action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 65px 35px 50px 35px;
  margin: 1px;
  height: 300px;
  flex: 0 0 49%;
  max-width: 49%;
}
@media screen and (max-width: 768px) {
  #catProgramme .action {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#catProgramme .action:hover {
  filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  #catProgramme .action:hover {
    filter: grayscale(0%);
  }
}
#catProgramme .action .h2 {
  display: block;
  text-transform: none;
  letter-spacing: 0;
  color: #97d700;
  font-size: 32px;
  padding-top: 0;
}
#catProgramme .action p {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-family: "Optima";
  font-weight: 400;
}
#catProgramme .action.gris {
  background-color: #f6f6f6;
}
#catProgramme .action.gris .h2 {
  color: #42aa32;
}
#catProgramme .action.gris p {
  color: #4d5552;
}
#catProgramme .action.vert {
  background-color: #42aa32;
}
#catProgramme .action.vert .h2 {
  color: #ffffff;
}
#catProgramme .action.vert_sombre {
  background-color: #668e2e;
}
#catProgramme .action.violet {
  background-color: #512d6d;
}
#catProgramme .public {
  padding: 0;
  margin: 1px;
  background-color: #f6f6f6;
  position: relative;
  height: 609px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #catProgramme .public {
    height: 535px;
  }
}
@media screen and (max-width: 768px) {
  #catProgramme .public {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #catProgramme .public img {
    width: 100%;
  }
}
#catProgramme .public .texte {
  position: absolute;
  top: 211px;
  display: flex;
  flex-direction: column;
  padding-left: 55px;
  padding-right: 61px;
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #catProgramme .public .texte {
    top: 140px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #catProgramme .public .texte {
    text-align: center;
    top: 340px;
  }
}
#catProgramme .public .texte .h3 {
  text-transform: none;
  letter-spacing: 0;
  display: block;
  font-family: "Optima";
  color: #4d5552;
  font-size: 25px;
  font-weight: 400;
}
#catProgramme .partenaire {
  padding: 0 85px 0 55px;
  border-right: 1px solid rgba(77, 85, 82, 0.15);
  display: flex;
  align-items: center;
  height: 105px;
}
#catProgramme .partenaire:last-of-type {
  border-right: none;
}
#catProgramme .partenaire img {
  margin-bottom: 0;
}
#catProgramme .article {
  padding: 0;
  margin: 1px;
}
@media screen and (max-width: 768px) {
  #catProgramme .article {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
#catProgramme .article .img_seo {
  height: 160px;
}
#catProgramme .article .img_seo:hover img {
  filter: grayscale(100%);
}
#catProgramme .article .img_seo:hover span {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  #catProgramme .article .img_seo img {
    width: 100%;
    max-height: none;
    height: auto;
  }
}
#catProgramme .article .img_seo span {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 4.25px;
  padding: 20px;
  color: #ffffff;
  background-color: rgba(66, 170, 50, 0.8);
}
#catProgramme .article .contenu {
  height: 205px;
  background-color: #f6f6f6;
  padding: 25px 36px 27px 35px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #catProgramme .article .contenu {
    height: 340px;
  }
}
#catProgramme .article .contenu .h2 {
  display: block;
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
  padding-top: 0;
  color: #000000;
}
#catProgramme .article .contenu a {
  color: #000000;
  text-transform: uppercase;
  font-size: 10px;
  position: absolute;
  bottom: 27px;
}
#catProgramme .article .contenu a:before {
  content: ">";
  padding-right: 0.5em;
}

#devenirMecene p {
  font-size: 20px;
}
#devenirMecene p a {
  color: #000000;
}
#devenirMecene .row {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #devenirMecene .principal {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #devenirMecene {
    padding-right: 0;
    padding-left: 0;
  }
}
#devenirMecene span {
  text-transform: none;
  letter-spacing: 0;
  font-size: 20px;
}
#devenirMecene span.title {
  font-size: 12px;
  letter-spacing: 2.64px;
  text-transform: uppercase;
}
#devenirMecene span.optima {
  font-family: "Optima";
  font-size: 25px;
  text-transform: none;
  letter-spacing: 0;
}
#devenirMecene span.optima a {
  color: #668e2e;
  text-decoration: underline;
}
#devenirMecene_banniere span {
  text-transform: uppercase;
  letter-spacing: 2.64px;
  font-size: 12px;
}
#devenirMecene_banniere .img_seo {
  height: 100%;
}
#devenirMecene #breadcrumbs span {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 35px;
  letter-spacing: 2.2px;
}
#devenirMecene #menu_lateral p {
  font-size: 25px;
  font-family: "Optima";
  font-weight: 400;
  color: #512d6d;
  margin-top: 32px;
  padding-right: 45px;
}
#devenirMecene #menu_lateral .bouton {
  background-color: #4d5552;
}
#devenirMecene .col-md-12 > .row {
  margin-bottom: 40px;
}
#devenirMecene h2 {
  padding-top: 0;
}
#devenirMecene .scrollspy {
  padding-top: 110px;
  margin-top: -110px;
}
@media screen and (max-width: 768px) {
  #devenirMecene .scrollspy {
    padding-top: 40px;
    margin-top: 0;
  }
}
#devenirMecene_mecenat .content {
  align-items: flex-start;
  justify-content: flex-start;
  min-height: auto;
}
@media screen and (max-width: 768px) {
  #devenirMecene_mecenat .content {
    text-align: left;
  }
}
#devenirMecene_mecenat .temoignage {
  background-color: #f6f6f6;
  padding: 60px 50px 30px 20px;
  margin-bottom: 50px;
}
#devenirMecene_mecenat .temoignage p {
  font-size: 17px;
}
#devenirMecene_mecenat .signature {
  padding-left: 15px;
  margin-bottom: 32px;
}
#devenirMecene_mecenat .signature img {
  max-width: 85px;
  max-height: 85px;
  border-radius: 50%;
  filter: grayscale(100%);
  margin-bottom: 0;
}
#devenirMecene_mecenat .signature .ident {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 19px;
}
#devenirMecene_mecenat .signature .ident .nom {
  font-family: "Optima";
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
}
#devenirMecene_mecenat .signature .ident .titre {
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
}
#devenirMecene_mecenat .presentation {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #devenirMecene_mecenat .presentation {
    padding-left: 15px;
  }
}
#devenirMecene_mecenat .presentation .h2 {
  display: block;
  text-transform: none;
  letter-spacing: 0;
  color: #668e2e;
  padding-bottom: 0.5em;
  font-size: 25px;
}
#devenirMecene_mecenat .presentation .presentation_admical {
  margin-bottom: 44px;
}
#devenirMecene_mecenat .presentation .presentation_admical .presentation_texte {
  display: flex;
  align-items: center;
  color: #512d6d;
  font-size: 20px;
  padding-right: 38px;
}
#devenirMecene_mecenat .lien_charte {
  align-items: center;
}
#devenirMecene_mecenat .lien_charte p {
  font-size: 20px;
  color: #512d6d;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #devenirMecene_mecenat .lien_charte p {
    margin-bottom: 20px;
  }
}
#devenirMecene_mecenat .lien_charte .lien {
  display: flex;
  align-items: center;
}
#devenirMecene_mecenat .lien_charte .lien .bouton {
  background-color: transparent;
  border: 2px solid rgba(77, 85, 82, 0.2);
  color: #4d5552;
  padding: 10px;
}
#devenirMecene_mecenat .lien_charte .lien .bouton:before {
  content: "";
  padding-right: 0;
}
#devenirMecene_cercle .titre h2 {
  font-size: 35px;
}
#devenirMecene_cercle .accroche {
  font-size: 25px;
  color: #668e2e;
  font-family: "Optima";
}
#devenirMecene_cercle .cercle .texte {
  font-size: 18px;
}
#devenirMecene_cercle .cercle .texte p {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #devenirMecene_niveau .niveaux {
    padding: 0;
  }
}
#devenirMecene_niveau .accroche {
  font-size: 20px;
  color: #512d6d;
  padding-bottom: 15px;
}
#devenirMecene_niveau .niveau {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #devenirMecene_niveau .niveau {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #devenirMecene_niveau .niveau .entete {
    text-align: center;
  }
}
#devenirMecene_niveau .niveau .entete .informations {
  color: #97d700;
  font-family: "Optima";
  font-size: 25px;
  padding: 65px 89px 64px 64px;
}
@media screen and (max-width: 768px) {
  #devenirMecene_niveau .niveau .entete .informations {
    padding: 65px 0;
  }
}
#devenirMecene_niveau .niveau .entete .informations p {
  margin-bottom: 0;
  font-size: 19px;
}
#devenirMecene_niveau .niveau .entete .informations .lvl {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.64px;
}
#devenirMecene_niveau .niveau .entete .informations.violet {
  background-color: #512d6d;
}
#devenirMecene_niveau .niveau .entete .informations.vert {
  background-color: #42aa32;
  color: #ffffff;
}
#devenirMecene_niveau .niveau .entete .informations.vert_sombre {
  background-color: #668e2e;
}
#devenirMecene_niveau .niveau .entete .informations.gris {
  background-color: #f6f6f6;
  color: #4d5552;
}
#devenirMecene_niveau .niveau .entete .informations.gris .lvl {
  color: #4d5552;
}
#devenirMecene_niveau .niveau .entete .informations.vert_clair {
  background-color: #97d700;
  color: #4d5552;
}
#devenirMecene_niveau .niveau .entete .informations.vert_clair .lvl {
  color: #4d5552;
}
#devenirMecene_niveau .niveau .entete .img_seo .hackwarp {
  position: absolute;
  top: 0;
  left: 0;
}
#devenirMecene_niveau .niveau .contreparties {
  background-color: #f6f6f6;
  color: #4d5552;
  padding: 46px 46px 50px 59px;
}
@media screen and (max-width: 768px) {
  #devenirMecene_niveau .niveau .contreparties {
    padding: 45px 0;
  }
}
@media screen and (max-width: 768px) {
  #devenirMecene_niveau .niveau .contreparties .col-md-16 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#devenirMecene_niveau .niveau .contreparties .h3 {
  display: block;
  letter-spacing: 0;
  text-transform: none;
  font-family: "Optima";
  font-size: 25px;
  color: #668e2e;
}
@media screen and (max-width: 768px) {
  #devenirMecene_niveau .niveau .contreparties .h3 {
    text-align: center;
  }
}
#devenirMecene_niveau .niveau .contreparties ul {
  padding-left: 10px;
  padding-top: 10px;
}
#devenirMecene_niveau .niveau .contreparties ul li {
  font-size: 20px;
  margin-bottom: 0;
}
#devenirMecene_niveau .niveau .contreparties ul li:before {
  content: "+";
}
#devenirMecene_niveau .niveau .contreparties .bouton {
  background-color: #4d5552;
}
@media screen and (max-width: 768px) {
  #devenirMecene_niveau .niveau .contreparties .bouton {
    text-align: center;
    padding: 1em;
  }
}

#defiscalisation #menu_lateral p, #mecenes #menu_lateral p {
  font-size: 25px;
  font-family: "Optima";
  font-weight: 400;
  color: #512d6d;
  margin-top: 32px;
  padding-right: 45px;
}
#defiscalisation #menu_lateral .bouton, #mecenes #menu_lateral .bouton {
  background-color: #4d5552;
}
#defiscalisation .scrollspy, #mecenes .scrollspy {
  padding-top: 110px;
  margin-top: -110px;
}
#defiscalisation_temoignages1, #defiscalisation_temoignages2, #mecenes_temoignages1, #mecenes_temoignages2 {
  margin-bottom: 40px;
  padding: 0;
}
#defiscalisation_temoignages1 .slick-slide, #defiscalisation_temoignages2 .slick-slide, #mecenes_temoignages1 .slick-slide, #mecenes_temoignages2 .slick-slide {
  padding: 0;
}
#defiscalisation_temoignages1 .photo, #defiscalisation_temoignages2 .photo, #mecenes_temoignages1 .photo, #mecenes_temoignages2 .photo {
  padding: 60px 0 20px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #defiscalisation_temoignages1 .photo, #defiscalisation_temoignages2 .photo, #mecenes_temoignages1 .photo, #mecenes_temoignages2 .photo {
    padding: 60px 0 20px 0;
  }
  #defiscalisation_temoignages1 .photo img, #defiscalisation_temoignages2 .photo img, #mecenes_temoignages1 .photo img, #mecenes_temoignages2 .photo img {
    max-width: 157px;
  }
}
#defiscalisation_temoignages1 .photo .img_seo, #defiscalisation_temoignages2 .photo .img_seo, #mecenes_temoignages1 .photo .img_seo, #mecenes_temoignages2 .photo .img_seo {
  border-radius: 50%;
  margin-top: 25%;
  margin-left: 10px;
  width: 157px;
  height: 157px;
  background: #ffffff;
}
#defiscalisation_temoignages1 .photo .img_seo .hackwarp, #defiscalisation_temoignages2 .photo .img_seo .hackwarp, #mecenes_temoignages1 .photo .img_seo .hackwarp, #mecenes_temoignages2 .photo .img_seo .hackwarp {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
@media screen and (max-width: 768px) {
  #defiscalisation_temoignages1 .photo .img_seo, #defiscalisation_temoignages2 .photo .img_seo, #mecenes_temoignages1 .photo .img_seo, #mecenes_temoignages2 .photo .img_seo {
    margin-top: 10px;
    margin-left: 0;
  }
}
#defiscalisation_temoignages1 .texte, #defiscalisation_temoignages2 .texte, #mecenes_temoignages1 .texte, #mecenes_temoignages2 .texte {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 104px 160px 80px 58px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #defiscalisation_temoignages1 .texte, #defiscalisation_temoignages2 .texte, #mecenes_temoignages1 .texte, #mecenes_temoignages2 .texte {
    padding: 104px 90px 80px 58px;
  }
}
@media screen and (max-width: 768px) {
  #defiscalisation_temoignages1 .texte, #defiscalisation_temoignages2 .texte, #mecenes_temoignages1 .texte, #mecenes_temoignages2 .texte {
    padding: 35px 30px 0 30px;
    padding-bottom: 20px;
  }
}
#defiscalisation_temoignages1 .texte p, #defiscalisation_temoignages2 .texte p, #mecenes_temoignages1 .texte p, #mecenes_temoignages2 .texte p {
  margin-top: 1em;
  font-size: 16px;
  margin-bottom: 35px;
}
#defiscalisation_temoignages1 .texte span, #defiscalisation_temoignages2 .texte span, #mecenes_temoignages1 .texte span, #mecenes_temoignages2 .texte span {
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
}
#defiscalisation_temoignages1 .texte span.nom, #defiscalisation_temoignages2 .texte span.nom, #mecenes_temoignages1 .texte span.nom, #mecenes_temoignages2 .texte span.nom {
  font-family: "Optima";
  font-size: 18px;
  font-weight: 400;
}
#defiscalisation_temoignages1 .texte span.trt, #defiscalisation_temoignages2 .texte span.trt, #mecenes_temoignages1 .texte span.trt, #mecenes_temoignages2 .texte span.trt {
  text-transform: uppercase;
}
#defiscalisation_entreprises .photos, #defiscalisation_particuliers .photos, #mecenes_entreprises .photos, #mecenes_particuliers .photos {
  margin-bottom: 10px;
}
#defiscalisation_entreprises .photos img, #defiscalisation_particuliers .photos img, #mecenes_entreprises .photos img, #mecenes_particuliers .photos img {
  height: 100%;
  width: auto;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #defiscalisation_entreprises .photos img.nomobil, #defiscalisation_particuliers .photos img.nomobil, #mecenes_entreprises .photos img.nomobil, #mecenes_particuliers .photos img.nomobil {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #defiscalisation_entreprises .photos img, #defiscalisation_particuliers .photos img, #mecenes_entreprises .photos img, #mecenes_particuliers .photos img {
    height: auto;
  }
}
#defiscalisation .optima, #mecenes .optima {
  font-family: "Optima";
  font-size: 25px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
#defiscalisation .bloc, #mecenes .bloc {
  margin-bottom: 40px;
}
#defiscalisation .bloc p, #mecenes .bloc p {
  color: #512d6d;
  font-size: 20px;
  font-weight: 300;
}
#defiscalisation .exemple, #defiscalisation .ifi, #mecenes .exemple, #mecenes .ifi {
  margin: 3px;
  max-width: 49%;
}
@media screen and (max-width: 768px) {
  #defiscalisation .exemple, #defiscalisation .ifi, #mecenes .exemple, #mecenes .ifi {
    max-width: 100%;
    text-align: center;
  }
}
#defiscalisation .exemple span, #defiscalisation .ifi span, #mecenes .exemple span, #mecenes .ifi span {
  color: #ffffff;
}
#defiscalisation .exemple .bouton, #defiscalisation .ifi .bouton, #mecenes .exemple .bouton, #mecenes .ifi .bouton {
  background-color: #42aa32;
}
#defiscalisation .exemple p, #defiscalisation .ifi p, #mecenes .exemple p, #mecenes .ifi p {
  color: #ffffff;
}
#defiscalisation .exemple p span, #defiscalisation .ifi p span, #mecenes .exemple p span, #mecenes .ifi p span {
  font-family: "Lato";
  font-size: 20px;
  letter-spacing: 0;
  color: #97d700;
}
#defiscalisation .exemple p.text1, #defiscalisation .ifi p.text1, #mecenes .exemple p.text1, #mecenes .ifi p.text1 {
  color: #97d700;
  font-family: "Optima";
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 0;
  padding-right: 60px;
}
#defiscalisation .exemple p.text1 span, #defiscalisation .ifi p.text1 span, #mecenes .exemple p.text1 span, #mecenes .ifi p.text1 span {
  font-family: "Optima";
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #defiscalisation .exemple p.text1, #defiscalisation .ifi p.text1, #mecenes .exemple p.text1, #mecenes .ifi p.text1 {
    padding-right: 0;
  }
}
#defiscalisation .exemple.gris, #defiscalisation .ifi.gris, #mecenes .exemple.gris, #mecenes .ifi.gris {
  background-color: #f6f6f6;
}
#defiscalisation .exemple.gris span, #defiscalisation .ifi.gris span, #mecenes .exemple.gris span, #mecenes .ifi.gris span {
  color: #42aa32;
}
#defiscalisation .exemple.gris p, #defiscalisation .ifi.gris p, #mecenes .exemple.gris p, #mecenes .ifi.gris p {
  color: #4d5552;
}
#defiscalisation .exemple.gris p.text1, #defiscalisation .ifi.gris p.text1, #mecenes .exemple.gris p.text1, #mecenes .ifi.gris p.text1 {
  color: #42aa32;
}
#defiscalisation .exemple.vert, #defiscalisation .ifi.vert, #mecenes .exemple.vert, #mecenes .ifi.vert {
  background-color: #42aa32;
}
#defiscalisation .exemple.vert p span, #defiscalisation .ifi.vert p span, #mecenes .exemple.vert p span, #mecenes .ifi.vert p span {
  color: #ffffff;
}
#defiscalisation .exemple.vert p.text1, #defiscalisation .ifi.vert p.text1, #mecenes .exemple.vert p.text1, #mecenes .ifi.vert p.text1 {
  color: #ffffff;
}
#defiscalisation .exemple.vert p.text1 span, #defiscalisation .ifi.vert p.text1 span, #mecenes .exemple.vert p.text1 span, #mecenes .ifi.vert p.text1 span {
  color: #ffffff;
}
#defiscalisation .exemple.vert .bouton, #defiscalisation .ifi.vert .bouton, #mecenes .exemple.vert .bouton, #mecenes .ifi.vert .bouton {
  background-color: #4d5552;
}
#defiscalisation .exemple.violet, #defiscalisation .ifi.violet, #mecenes .exemple.violet, #mecenes .ifi.violet {
  background-color: #512d6d;
  padding-bottom: 39px;
}
#defiscalisation .exemple.vert_sombre, #defiscalisation .ifi.vert_sombre, #mecenes .exemple.vert_sombre, #mecenes .ifi.vert_sombre {
  background-color: #668e2e;
}
#defiscalisation .exemple, #mecenes .exemple {
  padding: 45px 116px 50px 63px;
}
@media screen and (max-width: 768px) {
  #defiscalisation .exemple, #mecenes .exemple {
    padding: 41px;
  }
}
#defiscalisation .ifi, #mecenes .ifi {
  padding: 43px 37px 39px 47px;
  margin: 0;
}
#defiscalisation .ifi.gris, #mecenes .ifi.gris {
  max-width: 68.75%;
}
@media screen and (max-width: 768px) {
  #defiscalisation .ifi.gris, #mecenes .ifi.gris {
    max-width: 100%;
  }
}

#mecenes .scrollspy {
  margin-bottom: 40px;
}
#mecenes .seo p {
  font-size: 20px;
}
#mecenes .logo_mecene {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 204px;
  border-bottom: 1px solid rgba(77, 85, 82, 0.15);
  border-left: 1px solid rgba(77, 85, 82, 0.15);
  border-right: 1px solid rgba(77, 85, 82, 0.15);
  padding: 0;
  margin-top: 23px;
}
#mecenes .logo_mecene:before, #mecenes .logo_mecene:after {
  position: absolute;
  content: "";
  height: 23px;
  width: 15px;
  background-color: #ffffff;
  bottom: 0;
}
#mecenes .logo_mecene:before {
  left: -10px;
}
#mecenes .logo_mecene:after {
  right: -10px;
}
@media screen and (max-width: 768px) {
  #mecenes .logo_mecene:after {
    right: 0;
  }
}
#mecenes .logo_mecene img {
  max-width: 90%;
  margin-bottom: 0;
  max-height: 80%;
}
#mecenes .logo_mecene a {
  position: absolute;
  bottom: 10px;
  text-transform: uppercase;
  color: #4d5552;
  font-size: 12px;
}
#mecenes .logo_mecene a:before {
  content: ">";
  padding-right: 0.5em;
}

#actualite .actu {
  position: relative;
  height: 360px;
}
@media screen and (max-width: 768px) {
  #actualite .actu {
    display: none;
  }
}
#actualite .actu div {
  height: 100%;
}
#actualite .actu .control-actu {
  position: absolute;
  z-index: 5;
  top: 180px;
  width: 100%;
}
#actualite .actu .control-actu div {
  width: 44px;
  height: 44px;
  color: #ffffff;
  border: 1px solid #4d5552;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}
#actualite .actu .control-actu div i {
  color: #ffffff;
}
#actualite .actu .control-actu div.left {
  position: absolute;
}
#actualite .actu .control-actu div.right {
  position: absolute;
  right: 0;
}
#actualite .actu .moz-actu .elem-actu {
  position: relative;
  color: #ffffff;
  margin: 2px;
  overflow: hidden;
}
#actualite .actu .moz-actu .elem-actu img {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#actualite .actu .moz-actu .elem-actu .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
}
#actualite .actu .moz-actu .elem-actu .text {
  position: absolute;
  z-index: 3;
  padding: 0 46px 40px 40px;
  height: auto;
  font-size: 1em;
  bottom: 0;
}
#actualite .actu .moz-actu .elem-actu .text .cat {
  position: absolute;
  top: -51px;
  left: 0;
  background-color: rgba(66, 170, 50, 0.7);
  padding: 17px 23px 20px 20px;
  text-transform: uppercase;
  font-size: 12px;
}
#actualite .actu .moz-actu .elem-actu .text .cat.lettre, #actualite .actu .moz-actu .elem-actu .text .cat.presse {
  background-color: #512d6d;
}
#actualite .actu .moz-actu .elem-actu .text h2 {
  font-family: "Lato", "arial", sans-serif;
  font-size: 1em;
  font-weight: 300;
}
#actualite .actu .moz-actu .elem-actu .text .h2Link {
  font-family: "Lato", "arial", sans-serif;
  font-size: 1em;
  font-weight: 300;
  text-transform: none;
  padding: 0;
}
#actualite .actu .moz-actu .elem-actu .text .h2Link:before {
  content: "";
}
#actualite .actu .moz-actu .elem-actu .text .h2Link h2 {
  font-size: 1em;
}
#actualite .actu .moz-actu .elem-actu .text a {
  font-size: 0.5em;
  font-family: "Lato", "arial", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  color: #ffffff;
}
#actualite .actu .moz-actu .vue4 {
  width: 49.4%;
  height: 100%;
  top: -151.5%;
  left: 50.4%;
}
#actualite .actu .moz-actu .vue1 {
  width: 50%;
  height: 50%;
}
#actualite .actu .moz-actu .vue1 img {
  width: 100%;
  height: auto;
  max-height: none;
}
#actualite .actu .moz-actu .vue3 {
  width: 24.8%;
  height: 50%;
  top: -50.4%;
  left: 25.25%;
}
#actualite .actu .moz-actu .vue3 .text {
  padding: 0 40px 40px 40px;
}
#actualite .actu .moz-actu .vue2 {
  width: 24.8%;
  height: 50%;
}
#actualite .actu .moz-actu .vue2 .text {
  padding: 0 40px 40px 40px;
}
#actualite .introduction .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
#actualite .introduction .logo img {
  width: 138px;
  height: auto;
  margin-bottom: 0;
}
#actualite .introduction .texte {
  padding: 40px 0;
}
#actualite .introduction .texte h1 {
  color: #512d6d;
  font-size: 30px;
  font-family: "Optima";
}
#actualite .introduction .texte p {
  color: #4d5552;
}
#actualite .introduction .texte a {
  color: #4d5552;
  font-size: 12px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
#actualite .introduction .texte a:before {
  content: ">";
  padding-right: 0.5em;
}
#actualite .mea .article {
  border: 1px solid #4d5552;
  position: relative;
  height: 511px;
}
@media screen and (max-width: 768px) {
  #actualite .mea .article {
    height: 333px;
  }
}
#actualite .mea .article.single {
  border: none;
  height: auto;
}
#actualite .mea .article .img_blog {
  max-height: 450px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #actualite .mea .article .img_blog {
    max-height: 70%;
  }
}
#actualite .mea .article .img_blog img {
  width: 100%;
  height: auto;
  max-height: none;
}
#actualite .mea .article .content {
  margin-top: -200px;
  display: block;
  width: 88%;
  margin-left: 6%;
  background-color: #ffffff;
  padding: 46px 67px 49px 51px;
}
@media screen and (max-width: 768px) {
  #actualite .mea .article .content {
    padding: 0;
    padding-top: 25px;
    margin-top: 0;
    text-align: left;
  }
}
#actualite .mea .article .content h1 {
  color: #42aa32;
  font-size: 20px;
  letter-spacing: 0.8px;
  font-weight: 300;
}
#actualite .mea .article .content h2 {
  color: #42aa32;
  font-size: 18px;
  font-weight: 300;
}
#actualite .mea .article .content h3 {
  color: #512d6d;
  font-size: 18px;
}
#actualite .mea .article .content strong {
  font-weight: 600;
}
#actualite .mea .article .content a {
  color: #4d5552;
  text-decoration: underline;
}
#actualite .mea .article .content .cat {
  position: absolute;
  top: -51px;
  left: 0;
  background-color: rgba(66, 170, 50, 0.8);
  padding: 17px 21px 20px 26px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 4.25px;
}
#actualite .mea .article .content ul {
  padding-left: 80px;
}
#actualite .mea .article .content .wp-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}
#actualite .mea .article .content .wp-caption p {
  font-style: italic;
  font-size: 13px;
  padding: 18px 60px;
}
#actualite .mea .article .excerpt {
  position: absolute;
  bottom: 0;
  top: 218px;
  width: 88%;
  margin-left: 6%;
  background-color: #ffffff;
  padding: 46px 67px 49px 51px;
}
@media screen and (max-width: 768px) {
  #actualite .mea .article .excerpt {
    padding: 0;
    padding-top: 25px;
    top: 60px;
  }
}
#actualite .mea .article .excerpt .h2 {
  display: block;
  font-family: "Lato";
  color: #4d5552;
  font-size: 20px;
  text-decoration: none;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}
#actualite .mea .article .excerpt .cat {
  position: absolute;
  top: -51px;
  left: 0;
  background-color: rgba(66, 170, 50, 0.8);
  padding: 17px 21px 20px 26px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 4.25px;
}
#actualite .mea .article .excerpt a {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #4d5552;
}
#actualite .mea .article .excerpt a:before {
  content: ">";
  padding-right: 0.5em;
}
#actualite .mea .article .excerpt a.h2Link:before {
  content: "";
  padding-right: 0;
}
#actualite .wp-pagenavi a {
  color: #4d5552;
  border: none;
}
#actualite .wp-pagenavi .current {
  border: 1px solid #b49856;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  font-weight: 300;
  text-align: center;
  display: inline-block;
}
#actualite .retour {
  display: flex;
  justify-content: center;
  align-items: center;
}
#actualite .retour a {
  background-color: #4d5552;
}
#actualite .sidebar .menuSide {
  border: 1px solid #4d5552;
  margin-bottom: 27px;
  padding: 15px 35px 25px 35px;
}
#actualite .sidebar .menuSide li {
  margin-bottom: 0;
}
#actualite .sidebar .menuSide a {
  color: #4d5552;
  border-bottom: 1px solid rgba(77, 85, 82, 0.6);
  display: inline-block;
  width: 90%;
  font-size: 18px;
  line-height: 50px;
}
#actualite .sidebar .newsletter, #actualite .sidebar .letters {
  background-color: #512d6d;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 41px 45px 37px 37px;
  text-align: center;
  margin-bottom: 10px;
}
#actualite .sidebar .newsletter span, #actualite .sidebar .letters span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 4.32px;
}
#actualite .sidebar .newsletter span.lettre, #actualite .sidebar .letters span.lettre {
  font-family: "Optima";
  font-size: 35px;
  color: #97d700;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
#actualite .sidebar .newsletter .bouton, #actualite .sidebar .letters .bouton {
  background-color: #ffffff;
  color: #512d6d;
  border: none;
  width: 100%;
  padding: 15px 0;
  margin-top: 12px;
}
#actualite .sidebar .newsletter .wpcf7, #actualite .sidebar .letters .wpcf7 {
  max-width: 100%;
}
#actualite .sidebar .newsletter .wpcf7 p, #actualite .sidebar .letters .wpcf7 p {
  margin-bottom: 0;
}
#actualite .sidebar .newsletter .wpcf7-email, #actualite .sidebar .letters .wpcf7-email {
  max-width: 100%;
  border-radius: 50px;
  border: 2px solid #ffffff;
  background-color: #512d6d;
  color: #ffffff;
  text-align: center;
  padding: 15px 0;
}
#actualite .sidebar .newsletter .wpcf7-acceptance span, #actualite .sidebar .letters .wpcf7-acceptance span {
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0;
}
#actualite .sidebar .letters {
  background-color: #4d5552;
}
#actualite .sidebar .social {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #4d5552;
  padding: 57px 89px 53px 85px;
  text-align: center;
  margin-top: 33px;
}
#actualite .sidebar .social span {
  font-size: 12px;
  letter-spacing: 4.32px;
  color: #4d5552;
}
#actualite .sidebar .social span.social-titre {
  font-family: "Optima";
  letter-spacing: 0;
  color: #512d6d;
  font-size: 35px;
  font-weight: 400;
}
#actualite .sidebar .social .row {
  justify-content: space-around;
  width: 100%;
  margin-top: 36px;
}
#actualite .sidebar .social .row a {
  font-size: 20px;
  color: rgba(77, 85, 82, 0.5);
}
#actualite .sidebar .agir {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../img/1726.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 59px 95px 74px 59px;
  margin-top: 35px;
}
#actualite .sidebar .agir span {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 4.32px;
}
#actualite .sidebar .agir .h2 {
  text-transform: none;
  letter-spacing: 0;
  display: block;
  color: #97d700;
  font-family: "Optima";
  font-size: 30px;
  font-weight: 400;
}
#actualite .sidebar .agir p {
  color: #ffffff;
  letter-spacing: 0.72px;
  font-size: 18px;
}
#actualite .sidebar .agir .bouton {
  background-color: #42aa32;
}
#actualite .sidebar .agir .bouton:hover {
  background-color: #97d700;
}

#valoriser_communication img {
  margin-top: 10px;
}
#valoriser_thematique img, #valoriser_salon img {
  height: 100%;
  margin-right: 5px;
}
#valoriser_documentation .document {
  padding: 0;
  position: relative;
  margin-top: 24px;
}
#valoriser_documentation .document hr {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  background-color: rgba(77, 85, 82, 0.5);
  width: 51px;
}
#valoriser_documentation .document .h2 {
  text-transform: none;
  letter-spacing: 0;
  display: block;
  margin-top: 20px;
  font-size: 22px;
  color: #4d5552;
}
#valoriser_documentation .document .bouton {
  background-color: #ffffff;
  border: 2px solid rgba(77, 85, 82, 0.25);
  color: #4d5552;
  font-size: 12px;
  padding: 13px 21px;
}
#valoriser_documentation .document .bouton i {
  padding-right: 0.5em;
}
#valoriser_documentation .document .bouton:before {
  content: "";
  padding-right: 0;
}
#valoriser_documentation .contact {
  margin-top: 38px;
  font-size: 20px;
  color: #512d6d;
}
#valoriser_documentation .contact a {
  color: #512d6d;
  border-bottom: 1px solid rgba(77, 85, 82, 0.8);
  line-height: 0.8;
  text-shadow: 2px 2px #ffffff, 2px -2px #ffffff, -2px 2px #ffffff, -2px -2px #ffffff;
}
#valoriser_documentation, #valoriser_communication, #valoriser_thematique, #valoriser_salon {
  margin-bottom: 50px;
}
#valoriser_documentation span, #valoriser_communication span, #valoriser_thematique span, #valoriser_salon span {
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
}
#valoriser_documentation span.title, #valoriser_communication span.title, #valoriser_thematique span.title, #valoriser_salon span.title {
  font-size: 12px;
  letter-spacing: 2.64px;
  text-transform: uppercase;
}
#valoriser_documentation span.optima, #valoriser_communication span.optima, #valoriser_thematique span.optima, #valoriser_salon span.optima {
  font-family: "Optima";
  font-size: 25px;
  font-weight: 400;
}
#valoriser_documentation span.purple, #valoriser_communication span.purple, #valoriser_thematique span.purple, #valoriser_salon span.purple {
  font-size: 20px;
}

#contact, #faireDon {
  /*.choixForm{
    border-radius: 100px;
    border: 1px solid $grisF;
    width: 25%;
    margin: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    display: flex;
    justify-content: space-between;

    .onForm{
      margin: auto;
      cursor: pointer;
      text-align: center;
      padding: 1em 2em;
      color: $grisF;
      margin: 0;
      width: 50%;
      &:hover{
        color: $vert;
      }
      &.onFormEntreprise.onFormSelect{
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
      }
      &.onFormParticulier.onFormSelect{
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
      }

      &.onFormSelect{
        background-color: $vert;
        color: $blanc;

      }
    }
  }

  .f-display{
    display: none;
  }*/
}
#contact .formulaire, #faireDon .formulaire {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 590px;
  margin: 0 auto;
  margin-top: 38px;
}
#contact .formulaire .h2, #faireDon .formulaire .h2 {
  letter-spacing: 0;
  text-transform: none;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
#contact .formulaire > p, #faireDon .formulaire > p {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #contact .formulaire > p, #faireDon .formulaire > p {
    padding: 0;
  }
}
#contact .formulaire button, #faireDon .formulaire button {
  border: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #contact .formulaire .wpcf7, #faireDon .formulaire .wpcf7 {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #contact .formulaire form, #faireDon .formulaire form {
    max-width: 100%;
  }
  #contact .formulaire form span, #faireDon .formulaire form span {
    max-width: 100%;
  }
}
#contact .formulaire form p, #faireDon .formulaire form p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#contact .formulaire form input, #faireDon .formulaire form input {
  border: none;
  border-bottom: 1px solid rgba(77, 85, 82, 0.7);
  font-size: 18px;
  color: #4d5552;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #contact .formulaire form input, #faireDon .formulaire form input {
    max-width: 100%;
  }
}
#contact .formulaire form textarea, #faireDon .formulaire form textarea {
  font-size: 18px;
  color: #4d5552;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #contact .formulaire form textarea, #faireDon .formulaire form textarea {
    max-width: 100%;
  }
}
#contact .formulaire form .message, #faireDon .formulaire form .message {
  margin-top: 20px;
}
#contact .formulaire form .confirmation .wpcf7-list-item-label, #faireDon .formulaire form .confirmation .wpcf7-list-item-label {
  text-transform: none;
  font-size: 15px;
  letter-spacing: 0.75px;
}
#contact .formulaire form .bouton, #faireDon .formulaire form .bouton {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1.92px;
}
#contact .geoloc, #faireDon .geoloc {
  position: relative;
  min-height: 475px;
  overflow: hidden;
}
#contact .geoloc img, #faireDon .geoloc img {
  height: 100%;
  max-width: none;
  width: auto;
}
#contact .geoloc .adresse, #faireDon .geoloc .adresse {
  position: absolute;
  top: 0;
  bottom: 20px;
  right: 25%;
  background-color: #42aa32;
  width: 292px;
  padding: 30px 45px 30px 39px;
  color: #ffffff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #contact .geoloc .adresse, #faireDon .geoloc .adresse {
    right: 0;
    width: 100%;
  }
}
#contact .geoloc .adresse .h2, #faireDon .geoloc .adresse .h2 {
  color: #ffffff;
  padding-top: 0;
}
#contact .geoloc .adresse p, #faireDon .geoloc .adresse p {
  margin-bottom: 0;
}
#contact .geoloc .adresse a, #faireDon .geoloc .adresse a {
  color: #ffffff;
}
#contact .geoloc .adresse a:hover, #faireDon .geoloc .adresse a:hover {
  color: #cccccc;
}
#contact .geoloc .adresse span, #faireDon .geoloc .adresse span {
  display: block;
  padding-top: 20px;
}

#faireDon_form_etre {
  max-width: 425px;
  border: 1px solid rgba(77, 85, 82, 0.35);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 41px auto;
  padding: 59px 0;
}
#faireDon_form_etre img {
  max-height: 110px;
}
#faireDon_form_etre .bouton {
  margin-bottom: 20px;
  background-color: transparent;
  border: 2px solid #4d5552;
  color: #4d5552;
}
#faireDon_form_etre .bouton:hover, #faireDon_form_etre .bouton:focus {
  background-color: #512d6d !important;
  border: 2px solid #512d6d !important;
  color: #ffffff;
}
#faireDon_form_entreprise.vue, #faireDon_form_particulier.vue {
  display: none;
}
#faireDon_form_entreprise .back, #faireDon_form_particulier .back {
  padding: 20px 0 0 20px;
  align-items: center;
}
#faireDon_form_entreprise .back i, #faireDon_form_particulier .back i {
  font-size: 25px;
  padding-right: 0.5em;
}
#faireDon_form_entreprise .back span, #faireDon_form_particulier .back span {
  font-size: 12px;
  line-height: 25px;
}
#faireDon_form_entreprise form, #faireDon_form_particulier form {
  max-width: 388px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#faireDon_form_entreprise form span, #faireDon_form_particulier form span {
  width: 100%;
}
#faireDon_form_entreprise form span.confirmation, #faireDon_form_particulier form span.confirmation {
  text-transform: none;
  font-size: 15px;
  letter-spacing: 0;
}
#faireDon_form_entreprise form input, #faireDon_form_particulier form input {
  width: 100%;
  margin-bottom: 20px;
}
#faireDon_form_entreprise form input.bouton, #faireDon_form_particulier form input.bouton {
  width: auto;
}
#faireDon_form_entreprise form input[type=checkbox], #faireDon_form_particulier form input[type=checkbox] {
  width: auto;
  margin-right: 1em;
  margin-bottom: 0;
}
#faireDon_form_entreprise form input[type=submit], #faireDon_form_particulier form input[type=submit] {
  margin-top: 40px;
}
#faireDon_form_entreprise form textarea, #faireDon_form_particulier form textarea {
  margin: 15px 0 30px;
}
#faireDon_form_entreprise form .nice-select, #faireDon_form_particulier form .nice-select {
  width: 100%;
}
#faireDon_form_entreprise form .nice-select span, #faireDon_form_particulier form .nice-select span {
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  color: #4d5552;
}
#faireDon_form_entreprise form textarea, #faireDon_form_particulier form textarea {
  width: 100%;
}
#faireDon_form_particulier, #faireDon_form_entreprise {
  margin-top: 50px;
}
#faireDon_form_particulier .head, #faireDon_form_entreprise .head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 51px 115px 33px 115px;
}
@media screen and (max-width: 768px) {
  #faireDon_form_particulier .head, #faireDon_form_entreprise .head {
    padding: 15px;
  }
}
#faireDon_form_particulier .head h2, #faireDon_form_entreprise .head h2 {
  padding-top: 0;
}
#faireDon_form_particulier .head p, #faireDon_form_entreprise .head p {
  font-size: 20px;
}
#faireDon_form_particulier .etapes, #faireDon_form_entreprise .etapes {
  width: 298px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #faireDon_form_particulier .etapes, #faireDon_form_entreprise .etapes {
    width: 100%;
  }
}
#faireDon_form_particulier .etapes .etape, #faireDon_form_entreprise .etapes .etape {
  background-color: #f6f6f6;
  padding: 16px;
  text-align: center;
}
#faireDon_form_particulier .etapes .etape.actif, #faireDon_form_entreprise .etapes .etape.actif {
  background-color: #42aa32;
}
#faireDon_form_particulier .etapes .etape.actif i, #faireDon_form_entreprise .etapes .etape.actif i {
  color: #ffffff;
}
#faireDon_form_particulier .etapes .etape i, #faireDon_form_entreprise .etapes .etape i {
  font-size: 24px;
  color: #4d5552;
}
#faireDon_form_particulier .etapes #etape1, #faireDon_form_particulier .etapes #etape1_pro, #faireDon_form_entreprise .etapes #etape1, #faireDon_form_entreprise .etapes #etape1_pro {
  border-radius: 50px 0 0 50px;
}
#faireDon_form_particulier .etapes #etape2, #faireDon_form_particulier .etapes #etape2_pro, #faireDon_form_entreprise .etapes #etape2, #faireDon_form_entreprise .etapes #etape2_pro {
  border-radius: 0 50px 50px 0;
}
#faireDon_form_particulier .formulaireParticulier, #faireDon_form_particulier .formulaireEntreprise, #faireDon_form_entreprise .formulaireParticulier, #faireDon_form_entreprise .formulaireEntreprise {
  max-width: 580px;
  border: 1px solid rgba(77, 85, 82, 0.35);
  border-radius: 20px;
}
#faireDon_form_particulier .don .col-md-16, #faireDon_form_entreprise .don .col-md-16 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#faireDon_form_particulier .don .col-md-16.montant, #faireDon_form_entreprise .don .col-md-16.montant {
  align-items: flex-start;
}
#faireDon_form_particulier .don .col-md-16.montant input[type=radio], #faireDon_form_entreprise .don .col-md-16.montant input[type=radio] {
  margin-right: 1em;
}
#faireDon_form_particulier .don .col-md-16 p, #faireDon_form_entreprise .don .col-md-16 p {
  font-size: 20px;
}
#faireDon_form_particulier .don .col-md-16 p span, #faireDon_form_entreprise .don .col-md-16 p span {
  font-size: 20px;
  color: #42aa32;
  letter-spacing: 0;
}
#faireDon_form_particulier .don .col-md-16 p.ouvertuteDroit, #faireDon_form_entreprise .don .col-md-16 p.ouvertuteDroit {
  margin-top: 20px;
  font-size: 16px;
  padding: 0 125px;
}
@media screen and (max-width: 768px) {
  #faireDon_form_particulier .don .col-md-16 p.ouvertuteDroit, #faireDon_form_entreprise .don .col-md-16 p.ouvertuteDroit {
    padding: 0;
  }
}
#faireDon_form_particulier .don .col-md-16 p.ouvertuteDroit span, #faireDon_form_entreprise .don .col-md-16 p.ouvertuteDroit span {
  font-size: 16px;
}
#faireDon_form_particulier .don .col-md-16 .bouton, #faireDon_form_entreprise .don .col-md-16 .bouton {
  border: none;
}
#faireDon_form_particulier .don .autMont, #faireDon_form_entreprise .don .autMont {
  margin: 30px 0;
}
#faireDon_form_particulier .don .autMont span, #faireDon_form_entreprise .don .autMont span {
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0.75px;
}
#faireDon_form_particulier .don .autMont input, #faireDon_form_entreprise .don .autMont input {
  border: 1px solid rgba(77, 85, 82, 0.5);
  border-radius: 20px;
  font-size: 15px;
  width: 81px;
  color: #42aa32;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #faireDon_form_particulier .don .autMont input, #faireDon_form_entreprise .don .autMont input {
    width: 100%;
    font-size: 20px;
  }
}
#faireDon_form_particulier .formInfo, #faireDon_form_entreprise .formInfo {
  display: none;
}

#remerciement .modal-dialog .modal-content {
  width: 580px;
}
@media screen and (max-width: 768px) {
  #remerciement .modal-dialog .modal-content {
    width: 100%;
  }
}
#remerciement .modal-dialog .modal-content .modal-header {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: none;
}
#remerciement .modal-dialog .modal-content .modal-header img {
  max-width: 25%;
}
#remerciement .modal-dialog .modal-content .modal-header button {
  background-color: transparent;
  border: none;
  align-self: flex-end;
  font-size: 24px;
  color: rgba(77, 85, 82, 0.5);
}
#remerciement .modal-dialog .modal-content .modal-body {
  text-align: center;
  font-size: 20px;
  padding: 0 115px 72px 113px;
  color: #4d5552;
}
@media screen and (max-width: 768px) {
  #remerciement .modal-dialog .modal-content .modal-body {
    padding: 15px 0;
  }
}
#remerciement .modal-dialog .modal-content .modal-body span {
  text-transform: uppercase;
  font-size: 12px;
}
#remerciement .modal-dialog .modal-content .modal-body .h2 {
  display: block;
  letter-spacing: 0;
  text-transform: none;
  font-family: "Optima";
  font-size: 35px;
  font-weight: 400;
  line-height: 33px;
  color: #512d6d;
}
#remerciement .modal-dialog .modal-content .modal-body a {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.92px;
  color: #4d5552;
}
#remerciement .modal-dialog .modal-content .modal-body a:before {
  content: ">";
  padding-right: 0.5em;
}

#merci_don {
  text-align: center;
}
#merci_don img {
  max-height: 110px;
}

#contactReboisement_form {
  padding: 50px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contactReboisement_form form {
  border: rgba(77, 85, 82, 0.5) solid 1px;
  border-radius: 50px;
  padding: 50px;
  max-width: 388px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contactReboisement_form form img {
  max-width: 50%;
}
#contactReboisement_form form span {
  width: 100%;
}
#contactReboisement_form form span.confirmation {
  text-transform: none;
  font-size: 15px;
  letter-spacing: 0;
}
#contactReboisement_form form input {
  width: 100%;
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #4d5552;
  line-height: 2em;
}
#contactReboisement_form form input.bouton {
  width: auto;
}
#contactReboisement_form form input[type=checkbox] {
  width: auto;
  margin-right: 1em;
  margin-bottom: 0;
}
#contactReboisement_form form input[type=submit] {
  margin-top: 40px;
}
#contactReboisement_form form .nice-select {
  width: 100%;
}
#contactReboisement_form form .nice-select span {
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  color: #4d5552;
}
#contactReboisement_form form textarea {
  width: 100%;
}

.wpcf7-form-control-wrap .wpcf7-select {
  margin-bottom: 10px;
}
.wpcf7-form-control-wrap .wpcf7-select .list {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  left: 20px;
}
.wpcf7-form-control-wrap .wpcf7-select .list .option {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 0;
  border-radius: 0;
}

#remerciement {
  text-align: center;
}
#remerciement .modal-body {
  display: flex;
  flex-direction: column;
}
#remerciement img {
  max-width: 250px;
  margin: 0 auto;
}

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