@charset "UTF-8";
/*
Theme Name: Canal du Midi
Description: Theme for Replantons le canal du Midi.
Version: 1.0.0
Text Domain: canaldumidi
*/
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import 'cdm-font.css';
body, html {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 16px;
  color: #000;
}

h1, .h1 {
  font-size: 24px;
  font-family: Spartan, arial, sans-serif;
  font-weight: 800;
  margin-bottom: 40px;
  color: #fff;
}
h1 > div:first-of-type, .h1 > div:first-of-type {
  color: #fff;
}
h1 > div:last-of-type, .h1 > div:last-of-type {
  color: #FFD9BF;
}

h2, .h2 {
  font-size: 22px;
  font-family: Spartan, arial, sans-serif;
  font-weight: 800;
  margin-bottom: 50px;
}

h3, .h3 {
  font-size: 18px;
  font-family: Spartan, arial, sans-serif;
  font-weight: 600;
}

h4, .h4 {
  font-size: 16px;
  font-family: Spartan, arial, sans-serif;
  font-weight: 700;
}

.chapo {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

a:not(.btn), a:not(.btn):hover {
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #FFD9BF;
  text-decoration: none;
  display: inline-block;
  /*padding-bottom: 10px;*/
}
a:not(.btn)[target=_blank], a:not(.btn):hover[target=_blank] {
  color: #000;
}

ul:not(.list-unstyled):not(.sub-menu) {
  list-style: none;
}
ul:not(.list-unstyled):not(.sub-menu) li:before {
  content: "•";
  color: #15594d;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

ol:not(.list-unstyled) {
  list-style: none;
  counter-reset: li;
}
ol:not(.list-unstyled) li {
  counter-increment: li;
}
ol:not(.list-unstyled) li:before {
  font-family: spartan;
  font-size: 14px;
  content: counter(li);
  color: #15594d;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}

blockquote {
  font-size: 20px;
  line-height: 30px;
}
blockquote + p.author {
  font-family: spartan, arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 66px;
  }
  h2, .h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 46px;
  }
  h3, .h3 {
    font-size: 34px;
    font-weight: 600;
    line-height: 46px;
  }
  h4, .h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  .chapo {
    font-size: 22px;
    font-weight: 600;
  }
  blockquote {
    font-size: 22px;
    line-height: 36px;
  }
  blockquote + p.author {
    font-size: 18px;
  }
}
.btn {
  font-size: 11px;
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  /*height: 50px;*/
  /*line-height: 50px;*/
  border-radius: 50rem;
  padding: 15px 25px;
  margin-bottom: 15px;
  margin-right: 15px;
}
.btn:hover {
  border: 1px solid transparent;
}
.btn i {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.btn.btn-download {
  padding: 13px 25px;
}

.btn-primary {
  border-color: #FFD9BF;
  background: #FFD9BF;
  color: #000;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
  border-color: #FFD9BF;
  background: #FFD9BF;
  color: #000;
  box-shadow: 1px 1px 10px 1px #FFD9BF;
}
.btn-secondary {
  border-color: #FFD9BF;
  background: url("img/feuillage-bouton.png") #FFD9BF;
  color: #000;
}
.btn-secondary:hover, .btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active {
  border-color: #FFD9BF;
  background: url("img/feuillage-bouton.png") #FFD9BF;
  color: #000;
  box-shadow: 1px 1px 10px 1px #FFD9BF;
}
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 1px 1px 10px 1px #FFD9BF;
}

.btn-don {
  background-image: none;
}

.form-control {
  border-radius: 0;
  background: none;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #fff;
  border-left: none;
  color: #fff;
}
.form-control:focus {
  background: none;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #fff;
  border-left: none;
  color: #fff;
  box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.25);
}
.form-control::webkit-input-placeholder {
  color: #fff !important;
}
.form-control::placeholder, .form-control:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  /*color: $white !important;*/
  opacity: 0.8;
}

input::placeholder {
  color: #c4c4c4 !important;
  /*opacity: .2;*/
}

input::-ms-input-placeholder {
  color: #c4c4c4 !important;
  /*opacity: .8;*/
}

input::-moz-placeholder {
  color: #c4c4c4 !important;
  /*opacity: .8;*/
}

select.custom-select {
  /*background: $white;*/
  border-radius: 50rem;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
  color: black;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1220px;
  }
}
.site-header {
  background: #15594d;
  padding-top: 20px;
  position: relative;
}

.site-title {
  padding-right: 37px;
  margin-bottom: 13px;
}

#site-branding .logo-vnf {
  position: relative;
  display: inline-block;
}
#site-branding .logo-vnf:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: -15px;
}

@media (max-width: 1199px) {
  #top-nav, #site-nav {
    margin-left: 0;
    margin-right: 0;
  }
  .site-title {
    margin-bottom: 8px;
  }
  #site-branding {
    max-width: 160px;
  }
  #site-branding .logo-vnf {
    max-width: 108px;
  }
  #site-branding .logo-vnf:before {
    top: -9px;
  }
}
.menu a {
  border: none;
  color: #fff;
}
.menu a:hover {
  border: none !important;
}
.menu#primary-menu a {
  font-size: 12px;
  text-transform: uppercase;
}
.menu#primary-menu ul {
  list-style: none;
}
.menu#primary-menu > li > ul > li > a {
  font-weight: 400;
}
.menu#primary-menu > li > ul > li > a:before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #FFD9BF;
  margin-bottom: 10px;
}
.menu#primary-menu > li > ul a {
  text-transform: none;
}
.menu#footer-menu a {
  margin-bottom: 20px;
}

#top-nav {
  text-align: right;
}

.menu-langues-container {
  position: relative;
}
.menu-langues-container .lang-item {
  font-weight: 800;
}
.menu-langues-container .lang-item:not(:last-child) {
  margin-right: 0;
}
.menu-langues-container .lang-item:not(:last-child):after {
  content: "|";
  padding-left: 5px;
  padding-right: 5px;
}
.menu-langues-container .lang-item a {
  font-size: 12px;
  text-transform: uppercase;
}
.menu-langues-container .lang-item a:hover {
  border: none !important;
}
.menu-langues-container .lang-item:not(.current-lang) a {
  opacity: 0.5;
}
.menu-langues-container .cdm-logo {
  transform: translateY(-75px);
}
@media (min-width: 1200px) {
  .menu-langues-container .cdm-logo {
    position: absolute;
    left: -150px;
    transform: translateY(-50px);
  }
}
.menu-langues-container .cdm-logo a {
  display: block;
  font-size: 0;
  background-image: url("img/VNF-CDM-logo-carre-blanc-transparent.svg");
  background-repeat: no-repeat;
  height: 150px;
  width: 150px;
}

.menu-toggle {
  background: none;
  border: none;
  color: #fff;
  text-align: center;
  height: 50px;
}
.menu-toggle i:before {
  content: "\e901";
}
.menu-toggle.isOpen i:before {
  content: "\e902";
}

@media (max-width: 1199px) {
  #site-navigation {
    height: 0;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
  }
  #site-navigation.expanded {
    height: auto;
  }
  #site-navigation #primary-menu > li {
    padding: 15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
  #site-navigation #primary-menu > li:not(:last-child) a {
    /*padding-bottom: 15px;*/
  }
  .menu#primary-menu > li > ul {
    max-height: 0;
    overflow: hidden;
    /*transition: max-height ease-in .3s;*/
  }
  .menu#primary-menu > li > ul > li {
    margin: 15px 0;
  }
  .menu#primary-menu > li > ul > li > a {
    font-weight: 700;
  }
  .menu#primary-menu > li > ul > li > ul {
    /*margin-top: 20px;*/
  }
  .menu#primary-menu > li > ul > li > ul > li {
    margin: 15px 0;
  }
  .menu#primary-menu > li > ul > li > ul > li > a {
    font-weight: 400;
  }
  .menu#primary-menu > li.open > ul {
    margin-top: 10px;
    max-height: 100%;
    /*transition: max-height ease-in .3s;*/
  }
  .menu#primary-menu > li.open > ul > li > ul {
    padding-left: 0;
  }
  .menu#primary-menu .open > a {
    display: block;
    color: #000;
    background-color: #FFD9BF;
    padding: 10px;
    /*margin-bottom: 10px;*/
  }
  .menu#primary-menu .open > a:after {
    font-family: "cdm-font";
    content: "\e90e";
    position: absolute;
    color: #000;
    right: 30px;
    z-index: 99999999;
  }
  .menu#primary-menu a {
    margin: 0;
    display: block;
  }
  #top-nav {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 999;
  }
  #top-nav .btn-don {
    padding: 13px 14px;
    margin-right: 20px;
  }
  #top-nav .icon-don {
    margin: 0;
  }
  #language-menu {
    margin: 30px 0;
  }
}
@media (min-width: 1200px) {
  .menu#primary-menu {
    margin-top: 32px;
    list-style: none;
  }
  .menu#primary-menu a[href="#"] {
    cursor: default;
  }
  .menu#primary-menu > li {
    position: relative;
    display: inline-block;
  }
  .menu#primary-menu > li:not(:last-child) {
    margin-right: 30px;
  }
  .menu#primary-menu > li > a:before {
    content: "";
    display: block;
    height: 6px;
    background-color: #FFD9BF;
    width: 0;
    transition: width ease-in 0.3s;
    margin-bottom: 13px;
  }
  .menu#primary-menu > li > ul {
    display: none;
    position: absolute;
    z-index: 1;
    width: 700px;
    background: #fff;
    border-bottom: 8px solid #FFD9BF;
    color: #000;
    padding: 50px 90px;
  }
  .menu#primary-menu > li > ul > li {
    width: 50%;
    display: block;
  }
  .menu#primary-menu > li > ul > li:first-child {
    border-right: 1px solid #000;
  }
  .menu#primary-menu > li > ul > li:not(:last-child) {
    margin-right: 30px;
  }
  .menu#primary-menu > li > ul > li > a {
    font-size: 16px;
    font-weight: 700;
  }
  .menu#primary-menu > li > ul > li > ul {
    padding-left: 10px;
  }
  .menu#primary-menu > li > ul > li > ul a {
    font-weight: 400;
  }
  .menu#primary-menu > li > ul > li > ul > li {
    margin-bottom: 4px;
  }
  .menu#primary-menu > li > ul a {
    color: #000;
  }
  .menu#primary-menu > li > ul a:not([href="#"]):hover {
    color: #FFD9BF;
  }
  .menu#primary-menu > li:hover > a {
    color: #FFD9BF;
  }
  .menu#primary-menu > li:hover > a:before {
    width: 100%;
  }
  .menu#primary-menu > li:hover > ul {
    display: flex;
  }
  .menu#primary-menu > li:first-child > ul {
    left: -150px;
  }
  .menu#primary-menu > li:nth-child(2) > ul {
    left: -300px;
  }
  .menu#primary-menu > li:nth-child(3) > ul {
    left: -310px;
  }
  .menu#primary-menu > li:nth-child(4) > ul {
    right: -100px;
  }
  .menu-toggle {
    display: none;
  }
  #language-menu {
    margin: 14px 30px;
  }
  .menu-langues-container {
    display: inline-block;
  }
}
footer#colophon #footer-top {
  background: url(img/feuille.png) no-repeat 100% top #15594d;
}
footer#colophon #footer-top #footer-menu {
  /*border-top: 2px solid $grey;*/
}
footer#colophon #footer-top #footer-menu a {
  color: #FFD9BF;
  font-size: 14px;
  font-weight: 700;
}
footer#colophon #footer-bottom {
  background-color: #196154;
}
footer#colophon #footer-bottom a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
footer#colophon #footer-bottom .site-info {
  padding: 17px 0;
}
footer#colophon #footer-bottom .site-info > div {
  float: left;
  padding: 10px 20px;
}
footer#colophon #footer-bottom .site-info > div:not(:last-child) {
  border-right: 1px solid #fff;
}
footer#colophon #footer-bottom .site-info > div:first-child img {
  width: 115px;
}
footer#colophon .copyright {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  footer#colophon #footer-bottom .site-info {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  footer#colophon #footer-bottom .site-info > div:first-child {
    /*border: none;*/
    float: none;
    display: block;
    text-align: center;
  }
  footer#colophon #footer-bottom .site-info > div:last-child {
    /*margin-top: 10px;*/
  }
}
@media (min-width: 1200px) {
  footer#colophon #footer-top #footer-navigation {
    padding-top: 180px;
    padding-bottom: 1px;
  }
  footer#colophon #footer-bottom .site-info {
    display: flex;
  }
  footer#colophon #footer-bottom .site-info > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  footer#colophon #footer-bottom .site-info > div:first-child img {
    width: 125px;
  }
}
#newsletter-subscription {
  color: #fff;
  font-size: 12px;
  padding: 50px 0;
}
#newsletter-subscription h3 {
  font-weight: 800;
}
#newsletter-subscription h3 > div:first-child {
  color: #fff;
}
#newsletter-subscription h3 > div:nth-child(2) {
  color: #FFD9BF;
}
#newsletter-subscription input[type=submit] {
  /*padding: 0 40px;*/
}

@media (min-width: 1200px) {
  #newsletter-subscription .form-control {
    width: 75%;
    padding: 25px 10px;
  }
  #newsletter-subscription .form-control[type=email] {
    /*width: 90%;*/
  }
}
.page-template-page-accueil section.intro {
  margin-bottom: -65px;
  color: #fff;
  background: #15594d;
}
.page-template-page-accueil section.intro h2 {
  font-size: 24px;
  margin-top: 45px;
  line-height: 30px;
}
.page-template-page-accueil section.intro p {
  font-size: 12px;
  line-height: 24px;
}
.page-template-page-accueil section.intro .col-right {
  background: url("img/feuillage.svg") no-repeat left center;
  text-align: right;
}
.page-template-page-accueil section.intro .btn {
  margin-bottom: 30px;
}
.page-template-page-accueil section.description-maladie {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}
.page-template-page-accueil section.description-maladie h2 > div:last-of-type {
  color: #FFD9BF;
}
.page-template-page-accueil section.description-maladie p {
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
}
.page-template-page-accueil section.chiffres {
  background: url("img/feuillage-blanc.svg") no-repeat right -120px #FFD9BF;
}
.page-template-page-accueil section.chiffres h2 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 50px;
  margin-bottom: 25px;
}
.page-template-page-accueil section.chiffres h2 > div:last-of-type {
  color: #fff;
}
.page-template-page-accueil section.faits h2 {
  font-size: 24px;
  line-height: 30px;
}
.page-template-page-accueil section.faits h2 > div:last-of-type {
  color: #FFD9BF;
}
.page-template-page-accueil section.faits h3 {
  color: #FFD9BF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}
.page-template-page-accueil section.faits a {
  border: none;
  color: #000;
}
.page-template-page-accueil section.faits img {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .page-template-page-accueil section.intro {
    margin-bottom: -65px;
    padding-bottom: 40px;
  }
  .page-template-page-accueil section.intro h2 {
    font-size: 30px;
    line-height: 46px;
  }
  .page-template-page-accueil section.intro p {
    font-size: 14px;
    line-height: 28px;
  }
  .page-template-page-accueil section.intro {
    /*                .col-right{
                        img{
                            position: relative;
                            z-index: 1;
                        }
                    }*/
  }
  .page-template-page-accueil section.description-maladie h2 {
    font-size: 54px;
    line-height: 76px;
  }
  .page-template-page-accueil section.description-maladie p {
    margin-top: 35px;
  }
  .page-template-page-accueil section.chiffres > .container {
    max-width: 100%;
    padding: 0;
  }
  .page-template-page-accueil section.chiffres {
    margin-bottom: -65px;
    /*padding-bottom: 190px;*/
  }
  .page-template-page-accueil section.chiffres h2 {
    font-size: 50px;
    line-height: 62px;
    margin-top: 110px;
    margin-bottom: 90px;
  }
  .page-template-page-accueil section.chiffres .img-wrapper img {
    margin-top: -70px;
  }
  .page-template-page-accueil section.chiffres .numbers {
    padding-left: 70px;
    margin-bottom: 140px;
  }
  .page-template-page-accueil section.faits {
    padding-bottom: 50px;
  }
  .page-template-page-accueil section.faits h2 {
    margin-top: 110px;
    margin-bottom: 60px;
    font-size: 50px;
    line-height: 58px;
  }
  .page-template-page-accueil section.faits h2 > div:last-of-type {
    color: #FFD9BF;
  }
  .page-template-page-accueil section.faits h3 {
    font-size: 22px;
    line-height: auto;
    text-align: center;
  }
  .page-template-page-accueil section.faits p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

body {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

:focus {
  outline: none;
}

.aligncenter {
  clear: both;
  margin: auto;
  display: block;
}

.numbers .number {
  display: block;
  font-size: 27px;
  line-height: 50px;
  color: #fff;
  font-family: spartan, arial, sans-serif;
  font-weight: 800;
}
.numbers .informations {
  font-size: 12px;
  line-height: 18px;
}

.lede {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

@media (min-width: 1200px) {
  .lede {
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
  }
}
body:not(.page-template-page-cms) .lede {
  color: #000;
  padding: 40px 0 0;
}
body:not(.page-template-page-cms) .sub-header {
  margin-bottom: 40px;
  background: #fff;
}

@media (min-width: 1200px) {
  body.page:not(.page-template-page-cms):not(.page-template-page-contact) .entry-header .sub-header {
    margin-bottom: 0;
    padding-bottom: 50px;
    background: url(img/feuillage-rose.svg) no-repeat right bottom #fff;
  }
  body.page:not(.page-template-page-cms):not(.page-template-page-contact) .lede {
    color: #000;
    padding: 110px 0 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
  }
  body.page:not(.page-template-page-cms):not(.page-template-page-contact) .post-thumbnail {
    margin-top: -275px;
  }
  .numbers .number {
    font-size: 34px;
  }
}
.block-section {
  margin: 50px 0;
  overflow: hidden;
}

.entry-header {
  background: #15594d;
}

.page-template-page-cms .entry-header {
  background: url("img/feuillage.svg") no-repeat 130% bottom #15594d;
  padding-bottom: 290px;
}

.page-template-page-actualites .main-post a {
  display: block;
}
.page-template-page-actualites .main-post .thumb {
  text-align: center;
}
.page-template-page-actualites .main-post .thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-template-page-actualites .main-post .post-header {
  background: #fff;
}
.page-template-page-actualites .tags {
  margin: 15px 0;
}
.page-template-page-actualites .lede {
  padding-top: 0 !important;
  margin-bottom: 50px;
  color: #fff !important;
}
.page-template-page-actualites .post-date {
  opacity: 0.6;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .page-template-page-actualites .main-post .thumb {
    height: 530px;
    width: 100%;
  }
  .page-template-page-actualites .main-post .post-header {
    padding: 80px;
    margin-top: -100px;
  }
  .page-template-page-actualites .main-post .excerpt {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  .page-template-page-actualites .main-post .post-date {
    font-size: 16px;
    font-weight: 600;
  }
  .page-template-page-actualites article {
    margin-bottom: 30px;
  }
  .page-template-page-actualites .thumb {
    height: 250px;
  }
  .page-template-page-actualites .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .page-template-page-actualites .tags {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.7px;
  }
  .page-template-page-actualites .title {
    font-weight: 800;
    font-size: 22px;
  }
  .page-template-page-actualites .excerpt {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .page-template-page-actualites .post-date {
    font-size: 14px;
    font-weight: 600;
  }
}
#archive-switch {
  display: flex;
  justify-content: center;
}
#archive-switch button {
  border: none;
  color: #000;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
  padding: 30px 0;
  font-size: 11px;
  font-weight: 700;
}
#archive-switch button i {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
#archive-switch button.active, #archive-switch button:hover {
  background: #FFD9BF;
}

@media (min-width: 1200px) {
  #archive-switch {
    margin-bottom: 200px;
  }
  #archive-switch button {
    width: 350px;
    font-size: 12px;
    font-weight: 800;
  }
  #archive-switch button i {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    vertical-align: bottom;
  }
}
.posts-list a {
  color: #000;
  border: none;
}
.posts-list a:hover {
  border: none;
}

.entry-title {
  color: #fff;
}

.entry-content .post-thumbnail {
  margin-top: -210px;
  margin-bottom: 90px;
}

.lede {
  color: #fff;
}

@media (min-width: 1200px) {
  .lede {
    padding-left: 125px;
    padding-right: 125px;
  }
  .entry-title {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb {
  background: none;
  color: #fff;
  font-size: 12px;
  margin-bottom: 90px;
}
.breadcrumb a {
  border: none;
  color: #fff;
  font-size: 12px;
}
.breadcrumb a:hover {
  border: none;
  font-size: inherit;
}
.breadcrumb .separator {
  padding-left: 5px;
  padding-right: 5px;
}

p:empty {
  display: none;
}

.slick-arrow {
  border: 3px solid #FFD9BF;
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  font-family: "cdm-font";
  font-size: 20px;
  z-index: 9;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  content: "\e903";
}
.slick-arrow.slick-prev {
  right: 70px;
}
.slick-arrow.slick-prev:before {
  content: "\e904";
}

.slick-slider .slick-dots {
  text-align: center;
  margin-top: 30px;
}
.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.slick-slider .slick-dots li button {
  border: none;
  border-radius: 50%;
  background: #d8d8d8;
  width: 12px;
  height: 12px;
  line-height: 14px;
  font-size: 0;
}
.slick-slider .slick-dots li button:hover {
  background: #FFD9BF;
}
.slick-slider .slick-dots li.slick-active button {
  width: 20px;
  height: 20px;
  background: #FFD9BF;
}

@media (min-width: 1200px) {
  .slick-slider {
    padding-top: 90px;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .block-section-citation .col-12,
  .block-section-membres .col-12,
  .block-section-image-full-width .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .block-section-citation {
    padding-top: 40px;
  }
}
.quote {
  background: #FFD9BF;
  padding: 50px 25px;
  position: relative;
}
.quote blockquote {
  max-height: 215px;
  overflow: hidden;
}
.quote blockquote.expended {
  max-height: 99999px;
}
.quote blockquote:before {
  font-family: "cdm-font";
  content: "\e905";
  font-size: 40px;
  color: #15594d;
}
.quote .see-more {
  display: none;
  position: relative;
}
.quote .see-more span {
  position: relative;
  color: #15594d;
  background: #FFD9BF;
  padding: 5px 10px;
  cursor: pointer;
}
.quote .see-more:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #15594d;
  position: absolute;
  top: 50%;
}
.quote p.author {
  font-family: spartan, arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

@media (min-width: 1200px) {
  .quote {
    padding: 80px 125px;
  }
  .quote blockquote:before {
    font-size: 100px;
    position: absolute;
    top: -10px;
  }
  .quote p.author {
    font-size: 18px;
  }
}
.block-section-numbers {
  background: #15594d;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.block-section-numbers p.description {
  margin-bottom: 30px;
  font-size: 12px;
  line-height: 24px;
}
.block-section-numbers h2 {
  margin-bottom: 30px;
}
.block-section-numbers h2 > div:first-of-type {
  color: #fff;
}
.block-section-numbers h2 > div:last-of-type {
  color: #FFD9BF;
}
.block-section-numbers h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .block-section-numbers {
    padding-top: 110px;
    margin-bottom: 50px;
  }
  .block-section-numbers p {
    font-size: 16px;
    line-height: 28px;
  }
  .block-section-numbers p.description {
    margin-bottom: 70px;
    font-size: 22px;
    line-height: 40px;
  }
  .block-section-numbers h3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.block-section-rebond-dons {
  padding-bottom: 0;
  margin-top: 0;
}
.block-section-rebond-dons .block-dons {
  background: url("img/feuillage-blanc.svg") no-repeat -130% 200% #FFD9BF;
  padding-top: 50px;
  padding-bottom: 50px;
}
.block-section-rebond-dons .block-dons h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 26px;
  line-height: 34px;
}
.block-section-rebond-dons .block-dons h2 > div:first-of-type {
  color: #000;
}
.block-section-rebond-dons .block-dons h2 > div:last-of-type {
  color: #fff;
}
.block-section-rebond-dons .block-dons .btn-don {
  background: #fff;
  margin-top: 25px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .block-section-rebond-dons {
    padding: 0;
    color: #000;
  }
  .block-section-rebond-dons .block-dons {
    background: url("img/feuillage-blanc.svg") no-repeat 150% center #FFD9BF;
    background-size: contain;
    padding: 115px 120px;
  }
  .block-section-rebond-dons .block-dons h2 {
    text-align: left;
    font-size: 44px;
    line-height: 62px;
  }
}
.block-section-text {
  padding: 0;
}

.block-section-text-image-third h3 {
  font-size: 26px;
  line-height: 36px;
}

.block-section-mecenes {
  background: #15594d;
  padding-top: 50px;
  padding-bottom: 50px;
}
.block-section-mecenes h2 > div:first-of-type {
  color: #fff;
}
.block-section-mecenes h2 > div:last-of-type {
  color: #FFD9BF;
}
.block-section-mecenes h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 46px;
  font-weight: 900;
  letter-spacing: 1.2px;
}
.block-section-mecenes h3 img {
  vertical-align: inherit;
  width: 45px;
  margin-right: 10px;
}
.block-section-mecenes .description {
  color: #fff;
}
.block-section-mecenes .slider-mecenes .slick-arrow {
  background: transparent;
  color: #fff;
}
.block-section-mecenes .slider-mecenes .slick-slide > div {
  background: #fff;
  margin: 15px;
  padding: 15px;
}
.block-section-mecenes .slider-mecenes .slick-slide > div img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.block-section-mecenes .slider-mecenes .slick-slide h4 {
  padding-left: 15px;
  padding-right: 15px;
}
.block-section-mecenes h4 {
  font-family: "open sans", arial, sans-serif;
  color: #fff;
  font-size: 14;
  line-height: 28px;
  font-weight: 700;
  margin-top: 5px;
}

@media (max-width: 1199px) {
  .slider-mecenes {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .block-section-mecenes {
    padding-top: 110px;
    padding-bottom: 95px;
  }
  .block-section-mecenes h3 {
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: -65px;
  }
  .block-section-mecenes h3 img {
    width: 70px;
  }
  .block-section-mecenes h4 {
    font-size: 16;
  }
  .block-section-mecenes .slider-mecenes .slick-slide > div {
    /*                    height: 217px;
                        margin: 15px;
                        padding: 15px;*/
  }
}
.block-section-membres {
  padding-bottom: 0;
}
.block-section-membres .block-membres {
  background: #FFD9BF;
  padding: 100px 25px;
  text-align: center;
}
.block-section-membres .block-membres h2 {
  /*            line-height: 62px;
              font-size: 44px;*/
}
.block-section-membres .block-membres h2 > div:first-of-type {
  color: #000;
}
.block-section-membres .block-membres h2 > div:last-of-type {
  color: #fff;
}
.block-section-membres .block-membres p {
  font-weight: 600;
}
.block-section-membres .block-membres a {
  /*margin: 0 15px;*/
}
.block-section-membres .block-membres .btn {
  background: #fff;
}

@media (min-width: 1200px) {
  .block-section-membres .block-membres {
    padding: 110px 230px;
  }
  .block-section-membres .block-membres h2 {
    line-height: 62px;
    font-size: 44px;
  }
  .block-section-membres .block-membres p {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 40px;
  }
}
.block-section-avantages .slick-slider {
  padding-top: 0;
}
.block-section-avantages .slick-slider .slick-arrow {
  top: 100px;
}
.block-section-avantages .advantage_number_wrapper {
  margin-bottom: -60px;
  margin-top: 0;
}
.block-section-avantages .advantage_number {
  color: #FFD9BF;
  font-family: spartan, arial, sans-serif;
  font-weight: 700;
  font-size: 93px;
}
.block-section-avantages .img_wrapper {
  margin-top: 15px;
}

@media (min-width: 1200px) {
  .block-section-avantages .advantage_number_wrapper {
    margin-bottom: -105px;
    margin-top: 100px;
  }
  .block-section-avantages .advantage_number {
    font-size: 140px;
  }
  .block-section-avantages .img_wrapper {
    margin-top: -200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .block-section-avantages .slick-slider .slick-arrow {
    top: 100px;
  }
  .block-section-avantages .slick-slider .slick-arrow.slick-next {
    left: 645px;
  }
  .block-section-avantages .slick-slider .slick-arrow.slick-prev {
    left: 575px;
  }
}
.page-template-page-contact {
  color: #fff;
}
.page-template-page-contact .thumb {
  height: 170px;
}
.page-template-page-contact .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-contact #primary {
  background: #15594d;
  padding-bottomm: 50px;
}
.page-template-page-contact h1 {
  margin-top: 50px;
}
.page-template-page-contact h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
.page-template-page-contact h2 > div:first-of-type {
  color: #fff;
}
.page-template-page-contact h2 > div:last-of-type {
  color: #FFD9BF;
}
.page-template-page-contact h4 {
  font-family: "Open Sans", arial, sans-serif;
}
.page-template-page-contact .coordonnee {
  display: flex;
  margin-bottom: 15px;
}
.page-template-page-contact .address {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 15px;
}
.page-template-page-contact .address i {
  color: #FFD9BF;
  margin-top: 5px;
  margin-right: 15px;
}
.page-template-page-contact .social h4 {
  margin-bottom: 15px;
}
.page-template-page-contact .social .btn {
  color: #15594d;
  padding: 10px 11px;
  margin-right: 5px;
}
.page-template-page-contact .social .btn i {
  margin: 0;
}

@media (min-width: 1200px) {
  .page-template-page-contact h1 {
    margin-top: 0;
  }
  .page-template-page-contact h2 {
    font-size: 34px;
    line-height: 46px;
  }
  .page-template-page-contact h3 {
    font-size: 28px;
    padding-right: 50px;
    margin-bottom: 35px;
  }
  .page-template-page-contact h4 {
    margin-bottom: 0;
  }
  .page-template-page-contact .thumb {
    height: 580px;
    margin-left: -15px;
  }
}
/**
 * Formulaire de contact — Gravity Forms.
 *
 * Reprend le traitement du bloc newsletter : champs sans cadre sur le fond
 * vert, filet blanc sous chaque saisie, bouton en pastille rose.
 *
 * Ces règles remplacent celles qui ciblaient `.caldera-grid`, devenues sans
 * effet depuis le remplacement de Caldera Forms — d'où un formulaire livré
 * sans aucun style. Gravity Forms 2.9 applique son propre thème « orbital »
 * via des propriétés personnalisées : les surcharges ci-dessous sont donc
 * portées sur des sélecteurs suffisamment précis pour l'emporter.
 */
.contact-form .gform_wrapper {
  /**
   * Gravity Forms charge ses quatre feuilles APRÈS celle du thème : à
   * spécificité égale, c'est lui qui l'emporte, et le bouton restait bleu.
   * Son thème « orbital » s'ajuste par propriétés personnalisées, c'est la
   * voie prévue — et elle évite une surenchère de !important.
   */
  --gf-color-primary: #FFD9BF;
  --gf-ctrl-btn-bg-color-primary: #FFD9BF;
  --gf-ctrl-btn-bg-color-hover-primary: #FFD9BF;
  --gf-ctrl-btn-bg-color-focus-primary: #FFD9BF;
  --gf-ctrl-btn-color-primary: #000;
  --gf-ctrl-btn-color-hover-primary: #000;
  --gf-ctrl-btn-color-focus-primary: #000;
  --gf-ctrl-btn-border-color-primary: #FFD9BF;
  --gf-ctrl-btn-border-color-hover-primary: #FFD9BF;
  --gf-ctrl-btn-border-color-focus-primary: #FFD9BF;
  --gf-ctrl-bg-color: #15594d;
  --gf-ctrl-bg-color-focus: #15594d;
  --gf-ctrl-bg-color-hover: #15594d;
  --gf-ctrl-border-color: #fff;
  --gf-ctrl-border-color-focus: #FFD9BF;
  --gf-ctrl-border-color-hover: #fff;
  --gf-ctrl-color: #fff;
}
.contact-form .gform_wrapper .gfield {
  margin-bottom: 30px;
}
.contact-form .gform_wrapper .gfield_label,
.contact-form .gform_wrapper .gform_required_legend {
  color: #fff;
  font-weight: 600;
}
.contact-form .gform_wrapper .gfield_required {
  color: #FFD9BF;
}
.contact-form .gform_wrapper input[type=text],
.contact-form .gform_wrapper input[type=email],
.contact-form .gform_wrapper input[type=tel],
.contact-form .gform_wrapper input[type=url],
.contact-form .gform_wrapper input[type=number],
.contact-form .gform_wrapper textarea,
.contact-form .gform_wrapper select {
  background: #15594d;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  width: 100%;
}
.contact-form .gform_wrapper input[type=text]:focus,
.contact-form .gform_wrapper input[type=email]:focus,
.contact-form .gform_wrapper input[type=tel]:focus,
.contact-form .gform_wrapper input[type=url]:focus,
.contact-form .gform_wrapper input[type=number]:focus,
.contact-form .gform_wrapper textarea:focus,
.contact-form .gform_wrapper select:focus {
  background: #15594d;
  color: #fff;
  border-bottom-color: #FFD9BF;
  box-shadow: none;
  outline: none;
}
.contact-form .gform_wrapper input[type=text]::placeholder,
.contact-form .gform_wrapper input[type=email]::placeholder,
.contact-form .gform_wrapper input[type=tel]::placeholder,
.contact-form .gform_wrapper input[type=url]::placeholder,
.contact-form .gform_wrapper input[type=number]::placeholder,
.contact-form .gform_wrapper textarea::placeholder,
.contact-form .gform_wrapper select::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form .gform_wrapper .gfield--type-consent label,
.contact-form .gform_wrapper .gfield--type-consent .gfield_consent_description {
  color: #fff;
}
.contact-form .gform_wrapper .gform_footer {
  padding: 0;
  margin-top: 20px;
}
.contact-form .gform_wrapper .gform_button {
  font-size: 11px;
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  height: auto;
  line-height: normal;
  border: 1px solid #FFD9BF;
  border-radius: 50rem;
  padding: 15px 25px;
  background: #FFD9BF;
  color: #000;
  float: right;
}
.contact-form .gform_wrapper .gform_button:hover, .contact-form .gform_wrapper .gform_button:focus {
  background: #FFD9BF;
  color: #000;
  border-color: #FFD9BF;
  box-shadow: 1px 1px 10px 1px #FFD9BF;
}
.contact-form .gform_wrapper .gfield_error .gfield_label,
.contact-form .gform_wrapper .validation_message,
.contact-form .gform_wrapper .gform_validation_errors > h2 {
  color: red;
}
.contact-form .gform_wrapper .gfield_error input,
.contact-form .gform_wrapper .gfield_error textarea {
  border-bottom-color: red;
}

.tags {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 10px 0;
}

.single-evenement .entry-content .post-thumbnail {
  margin: 0;
}
.single-evenement .sub-header {
  background: transparent;
}
.single-evenement .sub-header > .container {
  background: #fff;
}
.single-evenement .sub-header h1 {
  color: #000;
}
.single-evenement .tags {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0;
}
.single-evenement .dates {
  padding: 30px;
  background: #FFD9BF;
  display: inline-block;
}
.single-evenement .dates .date {
  width: 50px;
  font-family: spartan, arial, sans-serif;
  line-height: 16px;
  font-weight: 600;
  float: left;
}
.single-evenement .dates .date span {
  line-height: 16px;
}
.single-evenement .dates .date .jour {
  font-size: 22px;
}
.single-evenement .dates .date .mois {
  font-size: 14px;
}
.single-evenement .dates .date .annee {
  font-size: 10px;
}
.single-evenement .billeterie a {
  background: #FFD9BF;
  padding: 30px;
  color: #000;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}
.single-evenement .billeterie a i {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

@media (max-width: 1199px) {
  .single-evenement .dates {
    margin-top: 30px;
  }
  .single-evenement .dates .separator {
    margin-top: 18px;
  }
  .single-evenement h1 {
    margin-bottom: 0;
  }
  .single-evenement .billeterie {
    margin-top: 35px;
  }
  .single-evenement .billeterie a {
    border-radius: 50rem;
    padding: 0;
    font-size: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
  }
  .single-evenement .billeterie a i {
    line-height: 60px;
    margin-left: 15px;
  }
  .single-evenement .lede {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .single-evenement .entry-header {
    padding-bottom: 150px;
  }
  .single-evenement .sub-header > .container {
    margin-top: -200px;
  }
  .single-evenement .dates .date {
    width: 50px;
  }
  .single-evenement .dates .date span {
    line-height: 20px;
  }
  .single-evenement .dates .date .jour {
    font-size: 26px;
  }
  .single-evenement .dates .date .mois {
    font-size: 18px;
  }
  .single-evenement .dates .date .annee {
    font-size: 12px;
  }
  .single-evenement .dates .date.separator {
    margin-top: 20px;
  }
  .single-evenement .post-thumbnail {
    margin-left: -30px;
  }
  .single-evenement .tags {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 30px 0;
  }
}
.tags a {
  color: #fff;
  border: none;
}
.tags a:hover {
  border: none;
}

.single-post .tags {
  color: #fff !important;
  padding: 30px;
}
.single-post .lede {
  color: #fff !important;
}
.single-post .post-date {
  color: #fff;
}

@media (min-width: 1200px) {
  .single-post .entry-header {
    padding-bottom: 200px;
  }
  .single-post .post-thumbnail {
    margin-top: -150px;
    margin-bottom: 110px;
  }
  .single-post .tags {
    padding: 30px;
    letter-spacing: 2px;
  }
  .single-post .lede {
    padding: 30px 260px !important;
  }
}
.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 400px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 225px;
  height: 3px;
  background: #FFD9BF;
}
.timeline ol li:before {
  content: none;
}

.timeline ol li:last-child {
  width: 450px;
}

.timeline ol li > div {
  display: flex;
  position: absolute;
  width: 400px;
  padding: 0 15px;
  font-size: 0.85rem;
  white-space: normal;
  color: black;
  background: white;
}

.timeline ol li:nth-child(odd) > div {
  top: 0;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(even) > div {
  top: 3px;
}

.timeline ol li .img_wrapper {
  width: 150px;
  padding: 0 20px;
}

.timeline ol li .content {
  padding: 0 20px;
  border-left: 2px solid #15594d;
  position: relative;
}
.timeline ol li .content:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #15594d;
  position: absolute;
  left: -9px;
}
.timeline ol li .content .header {
  border-bottom: 2px solid #15594d;
  display: flex;
  margin-bottom: 20px;
}
.timeline ol li .content .header .date {
  background: #15594d;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  margin-right: 20px;
  width: 80px;
}
.timeline ol li .content .header .date span {
  display: block;
  font-family: spartan, sans-serif;
}
.timeline ol li .content .header .date span.jour {
  font-size: 26px;
  line-height: 26px;
  font-weight: 800;
  padding-top: 5px;
}
.timeline ol li .content .header .date span.mois {
  font-size: 18px;
}
.timeline ol li .content .header .date span.annee {
  font-size: 13px;
}
.timeline ol li .content .header .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  line-height: 19px;
}

.timeline ol li:nth-child(even) .content, .timeline ol li:nth-child(even) .img_wrapper {
  padding-top: 50px;
}

.timeline ol li:nth-child(even) .content:before {
  top: -9px;
}

.timeline ol li:nth-child(odd) .content:before {
  bottom: -9px;
}

.timeline .arrows {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.timeline .slick-arrow {
  position: relative;
}
.timeline .slick-arrow.slick-prev {
  right: 0;
  margin-right: 20px;
}
.timeline .slick-arrow.slick-next {
  right: 0;
}

.timeline .disabled {
  opacity: 0.5;
}

@media (max-width: 1199px) {
  .timeline .arrows {
    display: none;
  }
  .timeline ol {
    padding-bottom: 20px;
    margin-top: 50px;
  }
  .timeline ol li {
    width: 300px;
  }
  .timeline ol li > div {
    width: 300px;
    top: 0 !important;
  }
  .timeline ol li:nth-child(even) > div {
    transform: translateY(-100%);
  }
  .timeline ol li:nth-child(even) .content:before {
    bottom: -9px;
    top: auto;
  }
  .timeline ol li:nth-child(even) .content, .timeline ol li:nth-child(even) .img_wrapper {
    padding-top: 0;
  }
}
.block-section-missions {
  background: #FFD9BF;
  padding-top: 50px;
  padding-bottom: 50px;
}
.block-section-missions .mission .content {
  padding: 15px;
  background: #fff;
}

@media (min-width: 1200px) {
  .block-section-missions .h4 {
    line-height: 1.5;
  }
  .block-section-missions .mission .thumb {
    height: 180px;
  }
  .block-section-missions .mission .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.block-section-push-actus {
  background: #15594d;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.block-section-push-actus .slick-slider {
  padding-top: 0px;
}
.block-section-push-actus .slick-slider .slick-arrow {
  background: transparent;
  color: #fff;
}
.block-section-push-actus a, .block-section-push-actus a:hover {
  border: none;
}
.block-section-push-actus h2 > div:first-of-type {
  color: #fff;
}
.block-section-push-actus h2 > div:last-of-type {
  color: #FFD9BF;
}
.block-section-push-actus .h4 {
  color: #FFD9BF;
  margin-top: 8px;
}

@media (min-width: 1200px) {
  .block-section-push-actus a {
    color: #fff;
  }
  .block-section-push-actus .date {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .block-section-push-actus .thumb {
    height: 200px;
    margin-bottom: 15px;
  }
  .block-section-push-actus .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .block-section-push-actus .slider-push-actus {
    margin-top: -90px;
    padding-top: 90px;
  }
  .block-section-push-actus .h4 {
    font-size: 22px;
    font-weight: 800;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.pagination .page-numbers {
  border-radius: 50rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 0.5;
}
.pagination .page-numbers:hover {
  background-color: #FFD9BF;
  color: #000;
}
.pagination .page-numbers.current {
  background-color: #FFD9BF;
  opacity: 1;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  background: url("img/feuillage-bouton.png") #FFD9BF;
  opacity: 1;
}
.pagination .page-numbers.next {
  margin-left: 30px;
}
.pagination .page-numbers.prev {
  margin-right: 30px;
}

.page-template-page-faq .breadcrumb {
  color: #000;
}
.page-template-page-faq .breadcrumb a {
  color: #000;
}
.page-template-page-faq .entry-header {
  background: #fff;
}
.page-template-page-faq .entry-header h1 {
  margin-top: 50px;
}
.page-template-page-faq .entry-header h1 > div:first-of-type {
  color: #000;
}
.page-template-page-faq .entry-header h1 > div:last-of-type {
  color: #FFD9BF;
}
.page-template-page-faq #filtre_faq .btn-primary {
  background: #fff;
  border: #fff;
}
.page-template-page-faq #filtre_faq .btn-primary.active, .page-template-page-faq #filtre_faq .btn-primary:hover {
  background-color: #FFD9BF !important;
  border-color: #FFD9BF !important;
  color: #000 !important;
}
.page-template-page-faq #filtre_faq .btn-primary:focus {
  box-shadow: none !important;
}
.page-template-page-faq .question {
  text-align: left;
  border: none;
  background: #fff;
  font-family: spartan, arial, sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 25px;
  padding-right: 70px;
  min-height: 50px;
  background: url(img/moins.png) no-repeat right center;
  width: 100%;
}
.page-template-page-faq .question.collapsed {
  background: url(img/plus.png) no-repeat right center;
}
.page-template-page-faq .reponse {
  padding-right: 70px;
}
.page-template-page-faq #filtre_faq {
  margin-bottom: 40px;
}
.page-template-page-faq .faq-item {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.page-template-page-faq .faq-item:not(:last-of-type) {
  border-bottom: 1px solid #000;
}

@media (min-width: 1200px) {
  .page-template-page-faq .entry-header h1 {
    margin-top: 0;
  }
  .page-template-page-faq .question {
    font-size: 22px;
    line-height: 36px;
    padding-right: 145px;
  }
  .page-template-page-faq .reponse {
    padding-right: 145px;
    line-height: 28px;
  }
}
.entry-header h1 {
  margin-top: 50px;
}

.page-template-page-agenda .breadcrumb {
  color: #000;
}
.page-template-page-agenda .breadcrumb a {
  color: #000;
}
.page-template-page-agenda .h4 {
  line-height: 26px;
}
.page-template-page-agenda .block-section-lead-events {
  background: #FFD9BF;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-template-page-agenda .block-section-lead-events .slider-lead-events {
  padding-top: 0;
}
.page-template-page-agenda .block-section-lead-events .slider-lead-events a {
  display: block;
}
.page-template-page-agenda .block-section-lead-events .slider-lead-events .thumb {
  height: 140px;
}
.page-template-page-agenda .block-section-lead-events .slider-lead-events .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-agenda .block-section-lead-events .slider-lead-events .slick-arrow {
  background: transparent;
  border-color: #15594d;
}
.page-template-page-agenda .block-section-lead-events .slider-lead-events .slick-dots li button {
  background: #fff;
}
.page-template-page-agenda .block-section-lead-events .slider-lead-events .slick-dots li.slick-active button {
  background: #000;
}
.page-template-page-agenda .block-section-lead-events h2 > div:first-of-type {
  color: #000;
}
.page-template-page-agenda .block-section-lead-events h2 > div:last-of-type {
  color: #fff;
}
.page-template-page-agenda .block-section-list-events {
  padding-bottom: 0;
}
.page-template-page-agenda .entry-header {
  background: #fff;
  padding-bottom: 50px;
}
.page-template-page-agenda .entry-header h1 {
  margin-top: 50px;
  color: #000;
}
.page-template-page-agenda .entry-header .lede {
  padding: 0 !important;
}
.page-template-page-agenda .tags {
  font-size: 10px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-template-page-agenda .excerpt {
  font-weight: 600;
}
.page-template-page-agenda .posts-list .thumb {
  height: 165px;
}
.page-template-page-agenda .posts-list .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-agenda .posts-list article {
  position: relative;
  margin-bottom: 40px;
}
.page-template-page-agenda .posts-list article .event-date {
  padding: 20px;
  position: absolute;
  top: -1px;
  left: -1px;
  background: #fff;
  display: flex;
}
.page-template-page-agenda .posts-list article .event-date .separator {
  margin: 0 5px;
}
.page-template-page-agenda .posts-list article .event-date span {
  display: block;
  text-align: center;
  font-family: spartan, arial, sans-serif;
  line-height: 16px;
}
.page-template-page-agenda .posts-list article .event-date span.jour {
  font-size: 18px;
  font-weight: 800;
}
.page-template-page-agenda .posts-list article .event-date span.mois {
  font-size: 12px;
  text-transform: lowercase;
}

@media (min-width: 1200px) {
  .page-template-page-agenda .block-section-lead-events .slider-lead-events {
    margin-top: -90px;
    padding-top: 90px;
  }
  .page-template-page-agenda .block-section-lead-events .slider-lead-events .thumb {
    height: 290px;
  }
  .page-template-page-agenda .tags {
    font-size: 14px;
  }
  .page-template-page-agenda #filtre_evenements {
    /*max-width: 200px;*/
  }
  .page-template-page-agenda .posts-list .thumb {
    height: 220px;
  }
  .page-template-page-agenda .posts-list .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-template-page-agenda .posts-list article .event-date span {
    line-height: 22px;
  }
  .page-template-page-agenda .posts-list article .event-date span.jour {
    font-size: 26px;
  }
  .page-template-page-agenda .posts-list article .event-date span.mois {
    font-size: 18px;
  }
}
.page-template-page-outils .breadcrumb,
.page-template-page-rapports .breadcrumb,
.archive .breadcrumb {
  color: #000;
}
.page-template-page-outils .breadcrumb a,
.page-template-page-rapports .breadcrumb a,
.archive .breadcrumb a {
  color: #000;
}
.page-template-page-outils .entry-header,
.page-template-page-rapports .entry-header,
.archive .entry-header {
  background: #fff;
  padding-bottom: 0px;
}
.page-template-page-outils .entry-header h1,
.page-template-page-rapports .entry-header h1,
.archive .entry-header h1 {
  margin-top: 50px;
  margin-bottom: 30px;
}
.page-template-page-outils .entry-header h1 > div:first-of-type,
.page-template-page-rapports .entry-header h1 > div:first-of-type,
.archive .entry-header h1 > div:first-of-type {
  color: #000;
}
.page-template-page-outils .entry-header h1 > div:last-of-type,
.page-template-page-rapports .entry-header h1 > div:last-of-type,
.archive .entry-header h1 > div:last-of-type {
  color: #FFD9BF;
}
.page-template-page-outils .entry-header .lede,
.page-template-page-rapports .entry-header .lede,
.archive .entry-header .lede {
  padding-top: 0 !important;
  margin-bottom: 30px;
}
.page-template-page-outils .entry-header #thumbnail,
.page-template-page-rapports .entry-header #thumbnail,
.archive .entry-header #thumbnail {
  padding: 0;
}
.page-template-page-outils #filtres_outils,
.page-template-page-rapports #filtres_outils,
.archive #filtres_outils {
  background: #FFD9BF;
  padding: 25px 25px 5px;
  margin-bottom: 40px;
}
.page-template-page-outils #filtres_outils .btn-primary,
.page-template-page-rapports #filtres_outils .btn-primary,
.archive #filtres_outils .btn-primary {
  background: #fff;
  border-color: #fff;
  margin-right: 20px;
  margin-bottom: 20px;
}
.page-template-page-outils #filtres_outils .btn-primary.active,
.page-template-page-rapports #filtres_outils .btn-primary.active,
.archive #filtres_outils .btn-primary.active {
  background: #000;
  border-color: #000;
  color: #fff;
}
.page-template-page-outils #filtres_outils .btn-primary:not(:disabled):not(.disabled).active:focus, .page-template-page-outils #filtres_outils .btn-primary:not(:disabled):not(.disabled):active:focus,
.page-template-page-rapports #filtres_outils .btn-primary:not(:disabled):not(.disabled).active:focus,
.page-template-page-rapports #filtres_outils .btn-primary:not(:disabled):not(.disabled):active:focus,
.archive #filtres_outils .btn-primary:not(:disabled):not(.disabled).active:focus,
.archive #filtres_outils .btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.page-template-page-outils .posts-list article,
.page-template-page-rapports .posts-list article,
.archive .posts-list article {
  margin-bottom: 40px;
  text-align: center;
}
.page-template-page-outils .posts-list .thumb,
.page-template-page-rapports .posts-list .thumb,
.archive .posts-list .thumb {
  margin-bottom: 0.5rem;
  height: 170px;
}
.page-template-page-outils .posts-list .thumb img,
.page-template-page-rapports .posts-list .thumb img,
.archive .posts-list .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-outils .posts-list .thumb.logos img,
.page-template-page-rapports .posts-list .thumb.logos img,
.archive .posts-list .thumb.logos img {
  object-fit: contain;
}
.page-template-page-outils .posts-list .excerpt,
.page-template-page-rapports .posts-list .excerpt,
.archive .posts-list .excerpt {
  margin-bottom: 0.5rem;
}
.page-template-page-outils .posts-list .download,
.page-template-page-rapports .posts-list .download,
.archive .posts-list .download {
  font-size: 11px;
  display: flex;
  justify-content: space-between;
}
.page-template-page-outils .posts-list .download .file-details,
.page-template-page-rapports .posts-list .download .file-details,
.archive .posts-list .download .file-details {
  font-weight: 500;
}
.page-template-page-outils .posts-list .download i,
.page-template-page-rapports .posts-list .download i,
.archive .posts-list .download i {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.page-template-page-outils .posts-list .pagination,
.page-template-page-rapports .posts-list .pagination,
.archive .posts-list .pagination {
  /*margin-bottom: 0;*/
}

@media (min-width: 1200px) {
  .page-template-page-outils .entry-header {
    position: relative;
    min-height: 600px;
  }
  .page-template-page-outils .entry-header h1 {
    text-align: left;
  }
  .page-template-page-outils .entry-header .lede {
    text-align: left;
  }
  .page-template-page-outils .entry-header #thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
  }
  .page-template-page-outils .entry-header #thumbnail .post-thumbnail {
    margin: 0 !important;
    height: 600px;
    width: 600px;
  }
  .page-template-page-outils .entry-header #thumbnail .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-template-page-outils #filtres_outils {
    padding: 50px 125px 30px;
    margin-bottom: 110px;
  }
  .page-template-page-outils .posts-list article {
    text-align: left;
    margin-bottom: 50px;
  }
  .page-template-page-outils .posts-list .excerpt {
    margin-bottom: 1rem;
  }
  .page-template-page-outils .posts-list .thumb {
    height: 200px;
  }
}
.block-section-rebond-evenements {
  background: #FFD9BF;
  padding-top: 50px;
  padding-bottom: 50px;
}
.block-section-rebond-evenements h2 > div:first-of-type {
  color: #000;
}
.block-section-rebond-evenements h2 > div:last-of-type {
  color: #fff;
}
.block-section-rebond-evenements a, .block-section-rebond-evenements a:hover {
  display: block;
}
.block-section-rebond-evenements .tags {
  margin-bottom: 15px;
}
.block-section-rebond-evenements .thumb {
  height: 220px;
  margin-bottom: 15px;
}
.block-section-rebond-evenements .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-section-rebond-evenements .event-date {
  padding: 20px;
  position: absolute;
  top: -1px;
  left: 15px;
  background: #fff;
}
.block-section-rebond-evenements .event-date span {
  display: block;
  text-align: center;
  font-family: spartan, arial, sans-serif;
  line-height: 16px;
}
.block-section-rebond-evenements .event-date span.jour {
  font-size: 18px;
  font-weight: 800;
}
.block-section-rebond-evenements .event-date span.mois {
  font-size: 12px;
  text-transform: lowercase;
}
.block-section-rebond-evenements .slick-slider .slick-dots li button {
  background: #fff;
}
.block-section-rebond-evenements .slick-slider .slick-dots li.slick-active button {
  background: #000;
}
.block-section-rebond-evenements .slick-slider .slick-arrow {
  color: #000;
  background: transparent;
  border-color: #15594d;
}

@media (min-width: 1200px) {
  .block-section-rebond-evenements .slick-slider {
    margin-top: -110px;
  }
  .block-section-rebond-evenements .event-date span.jour {
    font-size: 26px;
  }
  .block-section-rebond-evenements .event-date span.mois {
    font-size: 18px;
  }
}
.block-section-rebond-actus a, .block-section-rebond-actus a:hover {
  display: block;
}
.block-section-rebond-actus a {
  color: #000;
}
.block-section-rebond-actus h2 > div:first-of-type {
  color: #000;
}
.block-section-rebond-actus h2 > div:last-of-type {
  color: #FFD9BF;
}
.block-section-rebond-actus .h4 {
  color: #FFD9BF;
}
.block-section-rebond-actus .tags {
  margin-bottom: 15px;
}
.block-section-rebond-actus .excerpt {
  margin-bottom: 15px;
  font-weight: 600;
}
.block-section-rebond-actus .thumb {
  height: 170px;
  margin-bottom: 15px;
}
.block-section-rebond-actus .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-section-rebond-actus .date {
  opacity: 0.6;
}

@media (min-width: 1200px) {
  .block-section-rebond-actus {
    padding-bottom: 0;
  }
  .block-section-rebond-actus .slick-slider {
    margin-top: -110px;
  }
}
.block-section-mur-donateurs {
  padding-top: 0;
}
.block-section-mur-donateurs h2 > div:first-of-type {
  color: #000;
}
.block-section-mur-donateurs h2 > div:last-of-type {
  color: #FFD9BF;
}
.block-section-mur-donateurs .amount {
  display: inline-flex;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #15594d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.block-section-mur-donateurs .amount > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-section-mur-donateurs .amount i {
  margin-right: 5px;
}
.block-section-mur-donateurs blockquote {
  overflow: hidden;
  max-height: 190px;
}
.block-section-mur-donateurs blockquote:before {
  display: block;
  font-family: "cdm-font";
  content: "\e905";
  font-size: 40px;
  color: #15594d;
  margin-bottom: 10px;
}
.block-section-mur-donateurs blockquote.expended {
  max-height: 999999px;
}
.block-section-mur-donateurs .see-more {
  display: none;
  position: relative;
}
.block-section-mur-donateurs .see-more span {
  position: relative;
  color: #15594d;
  background: #FFD9BF;
  padding: 5px 10px;
  cursor: pointer;
}
.block-section-mur-donateurs .see-more:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #15594d;
  position: absolute;
  top: 50%;
}
.block-section-mur-donateurs .name {
  font-family: spartan;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}
.block-section-mur-donateurs .city {
  font-size: 11px;
  margin-bottom: 10px;
}
.block-section-mur-donateurs .city i {
  color: #15594d;
}
.block-section-mur-donateurs .date {
  font-size: 14px;
}
.block-section-mur-donateurs .left {
  padding-top: 50px;
  padding-bottom: 50px;
}
.block-section-mur-donateurs .left .description {
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}
.block-section-mur-donateurs .left .btn {
  width: 100%;
}
.block-section-mur-donateurs .right {
  padding: 50px;
  background: #FFD9BF;
}
.block-section-mur-donateurs .slick-slider {
  padding: 0 0 80px;
}
.block-section-mur-donateurs .slick-slider .slick-arrow {
  background: transparent;
  color: #000;
  border-color: #15594d;
  bottom: 0;
  top: auto;
}
.block-section-mur-donateurs .slick-slider .slick-arrow.slick-prev {
  right: 50%;
  transform: translateX(-50%);
}
.block-section-mur-donateurs .slick-slider .slick-arrow.slick-next {
  left: 50%;
  transform: translateX(50%);
}

@media (min-width: 1200px) {
  .block-section-mur-donateurs .left .description {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
  }
  .block-section-mur-donateurs .left .btn {
    width: auto;
  }
  .block-section-mur-donateurs .right {
    padding: 100px 115px;
  }
  .block-section-mur-donateurs .slick-slider {
    padding: 0;
  }
  .block-section-mur-donateurs .slick-slider .slick-arrow {
    transform: translateX(0) !important;
  }
  .block-section-mur-donateurs .slick-slider .slick-arrow.slick-prev {
    top: 120px;
    left: -80px;
  }
  .block-section-mur-donateurs .slick-slider .slick-arrow.slick-next {
    top: 190px;
    left: -80px;
  }
}
.block-section-voyager {
  background: #15594d;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.block-section-voyager h2 {
  margin-bottom: 30px;
}
.block-section-voyager h2 > div:first-of-type {
  color: #fff;
}
.block-section-voyager h2 > div:last-of-type {
  color: #FFD9BF;
}
.block-section-voyager .introduction {
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.block-section-voyager .img-1 {
  height: 170px;
}
.block-section-voyager .img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-section-voyager img {
  margin-bottom: 30px;
}
.block-section-voyager .texte, .block-section-voyager .btn {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .block-section-voyager {
    background: url("img/feuillage-bloc-voyager.png") no-repeat right top #15594d;
  }
  .block-section-voyager h2 {
    margin-bottom: 50px;
  }
  .block-section-voyager .introduction {
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
  }
  .block-section-voyager .img-1 {
    height: auto;
  }
}
#popin-actu {
  width: 300px;
  padding: 15px 0;
  position: absolute;
  right: 15px;
  background: #fff;
  z-index: 999;
  color: #000;
}
#popin-actu .thumb {
  height: 140px;
  margin-top: 40px;
  margin-bottom: 20px;
}
#popin-actu .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#popin-actu h4 {
  font-size: 16px;
  line-height: 26px;
}
#popin-actu .texte {
  font-size: 12px;
  line-height: 26px;
  margin-bottom: 10px;
}
#popin-actu .lien a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 3px solid #FFD9BF;
}
#popin-actu .lien a i {
  font-size: 10px;
}
#popin-actu .close {
  position: absolute;
  top: 15px;
  right: 10px;
  background: none;
  border: none;
  color: #FFD9BF;
  opacity: 1;
}

@media (min-width: 1200px) {
  #popin-actu {
    width: 725px;
    top: 300px;
    /*right: 0;*/
  }
  #popin-actu h4 {
    margin-top: 50px;
    font-size: 18px;
    line-height: 30px;
  }
  #popin-actu .texte {
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  #popin-actu .left {
    width: 260px;
  }
  #popin-actu .thumb {
    height: 300px;
    margin: 0;
  }
}
.block-section-social h2 > div:first-of-type {
  color: #000;
}
.block-section-social h2 > div:last-of-type {
  color: #FFD9BF;
}
.block-section-social .cff-wrapper {
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  .block-section-social .cff-wrapper {
    /*margin-top: -60px;*/
  }
  .block-section-social #sb_instagram {
    padding-top: 50px;
  }
  .block-section-social #sb_instagram .slick-slider .slick-arrow {
    top: -110px;
  }
}
#tarteaucitronRoot #tarteaucitronDenyAll {
  background: rgb(156, 26, 26);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 5px 10px;
  text-decoration: none;
  margin-left: 7px;
}
#tarteaucitronRoot #tarteaucitronAlertSmall {
  display: none !important;
}
