@charset "UTF-8";
/*
 * Theme Name: Theme 2030
 * Author: Thibault Demoury
 * Template:     bootscore
 * Version:      5.1.3.1
 * Text Domain:  bootscore
*/
.text-jaune {
  color: #FDC909;
}

.text-vertFonce {
  color: #022C0D;
}

.text-vert {
  color: #247536;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: initial !important;
  }
}
@font-face {
  font-family: "PPMonument";
  font-weight: 300;
  src: url("./fonts/PPMonumentExtended-Light.otf") format("opentype");
}
@font-face {
  font-family: "PPMonument";
  font-weight: 400;
  src: url("./fonts/PPMonumentExtended-Regular.otf") format("opentype");
}
@font-face {
  font-family: "PPMonument";
  font-weight: 900;
  src: url("./fonts/PPMonumentExtended-Black.otf") format("opentype");
}
html body {
  background-color: #FFF;
  font-family: "Akatab", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-bottom: 10px;
  color: #393939;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  html body {
    font-size: 16px;
  }
}
html body textarea:focus,
html body input[type=text]:focus,
html body input[type=password]:focus,
html body input[type=datetime]:focus,
html body input[type=datetime-local]:focus,
html body input[type=date]:focus,
html body input[type=month]:focus,
html body input[type=time]:focus,
html body input[type=week]:focus,
html body input[type=number]:focus,
html body input[type=email]:focus,
html body input[type=url]:focus,
html body input[type=search]:focus,
html body input[type=tel]:focus,
html body input[type=color]:focus,
html body button:focus,
html body .uneditable-input:focus {
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}
html body .animBlur {
  filter: blur(10px);
  transition: all 0.5s linear;
}
html body.active .animBlur {
  filter: blur(0px);
}
html body .animOpacity {
  opacity: 0;
  transition: all 0.5s linear;
}
html body.active .animOpacity {
  opacity: 1;
}
html body .animDelay2500 {
  transition-delay: 2500ms !important;
}
html body .animDelay2000 {
  transition-delay: 2000ms !important;
}
html body .animDelay1750 {
  transition-delay: 1750ms !important;
}
html body .animDelay1500 {
  transition-delay: 1500ms !important;
}
html body .animDelay1250 {
  transition-delay: 1250ms !important;
}
html body .animDelay1000 {
  transition-delay: 1000ms !important;
}
html body .animDelay750 {
  transition-delay: 750ms !important;
}
html body .animDelay500 {
  transition-delay: 500ms !important;
}
html body .animDelay250 {
  transition-delay: 250ms !important;
}
html body .backgroundRond, html body .backgroundRondAlt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
@keyframes flecheHome {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 6px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html body .rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
html body p:last-child {
  margin-bottom: 0;
}
html body .wpml-ls-statics-footer {
  display: none;
}
html body .apparition, html body .apparitionAlt {
  opacity: 0;
  transition: all 1.5s ease-out;
}
html body .apparition.apparitionFromTop, html body .apparitionAlt.apparitionFromTop {
  transform: translateY(-50px);
}
html body .apparition.apparitionFromLeft, html body .apparitionAlt.apparitionFromLeft {
  transform: translateX(-50px);
}
html body .apparition.apparitionFromRight, html body .apparitionAlt.apparitionFromRight {
  transform: translateX(50px);
}
html body .apparition.active, html body .apparitionAlt.active {
  transform: translateY(0px) !important;
  transform: translateX(0px) !important;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  html body .h-md-100 {
    height: 100%;
  }
}
html body .dropdown-toggle::after {
  display: none;
}
@media screen and (min-width: 768px) {
  html body .col-md-2-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  html body .col-md-0-5 {
    flex: 0 0 auto;
    width: 5%;
  }
}
html body .container {
  max-width: 1304px;
}
html body .logoFooter {
  display: block;
  padding-top: 52%;
  /*
  background-color:#FFF;
  */
  position: relative;
}
html body .logoFooter .image {
  width: 70%;
  left: 15%;
  height: 80%;
  top: 10%;
  position: absolute;
}
html body .picto {
  background-color: #FDC909;
  border-radius: 188px;
  position: relative;
  width: 94px;
  height: 94px;
}
@media screen and (min-width: 768px) {
  html body .picto {
    width: 188px;
    height: 188px;
  }
}
html body .picto .image {
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  margin-top: -38px;
  margin-left: -38px;
  position: absolute;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  html body .picto .image {
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
  }
}
html body .sousLigne {
  position: relative;
  padding-bottom: 40px;
}
html body .sousLigne:after {
  border-bottom: 1px solid #247536;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  html body .sousLigne:after {
    margin-left: -346px;
    width: 692px;
    left: 50%;
  }
}
html body .sousLigne.apparition:after {
  width: 0;
  transition: width 1.5s ease-out;
  transition-delay: 500ms !important;
}
html body .sousLigne.apparition.active:after {
  width: 100%;
}
@media screen and (min-width: 768px) {
  html body .sousLigne.apparition.active:after {
    width: 692px;
  }
}
html body .sousLigne.sousLigneJaune:after {
  border-color: #FDC909;
}
html body .sousLigne.sousLigneVert:after {
  border-color: #247536;
}
html body .container.entry-content {
  max-width: 1084px;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  html body .container.entry-content {
    overflow-x: initial;
  }
}
html body .entry-header {
  margin-bottom: 100px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  html body .entry-header {
    min-height: 290px;
  }
}
html body .entry-header h1 {
  margin-top: 25px;
  max-width: 900px;
  font-family: "PPMonument", sans-serif;
}
@media screen and (min-width: 768px) {
  html body .entry-header h1 {
    margin-top: 40px;
  }
}
html body .myshadow {
  box-shadow: 0px 44px 44px -20px rgba(0, 0, 0, 0.25);
}
html body #content {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  html body #content {
    margin-top: 155px;
  }
}
html body .singleMarginBottom {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  html body .maxiPaddingBottom {
    padding-bottom: 175px;
  }
}
@media screen and (min-width: 768px) {
  html body .noMarginBottom .itemContent {
    margin-bottom: 0 !important;
  }
}
html body .paddingInsideMobile {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  html body .paddingInsideMobile {
    padding-left: 0px;
    padding-right: 0px;
  }
}
html body strong, html body b {
  font-weight: 900;
}
html body .has-medium-font-size strong {
  color: #247536;
}
html body .container.regular {
  max-width: 1062px;
}
@media screen and (min-width: 768px) {
  html body .containerOnDesktop {
    max-width: 1062px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0 auto;
    width: 100%;
  }
}
html body .imgRond {
  border-radius: 100%;
  padding-top: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
html body .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
html body .plus-before {
  padding-left: 40px;
}
html body .plus-before:after, html body .plus-before:before {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.3s;
  border-radius: 2px;
  background-color: #247536;
  top: 50%;
}
html body .plus-before:before {
  height: 2px;
  width: 16px;
  margin-top: -1px;
  left: 0px;
}
html body .plus-before:after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  left: 7px;
}
html body .wp-block-button__link, html body .btn, html body .nf-form-content input[type=button], html body .nf-form-content input[type=submit] {
  min-height: 45px;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 22px;
  padding-left: 22px;
  font-size: 12px;
  border: 0;
  border-radius: 0 !important;
  position: relative;
  color: #247536;
  cursor: pointer;
  font-weight: 700;
  font-style: normal !important;
  transition: all 0.3s;
  text-transform: uppercase;
}
html body .wp-block-button__link:hover, html body .wp-block-button__link.actif, html body .btn:hover, html body .btn.actif, html body .nf-form-content input[type=button]:hover, html body .nf-form-content input[type=button].actif, html body .nf-form-content input[type=submit]:hover, html body .nf-form-content input[type=submit].actif {
  color: #247536;
  text-decoration: none !important;
}
html body .wp-block-button__link.fleche-before, html body .btn.fleche-before, html body .nf-form-content input[type=button].fleche-before, html body .nf-form-content input[type=submit].fleche-before {
  padding-left: 50px;
}
html body .wp-block-button__link.fleche-before:hover:after, html body .wp-block-button__link.fleche-before.actif:after, html body .btn.fleche-before:hover:after, html body .btn.fleche-before.actif:after, html body .nf-form-content input[type=button].fleche-before:hover:after, html body .nf-form-content input[type=button].fleche-before.actif:after, html body .nf-form-content input[type=submit].fleche-before:hover:after, html body .nf-form-content input[type=submit].fleche-before.actif:after {
  left: 33px;
}
html body .wp-block-button__link.fleche-before:after, html body .btn.fleche-before:after, html body .nf-form-content input[type=button].fleche-before:after, html body .nf-form-content input[type=submit].fleche-before:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(./img/flecheBleu.svg);
  height: 10px;
  width: 12px;
  top: 50%;
  margin-top: -5px;
  left: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
html body .wp-block-button__link.plus-before, html body .btn.plus-before, html body .nf-form-content input[type=button].plus-before, html body .nf-form-content input[type=submit].plus-before {
  padding-left: 80px;
}
html body .wp-block-button__link.plus-before:hover:after, html body .wp-block-button__link.plus-before:hover:before, html body .btn.plus-before:hover:after, html body .btn.plus-before:hover:before, html body .nf-form-content input[type=button].plus-before:hover:after, html body .nf-form-content input[type=button].plus-before:hover:before, html body .nf-form-content input[type=submit].plus-before:hover:after, html body .nf-form-content input[type=submit].plus-before:hover:before {
  background-color: #FFF;
}
html body .wp-block-button__link.plus-before:before, html body .btn.plus-before:before, html body .nf-form-content input[type=button].plus-before:before, html body .nf-form-content input[type=submit].plus-before:before {
  left: 30px;
}
html body .wp-block-button__link.plus-before:after, html body .btn.plus-before:after, html body .nf-form-content input[type=button].plus-before:after, html body .nf-form-content input[type=submit].plus-before:after {
  left: 37px;
}
html body .wp-block-button__link.fleche-after, html body .btn.fleche-after, html body .nf-form-content input[type=button].fleche-after, html body .nf-form-content input[type=submit].fleche-after {
  padding-right: 50px;
}
html body .wp-block-button__link.fleche-after:hover:after, html body .wp-block-button__link.fleche-after.actif:after, html body .btn.fleche-after:hover:after, html body .btn.fleche-after.actif:after, html body .nf-form-content input[type=button].fleche-after:hover:after, html body .nf-form-content input[type=button].fleche-after.actif:after, html body .nf-form-content input[type=submit].fleche-after:hover:after, html body .nf-form-content input[type=submit].fleche-after.actif:after {
  right: 27px;
}
html body .wp-block-button__link.fleche-after:after, html body .btn.fleche-after:after, html body .nf-form-content input[type=button].fleche-after:after, html body .nf-form-content input[type=submit].fleche-after:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(./img/flecheBleu.svg);
  height: 10px;
  width: 12px;
  top: 50%;
  margin-top: -5px;
  right: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
html body .wp-block-button__link.btn-primary, html body .wp-block-button__link.nf-element, html body .wp-block-button__link.wp-block-button__link, html body .btn.btn-primary, html body .btn.nf-element, html body .btn.wp-block-button__link, html body .nf-form-content input[type=button].btn-primary, html body .nf-form-content input[type=button].nf-element, html body .nf-form-content input[type=button].wp-block-button__link, html body .nf-form-content input[type=submit].btn-primary, html body .nf-form-content input[type=submit].nf-element, html body .nf-form-content input[type=submit].wp-block-button__link {
  background-color: #FDC909 !important;
  color: #247536 !important;
}
html body .wp-block-button__link.btn-primary a, html body .wp-block-button__link.nf-element a, html body .wp-block-button__link.wp-block-button__link a, html body .btn.btn-primary a, html body .btn.nf-element a, html body .btn.wp-block-button__link a, html body .nf-form-content input[type=button].btn-primary a, html body .nf-form-content input[type=button].nf-element a, html body .nf-form-content input[type=button].wp-block-button__link a, html body .nf-form-content input[type=submit].btn-primary a, html body .nf-form-content input[type=submit].nf-element a, html body .nf-form-content input[type=submit].wp-block-button__link a {
  color: #247536 !important;
}
html body .wp-block-button__link.btn-primary:hover, html body .wp-block-button__link.btn-primary.actif, html body .wp-block-button__link.nf-element:hover, html body .wp-block-button__link.nf-element.actif, html body .wp-block-button__link.wp-block-button__link:hover, html body .wp-block-button__link.wp-block-button__link.actif, html body .btn.btn-primary:hover, html body .btn.btn-primary.actif, html body .btn.nf-element:hover, html body .btn.nf-element.actif, html body .btn.wp-block-button__link:hover, html body .btn.wp-block-button__link.actif, html body .nf-form-content input[type=button].btn-primary:hover, html body .nf-form-content input[type=button].btn-primary.actif, html body .nf-form-content input[type=button].nf-element:hover, html body .nf-form-content input[type=button].nf-element.actif, html body .nf-form-content input[type=button].wp-block-button__link:hover, html body .nf-form-content input[type=button].wp-block-button__link.actif, html body .nf-form-content input[type=submit].btn-primary:hover, html body .nf-form-content input[type=submit].btn-primary.actif, html body .nf-form-content input[type=submit].nf-element:hover, html body .nf-form-content input[type=submit].nf-element.actif, html body .nf-form-content input[type=submit].wp-block-button__link:hover, html body .nf-form-content input[type=submit].wp-block-button__link.actif {
  background-color: #247536 !important;
  color: #FDC909 !important;
}
html body .wp-block-button__link.btn-outline-primary, html body .btn.btn-outline-primary, html body .nf-form-content input[type=button].btn-outline-primary, html body .nf-form-content input[type=submit].btn-outline-primary {
  background-color: transparent;
  color: #FDC909;
  border: 1px solid #FDC909;
}
html body .wp-block-button__link.btn-outline-primary:hover, html body .wp-block-button__link.btn-outline-primary.actif, html body .btn.btn-outline-primary:hover, html body .btn.btn-outline-primary.actif, html body .nf-form-content input[type=button].btn-outline-primary:hover, html body .nf-form-content input[type=button].btn-outline-primary.actif, html body .nf-form-content input[type=submit].btn-outline-primary:hover, html body .nf-form-content input[type=submit].btn-outline-primary.actif {
  background-color: #FDC909;
  color: #247536;
}
html body .wp-block-button__link.btn-outline-secondary, html body .btn.btn-outline-secondary, html body .nf-form-content input[type=button].btn-outline-secondary, html body .nf-form-content input[type=submit].btn-outline-secondary {
  background-color: transparent;
  color: #247536;
  border: 1px solid #247536;
}
html body .wp-block-button__link.btn-outline-secondary:hover, html body .wp-block-button__link.btn-outline-secondary.actif, html body .btn.btn-outline-secondary:hover, html body .btn.btn-outline-secondary.actif, html body .nf-form-content input[type=button].btn-outline-secondary:hover, html body .nf-form-content input[type=button].btn-outline-secondary.actif, html body .nf-form-content input[type=submit].btn-outline-secondary:hover, html body .nf-form-content input[type=submit].btn-outline-secondary.actif {
  background-color: #247536;
  color: #FDC909;
}
html body .categoryLabel {
  color: #022C0D;
  background-color: #FDC909;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  margin-right: 8px;
  transition: all 0.3s ease-in-out;
}
html body .categoryLabel:hover {
  background-color: #247536;
  color: #FDC909;
}
html body a.aAvecFleche:hover {
  text-decoration: none;
}
html body a.aAvecFleche:hover:before, html body a.aAvecFleche:hover:after {
  right: -6px;
}
html body a.aAvecFleche, html body div.aAvecFleche {
  position: relative;
  padding-right: 30px;
  line-height: 36px;
  color: #FDC909;
  text-decoration: none;
  display: inline-block;
  height: 36px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
html body a.aAvecFleche.aAvecFlecheAlt, html body div.aAvecFleche.aAvecFlecheAlt {
  padding-right: 36px;
}
html body a.aAvecFleche.aAvecFlecheAlt:before, html body div.aAvecFleche.aAvecFlecheAlt:before {
  background-color: transparent;
}
html body a.aAvecFleche:before, html body a.aAvecFleche:after, html body div.aAvecFleche:before, html body div.aAvecFleche:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 20px;
  line-height: 36px;
  border-radius: 36px;
  transition: right 0.3s ease-in-out;
}
html body a.aAvecFleche:after, html body div.aAvecFleche:after {
  color: #247536;
  content: "";
  background-image: url(./img/flecheVoirSite.svg);
  background-size: 20px auto;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
html body h1, html body .h1, html body h2 {
  font-weight: 700;
}
html body h1.grosTitre, html body .h1.grosTitre, html body h2.grosTitre {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 33px;
  line-height: 27px;
  font-family: "PPMonument", sans-serif;
}
@media screen and (min-width: 768px) {
  html body h1.grosTitre, html body .h1.grosTitre, html body h2.grosTitre {
    font-size: 83px;
    line-height: 67px;
  }
}
html body h1.titre35, html body .h1.titre35, html body h2.titre35 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  line-height: 25px;
  font-family: "PPMonument", sans-serif;
}
@media screen and (min-width: 768px) {
  html body h1.titre35, html body .h1.titre35, html body h2.titre35 {
    font-size: 35px;
    line-height: 36px;
  }
}
html body h1.titre38, html body .h1.titre38, html body h2.titre38 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 26px;
  line-height: 28px;
  font-family: "PPMonument", sans-serif;
}
@media screen and (min-width: 768px) {
  html body h1.titre38, html body .h1.titre38, html body h2.titre38 {
    font-size: 38px;
    line-height: 42px;
  }
}
html body h1.titre40, html body .h1.titre40, html body h2.titre40 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 27px;
  line-height: 30px;
  font-family: "PPMonument", sans-serif;
}
@media screen and (min-width: 768px) {
  html body h1.titre40, html body .h1.titre40, html body h2.titre40 {
    font-size: 40px;
    line-height: 44px;
  }
}
html body h1, html body .h1, html body h2, html body h3 {
  color: #247536;
}
html body h1 a, html body .h1 a, html body h2 a, html body h3 a {
  color: #247536;
  text-decoration: none;
}
html body h1 a:hover, html body .h1 a:hover, html body h2 a:hover, html body h3 a:hover {
  text-decoration: underline;
}
html body .fondGris {
  background-color: #E9E9E9;
}
html body .fondJaune {
  background-color: #FDC909;
  color: #4F4F4F;
}
html body .fondVert {
  background-color: #247536;
  color: #FFF;
}
html body .fondVert h1, html body .fondVert .h1, html body .fondVert h2, html body .fondVert h3 {
  color: #FFF;
}
html body .fondVert h1 a, html body .fondVert .h1 a, html body .fondVert h2 a, html body .fondVert h3 a {
  color: #FFF;
}
html body h1, html body .h1 {
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  html body h1, html body .h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
html body h2 {
  font-size: 26px;
  line-height: 30px;
}
html body .bloc.headerRegular {
  margin-bottom: 0px;
  margin-top: 110px;
}
@media screen and (min-width: 768px) {
  html body .bloc.headerRegular {
    margin-top: 170px;
    margin-bottom: 120px;
  }
}
html body .bloc.headerRegular .container {
  max-width: 1062px;
}
html body .bandeauActuContainer + .bloc.headerRegular {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  html body .bandeauActuContainer + .bloc.headerRegular {
    margin-top: 60px;
  }
}
html body .languageContainer {
  color: #FDC909;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  display: block;
  line-height: 44px;
}
@media screen and (min-width: 768px) {
  html body .languageContainer {
    display: inline;
  }
}
html body .languageContainer a {
  color: #FDC909;
  text-decoration: none;
}
html body .languageContainer a:hover {
  text-decoration: underline;
}
html body .btnMenu {
  border: 0;
  background: transparent;
  width: 28px;
  font-size: 20px;
  color: #FFF;
}
html body .btnMenu:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
html body header .logo {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: no-repeat;
  background-image: url("./img/logo.png");
  background-position: center;
}
@media screen and (min-width: 768px) {
  html body header .logo {
    width: 119px;
    height: 119px;
  }
}
html body .dropdown-item:hover, html body .dropdown-item.active {
  background-color: transparent;
}
html body #nav-main {
  transition: all 0.3s;
  height: 100px;
  position: fixed;
  width: 100%;
  background-color: #247536;
  top: 0;
  line-height: 35px;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 768px) {
  html body #nav-main .dropdown .dropdown-menu {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  html body #nav-main {
    text-align: left;
    height: 155px;
  }
  html body #nav-main .dropdown:hover .dropdown-menu {
    display: block;
  }
  html body #nav-main.navbarVisible {
    background-color: white;
  }
  html body #nav-main.navbarVisible .nav-link {
    color: #FFF;
  }
  html body #nav-main.navbarVisible .languageContainer {
    color: #FFF;
  }
  html body #nav-main.navbarVisible .languageContainer a {
    color: #FFF;
  }
  html body #nav-main.navbarVisible .logo {
    background-image: url("./img/logo.svg");
  }
}
html body #nav-main .offcanvas {
  background-color: #247536;
}
html body #nav-main .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0px 30px 20px;
  background-color: #247536;
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  html body #nav-main .dropdown-menu {
    margin-top: 10px !important;
    padding: 20px 30px;
    background-color: #022C0D;
  }
}
html body #nav-main .dropdown-menu .dropdown-item {
  color: #FFF;
  position: relative;
  padding: 0;
  display: inline-block;
  width: initial;
}
html body #nav-main .dropdown-menu .dropdown-item:hover, html body #nav-main .dropdown-menu .dropdown-item.active {
  background-color: transparent;
}
html body #nav-main .dropdown-menu .dropdown-item:hover:after, html body #nav-main .dropdown-menu .dropdown-item.active:after {
  width: 100%;
}
html body #nav-main .dropdown-menu .dropdown-item:after {
  transition: all 0.3s;
  width: 0px;
  border-bottom: 1px solid #FDC909;
  content: "";
  display: block;
  bottom: 0;
  position: absolute;
  left: 0;
}
html body #nav-main .nav-link {
  color: #FFF;
  position: relative;
  font-weight: 400;
  padding: 0;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 20px;
  display: inline-block;
}
html body #nav-main .nav-link .title {
  position: relative;
}
html body #nav-main .nav-link:before {
  transition: all 0.3s;
  content: "";
  display: block;
  background-color: #FDC909;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 4px;
}
html body #nav-main .nav-link.active:before, html body #nav-main .nav-link:hover:before {
  width: 100%;
}
html body footer {
  font-size: 16px;
  line-height: 22px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  html body footer {
    padding-top: 80px;
  }
}
html body footer .btnAccueil {
  display: none !important;
}
html body footer h2 {
  color: #FDC909 !important;
  font-size: 16px;
  line-height: 22px;
}
html body footer .imageX {
  width: 20px;
}
html body footer .nf-form-content {
  padding: 0;
  margin-top: 30px;
}
html body footer .nf-form-content .nf-cell {
  width: calc(100% - 42px) !important;
  padding: 0;
}
html body footer .nf-form-content .nf-cell + .nf-cell {
  width: 42px !important;
}
html body footer .nf-form-content input[type=submit].ninja-forms-field {
  padding: 0px;
  background-image: url(./img/flecheVerte.svg);
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: 30px center;
  width: 100%;
  background-position: center;
  padding: 0px;
  background-image: url(./img/flecheVerte.svg);
  background-position: center;
  background-size: 20px auto;
}
html body footer .nf-form-content input[type=submit].ninja-forms-field:hover {
  background-color: transparent;
  background-position: center;
}
html body footer .bootscore-footer-info {
  background-color: #022C0D;
  color: #FFF;
  line-height: 37px;
  font-size: 14px;
  margin-top: 80px;
}
html body footer .bootscore-footer-info .navbar-nav {
  flex-direction: row;
}
html body footer .bootscore-footer-info .navbar-nav .nav-link {
  padding: 0;
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  html body footer .bootscore-footer-info .navbar-nav .nav-link {
    margin-left: 30px;
    margin-right: 0;
  }
}
html body footer .dropdown-toggle {
  display: none;
}
html body footer .dropdown-toggle:after {
  display: none !important;
}
html body footer .cadreBorder {
  border: 1px solid #022C0D;
  padding: 30px;
}
html body footer .dropdown-menu {
  display: block;
  background: transparent;
  border: 0;
}
html body footer .dropdown-menu a {
  color: #FFF;
  position: relative;
  padding: 0;
  /*
  &:after{
    content:'';
    left:0;
    width:10px;
    border:1px solid $jaune;
    display:block;
    top:50%;
    position:absolute;
  }
  */
}
html body footer .dropdown-menu a:hover {
  background: transparent;
  color: #FFF;
}
html body.page-template-template-pagesimple-txt .site-content.container {
  max-width: 1062px;
  margin-bottom: 180px;
}
html body.page-template-template-pagesimple-txt .site-content.container a {
  color: #393939;
}
html body.page-template-template-pagesimple-txt .site-content.container a:hover {
  color: #247536;
}
html body.page-template-template-pagesimple-txt ol.wp-block-list li {
  font-weight: 900;
  font-size: 24px;
  color: #247536;
  margin-top: 60px;
}
html body .bandeauAriane {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  html body .bandeauAriane {
    font-size: 18px;
  }
}
html body .bandeauAriane a {
  color: #FDC909;
  text-decoration: underline;
}
html body .bandeauAriane a:hover {
  text-decoration: none;
}
html body .bandeauFiltre {
  margin-bottom: 30px;
  padding-bottom: 70px;
}
html body .bandeauFiltre a {
  color: #247536;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
}
html body .bandeauFiltre a:hover {
  text-decoration: underline;
}
html body .bandeauFiltre a.current {
  color: #FDC909;
}
html body .widget-area {
  font-size: 16px;
  line-height: 18px;
  padding: 30px 12px;
  margin-bottom: 100px;
}
html body .widget-area .picto {
  position: absolute;
  bottom: -34px;
  left: -34px;
}
@media screen and (min-width: 768px) {
  html body .widget-area .picto {
    bottom: -68px;
    left: -68px;
    width: 137px;
    height: 137px;
  }
  html body .widget-area .picto .image {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
  }
}
html body .widget-area .btnSocial {
  font-size: 24px;
  color: #FFF;
}
html body .widget-area h2 {
  color: #FDC909;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
}
html body .widget-area h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
html body .widget-area h4 a {
  color: #FFF;
  text-decoration: none;
}
html body .widget-area h4 a:hover {
  text-decoration: underline;
}
html body .widget-area h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  padding-top: 30px;
  position: relative;
  margin-top: 20px;
}
html body .widget-area h3:after {
  top: 0;
  left: 0;
  right: 0;
  background-color: #FDC909;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
}
html body .widget-area .logoContainer {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 10px;
}
html body .widget-area .logoContainer .logoFooter {
  padding-top: 80%;
  background: transparent;
}
html body article .articleMargin {
  margin-bottom: 25px;
}
html body article .cadreBorder {
  border: 1px solid #247536;
}
html body article .cadreBorder .textPart {
  padding: 10px;
}
html body article .cadreBorder .imageThumb {
  background-size: cover;
  padding-top: 95%;
}
html body .bloc.video {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  html body .bloc.video {
    padding: 50px;
  }
}
html body .bloc.video #videoContainer .video {
  padding-top: 45%;
  background: transparent;
  width: 100%;
  position: relative;
}
html body .bloc.video #videoContainer .video iframe, html body .bloc.video #videoContainer .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body .bloc.motsClef {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -230px;
  /* le bloc défilant */
}
@media screen and (min-width: 1500px) {
  html body .bloc.motsClef {
    margin-top: -330px;
  }
}
html body .bloc.motsClef .containerSmall {
  max-width: 738px;
}
html body .bloc.motsClef.fondBleuCiel .marquee-rtl > :first-child {
  animation: defilement-rtl-fondBleuCiel 8s infinite linear;
}
html body .bloc.motsClef.fondBleuCiel .marquee-rtl-invert > :first-child {
  animation: defilement-rtl-fondBleuCiel-invert 8s infinite linear;
}
html body .bloc.motsClef.fondBleuCiel .marquee-rtl-invert {
  margin-top: 60px;
}
html body .bloc.motsClef.fondBleuCiel .btn {
  margin-top: 24px;
}
html body .bloc.motsClef.fondBleuCiel .imageContainer {
  height: 120px;
  width: 180px;
  position: relative;
  /*
  margin-left:100vw;
  */
}
@media screen and (min-width: 1500px) {
  html body .bloc.motsClef.fondBleuCiel .imageContainer {
    height: 200px;
    width: 302px;
  }
}
html body .bloc.motsClef.fondBleuCiel .imageContainer .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
html body .bloc.motsClef.fondBleuCiel .marquee-rtl {
  height: 200px;
  line-height: 200px;
  position: relative;
}
html body .bloc.motsClef.fondBleuCiel .marquee-rtl.marquee-rtl-invert .imageContainer {
  left: 20px;
  right: initial;
}
@media screen and (min-width: 768px) {
  html body .bloc.motsClef.fondBleuCiel .marquee-rtl.marquee-rtl-invert .imageContainer {
    right: 20%;
    left: initial;
  }
}
html body .bloc.motsClef.fondBleuCiel .marquee-rtl .imageContainer {
  position: absolute;
  top: 0;
  right: 20px;
  opacity: 0;
  transition: opacity 2s;
}
@media screen and (min-width: 768px) {
  html body .bloc.motsClef.fondBleuCiel .marquee-rtl .imageContainer {
    left: 20%;
    right: initial;
  }
}
html body .bloc.motsClef.fondBleuCiel .marquee-rtl .imageContainer.actif {
  opacity: 1;
}
@media screen and (min-width: 1500px) {
  html body .bloc.motsClef.fondBleuCiel .marquee-rtl {
    height: 300px;
    line-height: 300px;
  }
}
html body .bloc.motsClef .imageContainer {
  display: inline-block;
  text-align: center;
}
html body .bloc.motsClef .marquee-rtl {
  width: 100%;
  /* largeur de la fenêtre */
  overflow: hidden;
  /* masque tout ce qui dépasse */
}
html body .bloc.motsClef .marquee-rtl > :first-child {
  display: inline-block;
  /* modèle de boîte en ligne */
  white-space: nowrap;
  /* pas de passage à la ligne */
}
html body .bloc.bounceCategory {
  padding-top: 60px;
  padding-bottom: 18px;
}
html body .bloc.bounceCategory h2 {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
html body .bloc.bounceCategory .btn {
  margin-top: 15px;
}
html body .bloc.textEntete {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  html body .bloc.textEntete {
    font-size: 24px;
    line-height: 34px;
  }
}
html body .bloc.textEntete .posted-on {
  font-size: 22px;
  color: #247536;
  margin-bottom: 10px;
  display: block;
}
html body .bloc.textEntete .nomThematique {
  font-weight: 800;
  font-size: 26px;
  text-transform: uppercase;
}
html body .bloc.textImage {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  html body .bloc.textImage.hasPicto {
    margin-bottom: 100px;
  }
}
html body .bloc.textImage .cadreImage {
  position: relative;
}
html body .bloc.textImage .cadreImage .picto {
  position: absolute;
  bottom: -47px;
  left: -47px;
}
@media screen and (min-width: 768px) {
  html body .bloc.textImage .cadreImage .picto {
    bottom: -94px;
    left: -94px;
  }
}
html body .bloc.textImage.imageDroite .cadreImage .picto {
  right: -47px;
  left: initial;
}
@media screen and (min-width: 768px) {
  html body .bloc.textImage.imageDroite .cadreImage .picto {
    right: -94px;
    left: initial;
  }
}
html body .bloc.formulaire {
  margin-bottom: 200px;
}
html body .bloc.formulaire .fondVert {
  margin: 0 auto;
  background-color: #247536;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  html body .bloc.formulaire .fondVert {
    width: 846px;
    padding-top: 90px;
  }
}
html body .bloc.formulaire .fondVert .picto {
  width: 100px;
  height: 100px;
  right: -10px;
  bottom: -10px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  html body .bloc.formulaire .fondVert .picto {
    width: 203px;
    height: 203px;
    right: -102px;
    bottom: 10%;
  }
}
html body .bloc.formulaire .fondVert .picto .image {
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  html body .bloc.formulaire .fondVert .picto .image {
    width: 160px;
    height: 160px;
    margin-left: -80px;
    margin-top: -80px;
  }
}
html body .bloc.formulaire .fondVert .nf-response-msg {
  text-align: center;
  margin-top: 100px;
  font-size: 18px;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (min-width: 768px) {
  html body .bloc.formulaire .fondVert .nf-response-msg {
    font-size: 24px;
  }
}
html body .bloc.formulaire .fondVert .nf-multi-cell .nf-cell {
  padding: 0 10px;
}
html body .bloc.formulaire .fondVert .nf-form-cont {
  margin-top: 35px;
}
html body .bloc.formulaire .fondVert .nf-form-content #ninja_forms_required_items, html body .bloc.formulaire .fondVert .nf-form-content .nf-field-container {
  margin-bottom: 20px;
}
html body .bloc.formulaire .fondVert .nf-form-content .nf-field-label {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  html body .bloc.formulaire .fondVert .nf-form-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
html body .bloc.formulaire .fondVert .nf-form-content .checkbox-wrap .nf-field-label label::after, html body .bloc.formulaire .fondVert .nf-form-content .checkbox-wrap .nf-field-label label::before {
  margin-top: 5px;
}
html body .bloc.formulaire .fondVert .nf-form-content .checkbox-wrap .nf-field-label label::after {
  border: 2px solid #FFF;
  background-color: #247536;
  border-radius: 0px;
}
html body .bloc.formulaire .fondVert .nf-form-content .checkbox-wrap .nf-field-label label.nf-checked-label::before {
  color: #FDC909;
}
html body .bloc.formulaire .fondVert .nf-form-content .submit-wrap .nf-field-element {
  text-align: center;
}
html body .bloc.formulaire .fondVert .nf-form-content .submit-wrap .nf-field-element input[type=submit] {
  margin-top: 20px;
  width: auto !important;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "PPMonument", sans-serif;
  color: #333 !important;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #FDC909;
}
html body .bloc.formulaire .fondVert .nf-form-content .submit-wrap .nf-field-element input[type=submit]:hover {
  color: #FDC909 !important;
}
html body .bloc.formulaire h3 {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  html body .bloc.formulaire h3 {
    font-size: 30px;
  }
}
html body .bloc.formulaire h3 b, html body .bloc.formulaire h3 strong {
  color: #FDC909;
  font-weight: 700;
}
html body .bloc.formulaire h2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  html body .bloc.formulaire h2 {
    font-size: 31px;
    line-height: 38px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
html body.home .entry-content {
  margin-top: calc(100vh - 100px);
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  html body.home .entry-content {
    margin-top: calc(100vh - 155px);
    padding-top: 100px;
  }
}
html body.home .entry-header {
  /*
      height:$headerBlogHeaderMobile;
  
      background-position:bottom center;
      background-repeat:no-repeat;
      position:relative;
      
      @include desktop(){
        height:$headerBlogHeaderDesktop;
        background-image:url(./img/flecheBasHeader.svg);
      }
      */
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url(./img/flecheBasHeader.svg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}
html body.home .entry-header:after {
  transition: bottom 0.3s linear;
  animation: flecheHome 0.5s linear infinite;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url(./img/flecheBasHeader2.svg);
}
html body.home .entry-header .sousTitre {
  font-size: 24px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html body.home .entry-header .sousTitre {
    font-size: 24px;
  }
}
html body.home .entry-header h1 {
  font-size: 10vw;
  line-height: 8vw;
  font-family: "PPMonument", sans-serif;
}
@media screen and (min-width: 768px) {
  html body.home .entry-header h1 {
    font-size: 100px;
    line-height: 80px;
  }
}
html body.home .entry-header h1 .grosTitre {
  font-size: 20vw;
  line-height: 16vw;
}
@media screen and (min-width: 768px) {
  html body.home .entry-header h1 .grosTitre {
    font-size: 200px;
    line-height: 160px;
  }
}
html body.home .entry-header .containerText {
  position: relative;
}
html body .bloc.partenaire {
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  html body .bloc.partenaire {
    padding-bottom: 90px;
  }
}
html body .bloc.partenaire:after {
  content: "";
  display: block;
  background-color: #FDC909;
  width: calc(100% - 20px);
  left: 10px;
  bottom: 0;
  position: absolute;
  height: 1px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  html body .bloc.partenaire:after {
    margin-left: -346px;
    width: 692px;
    left: 50%;
  }
}
html body .bloc.partenaire h2 {
  color: #FDC909;
  padding-bottom: 50px;
}
html body .bloc.partenaire .imageContainer {
  padding-top: 44%;
  background-color: #FFF;
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  html body .bloc.partenaire .imageContainer {
    margin-bottom: 0px;
  }
}
html body .bloc.partenaire .imageContainer .image {
  position: absolute;
  top: 10%;
  height: 80%;
  left: 11%;
  width: 78%;
}
html body .bloc.initiative {
  padding-bottom: 60px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  html body .bloc.initiative {
    margin-top: 150px;
  }
}
html body .bloc.initiative .btnContainer {
  padding-top: 40px;
}
html body .bloc.initiative h2 {
  position: relative;
  top: -10px;
}
html body .bloc.initiative .containerTexte {
  max-width: 692px;
}
html body .bloc.initiative .containerLogo {
  border-bottom: 1px solid #247536;
  max-width: 692px;
  padding-bottom: 30px;
  padding-top: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  html body .bloc.initiative .containerLogo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
html body .bloc.initiative .containerLogo .imageX {
  width: 40px;
}
html body .bloc.notreEvenement .textContainer {
  padding-top: 80px;
  padding-bottom: 60px;
}
html body .bloc.notreEvenement .btnContainer {
  margin-top: 30px;
}
html body .bloc.notreEvenement .image {
  width: 302px;
  height: 267px;
  position: relative;
  background-size: cover;
}
html body .bloc.notreEvenement .image.image1 {
  top: -15px;
}
html body .bloc.notreEvenement .image.image2 {
  top: 15px;
}
html body .bloc.bounceThematique {
  padding-bottom: 90px;
  padding-top: 70px;
  overflow: hidden;
}
html body .bloc.bounceThematique h2 {
  padding-bottom: 60px;
}
html body .bloc.bounceThematique .container {
  max-width: 978px;
}
html body .bloc.bounceThematique .container .titreContainer {
  height: 174px;
  padding-left: 30px;
  padding-right: 80px;
  border-bottom: 1px solid #022C0D;
}
html body .bloc.bounceThematique .container .titreContainer h3 {
  font-size: 24px;
  font-weight: bold;
}
html body .bloc.bounceThematique .container .textPart {
  padding: 30px;
}
html body .bloc.bounceThematique .container .textPart strong {
  font-weight: 600;
}
html body .bloc.bounceThematique .picto {
  height: 80px;
  width: 80px;
  position: absolute;
  top: -15px;
  right: -15px;
}
html body .bloc.bounceThematique .picto .image {
  width: 34px;
  height: 34px;
  margin-left: -17px;
  margin-top: -17px;
}
html body .bloc.membres {
  padding-top: 50px;
  padding-bottom: 50px;
}
html body .bloc.membres .container {
  max-width: 864px;
}
html body .bloc.membres .container .margenContainerMembre {
  margin-bottom: 20px;
}
html body .bloc.membres .container h2 {
  position: relative;
  margin-bottom: 0;
}
html body .bloc.membres .container .txtMembre {
  padding-bottom: 20px;
}
html body .bloc.membres .container .containerMembre {
  background-color: #FFF;
  font-size: 17px;
  line-height: 18px;
}
html body .bloc.membres .container .containerMembre .image {
  padding-top: 71%;
  background-size: cover;
}
html body .bloc.membres .container .containerMembre .text-vert {
  font-weight: bold;
}
html body .bloc.membres .container .containerMembre .textPart {
  padding: 5px;
}
@media screen and (min-width: 992px) {
  html body .order-lg-6 {
    order: 6 !important;
  }
  html body .order-lg-7 {
    order: 7 !important;
  }
  html body .order-lg-8 {
    order: 8 !important;
  }
  html body .order-lg-9 {
    order: 9 !important;
  }
  html body .order-lg-10 {
    order: 10 !important;
  }
  html body .order-lg-11 {
    order: 11 !important;
  }
}
html body .nf-form-fields-required, html body .ninja-forms-req-symbol {
  display: none;
}
html body .nf-error .nf-error-msg, html body .nf-error-field-errors {
  background-color: #e80000;
  color: #FFF;
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
}
html body .nf-form-content label {
  font-size: 14px;
  font-weight: 400;
}

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