* {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: transparent !important; }

input[type="text"]:focus,
input[type="search"]:focus {
  outline: none !important; }

/* ----------------------------------------------------------------------------------- */
/* ---------------------------------   ASIDE TITLE   --------------------------------- */
/* ----------------------------------------------------------------------------------- */
.pre-aside-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 130px; }
  .pre-aside-title .aside-title {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    min-width: 250px;
    text-align: center;
    display: inline-block;
    border-bottom: none; }
    .pre-aside-title .aside-title span {
      display: inline-block;
      padding-bottom: 3px;
      border-bottom: 4px solid #e30609; }

.uppercase {
  text-transform: uppercase; }

@media (max-width: 1024px) {
  .pre-aside-title {
    display: none; } }
/* ----------------------------------------------------------------------------------- */
/* ------------------------------   COOKIE DISCLAIMER   ------------------------------ */
/* ----------------------------------------------------------------------------------- */
.cookie-disclaimer {
  position: fixed;
  background: #221f20;
  color: white;
  top: -90px;
  left: 0;
  right: 0;
  height: 90px;
  z-index: 2000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .cookie-disclaimer + .wrapper .site-header,
  .cookie-disclaimer + .wrapper .search-menu.active {
    top: 0px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

.cookie-active .cookie-disclaimer {
  top: 0; }
  .cookie-active .cookie-disclaimer + .wrapper .nav-up .site-header,
  .cookie-active .cookie-disclaimer + .wrapper .nav-up .search-menu.active {
    top: 0px; }
  .cookie-active .cookie-disclaimer + .wrapper .site-header,
  .cookie-active .cookie-disclaimer + .wrapper .search-menu.active,
  .cookie-active .cookie-disclaimer + .wrapper .nav-up .sub-bar,
  .cookie-active .cookie-disclaimer + .wrapper .nav-up #aside-menu > li .sub-menu,
  .cookie-active .cookie-disclaimer + .wrapper .nav-up .sub-menu-0 {
    top: 90px; }
  .cookie-active .cookie-disclaimer + .wrapper .sub-bar,
  .cookie-active .cookie-disclaimer + .wrapper #aside-menu > li .sub-menu,
  .cookie-active .cookie-disclaimer + .wrapper .sub-menu-0,
  .cookie-active .cookie-disclaimer + .wrapper .nav-down .sub-bar,
  .cookie-active .cookie-disclaimer + .wrapper .nav-down #aside-menu > li .sub-menu,
  .cookie-active .cookie-disclaimer + .wrapper .nav-down .sub-menu-0 {
    top: 180px; }
  .cookie-active .cookie-disclaimer + .wrapper .nav-up .sub-menu-1 {
    top: 200px; }
  .cookie-active .cookie-disclaimer + .wrapper .sub-menu-1,
  .cookie-active .cookie-disclaimer + .wrapper .nav-down .sub-menu-1 {
    top: 245px; }
  .cookie-active .cookie-disclaimer + .wrapper .site-main,
  .cookie-active .cookie-disclaimer + .wrapper .nav-down .site-main {
    padding-top: 180px; }

.site-main {
  padding-top: 90px;
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out; }

.cookie-active .site-main {
  padding-top: 135px;
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out; }

.cookie-disclaimer > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.content-cookie-disclaimer {
  color: white;
  width: 70%; }

.content-cookie-disclaimer + p {
  text-align: right;
  width: 30%; }

.more-cookie-disclaimer,
.more-cookie-disclaimer:hover,
.more-cookie-disclaimer:visited {
  color: #a8a9ac; }

.close-cookie-disclaimer,
.close-cookie-disclaimer:hover,
.close-cookie-disclaimer:visited {
  background: #e30609;
  color: white;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 20px; }
  @media (max-width: 767px) {
    .close-cookie-disclaimer,
    .close-cookie-disclaimer:hover,
    .close-cookie-disclaimer:visited {
      margin-right: 10px; } }
  .close-cookie-disclaimer:hover,
  .close-cookie-disclaimer:hover:hover,
  .close-cookie-disclaimer:visited:hover {
    text-decoration: none; }
  .close-cookie-disclaimer span,
  .close-cookie-disclaimer:hover span,
  .close-cookie-disclaimer:visited span {
    position: relative; }
  @media (max-width: 767px) {
    .close-cookie-disclaimer,
    .close-cookie-disclaimer:hover,
    .close-cookie-disclaimer:visited {
      padding: 5px 10px;
      margin-left: 10px; }
      .close-cookie-disclaimer span,
      .close-cookie-disclaimer:hover span,
      .close-cookie-disclaimer:visited span {
        padding-left: 0; }
        .close-cookie-disclaimer span:before,
        .close-cookie-disclaimer:hover span:before,
        .close-cookie-disclaimer:visited span:before {
          display: none; } }

/* ----------------------------------------------------------------------------------- */
/* -------------------------------   CORRECTIONS BUGS   ------------------------------ */
/* ----------------------------------------------------------------------------------- */
.projet-template-default .title-level-2.generic-title {
  font-weight: bold;
  padding-bottom: 0; }

.newsletter-section.contact-bloc.white .txt-box p.fonction {
  padding-bottom: 15px; }

/* ----------------------------------------------------------------------------------- */
/* ----------------------------------   EDUCATION   ---------------------------------- */
/* ----------------------------------------------------------------------------------- */
.newsletter-section.white {
  background: white; }
  .newsletter-section.white p.title-level-2 {
    padding-bottom: 34px; }
  .newsletter-section.white p.title-level-3 {
    font-weight: 700;
    text-transform: uppercase; }

.newsletter-section.contact-bloc.white .txt-box p {
  padding-bottom: 5px; }
  .newsletter-section.contact-bloc.white .txt-box p.title-level-3 {
    padding-bottom: 15px; }
  .newsletter-section.contact-bloc.white .txt-box p a {
    color: #e30609;
    font-weight: 700; }

/* ----------------------------------------------------------------------------------- */
/* -----------------------------------   FOOTER   ------------------------------------ */
/* ----------------------------------------------------------------------------------- */
.copyright-footer {
  display: block;
  width: 100%;
  background: #2d2d2d;
  padding: 16px 54px;
  clear: both; }
  .copyright-footer ul, .copyright-footer p + div {
    display: inline-block; }
  .copyright-footer p, .copyright-footer li {
    display: inline-block;
    font-size: 1.3rem; }
    .copyright-footer p:after, .copyright-footer li:after {
      display: inline-block;
      content: '|';
      margin: 0 15px; }
  .copyright-footer p.num:after {
    display: none !important; }

/* ----------------------------------------------------------------------------------- */
/* ------------------------------   NOTES BAS DE PAGE   ------------------------------ */
/* ----------------------------------------------------------------------------------- */
.notes-section {
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 80px; }
  .notes-section .inner-content h3 {
    text-transform: uppercase;
    font-weight: bold;
    width: 70%;
    margin: 0 auto;
    border-left: 2px solid #e30609;
    padding-left: 30px; }
  .notes-section .inner-content .reference {
    width: 70%;
    margin: 0 auto;
    border-left: 2px solid #e30609;
    padding-left: 30px;
    padding-top: 10px; }
    .notes-section .inner-content .reference p {
      color: #989899;
      font-size: 12px;
      font-style: italic;
      display: inline; }
    .notes-section .inner-content .reference p.ref {
      color: #e30609;
      font-style: normal;
      display: inline;
      font-weight: bold; }

/* ----------------------------------------------------------------------------------- */
/* -----------------------------   RETOUR HAUT DE PAGE   ----------------------------- */
/* ----------------------------------------------------------------------------------- */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background: #989899;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  .back-to-top:before {
    content: '';
    width: 6px;
    height: 6px;
    border-left: 2px solid white;
    border-top: 2px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }

@media (min-width: 1024px) {
  .back-to-top {
    display: block; } }
/* ----------------------------------------------------------------------------------- */
/* ---------------------------------   SHARE BANNER   -------------------------------- */
/* ----------------------------------------------------------------------------------- */
.share-banner {
  background: #e30609;
  color: white;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 24px 0;
  font-size: 1.3rem;
  font-weight: bold; }
  .share-banner > div > * {
    display: inline-block; }
  .share-banner span {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    padding-right: 10px; }

.share-link {
  background: white;
  width: 36px;
  height: 36px;
  display: inline-block;
  padding: 5px;
  border-radius: 50%; }
  .share-link svg {
    fill: #e30609;
    width: auto; }

.ssba a,
.ssba .more-share,
.share a {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

/* ----------------------------------------------------------------------------------- */
/* ----------------------------------   SHARE BOX   ---------------------------------- */
/* ----------------------------------------------------------------------------------- */
.share-box {
  position: fixed;
  top: 50%;
  right: 0;
  width: 48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99999;
  -webkit-transition: right 1s ease-in-out;
  transition: right 1s ease-in-out;
  display: block; }
  .share-box a {
    margin: 1px 0;
    display: block;
    width: 50px;
    height: 50px;
    padding: 5px;
    background: #e30609; }
    .share-box a .share-link {
      width: 40px;
      height: 40px;
      background: none; }
      .share-box a .share-link svg {
        fill: white; }

@media (max-width: 1024px) {
  .whatsapp-share.on-desktop {
    display: none !important; } }
@media (min-width: 1025px) {
  .whatsapp-share.on-phone {
    display: none !important; }

  .whatsapp-share.on-desktop {
    display: inline-block !important; } }
.campagne-template-default.single.single-campagne .share-box {
  z-index: 1; }

.partners-section a.logo {
  position: relative;
  float: left;
  background: #fff; }
  .partners-section a.logo:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 1, 2, 0.0925); }

.quote_bloc.story-page {
  padding-left: 7.5vw; }
  .quote_bloc.story-page .quote {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 2px;
    color: #e30609;
    margin-bottom: 12px !important; }
    .quote_bloc.story-page .quote:before, .quote_bloc.story-page .quote:after {
      color: #e30609;
      font-size: 35px;
      font-size: 3.5rem;
      font-style: normal;
      position: absolute;
      z-index: 1; }
    .quote_bloc.story-page .quote:before {
      content: "\201C";
      -webkit-transform: translate(-15px, -10px);
      transform: translate(-15px, -10px); }
    .quote_bloc.story-page .quote:after {
      content: "\201D";
      -webkit-transform: translate(5px, 10px);
      transform: translate(5px, 10px); }
  .quote_bloc.story-page .source {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.4;
    padding-top: 16px;
    display: block;
    margin-bottom: 0 !important; }
  @media (min-width: 1025px) {
    .quote_bloc.story-page.right {
      border-left: 2px solid #e30609;
      padding-left: 3vw;
      position: absolute;
      top: 50%;
      left: 60%;
      width: 60%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .quote_bloc.story-page.right + div {
        padding-right: 3vw;
        width: 60%; }
    .quote_bloc.story-page.left {
      border-right: 2px solid #e30609;
      padding-right: 3vw;
      padding-left: 0;
      position: absolute;
      top: 50%;
      right: 60%;
      width: 60%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .quote_bloc.story-page.left + div {
        padding-left: calc(40% + 3vw); } }
  @media (max-width: 1024px) {
    .quote_bloc.story-page {
      margin-bottom: 36px;
      border-left: 2px solid #e30609; } }

@media (max-width: 767px) {
  .summary-bloc.story-page {
    padding-left: 7.5vw;
    padding-right: 7.5vw; }

  .histoire-template-default.single-histoire .title-new-place .move-title {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 6px !important; }

  .post-template-default.single-post .title-new-place .move-title {
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-top: 4px !important; }

  .projet-template-default.single-projet .title-new-place .move-title {
    margin-bottom: -30px;
    padding-bottom: 12px;
    padding-top: 4px !important; }

  .sum.story .title-level-2.generic-title {
    font-style: italic;
    padding-top: 12px !important;
    padding-bottom: 24px !important; }

  .story-first-sentence p {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: none !important; }

  .sum p {
    padding-bottom: 26px; } }
@media (min-width: 1025px) {
  .with-quote {
    position: relative; } }
.title-quote.generic-title {
  margin-bottom: 12px !important; }

/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ---------------------------------- RESPONSIVE v2 ---------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- */
@media (max-width: 767px) {
  a:hover {
    text-decoration: none; }

  .cookie-disclaimer .content-cookie-disclaimer {
    width: 100%;
    font-size: 10px;
    padding-top: 5px; }
    .cookie-disclaimer .content-cookie-disclaimer + p {
      width: 100%;
      padding-top: 5px; }

  /* ------------------------------------------------------------------------------- */
  /* ---------------------------------   ACCORDION   ------------------------------- */
  /* ------------------------------------------------------------------------------- */
  .accordion {
    border-bottom: 1px solid #cccccc;
    margin: 150px 30%; }

  .timeline,
  .accordion-title {
    overflow: hidden;
    position: relative;
    padding: 25px 0;
    display: block; }
    .timeline .before + span,
    .accordion-title .before + span {
      line-height: 1.5em;
      display: block;
      width: 100%;
      margin-top: -0.25em; }
    .timeline:hover,
    .accordion-title:hover {
      cursor: pointer; }
    .timeline .more,
    .accordion-title .more {
      position: absolute;
      width: 33px;
      height: 33px;
      border: 1px solid #77787b;
      border-radius: 50%;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%) rotate(0deg);
              transform: translateY(-50%) rotate(0deg);
      -webkit-transition: border-color 0.125s ease-in-out, -webkit-transform 0.25s ease-in-out;
      transition: border-color 0.125s ease-in-out, -webkit-transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out, border-color 0.125s ease-in-out;
      transition: transform 0.25s ease-in-out, border-color 0.125s ease-in-out, -webkit-transform 0.25s ease-in-out; }
      .timeline .more:after, .timeline .more:before,
      .accordion-title .more:after,
      .accordion-title .more:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 11px;
        height: 1px;
        background-color: #fff;
        -webkit-transform: translate(-50%, -50%) rotate(0);
                transform: translate(-50%, -50%) rotate(0);
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
      .timeline .more:after,
      .accordion-title .more:after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg); }
      .timeline .more.before,
      .accordion-title .more.before {
        display: inline-block;
        margin-right: 33px; }
      .timeline .more.after,
      .accordion-title .more.after {
        position: absolute;
        right: 0; }

  .is-opened .more {
    border: 1px solid #ddd; }
    .is-opened .more:after {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
      -webkit-transition: -webkit-transform 0.25s ease-in-out;
      transition: -webkit-transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }

  .accordion-content {
    display: none;
    padding: 0 0 0 0; }

  .is-opened + .accordion-content {
    padding-bottom: 20px; }

  /* ------------------------------------------------------------------------------- */
  /* ----------------------------   HEADER AND NAVIGATION  ------------------------- */
  /* ------------------------------------------------------------------------------- */
  header {
    height: 110px; }

  .site-main {
    padding-top: 110px; }

  .site-header {
    width: 100vw;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1); }

  .site-title {
    height: 60px;
    width: calc(100% - 120px);
    margin-left: 60px;
    border-bottom: #e6e7e8 solid 2px; }
    .site-title a {
      width: 138px;
      margin-top: 10px; }

  .menu-toggle {
    display: none; }

  .upper-header {
    height: 60px;
    width: 60px;
    position: relative; }
    .upper-header .lang-menu {
      display: none; }
      .upper-header .lang-menu > span {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-indent: -10px;
        border: none; }
        .upper-header .lang-menu > span:after {
          bottom: 13px;
          left: 40px; }
      .upper-header .lang-menu .other-langs {
        top: 60px;
        width: 60px; }
        .upper-header .lang-menu .other-langs li {
          width: 60px;
          height: 60px; }
          .upper-header .lang-menu .other-langs li > a {
            line-height: 60px; }
    .upper-header .search-button {
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 60px;
      background: #e6e7e8; }

  .menu-responsive-open .upper-header .lang-menu {
    display: block; }

  .menu-mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 56px;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: white; }
    .menu-mobile-footer li {
      width: 50%;
      text-align: center; }
      .menu-mobile-footer li a {
        color: white;
        display: block;
        padding: 13px 0 17px;
        font-size: 11px;
        font-size: 1.1rem;
        text-transform: uppercase;
        font-weight: bold; } }
      @media (max-width: 767px) and (max-width: 360px) {
        .menu-mobile-footer li a {
          font-size: 9px;
          font-size: 0.9rem; } }
@media (max-width: 767px) {
        .menu-mobile-footer li a:before {
          content: '';
          display: block;
          width: 30px;
          height: 20px;
          display: inline-block;
          margin: 0 10px 0 0;
          -webkit-transform: translateY(5px);
                  transform: translateY(5px); }
        .menu-mobile-footer li a:hover {
          text-decoration: none; }
      .menu-mobile-footer li.volontariat {
        background: #221f20; }
        .menu-mobile-footer li.volontariat a:before {
          background: url(../img/volontariat.svg) center center no-repeat;
          background-size: 30px; }
      .menu-mobile-footer li.don {
        background: #e30609; }
        .menu-mobile-footer li.don a:before {
          background: url(../img/faireundon.svg) center center no-repeat;
          background-size: 30px; }

  .menu-mobile-footer li:first-child {
    -webkit-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out; }
    .menu-mobile-footer li:first-child a {
      background: #221f20;
      color: white;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .menu-mobile-footer li:first-child a:before {
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }

  .menu-mobile-footer {
    z-index: 9999; }

  .submenu-responsive-open .menu-mobile-footer {
    z-index: 99; }

  .menu-responsive-open .menu-mobile-footer li:first-child {
    background: white; }
    .menu-responsive-open .menu-mobile-footer li:first-child a {
      background: white;
      color: #221f20; }
      .menu-responsive-open .menu-mobile-footer li:first-child a:before {
        -webkit-filter: invert(1);
        filter: invert(1); }

  .menu-responsive-open header.site-header.nav-down, .menu-responsive-open header.site-header.nav-up,
  .submenu-responsive-open header.site-header.nav-down,
  .submenu-responsive-open header.site-header.nav-up {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important; }

  /* --------------------------------------------------------------------------------------------- */
  /* -------------------------------------- CHAMP RECHERCHE -------------------------------------- */
  /* --------------------------------------------------------------------------------------------- */
  .mobile-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #e6e7e8;
    -webkit-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out; }
    .mobile-search:after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 15px;
      height: 15px;
      border: 2px solid #e30609;
      border-radius: 50%;
      content: '';
      margin-top: -10px;
      margin-left: -8px; }
    .mobile-search:before {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 10px;
      height: 2px;
      background: #e30609;
      content: '';
      margin-top: 4px;
      margin-left: 2px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

  .mobile-search-form {
    position: absolute;
    top: 0;
    right: 60px;
    width: 0px;
    left: auto;
    height: 60px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .mobile-search-form input[type="search"] {
      position: absolute;
      top: 0;
      height: 60px;
      left: 0;
      width: 0;
      background: transparent;
      border: none;
      color: white;
      padding-left: 0px; }
    .mobile-search-form input[type="submit"] {
      color: transparent !important;
      font-size: 0px; }

  .mobile-search-open .mobile-search {
    background: #221f20;
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out; }
    .mobile-search-open .mobile-search:after {
      border-color: white; }
    .mobile-search-open .mobile-search:before {
      background: white; }
  .mobile-search-open .mobile-search-form {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 60px;
    width: calc(100vw - 120px);
    height: 60px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .mobile-search-open .mobile-search-form form {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .mobile-search-open .mobile-search-form form input[type="search"] {
        position: absolute;
        top: 0;
        height: 60px;
        left: 0;
        width: calc(100vw - 120px);
        background: #221f20;
        border: none;
        padding-left: 30px; }
      .mobile-search-open .mobile-search-form form input[type="submit"] {
        background: transparent;
        position: absolute;
        top: 0;
        height: 60px;
        right: 0;
        width: 60px;
        padding: 0; }

  /* --------------------------------------------------------------------------------------------- */
  /* --------------------------------------- MENU PRINCIPAL -------------------------------------- */
  /* --------------------------------------------------------------------------------------------- */
  .mobile-princ-nav {
    position: relative; }
    .mobile-princ-nav > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 60px;
      background: #e6e7e8;
      -webkit-transition: background 0.15s ease-out 0.7s;
      transition: background 0.15s ease-out 0.7s; }
      .mobile-princ-nav > a > span {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        top: 50%;
        left: 50%;
        margin-right: -10px;
        -webkit-transform: translate(-50%, -13px);
                transform: translate(-50%, -13px);
        position: relative;
        margin-top: 5px;
        margin-bottom: 5px;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        .mobile-princ-nav > a > span, .mobile-princ-nav > a > span::before, .mobile-princ-nav > a > span::after {
          display: block;
          width: 15px;
          height: 2px;
          background-color: #e30609;
          outline: 1px solid transparent;
          -webkit-transition-property: background-color, -webkit-transform;
          transition-property: background-color, -webkit-transform;
          transition-property: background-color, transform;
          transition-property: background-color, transform, -webkit-transform;
          -webkit-transition-duration: 0.3s;
                  transition-duration: 0.3s; }
        .mobile-princ-nav > a > span::before, .mobile-princ-nav > a > span::after {
          position: absolute;
          content: ""; }
        .mobile-princ-nav > a > span::before {
          top: -5px; }
        .mobile-princ-nav > a > span::after {
          top: 5px; }
      .mobile-princ-nav > a > p {
        position: absolute;
        top: 50%;
        margin-top: 3px;
        left: 0;
        right: 0;
        text-align: center;
        text-transform: uppercase;
        color: #e30609;
        font-size: 10px;
        font-weight: bold; }
        .mobile-princ-nav > a > p.open {
          opacity: 1; }
        .mobile-princ-nav > a > p.close {
          opacity: 0; }
      .mobile-princ-nav > a + div {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: #221f20;
        -webkit-transition: background 0.75s ease-in-out;
        transition: background 0.75s ease-in-out;
        display: block;
        z-index: 999;
        overflow-y: auto;
        height: 0; }
        .mobile-princ-nav > a + div form {
          margin: 10px 30px;
          opacity: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          background: #e6e7e8;
          position: relative;
          -webkit-transition: opacity 0.75s ease-in-out, margin 0.75s ease-in-out;
          transition: opacity 0.75s ease-in-out, margin 0.75s ease-in-out; }
          .mobile-princ-nav > a + div form input {
            background: #e6e7e8;
            border: none;
            height: 30px; }
          .mobile-princ-nav > a + div form input[type="search"] {
            width: calc(100% - 40px);
            display: block;
            padding: 20px 25px 20px 15px; }
          .mobile-princ-nav > a + div form input[type="submit"] {
            width: 40px;
            display: block;
            padding-left: 0;
            padding-right: 0;
            height: 40px;
            color: #e6e7e8;
            font-size: 0;
            position: relative;
            background: transparent;
            z-index: 1; }
          .mobile-princ-nav > a + div form:after {
            display: block;
            content: '';
            border: 2px solid #e30609;
            position: absolute;
            top: 50%;
            right: 20px;
            width: 12px;
            height: 12px;
            margin-top: -8px;
            margin-right: -4px;
            border-radius: 50%;
            z-index: 0; }
          .mobile-princ-nav > a + div form:before {
            display: block;
            content: '';
            background: #e30609;
            position: absolute;
            top: 50%;
            right: 20px;
            width: 8px;
            height: 2px;
            margin-top: 4px;
            margin-right: -8px;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
        .mobile-princ-nav > a + div nav.social-menu {
          border-top: none;
          width: calc(100% - 30px);
          margin-left: 30px;
          padding-bottom: 80px !important; }
        .mobile-princ-nav > a + div > .princ-sub-nav > ul > li {
          opacity: 0;
          -webkit-transition: opacity 0.75s ease-in-out;
          transition: opacity 0.75s ease-in-out; }
          .mobile-princ-nav > a + div > .princ-sub-nav > ul > li a {
            color: white;
            font-style: normal;
            font-size: 14px;
            font-weight: bold;
            border-bottom: 1px solid #a8a9ac;
            border-bottom: 1px solid #636363;
            padding-bottom: 10px;
            text-transform: uppercase;
            display: block;
            margin: 10px 30px 10px;
            -webkit-transition: margin 0.5s ease-out, padding 0.5s ease-out;
            transition: margin 0.5s ease-out, padding 0.5s ease-out; }
            .mobile-princ-nav > a + div > .princ-sub-nav > ul > li a:active, .mobile-princ-nav > a + div > .princ-sub-nav > ul > li a:hover {
              color: #e30609; }
          .mobile-princ-nav > a + div > .princ-sub-nav > ul > li.current-menu-item a {
            color: #e30609;
            position: relative; }
            .mobile-princ-nav > a + div > .princ-sub-nav > ul > li.current-menu-item a:before {
              content: '';
              background: #e30609;
              position: absolute;
              top: 10px;
              height: 2px;
              left: -40px;
              width: 25px;
              margin-top: -1px;
              display: block; }
        .mobile-princ-nav > a + div > .princ-sub-nav > ul .sub-mobile-princ-nav {
          margin-left: 30px; }
          .mobile-princ-nav > a + div > .princ-sub-nav > ul .sub-mobile-princ-nav ul {
            margin-top: -10px;
            border-bottom: 1px solid #a8a9ac;
            border-bottom: 1px solid #636363;
            width: calc(100% - 30px);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            .mobile-princ-nav > a + div > .princ-sub-nav > ul .sub-mobile-princ-nav ul li {
              text-transform: none;
              font-size: 11px;
              margin: 15px 0px 20px 0;
              color: #a8a9ac; }
              .mobile-princ-nav > a + div > .princ-sub-nav > ul .sub-mobile-princ-nav ul li.menu-item {
                margin: 0; }
              .mobile-princ-nav > a + div > .princ-sub-nav > ul .sub-mobile-princ-nav ul li a {
                color: #a8a9ac;
                text-transform: none;
                font-size: 11px;
                margin: 15px 0px 20px 0;
                border-bottom: none;
                padding-bottom: 0; }
                .mobile-princ-nav > a + div > .princ-sub-nav > ul .sub-mobile-princ-nav ul li a:active, .mobile-princ-nav > a + div > .princ-sub-nav > ul .sub-mobile-princ-nav ul li a:hover {
                  color: #e30609; }
                .mobile-princ-nav > a + div > .princ-sub-nav > ul .sub-mobile-princ-nav ul li a:before {
                  display: none; }
              .mobile-princ-nav > a + div > .princ-sub-nav > ul .sub-mobile-princ-nav ul li.current-menu-item a {
                color: white; }
                .mobile-princ-nav > a + div > .princ-sub-nav > ul .sub-mobile-princ-nav ul li.current-menu-item a:after {
                  color: #a8a9ac; }
              .mobile-princ-nav > a + div > .princ-sub-nav > ul .sub-mobile-princ-nav ul li:last-child {
                display: none; }
      .mobile-princ-nav > a.is-opened {
        background: #221f20;
        -webkit-transition: background 0s ease-out 0s;
        transition: background 0s ease-out 0s; }
        .mobile-princ-nav > a.is-opened > span {
          background-color: transparent; }
        .mobile-princ-nav > a.is-opened > span::before, .mobile-princ-nav > a.is-opened > span::after {
          background-color: white; }
        .mobile-princ-nav > a.is-opened > span::before {
          -webkit-transform: translateY(5px) rotate(45deg);
                  transform: translateY(5px) rotate(45deg); }
        .mobile-princ-nav > a.is-opened > span::after {
          -webkit-transform: translateY(-5px) rotate(-45deg);
                  transform: translateY(-5px) rotate(-45deg); }
        .mobile-princ-nav > a.is-opened > p {
          color: white; }
          .mobile-princ-nav > a.is-opened > p.open {
            opacity: 0; }
          .mobile-princ-nav > a.is-opened > p.close {
            opacity: 1; }
        .mobile-princ-nav > a.is-opened + div {
          background: #221f20; }
          .mobile-princ-nav > a.is-opened + div > .princ-sub-nav form {
            margin: 30px;
            opacity: 1; }
          .mobile-princ-nav > a.is-opened + div > .princ-sub-nav > ul > li {
            opacity: 1; }
            .mobile-princ-nav > a.is-opened + div > .princ-sub-nav > ul > li > a {
              padding-bottom: 15px;
              margin: 15px 30px; }

  .princ-sub-nav {
    display: block;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    margin-bottom: 10px; }

  /* --------------------------------------------------------------------------------------------- */
  /* -------------------------------------- MENU SECONDAIRE -------------------------------------- */
  /* --------------------------------------------------------------------------------------------- */
  .sub-nav {
    position: absolute;
    top: 60px;
    height: 45px;
    left: 0;
    right: 0; }
    .sub-nav > div {
      position: absolute;
      top: 0;
      height: 45px;
      width: 50%; }
      .sub-nav > div > a {
        display: block;
        padding: 19px 0 17px 45px;
        font-size: 11px;
        line-height: 14px;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        background: white;
        -webkit-transition: background 0.15s ease-out 0.7s;
        transition: background 0.15s ease-out 0.7s; }
        .sub-nav > div > a:active, .sub-nav > div > a:hover {
          color: #e30609; }
        .sub-nav > div > a:before {
          content: '';
          width: 0px;
          height: 0px;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #e30609;
          position: absolute;
          left: 24px;
          top: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(0deg);
                  transform: translate(-50%, -50%) rotate(0deg); }
        .sub-nav > div > a + div {
          display: block !important;
          background: #414142;
          position: absolute;
          top: calc(100% + 5px);
          left: 0;
          right: 0;
          height: 0;
          overflow-y: auto;
          z-index: 995;
          -webkit-transition: background 0.75s ease-in-out;
          transition: background 0.75s ease-in-out; }
          .sub-nav > div > a + div > div {
            padding-top: 15px; }
          .sub-nav > div > a + div .title-level-4 {
            display: none; }
          .sub-nav > div > a + div li {
            opacity: 0;
            -webkit-transition: opacity 0.75s ease-in-out;
            transition: opacity 0.75s ease-in-out; }
            .sub-nav > div > a + div li.newitem a {
              color: white;
              font-style: normal;
              font-size: 14px;
              font-weight: bold;
              border-bottom: 1px solid #a8a9ac;
              border-bottom: 1px solid #636363;
              padding-bottom: 5px;
              text-transform: uppercase;
              display: block;
              margin: 5px 30px;
              -webkit-transition: margin 0.75s ease-in-out, padding 0.75s ease-in-out;
              transition: margin 0.75s ease-in-out, padding 0.75s ease-in-out; }
              .sub-nav > div > a + div li.newitem a:active, .sub-nav > div > a + div li.newitem a:hover {
                color: #e30609; }
            .sub-nav > div > a + div li a > span {
              display: none; }
              .sub-nav > div > a + div li a > span + em {
                color: white;
                font-style: normal;
                font-size: 14px;
                font-weight: bold;
                border-bottom: 1px solid #a8a9ac;
                border-bottom: 1px solid #636363;
                padding-bottom: 15px;
                text-transform: uppercase;
                display: block;
                margin: 15px 30px; }
            .sub-nav > div > a + div li a:active > span + em, .sub-nav > div > a + div li a:hover > span + em {
              color: #e30609; }
          .sub-nav > div > a + div p + ul > li > ul > li > a {
            color: #a8a9ac;
            margin: 10px 30px;
            position: relative;
            letter-spacing: 0.5px;
            font-size: 12px;
            font-size: 1.2rem; }
            .sub-nav > div > a + div p + ul > li > ul > li > a:active, .sub-nav > div > a + div p + ul > li > ul > li > a:hover {
              color: #e30609; }
          .sub-nav > div > a + div p + ul > li > ul > li.current-menu-item > a {
            color: #e30609; }
            .sub-nav > div > a + div p + ul > li > ul > li.current-menu-item > a:before {
              content: '';
              background: #e30609;
              position: absolute;
              top: 50%;
              height: 2px;
              left: -40px;
              width: 25px;
              margin-top: -1px;
              display: block; }
          .sub-nav > div > a + div ul.sub {
            padding: 30px 0 30px 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .sub-nav > div > a + div ul.sub > li {
              display: inline-block;
              margin-right: 10px;
              width: calc(50vw - 35px);
              text-align: center; }
              .sub-nav > div > a + div ul.sub > li a {
                display: block;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 11px;
                padding: 0 0 15px 0; }
                .sub-nav > div > a + div ul.sub > li a:before {
                  content: '';
                  display: inline-block;
                  width: 35px;
                  height: 30px;
                  margin: 0 5px 0 0;
                  -webkit-transform: translateY(10px);
                          transform: translateY(10px); }
              .sub-nav > div > a + div ul.sub > li:first-child {
                background: white;
                color: #221f20; }
                .sub-nav > div > a + div ul.sub > li:first-child a:before {
                  background: url(../img/jagis.svg) center center no-repeat;
                  background-size: 30px; }
              .sub-nav > div > a + div ul.sub > li:last-child {
                background: #e30609; }
                .sub-nav > div > a + div ul.sub > li:last-child a {
                  color: white; }
                  .sub-nav > div > a + div ul.sub > li:last-child a:before {
                    background: url(../img/jedonne.svg) center center no-repeat;
                    background-size: 30px; }
        .sub-nav > div > a.is-opened {
          background: #414142;
          color: white;
          border-bottom: 2px solid #414142;
          -webkit-transition: background 0s ease-in-out 0s;
          transition: background 0s ease-in-out 0s; }
          .sub-nav > div > a.is-opened + div {
            z-index: 996; }
            .sub-nav > div > a.is-opened + div li {
              opacity: 1; }
              .sub-nav > div > a.is-opened + div li.newitem a {
                padding-bottom: 15px;
                margin: 15px 30px; }
          .sub-nav > div > a.is-opened:before {
            -webkit-transform: translate(-50%, -50%) rotate(180deg);
                    transform: translate(-50%, -50%) rotate(180deg); }
      .sub-nav > div:first-child {
        left: 0;
        right: auto; }
        .sub-nav > div:first-child > a {
          border-right: #e6e7e8 solid 1px; }
          .sub-nav > div:first-child > a + div {
            width: 200%; }
      .sub-nav > div:last-child {
        left: auto;
        right: 0; }
        .sub-nav > div:last-child > a {
          border-left: #e6e7e8 solid 1px; }
          .sub-nav > div:last-child > a + div {
            left: -100%; }

  .sub-mobile-princ-nav a:before {
    display: none; }

  #menu-item-116 > div,
  #menu-item-1044 > div {
    display: none; }

  #menu-item-1764 > div,
  #menu-item-2528 > div {
    display: none; }

  #menu-item-4099 > div,
  #menu-item-4115 > div {
    display: none; }

  .sub-content-sub-menu {
    display: block; }
    .sub-content-sub-menu > .sub-menu {
      overflow-y: auto;
      height: calc(100vh - 280px); }
    .sub-content-sub-menu .sub {
      margin-bottom: 60px; }

  .cookie-active .sub-content-sub-menu .sub {
    margin-bottom: 140px; }

  .pace {
    opacity: 0 !important; }

  /* ------------------------------------------------------------------------------- */
  /* ----------------------------------   FOOTER   --------------------------------- */
  /* ------------------------------------------------------------------------------- */
  .footer-contact-title,
  .footer-compte-title {
    border-top: 1px solid #77787b; }

  .footer-follow-title {
    padding-top: 15px; }

  .footer-in-bel.accordion-title {
    padding: 10px 0; }
  .footer-in-bel img {
    border-bottom: none;
    margin-bottom: 7px !important;
    padding-bottom: 0px !important; }

  .footer-social {
    padding-top: 0; }

  .footer-follow-title {
    display: none; }

  .site-footer .title-level-6 {
    padding-bottom: 25px; }

  nav.social-menu {
    display: block;
    border-right: none;
    border-right: 0;
    border-top: 1px solid #77787b;
    padding: 10px 0 !important;
    width: 100%;
    clear: both;
    margin-left: 0px;
    margin-top: 0px; }
    nav.social-menu ul {
      margin-left: -10px; }

  #footer-primary-menu,
  .menu-secondary-footer-menu-container {
    display: none; }

  .menu-main-footer-menu-container .menu-menu-caritas-in-belgium-container {
    padding: 0; }

  a.createdby {
    display: block;
    border-top: 1px solid #77787b;
    padding-top: 25px;
    width: 100%;
    clear: both; }

  .site-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 56px; }
    .site-footer > * {
      float: none;
      width: 100%; }
    .site-footer .left-footer {
      padding-top: 32px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-left: 7.5%;
      padding-right: 7.5%; }
    .site-footer .right-footer {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-left: 7.5%;
      padding-right: 7.5%; }
      .site-footer .right-footer p {
        width: 100%; }
        .site-footer .right-footer p + p {
          color: #b2b2b2; }
      .site-footer .right-footer a.button-newsletter.newsletter-link {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px; }
        .site-footer .right-footer a.button-newsletter.newsletter-link:after {
          background: none;
          background: url(../img/newslettermobile.svg) left center no-repeat;
          border-left: none;
          -webkit-filter: brightness(1);
          filter: brightness(1);
          height: 30px;
          top: 10px; }
    .site-footer .copyright-footer {
      display: block;
      width: 100%;
      padding: 16px 0;
      clear: both;
      background: none;
      border-top: 1px solid #77787b; }
      .site-footer .copyright-footer ul, .site-footer .copyright-footer p + div {
        display: block; }
      .site-footer .copyright-footer p, .site-footer .copyright-footer li {
        display: block;
        font-size: 1.3rem; }
        .site-footer .copyright-footer p:after, .site-footer .copyright-footer li:after {
          display: none; }

  /* ------------------------------------------------------------------------------- */
  /* ---------------------------------   GENERAL   --------------------------------- */
  /* ------------------------------------------------------------------------------- */
  .column.readmore-box + .generic-link {
    border-top: 1px solid #e6e7e8;
    padding-top: 24px; }
    .column.readmore-box + .generic-link:before {
      top: 28px; }

  body {
    background: #e6e7e8; }

  .about-section {
    background: #fff; }

  .intro-txt-slider.one {
    margin-top: 0; }
    .intro-txt-slider.one .inner-slide {
      width: 100%; }

  .single-slider.one {
    position: relative; }
    .single-slider.one .credits {
      position: absolute;
      bottom: 0;
      right: 0;
      background: white;
      padding: 5px;
      display: inline;
      z-index: 2;
      font-size: 10px; }

  .projet-template-default.single-projet .sum p.generic-title {
    font-weight: 700; }

  .single-slider-section + .summary-section {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    .single-slider-section + .summary-section > .summary-bloc {
      width: 100%;
      margin: 0;
      margin-bottom: 30px; }
      .single-slider-section + .summary-section > .summary-bloc .text .sum.news {
        padding-top: 0;
        padding-bottom: 0; }
        .single-slider-section + .summary-section > .summary-bloc .text .sum.news p {
          font-size: 16px;
          font-size: 1.6rem; }

  .posts-slider {
    width: calc(100% + 47px);
    margin-left: -24px; }

  .posts-slider .text p {
    font-weight: 700; }

  .posts-slider .text {
    padding: 18px 26px 18px; }

  .content-home .intro {
    padding-top: 70px;
    background: #e6e7e8;
    padding-bottom: 50px;
    position: relative; }
    .content-home .intro .intro-bg-slider,
    .content-home .intro .intro-overlay {
      display: none; }
    .content-home .intro .intro-links {
      padding-top: 0; }
      .content-home .intro .intro-links .red {
        display: none; }
    .content-home .intro .intro-pag {
      display: none; }
    .content-home .intro .intro-box {
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-left: none; }
      .content-home .intro .intro-box .intro-bg-resp {
        height: calc(100vh - 380px);
        display: block;
        border-bottom: 3px solid #e30609; }
      .content-home .intro .intro-box p {
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.2;
        padding: 18px 18px 5px;
        height: 8rem;
        overflow: hidden; }
      .content-home .intro .intro-box a.btn-link {
        padding-top: 0;
        border: none; }
  .content-home .about-section .aside-title {
    position: static;
    display: inline-block;
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg); }
  .content-home .about-section .text {
    font-size: 16px !important;
    font-size: 1.6rem !important; }
  .content-home .sliders-section .title-level-2 {
    border-bottom: 4px solid #e30609;
    display: inline;
    padding-bottom: 3px; }
  .content-home .sliders-section .slider-wrapper .posts-slider {
    overflow: hidden; }
    .content-home .sliders-section .slider-wrapper .posts-slider article .title-level-1 + p {
      display: none; }
  .content-home .slider-wrapper.home-variant.first-slider article > a {
    height: calc(100vh - 150px - 260px - 50px);
    display: block;
    border-bottom: 4px solid #e30609; }
  .content-home .slider-wrapper.home-variant.first-slider .title-level-1 > a > p {
    font-weight: 700 !important;
    font-size: 15px !important;
    font-size: 1.5rem !important;
    color: #221f20; }
  .content-home .first-slider .posts-slider-2 {
    padding-top: 0; }

  .first-slider > .swiper-nav {
    display: none; }

  .home-to-cats-slider {
    padding-top: 40px;
    margin-bottom: -10px; }
    .home-to-cats-slider .slider-wrapper {
      padding-bottom: 0; }
    .home-to-cats-slider .generic-title {
      color: white;
      margin-top: 10px;
      margin-bottom: 30px; }
    .home-to-cats-slider .swiper-pagination-bullet:after {
      background: #fff; }

  .swiper-nav-home-to-cats .swiper-pagination-bullet:after {
    background: white !important; }

  .home-to-cats-section {
    display: none; }

  .swiper-wrapper .swiper-slide.home-to-cats-section {
    display: block; }

  .home-to-cats-slider .posts-slider {
    padding-bottom: 0;
    padding-top: 0; }

  .swiper-slide.home-to-cats-section > div {
    position: relative;
    display: block; }
    .swiper-slide.home-to-cats-section > div > a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: none;
              transform: none; }
      .swiper-slide.home-to-cats-section > div > a:after {
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        background: rgba(34, 31, 32, 0.2);
        display: block;
        width: 100%;
        height: 100%; }
      .swiper-slide.home-to-cats-section > div > a > img {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
        opacity: 0; }
      .swiper-slide.home-to-cats-section > div > a > p {
        font-weight: bold;
        z-index: 3;
        letter-spacing: 1px;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: inline-block;
        padding: 0 15px;
        font-size: 12px;
        text-transform: uppercase;
        color: white;
        text-align: center; }
        .swiper-slide.home-to-cats-section > div > a > p > span {
          display: inline-block;
          border: 2px solid white;
          height: 46px;
          line-height: 46px;
          padding: 0 20px 0 40px; }
          .swiper-slide.home-to-cats-section > div > a > p > span:before {
            display: inline-block;
            width: 5px;
            height: 5px;
            border-top: 2px solid white;
            border-right: 2px solid white;
            content: '';
            -webkit-transform: translateX(-20px) rotate(45deg);
                    transform: translateX(-20px) rotate(45deg); }
      .swiper-slide.home-to-cats-section > div > a:active > img, .swiper-slide.home-to-cats-section > div > a:hover > img {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
                transform: translate(-50%, -50%) scale(1.2);
        -webkit-transition: -webkit-transform 1.2s ease-out;
        transition: -webkit-transform 1.2s ease-out;
        transition: transform 1.2s ease-out;
        transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out; }
      .swiper-slide.home-to-cats-section > div > a:active > p > span, .swiper-slide.home-to-cats-section > div > a:hover > p > span {
        background: white;
        color: #221f20; }
        .swiper-slide.home-to-cats-section > div > a:active > p > span:before, .swiper-slide.home-to-cats-section > div > a:hover > p > span:before {
          border-color: #221f20; }

  .home-docs,
  .home-to-conv-section {
    display: none; }

  .home-to-cats-slider {
    background: #414142; }

  .slider-wrapper {
    padding-bottom: 15px; }

  .sliders-section.home-to-cats-slider {
    padding-bottom: 10px; }
    .sliders-section.home-to-cats-slider .slider-wrapper {
      padding-bottom: 20px; }

  .home-to-cats-section > div {
    height: 80vw; } }
@media (max-width: 767px) and (max-width: 480px) {
  img.object-fit-img {
    height: 100%;
    width: auto; } }
@media (max-width: 767px) {
  .nav-cats.home-page {
    margin-bottom: -20px; }
    .nav-cats.home-page .category-mobile a {
      display: none; }
      .nav-cats.home-page .category-mobile a:first-child {
        display: block; }

  .go-down {
    position: relative;
    height: 30px;
    background: #e6e7e8; }
    .go-down span {
      position: absolute;
      top: 0;
      left: 50%;
      width: 10px;
      height: 10px;
      -webkit-transform: translate(-50%, calc(-50% - 20px)) rotate(45deg);
              transform: translate(-50%, calc(-50% - 20px)) rotate(45deg);
      border-bottom: 2px solid #221f20;
      border-right: 2px solid #221f20; }

  /* --------------------------------------------------------------------------------------------- */
  /* ---------------------------------------- PAGE ABOUT ----------------------------------------- */
  /* --------------------------------------------------------------------------------------------- */
  .content-about .intro-bg-slider,
  .content-about .intro-bg-partners {
    position: relative;
    height: 240px; }
  .content-about .intro-txt-slider,
  .content-about .intro-txt-partners {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .content-about .intro-txt-slider .swiper-slide,
    .content-about .intro-txt-partners .swiper-slide {
      padding-top: 0;
      padding-bottom: 0; }
      .content-about .intro-txt-slider .swiper-slide .inner-slide,
      .content-about .intro-txt-partners .swiper-slide .inner-slide {
        width: 100%; }
        .content-about .intro-txt-slider .swiper-slide .inner-slide .intro-box,
        .content-about .intro-txt-partners .swiper-slide .inner-slide .intro-box {
          background: #e6e7e8;
          padding: 7.5vw;
          padding-left: calc(7.5vw - 2px); }
          .content-about .intro-txt-slider .swiper-slide .inner-slide .intro-box h1,
          .content-about .intro-txt-partners .swiper-slide .inner-slide .intro-box h1 {
            font-weight: bold;
            font-size: 15px;
            font-size: 1.5rem; }
          .content-about .intro-txt-slider .swiper-slide .inner-slide .intro-box p,
          .content-about .intro-txt-partners .swiper-slide .inner-slide .intro-box p {
            font-size: 16px;
            font-size: 1.6rem; }
  .content-about .newsletter-section {
    display: none; }
  .content-about .intro-txt-slider .swiper-slide .inner-slide .intro-box h1,
  .content-about .intro-txt-partners .swiper-slide .inner-slide .intro-box h1 {
    font-size: 18px;
    font-size: 1.8rem; }
  .content-about .inner-about.about-slider {
    width: 100%;
    padding-top: 15px; }
    .content-about .inner-about.about-slider .swiper-pagination-bullet:before {
      opacity: 0;
      border: none; }
    .content-about .inner-about.about-slider .swiper-pagination-bullet:after {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      background: #e30609;
      opacity: 0.5;
      border: none; }
    .content-about .inner-about.about-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
      -webkit-transform: scale(0.85);
      transform: scale(0.85);
      opacity: 1; }
    .content-about .inner-about.about-slider .generic-title {
      display: none; }
  .content-about .column {
    border-bottom: 1px solid #e6e7e8;
    margin-bottom: 30px; }
    .content-about .column:last-child {
      border-bottom: none;
      margin-bottom: 0px; }
  .content-about .ud-sub-list .title-level-1 + p {
    display: none; }

  .histoire-responsive .title-level-2 {
    border-bottom: 3px solid #e30609;
    padding-bottom: 4px;
    margin-left: 7.5vw;
    margin-bottom: 7.5vw;
    display: inline-block; }
  .histoire-responsive .introduction {
    margin-left: 7.5vw;
    padding-left: 10vw;
    border-left: 2px solid #e30609;
    position: relative;
    padding-bottom: 10px; }
    .histoire-responsive .introduction .generic-title {
      font-weight: bold;
      font-size: 14px;
      font-size: 1.4rem;
      padding-bottom: 20px;
      letter-spacing: 0;
      position: relative; }
      .histoire-responsive .introduction .generic-title:before {
        content: '';
        display: block;
        background: url(../img/histoireresponsiveicone.jpg) center top no-repeat;
        background-size: 30px;
        width: calc(17.5vw);
        height: 20vw;
        top: -5px;
        left: calc(-17.5vw - 1.5vw);
        position: absolute;
        z-index: 2; }
    .histoire-responsive .introduction:after {
      content: '';
      position: absolute;
      display: block;
      left: -2px;
      width: 2px;
      top: 50%;
      bottom: 0;
      background: #e30609;
      z-index: 2; }
    .histoire-responsive .introduction p {
      font-size: 13px;
      font-size: 1.3rem;
      padding-right: 7.5vw; }
    .histoire-responsive .introduction .readmore.cross {
      padding-top: 15px; }
  .histoire-responsive .timeline,
  .histoire-responsive .accordion-title {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    padding-left: calc(17.5vw + 2px); }
    .histoire-responsive .timeline:before,
    .histoire-responsive .accordion-title:before {
      content: '';
      position: absolute;
      display: block;
      left: 7.5vw;
      width: 2px;
      top: 0;
      bottom: 0;
      background: #e30609;
      z-index: 2; }
    .histoire-responsive .timeline:after,
    .histoire-responsive .accordion-title:after {
      content: '';
      position: absolute;
      display: block;
      left: 7.5vw;
      width: 12px;
      height: 12px;
      top: 50%;
      -webkit-transform: translate(-5px, -50%);
              transform: translate(-5px, -50%);
      border-radius: 50%;
      background: #e30609;
      z-index: 2; }
    .histoire-responsive .timeline .more,
    .histoire-responsive .accordion-title .more {
      right: 7.5vw;
      border-color: #e30609; }
      .histoire-responsive .timeline .more:after, .histoire-responsive .timeline .more:before,
      .histoire-responsive .accordion-title .more:after,
      .histoire-responsive .accordion-title .more:before {
        background: #e30609; }
    .histoire-responsive .timeline:first-of-type,
    .histoire-responsive .accordion-title:first-of-type {
      display: none; }
    .histoire-responsive .timeline:last-of-type:before,
    .histoire-responsive .accordion-title:last-of-type:before {
      bottom: 50%;
      -webkit-transition: bottom 0.125s ease-out 0.4s;
      transition: bottom 0.125s ease-out 0.4s; }
    .histoire-responsive .timeline:last-of-type.is-opened:before,
    .histoire-responsive .accordion-title:last-of-type.is-opened:before {
      bottom: 0;
      -webkit-transition: bottom 0s ease-in-out 0s;
      transition: bottom 0s ease-in-out 0s; }
  .histoire-responsive .borderbottom {
    position: absolute;
    bottom: 0;
    left: -7.5vw;
    right: 0;
    height: 1px;
    background: #e6e7e8;
    z-index: 1;
    display: block; }
  .histoire-responsive .accordion-content {
    background: #e6e7e8;
    padding-bottom: 0px;
    padding-top: 0px; }
    .histoire-responsive .accordion-content li {
      margin-left: 7.5vw;
      padding-left: 10vw;
      border-left: 2px solid #e30609; }
      .histoire-responsive .accordion-content li .title-level-4 {
        position: relative;
        color: #e30609;
        padding: 30px 0 10px;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 700; }
        .histoire-responsive .accordion-content li .title-level-4:before {
          position: absolute;
          content: '';
          display: block;
          background: #e30609;
          height: 2px;
          width: 6vw;
          left: -10vw;
          top: calc(50% + 10px);
          margin-top: -1px; }
        .histoire-responsive .accordion-content li .title-level-4 + p {
          font-size: 13px;
          font-size: 1.3rem;
          padding-right: 7.5vw; }
      .histoire-responsive .accordion-content li:first-child {
        padding-top: 20px; }
      .histoire-responsive .accordion-content li:last-child {
        padding-bottom: 40px; }

  .page-template-page-about
  .about-section.hover-link .inner-about {
    width: 100%; }
  .page-template-page-about
  .about-section.hover-link .ud-sub-list li {
    overflow: hidden;
    clear: both;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    border: none; }
    .page-template-page-about
    .about-section.hover-link .ud-sub-list li:after {
      content: '';
      display: block;
      width: 85%;
      margin: 0 auto;
      height: 1px;
      background: #e6e7e8;
      position: relative;
      margin-top: -1px; }
    .page-template-page-about
    .about-section.hover-link .ud-sub-list li > a {
      padding: 24px 7.5vw 21px;
      margin-top: -1px; }
    .page-template-page-about
    .about-section.hover-link .ud-sub-list li a > span {
      width: 50px;
      height: 50px;
      float: left;
      overflow: hidden;
      position: relative;
      border-radius: 50%;
      background: #221f20;
      margin-top: -2px; }
      .page-template-page-about
      .about-section.hover-link .ud-sub-list li a > span img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: block; }
    .page-template-page-about
    .about-section.hover-link .ud-sub-list li div {
      float: left;
      width: calc(100vw - 15vw - 50px);
      padding-left: 20px; }

  span.generic-link {
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #e30609;
    padding-left: 20px;
    padding-bottom: 4px;
    position: relative; }
    span.generic-link:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 4px;
      width: 6px;
      height: 10px;
      background: url(../img/btn-arrow.svg) no-repeat;
      background-size: contain;
      -webkit-transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

  .ud-sub-list-link {
    display: block;
    overflow: hidden;
    background: white; }
    .ud-sub-list-link:active, .ud-sub-list-link:hover {
      background: #e6e7e8; }

  .page-template-page-agir .agir-children-section li {
    margin-bottom: 30px; }
    .page-template-page-agir .agir-children-section li img {
      width: 100%;
      height: auto;
      border-left: none; }
    .page-template-page-agir .agir-children-section li a {
      max-width: calc(85vw - 5px); }
  .page-template-page-agir .agir-children-section + .sliders-section {
    background: url(../img/bgnoirstrips.png) #221f20;
    background-size: 16px;
    padding-bottom: 0; }
    .page-template-page-agir .agir-children-section + .sliders-section * {
      background: transparent; }
    .page-template-page-agir .agir-children-section + .sliders-section .category-box {
      background: #221f20; }
    .page-template-page-agir .agir-children-section + .sliders-section .category-mobile .more-cat span {
      color: white; }
    .page-template-page-agir .agir-children-section + .sliders-section .slider-wrapper {
      padding-bottom: 0; }
    .page-template-page-agir .agir-children-section + .sliders-section .to-post-type {
      display: none; }
    .page-template-page-agir .agir-children-section + .sliders-section .title-level-1 a,
    .page-template-page-agir .agir-children-section + .sliders-section .title-level-2 {
      color: white; }
    .page-template-page-agir .agir-children-section + .sliders-section .text {
      padding-left: 0;
      padding-right: 0;
      border-bottom: 1px solid #414142; }

  /* --------------------------------------------------------------------------------------------- */
  /* --------------------------------------- PAGE CONTACT ---------------------------------------- */
  /* --------------------------------------------------------------------------------------------- */
  .content-contact #map {
    margin-left: -7.5vw;
    width: 100vw; }
  .content-contact .contact-address {
    padding-bottom: 10px; }
    .content-contact .contact-address .title-level-2 {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
      text-transform: uppercase; }
    .content-contact .contact-address p, .content-contact .contact-address p a {
      font-size: 13px;
      font-size: 1.3rem; }
    .content-contact .contact-address .generic-link {
      display: none; }
    .content-contact .contact-address span {
      font-weight: 700;
      display: inline-block; }
      .content-contact .contact-address span:after {
        content: ':';
        padding: 0 5px; }
      .content-contact .contact-address span + p {
        display: inline-block; }
      .content-contact .contact-address span + a {
        color: #e30609; }
      .content-contact .contact-address span.lieu {
        -webkit-transform: translateY(-18px);
                transform: translateY(-18px); }
  .content-contact .contact-description {
    border-top: 1px solid #e6e7e8;
    padding-top: 30px; }
    .content-contact .contact-description p {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: 400; }
  .content-contact .tabs-wrapper {
    padding-top: 0;
    background: #e6e7e8; }
    .content-contact .tabs-wrapper .tabs-nav {
      max-width: 100%;
      margin: 0 auto;
      height: auto; }
      .content-contact .tabs-wrapper .tabs-nav .hamburger, .content-contact .tabs-wrapper .tabs-nav .arrow {
        display: none; }
      .content-contact .tabs-wrapper .tabs-nav .generic-title {
        margin-bottom: -5px;
        color: #e30609; }
      .content-contact .tabs-wrapper .tabs-nav .tabs-nav ul,
      .content-contact .tabs-wrapper .tabs-nav .sticky-tabs-nav ul {
        position: relative;
        top: 0; }
    .content-contact .tabs-wrapper .tabs-content {
      padding-bottom: 0; }
  .content-contact .tabs-nav {
    position: relative;
    background: white;
    border-top: 2px solid #e30609;
    color: #e30609;
    -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background 0.25s ease-in-out, color 0.25s ease-in-out; }
    .content-contact .tabs-nav h2.generic-title, .content-contact .tabs-nav .title-level-2.generic-title {
      padding-left: calc(7.5% + 0px);
      padding-right: calc(7.5% + 25px);
      text-align: left; }
    .content-contact .tabs-nav .hamburger {
      display: block !important;
      background: #e30609;
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      left: auto;
      right: 4.5vw; }
      .content-contact .tabs-nav .hamburger:after, .content-contact .tabs-nav .hamburger:before {
        background: #e30609; }
    .content-contact .tabs-nav.opened {
      background: #e30609;
      -webkit-transition: background 0.25s ease-in-out;
      transition: background 0.25s ease-in-out; }
      .content-contact .tabs-nav.opened:before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .content-contact .tabs-nav.opened .generic-title {
        color: white;
        -webkit-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
      .content-contact .tabs-nav.opened .hamburger {
        display: block !important;
        background: transparent; }
        .content-contact .tabs-nav.opened .hamburger:after, .content-contact .tabs-nav.opened .hamburger:before {
          background: white; }
    .content-contact .tabs-nav ul {
      position: relative;
      top: 0;
      background: white;
      background: #fef2f2;
      border-bottom: 2px solid #e30609;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
      .content-contact .tabs-nav ul li {
        text-align: left;
        border-bottom: 1px solid #fc9fa0;
        margin-left: 15vw;
        margin-right: 7.5vw; }
        .content-contact .tabs-nav ul li a {
          line-height: 18px;
          padding-top: 14px;
          padding-bottom: 2px;
          padding-right: 10px;
          margin-bottom: 10px;
          color: #221f20;
          position: relative; }
          .content-contact .tabs-nav ul li a:before {
            top: 20px; }
          .content-contact .tabs-nav ul li a.active {
            color: #e30609;
            padding-left: 0; }
            .content-contact .tabs-nav ul li a.active:before {
              position: absolute;
              background: #e30609;
              left: -10vw;
              width: 5vw; }
        .content-contact .tabs-nav ul li:first-child {
          margin-top: 10px; }
        .content-contact .tabs-nav ul li:last-child {
          border-bottom: none; }
  .content-contact .contact-function {
    padding-bottom: 30px;
    border-bottom: 1px solid #a8a9ac; }
    .content-contact .contact-function img {
      border-radius: 50%;
      margin-left: auto;
      margin-right: auto;
      width: 62.5%; }
    .content-contact .contact-function h3 {
      overflow: hidden;
      text-overflow: ellipsis; }
    .content-contact .contact-function h3, .content-contact .contact-function p {
      text-align: center; }
    .content-contact .contact-function .generic-title {
      text-align: left; }
    .content-contact .contact-function:last-child {
      border-bottom: none;
      padding-bottom: 0; }

  .page-template-home-education .intro-box p {
    text-transform: none; }
    .page-template-home-education .intro-box p + .intro-links {
      display: none; }

  .content-home-education .cols-edu .text-edu {
    margin-bottom: 18px; }

  .page-template-page-don .about-section p {
    font-size: 16px;
    font-size: 1.6rem; }

  .donation-image + section {
    background: none !important; }

  .donation-type-section {
    padding-top: 0; }

  .inner-donation-type {
    width: 100%; }
    .inner-donation-type .donation-type-bloc {
      float: none;
      clear: both;
      border-left: none;
      padding: 0;
      margin-bottom: 0;
      max-width: 768px; }
      .inner-donation-type .donation-type-bloc .accordion-title {
        background: #ccc;
        -webkit-transition: background 0.5s ease-in-out;
        transition: background 0.5s ease-in-out;
        padding-left: 7.5vw;
        padding-right: 7.5vw; }
        .inner-donation-type .donation-type-bloc .accordion-title .more {
          margin-right: 7.5vw;
          border: 1px solid #e30609; }
          .inner-donation-type .donation-type-bloc .accordion-title .more:before, .inner-donation-type .donation-type-bloc .accordion-title .more:after {
            background: #e30609; }
        .inner-donation-type .donation-type-bloc .accordion-title + .accordion-content {
          background: #ccc;
          -webkit-transition: background 0.5s ease-in-out;
          transition: background 0.5s ease-in-out;
          padding: 20px 7.5vw; }
        .inner-donation-type .donation-type-bloc .accordion-title.is-opened {
          background: #e6e7e8; }
          .inner-donation-type .donation-type-bloc .accordion-title.is-opened + .accordion-content {
            background: #e6e7e8; }
            .inner-donation-type .donation-type-bloc .accordion-title.is-opened + .accordion-content a.btn-link {
              background: #e30609;
              color: white;
              padding-left: 46px; }
              .inner-donation-type .donation-type-bloc .accordion-title.is-opened + .accordion-content a.btn-link:before {
                background: url(../img/faireundon.svg) center center no-repeat;
                background-size: 20px;
                height: 20px;
                width: 20px;
                -webkit-transform: translateY(-10px);
                        transform: translateY(-10px);
                margin-left: 6px; }
              .inner-donation-type .donation-type-bloc .accordion-title.is-opened + .accordion-content a.btn-link span {
                display: none; }
      .inner-donation-type .donation-type-bloc .links {
        text-align: center; }

  .donation-type-bloc h2, .donation-type-bloc .title-level-2 {
    padding-bottom: 24px; }

  .donation-children-section .donation-children-list li {
    overflow: hidden;
    clear: both;
    padding-left: 0;
    padding-right: 0;
    position: relative; }
    .donation-children-section .donation-children-list li:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 16px; }
    .donation-children-section .donation-children-list li img {
      float: left;
      width: 80px;
      height: auto; }
      .donation-children-section .donation-children-list li img + div {
        float: right;
        width: calc(100vw - 15vw - 105px);
        text-align: left; }
        .donation-children-section .donation-children-list li img + div h2 {
          margin-top: 0; }
        .donation-children-section .donation-children-list li img + div p {
          display: none; }

  .make-donation-section {
    padding-top: 0; }
    .make-donation-section a.btn-link {
      background: #e30609;
      color: white;
      padding-left: 46px; }
      .make-donation-section a.btn-link:before {
        background: url(../img/faireundon.svg) center center no-repeat;
        background-size: 20px;
        height: 20px;
        width: 20px;
        -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
        margin-left: 6px; }
      .make-donation-section a.btn-link span {
        display: none; }

  .inner-breadcrumbs.faq {
    padding-top: 35px; }

  .faq-cover-section + .summary-section {
    -webkit-transform: none;
            transform: none; }
    .faq-cover-section + .summary-section .summary-bloc.white.faq {
      width: 100%;
      border-left: none; }

  .faq-section dt {
    padding-right: 50px; }
    .faq-section dt:after {
      display: none; }
    .faq-section dt .more {
      position: absolute;
      width: 33px;
      height: 33px;
      border: 1px solid #d0d1d3;
      border-radius: 50%;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%) rotate(0deg);
              transform: translateY(-50%) rotate(0deg);
      -webkit-transition: -webkit-transform 0.25s ease-in-out;
      transition: -webkit-transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
      .faq-section dt .more:after, .faq-section dt .more:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 11px;
        height: 1px;
        background-color: #77787b;
        -webkit-transform: translate(-50%, -50%) rotate(0);
                transform: translate(-50%, -50%) rotate(0);
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
      .faq-section dt .more:after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg); }
    .faq-section dt.active .more:after {
      -webkit-transform: translate(-50%, -50%) rotate(0);
              transform: translate(-50%, -50%) rotate(0); }
  .faq-section dd {
    padding-left: 0;
    padding-right: 0; }

  .histoire-template-default.single-histoire .inner-breadcrumbs {
    display: none; }
  .histoire-template-default.single-histoire .single-slider-section {
    padding-top: 0; }
  .histoire-template-default.single-histoire .summary-section {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-bottom: 36px; }
    .histoire-template-default.single-histoire .summary-section .summary-bloc {
      width: 100%; }
  .histoire-template-default.single-histoire .focus-section {
    padding: 18px 0 70px; }
  .histoire-template-default.single-histoire .title-new-place .move-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 16px; }
  .histoire-template-default.single-histoire .sum p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: light; }
  .histoire-template-default.single-histoire .swiper-pagination-bullet:before {
    opacity: 0;
    border: none; }
  .histoire-template-default.single-histoire .swiper-pagination-bullet:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: #e30609;
    opacity: 0.5;
    border: none; }
  .histoire-template-default.single-histoire .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 1; }
  .histoire-template-default.single-histoire .summary-bloc.white {
    background: #e6e7e8;
    padding: 0;
    border-left: 0; }
    .histoire-template-default.single-histoire .summary-bloc.white .text {
      padding-top: 0; }
    .histoire-template-default.single-histoire .summary-bloc.white .date {
      padding-top: 26px; }
    .histoire-template-default.single-histoire .summary-bloc.white .date,
    .histoire-template-default.single-histoire .summary-bloc.white .nav-cats,
    .histoire-template-default.single-histoire .summary-bloc.white .title-new-place,
    .histoire-template-default.single-histoire .summary-bloc.white .sum.story > h2 {
      padding-left: 26px;
      padding-right: 26px;
      border-left: 4px solid #e30609; }
  .histoire-template-default.single-histoire .sum.story {
    padding-top: 0; }
    .histoire-template-default.single-histoire .sum.story h2 {
      padding-top: 26px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 0;
      padding-bottom: 40px; }
    .histoire-template-default.single-histoire .sum.story h2 + p {
      padding-top: 26px; }
    .histoire-template-default.single-histoire .sum.story p {
      background: white;
      padding-left: 26px;
      padding-right: 26px; }

  /* --------------------------------------------------------------------------------------------- */
  /* -------------------------------------- PAGE EDUCATION --------------------------------------- */
  /* --------------------------------------------------------------------------------------------- */
  .content-home-education .intro-bg-slider,
  .content-home-education .intro-bg-partners {
    position: relative;
    height: 240px; }
  .content-home-education .intro-txt-slider,
  .content-home-education .intro-txt-partners {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .content-home-education .intro-txt-slider .swiper-slide,
    .content-home-education .intro-txt-partners .swiper-slide {
      padding-top: 0;
      padding-bottom: 0; }
      .content-home-education .intro-txt-slider .swiper-slide .inner-slide,
      .content-home-education .intro-txt-partners .swiper-slide .inner-slide {
        width: 100%; }
        .content-home-education .intro-txt-slider .swiper-slide .inner-slide .intro-box,
        .content-home-education .intro-txt-partners .swiper-slide .inner-slide .intro-box {
          background: #e6e7e8;
          padding: 7.5vw;
          padding-left: calc(7.5vw - 2px); }
          .content-home-education .intro-txt-slider .swiper-slide .inner-slide .intro-box h1,
          .content-home-education .intro-txt-partners .swiper-slide .inner-slide .intro-box h1 {
            font-weight: bold;
            font-size: 15px;
            font-size: 1.5rem; }
          .content-home-education .intro-txt-slider .swiper-slide .inner-slide .intro-box p,
          .content-home-education .intro-txt-partners .swiper-slide .inner-slide .intro-box p {
            font-size: 16px;
            font-size: 1.6rem; }
  .content-home-education .stories-list-section.education {
    background: url(../img/bgnoirstrips.png) #221f20;
    background-size: 16px; }
    .content-home-education .stories-list-section.education .title-level-2 {
      color: white;
      text-align: left;
      display: inline;
      border-bottom: 2px solid #e30609;
      font-weight: bold;
      font-size: 15px;
      font-size: 1.5rem; }
    .content-home-education .stories-list-section.education article .title-level-1 + p {
      display: none; }
  .content-home-education .about-section .text {
    font-size: 16px;
    font-size: 1.6rem; }
  .content-home-education .cols-edu .text-edu {
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 10px;
    margin-bottom: 32px; }
    .content-home-education .cols-edu .text-edu:last-child {
      border-bottom: none; }
  .content-home-education .newsletter-section {
    display: none; }
  .content-home-education .newsletter-section.contact-bloc {
    display: block; }
    .content-home-education .newsletter-section.contact-bloc .inner-about img {
      border-radius: 50%;
      margin-left: auto;
      margin-right: auto;
      width: 62.5%; }
    .content-home-education .newsletter-section.contact-bloc .inner-about h3 {
      overflow: hidden;
      text-overflow: ellipsis; }
    .content-home-education .newsletter-section.contact-bloc .inner-about h3, .content-home-education .newsletter-section.contact-bloc .inner-about p {
      text-align: center; }
    .content-home-education .newsletter-section.contact-bloc .inner-about .generic-title {
      text-align: left; }
    .content-home-education .newsletter-section.contact-bloc .inner-about .generic-title {
      padding-top: 20px; }
  .content-home-education .stories-list {
    padding-bottom: 0; }
  .content-home-education .text-edu .readmore-box {
    padding-top: 10px; }
  .content-home-education .text-edu .to-shave {
    height: 96px; }

  /* --------------------------------------------------------------------------------------------- */
  /* ---------------------------------------- PAGE JOBS ------------------------------------------ */
  /* --------------------------------------------------------------------------------------------- */
  .content-jobs .intro-bg-slider,
  .content-jobs .intro-bg-partners {
    position: relative;
    height: 240px; }
  .content-jobs .intro-txt-slider,
  .content-jobs .intro-txt-partners {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .content-jobs .intro-txt-slider .swiper-slide,
    .content-jobs .intro-txt-partners .swiper-slide {
      padding-top: 0;
      padding-bottom: 0; }
      .content-jobs .intro-txt-slider .swiper-slide .inner-slide,
      .content-jobs .intro-txt-partners .swiper-slide .inner-slide {
        width: 100%; }
        .content-jobs .intro-txt-slider .swiper-slide .inner-slide .intro-box,
        .content-jobs .intro-txt-partners .swiper-slide .inner-slide .intro-box {
          background: #e6e7e8;
          padding: 7.5vw;
          padding-left: calc(7.5vw - 2px); }
          .content-jobs .intro-txt-slider .swiper-slide .inner-slide .intro-box h1,
          .content-jobs .intro-txt-partners .swiper-slide .inner-slide .intro-box h1 {
            font-weight: bold;
            font-size: 15px;
            font-size: 1.5rem; }
          .content-jobs .intro-txt-slider .swiper-slide .inner-slide .intro-box p,
          .content-jobs .intro-txt-partners .swiper-slide .inner-slide .intro-box p {
            font-size: 16px;
            font-size: 1.6rem; }
  .content-jobs .jobs-jobs .generic-title {
    display: inline-block;
    border-bottom: 2px solid #e30609; }
  .content-jobs .jobs-jobs:last-child {
    display: none; }
  .content-jobs .inner-jobs .jobs-jobs > ul .jobs-item {
    padding-bottom: 10px; }
    .content-jobs .inner-jobs .jobs-jobs > ul .jobs-item h3 {
      text-transform: uppercase;
      font-weight: 700; }
    .content-jobs .inner-jobs .jobs-jobs > ul .jobs-item p.title-level-1 > a {
      margin-top: 10px;
      position: relative;
      display: inline-block;
      border: 2px solid #e30609;
      margin-left: 50%;
      margin-right: -50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .content-jobs .inner-jobs .jobs-jobs > ul .jobs-item p.title-level-1 > a > img {
        display: block;
        position: absolute;
        top: 50%;
        left: 15px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .content-jobs .inner-jobs .jobs-jobs > ul .jobs-item p.title-level-1 > a > span {
        display: inline-block;
        display: block;
        font-weight: bold;
        padding: 10px 15px 10px 60px;
        width: auto;
        max-width: calc(100vw - 15vw - 15px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5em;
        font-size: 13px;
        font-size: 1.3rem;
        height: 38px; }
      .content-jobs .inner-jobs .jobs-jobs > ul .jobs-item p.title-level-1 > a:active, .content-jobs .inner-jobs .jobs-jobs > ul .jobs-item p.title-level-1 > a:focus, .content-jobs .inner-jobs .jobs-jobs > ul .jobs-item p.title-level-1 > a:hover {
        background: none !important; }
        .content-jobs .inner-jobs .jobs-jobs > ul .jobs-item p.title-level-1 > a:active span, .content-jobs .inner-jobs .jobs-jobs > ul .jobs-item p.title-level-1 > a:focus span, .content-jobs .inner-jobs .jobs-jobs > ul .jobs-item p.title-level-1 > a:hover span {
          padding: 10px 15px 10px 60px !important; }
  .content-jobs .newsletter-section {
    display: none; }

  .content.content-thanks .intro {
    background: white; }
    .content.content-thanks .intro .swiper-wrapper {
      height: 45%; }
  .content.content-thanks .intro-story-thanks {
    display: none; }
  .content.content-thanks .intro-box-thanks {
    outline: 1px solid white;
    outline-offset: -10px;
    background: #e6e7e8; }
    .content.content-thanks .intro-box-thanks h1:after {
      margin: 5px auto 0; }
    .content.content-thanks .intro-box-thanks h2, .content.content-thanks .intro-box-thanks .title-level-2 {
      font-size: 15px;
      font-size: 1.5rem;
      text-transform: uppercase; }
  .content.content-thanks .intro-txt-partners .inner-slide {
    top: 20vh; }
  .content.content-thanks .swiper-pagination-bullets {
    display: none; }
  .content.content-thanks .thanks-share {
    display: none; }
  .content.content-thanks .thanks-donation-section {
    background: white; }
  .content.content-thanks .thanks-list .txt-box {
    text-align: left;
    padding-top: 0;
    margin-top: -52px;
    padding-bottom: 20px; }
    .content.content-thanks .thanks-list .txt-box > div {
      width: 85%;
      max-width: 1000px; }
      .content.content-thanks .thanks-list .txt-box > div img {
        display: block;
        margin: 0 auto; }
      .content.content-thanks .thanks-list .txt-box > div h2, .content.content-thanks .thanks-list .txt-box > div .title-level-2 {
        margin-top: 20px;
        padding-bottom: 10px; }
  .content.content-thanks .btn-link {
    max-width: 280px;
    text-overflow: ellipsis; }

  /* --------------------------------------------------------------------------------------------- */
  /* ------------------------------------- PAGE PARTENAIRES -------------------------------------- */
  /* --------------------------------------------------------------------------------------------- */
  .content-partners .intro-bg-slider,
  .content-partners .intro-bg-partners {
    position: relative;
    height: 240px; }
  .content-partners .intro-txt-slider,
  .content-partners .intro-txt-partners {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .content-partners .intro-txt-slider .swiper-slide,
    .content-partners .intro-txt-partners .swiper-slide {
      padding-top: 0;
      padding-bottom: 0; }
      .content-partners .intro-txt-slider .swiper-slide .inner-slide,
      .content-partners .intro-txt-partners .swiper-slide .inner-slide {
        width: 100%; }
        .content-partners .intro-txt-slider .swiper-slide .inner-slide .intro-box,
        .content-partners .intro-txt-partners .swiper-slide .inner-slide .intro-box {
          background: #e6e7e8;
          padding: 7.5vw;
          padding-left: calc(7.5vw - 2px); }
          .content-partners .intro-txt-slider .swiper-slide .inner-slide .intro-box h1,
          .content-partners .intro-txt-partners .swiper-slide .inner-slide .intro-box h1 {
            font-weight: bold;
            font-size: 15px;
            font-size: 1.5rem; }
          .content-partners .intro-txt-slider .swiper-slide .inner-slide .intro-box p,
          .content-partners .intro-txt-partners .swiper-slide .inner-slide .intro-box p {
            font-size: 16px;
            font-size: 1.6rem; }
  .content-partners .network-section {
    background: white; }
    .content-partners .network-section .title-level-2 {
      padding-bottom: 20px; }
    .content-partners .network-section li {
      padding-bottom: 0;
      border-bottom: 1px solid #e6e7e8; }
      .content-partners .network-section li:last-child {
        border-bottom: none; }
      .content-partners .network-section li .accordion-title {
        padding: 0; }
        .content-partners .network-section li .accordion-title img {
          margin-top: 20px;
          height: 50px; }
        .content-partners .network-section li .accordion-title .more {
          border-color: #a8a9ac; }
          .content-partners .network-section li .accordion-title .more:after, .content-partners .network-section li .accordion-title .more:before {
            background: #a8a9ac; }
        .content-partners .network-section li .accordion-title.is-opened .more {
          border-color: #414142; }
  .content-partners .partners-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 0 50px; }
    .content-partners .partners-section ul li {
      padding-top: 0;
      padding-bottom: 0;
      border: 0;
      width: 50%;
      height: calc(50vw - 7.5vw);
      padding: 5px 0;
      padding-right: 5px;
      padding-left: 0; }
      .content-partners .partners-section ul li:nth-child(even) {
        padding-left: 5px;
        padding-right: 0; }
      .content-partners .partners-section ul li a {
        background: white;
        display: block;
        position: relative;
        width: 100%;
        height: 100%; }
        .content-partners .partners-section ul li a:after {
          display: none; }
        .content-partners .partners-section ul li a img {
          position: absolute;
          display: block;
          top: 50%;
          left: 50%;
          max-width: 80%;
          height: auto;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .content-partners .partners-section ul li p {
        display: none; }

  /* --------------------------------------------------------------------------------------------- */
  /* ---------------------------------------- PAGE PRESSE ---------------------------------------- */
  /* --------------------------------------------------------------------------------------------- */
  .content-press .contact-function img {
    border-radius: 50%; }
  .content-press .tabs-wrapper {
    padding-top: 0;
    background: #e6e7e8; }
    .content-press .tabs-wrapper .tabs-nav {
      max-width: 100%;
      margin: 0 auto;
      height: auto; }
      .content-press .tabs-wrapper .tabs-nav .hamburger, .content-press .tabs-wrapper .tabs-nav .arrow {
        display: none; }
      .content-press .tabs-wrapper .tabs-nav .generic-title {
        margin-bottom: -5px;
        color: #e30609; }
      .content-press .tabs-wrapper .tabs-nav .tabs-nav ul,
      .content-press .tabs-wrapper .tabs-nav .sticky-tabs-nav ul {
        position: relative;
        top: 0; }
    .content-press .tabs-wrapper .tabs-content {
      padding-bottom: 0; }
  .content-press .tabs-nav {
    position: relative;
    background: white;
    border-top: 2px solid #e30609;
    color: #e30609;
    -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background 0.25s ease-in-out, color 0.25s ease-in-out; }
    .content-press .tabs-nav h2.generic-title, .content-press .tabs-nav .title-level-2.generic-title {
      padding-left: calc(7.5% + 0px);
      padding-right: calc(7.5% + 25px);
      text-align: left; }
    .content-press .tabs-nav .hamburger {
      display: block !important;
      background: #e30609;
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      left: auto;
      right: 4.5vw; }
      .content-press .tabs-nav .hamburger:after, .content-press .tabs-nav .hamburger:before {
        background: #e30609; }
    .content-press .tabs-nav.opened {
      background: #e30609;
      -webkit-transition: background 0.25s ease-in-out;
      transition: background 0.25s ease-in-out; }
      .content-press .tabs-nav.opened:before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .content-press .tabs-nav.opened .generic-title {
        color: white;
        -webkit-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
      .content-press .tabs-nav.opened .hamburger {
        display: block !important;
        background: transparent; }
        .content-press .tabs-nav.opened .hamburger:after, .content-press .tabs-nav.opened .hamburger:before {
          background: white; }
    .content-press .tabs-nav ul {
      position: relative;
      top: 0;
      background: white;
      background: #fef2f2;
      border-bottom: 2px solid #e30609;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
      .content-press .tabs-nav ul li {
        text-align: left;
        border-bottom: 1px solid #fc9fa0;
        margin-left: 15vw;
        margin-right: 7.5vw; }
        .content-press .tabs-nav ul li a {
          line-height: 18px;
          padding-top: 14px;
          padding-bottom: 2px;
          padding-right: 10px;
          margin-bottom: 10px;
          color: #221f20;
          position: relative; }
          .content-press .tabs-nav ul li a:before {
            top: 20px; }
          .content-press .tabs-nav ul li a.active {
            color: #e30609;
            padding-left: 0; }
            .content-press .tabs-nav ul li a.active:before {
              position: absolute;
              background: #e30609;
              left: -10vw;
              width: 5vw; }
        .content-press .tabs-nav ul li:first-child {
          margin-top: 10px; }
        .content-press .tabs-nav ul li:last-child {
          border-bottom: none; }

  #press-release .tabs-press-release > li {
    border-bottom: 1px solid #a8a9ac; }
    #press-release .tabs-press-release > li h2 {
      border-top: none; }
      #press-release .tabs-press-release > li h2 > a {
        position: relative;
        display: inline-block;
        border: 2px solid #e30609;
        margin-left: 50%;
        margin-right: -50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        #press-release .tabs-press-release > li h2 > a > img {
          display: block;
          position: absolute;
          top: 50%;
          left: 15px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        #press-release .tabs-press-release > li h2 > a > span {
          display: inline-block;
          display: block;
          font-weight: bold;
          padding: 10px 15px 10px 60px;
          width: auto;
          max-width: calc(100vw - 15vw - 15px);
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 1.5em;
          font-size: 13px;
          font-size: 1.3rem;
          height: 38px; }
        #press-release .tabs-press-release > li h2 > a:active, #press-release .tabs-press-release > li h2 > a:focus, #press-release .tabs-press-release > li h2 > a:hover {
          background: none !important; }
          #press-release .tabs-press-release > li h2 > a:active span, #press-release .tabs-press-release > li h2 > a:focus span, #press-release .tabs-press-release > li h2 > a:hover span {
            padding: 10px 15px 10px 60px !important; }
  #press-release p {
    display: none; }
    #press-release p.title-level-2 {
      display: block;
      border-top: none;
      margin-top: -10px;
      margin-bottom: 25px; }
      #press-release p.title-level-2 > a {
        position: relative;
        display: inline-block;
        border: 2px solid #e30609;
        margin-left: 50%;
        margin-right: -50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        #press-release p.title-level-2 > a > img {
          display: block;
          position: absolute;
          top: 50%;
          left: 15px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        #press-release p.title-level-2 > a > span {
          display: inline-block;
          display: block;
          font-weight: bold;
          padding: 10px 15px 10px 60px;
          width: auto;
          max-width: calc(100vw - 15vw - 15px);
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 1.5em;
          font-size: 13px;
          font-size: 1.3rem;
          height: 38px; }
        #press-release p.title-level-2 > a:active, #press-release p.title-level-2 > a:focus, #press-release p.title-level-2 > a:hover {
          background: none !important; }
          #press-release p.title-level-2 > a:active span, #press-release p.title-level-2 > a:focus span, #press-release p.title-level-2 > a:hover span {
            padding: 10px 15px 10px 60px !important; }
  #press-release .generic-link {
    margin-top: 10px; }

  #annual-reports .title-level-1 > a {
    position: relative;
    display: inline-block;
    border: 2px solid #e30609;
    margin-left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    #annual-reports .title-level-1 > a > img {
      display: block;
      position: absolute;
      top: 50%;
      left: 15px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    #annual-reports .title-level-1 > a > span {
      display: inline-block;
      display: block;
      font-weight: bold;
      padding: 10px 15px 10px 60px;
      width: auto;
      max-width: calc(100vw - 15vw - 15px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.5em;
      font-size: 13px;
      font-size: 1.3rem;
      height: 38px; }
    #annual-reports .title-level-1 > a:active, #annual-reports .title-level-1 > a:focus, #annual-reports .title-level-1 > a:hover {
      background: none !important; }
      #annual-reports .title-level-1 > a:active span, #annual-reports .title-level-1 > a:focus span, #annual-reports .title-level-1 > a:hover span {
        padding: 10px 15px 10px 60px !important; }

  /* --------------------------------------------------------------------------------------------- */
  /* ---------------------------------------- PAGE PUBLICATIONS ------------------------------------------ */
  /* --------------------------------------------------------------------------------------------- */
  .content-pubs .intro-bg-slider,
  .content-pubs .intro-bg-partners {
    position: relative;
    height: 240px; }
  .content-pubs .intro-txt-slider,
  .content-pubs .intro-txt-partners {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .content-pubs .intro-txt-slider .swiper-slide,
    .content-pubs .intro-txt-partners .swiper-slide {
      padding-top: 0;
      padding-bottom: 0; }
      .content-pubs .intro-txt-slider .swiper-slide .inner-slide,
      .content-pubs .intro-txt-partners .swiper-slide .inner-slide {
        width: 100%; }
        .content-pubs .intro-txt-slider .swiper-slide .inner-slide .intro-box,
        .content-pubs .intro-txt-partners .swiper-slide .inner-slide .intro-box {
          background: #e6e7e8;
          padding: 7.5vw;
          padding-left: calc(7.5vw - 2px); }
          .content-pubs .intro-txt-slider .swiper-slide .inner-slide .intro-box h1,
          .content-pubs .intro-txt-partners .swiper-slide .inner-slide .intro-box h1 {
            font-weight: bold;
            font-size: 15px;
            font-size: 1.5rem; }
          .content-pubs .intro-txt-slider .swiper-slide .inner-slide .intro-box p,
          .content-pubs .intro-txt-partners .swiper-slide .inner-slide .intro-box p {
            font-size: 16px;
            font-size: 1.6rem; }
  .content-pubs .tabs-wrapper {
    padding-top: 0;
    background: #e6e7e8; }
    .content-pubs .tabs-wrapper .tabs-nav {
      max-width: 100%;
      margin: 0 auto;
      height: auto; }
      .content-pubs .tabs-wrapper .tabs-nav .hamburger, .content-pubs .tabs-wrapper .tabs-nav .arrow {
        display: none; }
      .content-pubs .tabs-wrapper .tabs-nav .generic-title {
        margin-bottom: -5px;
        color: #e30609; }
      .content-pubs .tabs-wrapper .tabs-nav .tabs-nav ul,
      .content-pubs .tabs-wrapper .tabs-nav .sticky-tabs-nav ul {
        position: relative;
        top: 0; }
    .content-pubs .tabs-wrapper .tabs-content {
      padding-bottom: 0; }
  .content-pubs .tabs-nav {
    position: relative;
    background: white;
    border-top: 2px solid #e30609;
    color: #e30609;
    -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background 0.25s ease-in-out, color 0.25s ease-in-out; }
    .content-pubs .tabs-nav h2.generic-title, .content-pubs .tabs-nav .title-level-2.generic-title {
      padding-left: calc(7.5% + 0px);
      padding-right: calc(7.5% + 25px);
      text-align: left; }
    .content-pubs .tabs-nav .hamburger {
      display: block !important;
      background: #e30609;
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      left: auto;
      right: 4.5vw; }
      .content-pubs .tabs-nav .hamburger:after, .content-pubs .tabs-nav .hamburger:before {
        background: #e30609; }
    .content-pubs .tabs-nav.opened {
      background: #e30609;
      -webkit-transition: background 0.25s ease-in-out;
      transition: background 0.25s ease-in-out; }
      .content-pubs .tabs-nav.opened:before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .content-pubs .tabs-nav.opened .generic-title {
        color: white;
        -webkit-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
      .content-pubs .tabs-nav.opened .hamburger {
        display: block !important;
        background: transparent; }
        .content-pubs .tabs-nav.opened .hamburger:after, .content-pubs .tabs-nav.opened .hamburger:before {
          background: white; }
    .content-pubs .tabs-nav ul {
      position: relative;
      top: 0;
      background: white;
      background: #fef2f2;
      border-bottom: 2px solid #e30609;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
      .content-pubs .tabs-nav ul li {
        text-align: left;
        border-bottom: 1px solid #fc9fa0;
        margin-left: 15vw;
        margin-right: 7.5vw; }
        .content-pubs .tabs-nav ul li a {
          line-height: 18px;
          padding-top: 14px;
          padding-bottom: 2px;
          padding-right: 10px;
          margin-bottom: 10px;
          color: #221f20;
          position: relative; }
          .content-pubs .tabs-nav ul li a:before {
            top: 20px; }
          .content-pubs .tabs-nav ul li a.active {
            color: #e30609;
            padding-left: 0; }
            .content-pubs .tabs-nav ul li a.active:before {
              position: absolute;
              background: #e30609;
              left: -10vw;
              width: 5vw; }
        .content-pubs .tabs-nav ul li:first-child {
          margin-top: 10px; }
        .content-pubs .tabs-nav ul li:last-child {
          border-bottom: none; }
  .content-pubs .tabs-docs li a + .title-level-1 > a,
  .content-pubs .tabs-docs li a + h1 > a {
    position: relative;
    display: inline-block;
    border: 2px solid #e30609;
    margin-left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .content-pubs .tabs-docs li a + .title-level-1 > a > img,
    .content-pubs .tabs-docs li a + h1 > a > img {
      display: block;
      position: absolute;
      top: 50%;
      left: 15px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .content-pubs .tabs-docs li a + .title-level-1 > a > span,
    .content-pubs .tabs-docs li a + h1 > a > span {
      display: inline-block;
      display: block;
      font-weight: bold;
      padding: 10px 15px 10px 60px;
      width: auto;
      max-width: calc(100vw - 15vw - 15px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1.5em;
      font-size: 13px;
      font-size: 1.3rem;
      height: 38px; }
    .content-pubs .tabs-docs li a + .title-level-1 > a:active, .content-pubs .tabs-docs li a + .title-level-1 > a:focus, .content-pubs .tabs-docs li a + .title-level-1 > a:hover,
    .content-pubs .tabs-docs li a + h1 > a:active,
    .content-pubs .tabs-docs li a + h1 > a:focus,
    .content-pubs .tabs-docs li a + h1 > a:hover {
      background: none !important; }
      .content-pubs .tabs-docs li a + .title-level-1 > a:active span, .content-pubs .tabs-docs li a + .title-level-1 > a:focus span, .content-pubs .tabs-docs li a + .title-level-1 > a:hover span,
      .content-pubs .tabs-docs li a + h1 > a:active span,
      .content-pubs .tabs-docs li a + h1 > a:focus span,
      .content-pubs .tabs-docs li a + h1 > a:hover span {
        padding: 10px 15px 10px 60px !important; }
  .content-pubs .tabs-docs img {
    margin: 0 auto; }
  .content-pubs .about-section .text p {
    font-size: 16px;
    font-size: 1.6rem; }

  .projet-template-default.single-projet .inner-breadcrumbs {
    display: none; }
  .projet-template-default.single-projet .single-slider-section {
    padding-top: 0; }
  .projet-template-default.single-projet .summary-section {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-bottom: 36px; }
    .projet-template-default.single-projet .summary-section .summary-bloc {
      width: 100%; }
  .projet-template-default.single-projet .focus-section {
    padding: 18px 0 70px; }
  .projet-template-default.single-projet .title-new-place .move-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 16px; }
  .projet-template-default.single-projet .sum p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300; }
  .projet-template-default.single-projet .swiper-pagination-bullet:before {
    opacity: 0;
    border: none; }
  .projet-template-default.single-projet .swiper-pagination-bullet:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: #e30609;
    opacity: 0.5;
    border: none; }
  .projet-template-default.single-projet .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 1; }

  .content.content-donation-child .inner-about.transparent .text {
    font-size: 16px;
    font-size: 1.6rem; }
  .content.content-donation-child .countries-listing .region {
    border-bottom: 1px solid #e6e7e8;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .content.content-donation-child .countries-listing .region:last-child {
      border-bottom: 0; }
  .content.content-donation-child .footer-donation-section {
    background: #e6e7e8; }
    .content.content-donation-child .footer-donation-section p {
      text-align: left; }
  .content.content-donation-child .make-donation-section {
    background: #e6e7e8; }
    .content.content-donation-child .make-donation-section .inner-make-donation {
      background: none;
      padding-top: 0; }

  .content-search .inner-breadcrumbs.faq {
    background: white;
    padding-top: 50px;
    padding-bottom: 50px; }
    .content-search .inner-breadcrumbs.faq h1 {
      font-size: 13px;
      font-size: 1.3rem;
      text-transform: uppercase;
      font-weight: 400; }
      .content-search .inner-breadcrumbs.faq h1 .guillemets {
        display: none; }
      .content-search .inner-breadcrumbs.faq h1 .clear {
        display: block;
        clear: both;
        padding-top: 3px;
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: 700; }

  .results-section {
    background: #e6e7e8;
    padding-top: 0 !important; }
    .results-section h2 {
      display: none; }
    .results-section .inner-content {
      width: 100%; }

  .results {
    padding-top: 0;
    margin-top: -2px;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
    width: 85%;
    max-width: 85% !important; }
    .results .result {
      border-bottom: 1px solid #a8a9ac; }
      .results .result img {
        margin-top: 46px; }
      .results .result:first-child, .results .result:first-of-type {
        border-top: none; }

  aside.tabs-nav {
    position: relative;
    height: auto;
    -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background 0.25s ease-in-out, color 0.25s ease-in-out; }
    aside.tabs-nav .title-level-2 {
      height: 64px;
      line-height: 60px !important;
      text-align: left;
      padding-left: 7.5vw !important;
      color: #e30609 !important;
      background: white;
      border-top: 2px solid #e30609;
      border-bottom: 2px solid #e30609; }
      aside.tabs-nav .title-level-2 span {
        color: #e30609; }
    aside.tabs-nav .hamburger {
      display: block !important;
      background: #e30609;
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      left: auto;
      right: 4.5vw; }
      aside.tabs-nav .hamburger:after, aside.tabs-nav .hamburger:before {
        background: #e30609; }
    aside.tabs-nav.opened .title-level-2 {
      background: #e30609;
      color: white !important; }
      aside.tabs-nav.opened .title-level-2 span {
        color: white; }
    aside.tabs-nav.opened .hamburger {
      display: block !important;
      background: transparent; }
      aside.tabs-nav.opened .hamburger:after, aside.tabs-nav.opened .hamburger:before {
        background: white; }
    aside.tabs-nav:before {
      content: '';
      position: absolute;
      display: none;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid white;
      top: 30px;
      right: 20px;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
    aside.tabs-nav.opened:before {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    aside.tabs-nav ul {
      height: 0;
      position: static;
      background: white;
      background: #fef2f2;
      border-top: 2px solid #e30609;
      border-bottom: 2px solid #e30609;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
      aside.tabs-nav ul li {
        text-align: left;
        border-top: none;
        border-bottom: 1px solid #fc9fa0;
        margin-left: 15vw;
        margin-right: 7.5vw; }
        aside.tabs-nav ul li a {
          line-height: 18px;
          padding-top: 0 !important;
          padding-bottom: 0 !important;
          padding-right: 10px;
          margin-bottom: 0 !important;
          color: #221f20;
          position: relative; }
          aside.tabs-nav ul li a:before {
            top: 20px;
            height: 1px; }
          aside.tabs-nav ul li a.active {
            color: #e30609;
            padding-left: 0; }
            aside.tabs-nav ul li a.active:before {
              position: absolute;
              background: #e30609;
              left: -10vw;
              width: 5vw; }
        aside.tabs-nav ul li:first-child {
          margin-top: 10px; }
        aside.tabs-nav ul li:last-child {
          border-bottom: none; }

  .filters {
    margin-top: -11px;
    border-top: 2px solid #fc9fa0; }
    .filters li {
      text-transform: uppercase; }

  .filters a.active, .filters a.open {
    padding-left: 0px; }

  .filters li.has-children li:first-of-type {
    padding-top: 0; }

  .filters li.has-children li {
    padding-top: 0;
    padding-bottom: 0; }

  .tabs-nav li ul li:first-of-type {
    margin-top: 0; }

  .filters > li:first-of-type {
    padding-left: 0px; }
    .filters > li:first-of-type a:before {
      left: 0; }

  aside.tabs-nav ul li.has-children {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
    aside.tabs-nav ul li.has-children > a {
      padding-bottom: 15px !important; }

  .filter.active:before,
  .active:before, .open.active:before {
    background: white; }

  aside.tabs-nav ul li a:before {
    top: 8px; }

  .filters > li:first-of-type a:before {
    left: -30px; }

  .filter + .sub-filters {
    border-top: 1px solid #fc9fa0;
    border-bottom: none; }
    .filter + .sub-filters li a {
      padding-top: 10px !important;
      padding-bottom: 10px !important; }
    .filter + .sub-filters li:last-child {
      margin-bottom: 0; }

  .page-template-home-volontary-return .tabs-wrapper {
    padding-top: 0;
    background: #e6e7e8; }
    .page-template-home-volontary-return .tabs-wrapper .tabs-nav {
      max-width: 100%;
      margin: 0 auto;
      height: auto; }
      .page-template-home-volontary-return .tabs-wrapper .tabs-nav .hamburger, .page-template-home-volontary-return .tabs-wrapper .tabs-nav .arrow {
        display: none; }
      .page-template-home-volontary-return .tabs-wrapper .tabs-nav .generic-title {
        margin-bottom: -5px;
        color: #e30609; }
      .page-template-home-volontary-return .tabs-wrapper .tabs-nav .tabs-nav ul,
      .page-template-home-volontary-return .tabs-wrapper .tabs-nav .sticky-tabs-nav ul {
        position: relative;
        top: 0; }
    .page-template-home-volontary-return .tabs-wrapper .tabs-content {
      padding-bottom: 0; }
  .page-template-home-volontary-return .tabs-nav {
    position: relative;
    background: white;
    border-top: 2px solid #e30609;
    color: #e30609;
    -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background 0.25s ease-in-out, color 0.25s ease-in-out; }
    .page-template-home-volontary-return .tabs-nav h2.generic-title, .page-template-home-volontary-return .tabs-nav .title-level-2.generic-title {
      padding-left: calc(7.5% + 0px);
      padding-right: calc(7.5% + 25px);
      text-align: left; }
    .page-template-home-volontary-return .tabs-nav .hamburger {
      display: block !important;
      background: #e30609;
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      left: auto;
      right: 4.5vw; }
      .page-template-home-volontary-return .tabs-nav .hamburger:after, .page-template-home-volontary-return .tabs-nav .hamburger:before {
        background: #e30609; }
    .page-template-home-volontary-return .tabs-nav.opened {
      background: #e30609;
      -webkit-transition: background 0.25s ease-in-out;
      transition: background 0.25s ease-in-out; }
      .page-template-home-volontary-return .tabs-nav.opened:before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .page-template-home-volontary-return .tabs-nav.opened .generic-title {
        color: white;
        -webkit-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
      .page-template-home-volontary-return .tabs-nav.opened .hamburger {
        display: block !important;
        background: transparent; }
        .page-template-home-volontary-return .tabs-nav.opened .hamburger:after, .page-template-home-volontary-return .tabs-nav.opened .hamburger:before {
          background: white; }
    .page-template-home-volontary-return .tabs-nav ul {
      position: relative;
      top: 0;
      background: white;
      background: #fef2f2;
      border-bottom: 2px solid #e30609;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
      .page-template-home-volontary-return .tabs-nav ul li {
        text-align: left;
        border-bottom: 1px solid #fc9fa0;
        margin-left: 15vw;
        margin-right: 7.5vw; }
        .page-template-home-volontary-return .tabs-nav ul li a {
          line-height: 18px;
          padding-top: 14px;
          padding-bottom: 2px;
          padding-right: 10px;
          margin-bottom: 10px;
          color: #221f20;
          position: relative; }
          .page-template-home-volontary-return .tabs-nav ul li a:before {
            top: 20px; }
          .page-template-home-volontary-return .tabs-nav ul li a.active {
            color: #e30609;
            padding-left: 0; }
            .page-template-home-volontary-return .tabs-nav ul li a.active:before {
              position: absolute;
              background: #e30609;
              left: -10vw;
              width: 5vw; }
        .page-template-home-volontary-return .tabs-nav ul li:first-child {
          margin-top: 10px; }
        .page-template-home-volontary-return .tabs-nav ul li:last-child {
          border-bottom: none; }
  .page-template-home-volontary-return .intro-box {
    background: #e6e7e8;
    text-transform: none;
    padding-bottom: 18px; }
  .page-template-home-volontary-return .contact-function img {
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    width: 62.5%; }
  .page-template-home-volontary-return .contact-function h3 {
    overflow: hidden;
    text-overflow: ellipsis; }
  .page-template-home-volontary-return .contact-function h3, .page-template-home-volontary-return .contact-function p {
    text-align: center; }
  .page-template-home-volontary-return .contact-function .generic-title {
    text-align: left; }

  .post-template-default.single-post .inner-breadcrumbs {
    display: none; }
  .post-template-default.single-post .single-slider-section {
    padding-top: 0; }
  .post-template-default.single-post .summary-section {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-bottom: 36px; }
    .post-template-default.single-post .summary-section .summary-bloc {
      width: 100%; }
  .post-template-default.single-post .focus-section {
    padding: 18px 0 70px; }
  .post-template-default.single-post .title-new-place .move-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 16px; }
  .post-template-default.single-post .sum p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: light; }
  .post-template-default.single-post .swiper-pagination-bullet:before {
    opacity: 0;
    border: none; }
  .post-template-default.single-post .swiper-pagination-bullet:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: #e30609;
    opacity: 0.5;
    border: none; }
  .post-template-default.single-post .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 1; }

  .content-home-cats h1.title-level-1 {
    display: none; }
  .content-home-cats .inner-about .text {
    font-size: 16px;
    font-size: 1.6rem; }
  .content-home-cats .sliders-section.background-white.on-small {
    padding-top: 0 !important; }
  .content-home-cats .posts-slider-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    .content-home-cats .posts-slider-5 .swiper-slide {
      margin-right: 10px;
      background: #e6e7e8; }
      .content-home-cats .posts-slider-5 .swiper-slide article {
        padding: 20px; }
        .content-home-cats .posts-slider-5 .swiper-slide article img {
          width: 50px;
          margin-bottom: 15px; }
        .content-home-cats .posts-slider-5 .swiper-slide article .title-level-1 {
          text-transform: uppercase;
          font-weight: bold;
          font-size: 15px;
          font-size: 1.5rem; }
          .content-home-cats .posts-slider-5 .swiper-slide article .title-level-1 + p {
            font-size: 13px;
            font-size: 1.3rem;
            padding: 15px 0;
            height: 100px; }
    .content-home-cats .posts-slider-5 .swiper-nav {
      margin-bottom: 0; }
  .content-home-cats .maps-container.maps-container-lvl1 {
    display: none; }
  .content-home-cats .country-section .country-section-title {
    text-align: center;
    padding: 60px 0 40px;
    background: url(../img/mapbackground.jpg) center center no-repeat;
    background-size: cover; }
    .content-home-cats .country-section .country-section-title > span {
      font-weight: bold;
      padding-bottom: 3px;
      display: inline-block;
      text-transform: uppercase;
      border-bottom: 2px solid #e30609; }
  .content-home-cats .country-section .accordion-title {
    background: #221f20;
    border-top: 1px solid #77787b;
    padding: 20px 7.5vw;
    text-transform: uppercase;
    color: white;
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out; }
    .content-home-cats .country-section .accordion-title span {
      margin-right: 7.5vw; }
    .content-home-cats .country-section .accordion-title + .accordion-content {
      background: #221f20;
      padding: 20px 7.5vw;
      margin-top: -1px;
      -webkit-transition: background 0.5s ease-in-out;
      transition: background 0.5s ease-in-out; }
      .content-home-cats .country-section .accordion-title + .accordion-content p {
        color: #e6e7e8;
        font-weight: 300;
        padding-bottom: 20px;
        font-size: 13px;
        font-size: 1.3rem; }
      .content-home-cats .country-section .accordion-title + .accordion-content a {
        color: #e30609;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 0px;
        display: block;
        padding-bottom: 10px; }
    .content-home-cats .country-section .accordion-title.is-opened {
      background: #414142; }
      .content-home-cats .country-section .accordion-title.is-opened + .accordion-content {
        background: #414142; }

  .focus-section {
    text-align: left; }
    .focus-section.border {
      border-bottom: none; }
    .focus-section .aside-title.focus {
      position: static;
      display: inline-block;
      -webkit-transform: translate(0, 0) rotate(0deg);
              transform: translate(0, 0) rotate(0deg);
      margin-left: 7.5%;
      margin-top: 40px;
      margin-bottom: 20px; }
    .focus-section > div > ul {
      max-width: 4000px; }
      .focus-section > div > ul > li:after {
        left: 0;
        margin-left: 0; }
      .focus-section > div > ul > li:nth-child(3) {
        display: none; }

  .nav-cats {
    position: relative; }
    .nav-cats p.category-mobile {
      position: relative;
      padding-bottom: 0; }
      .nav-cats p.category-mobile a > span {
        color: #221f20; }
    .nav-cats .category-box {
      position: absolute;
      background: #221f20;
      bottom: calc(100% + 10px);
      padding: 10px;
      visibility: hidden;
      -webkit-transition: visibility 0.25s ease-in-out;
      transition: visibility 0.25s ease-in-out;
      min-width: 180px;
      opacity: 0;
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
      padding-right: 20px;
      -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
      .nav-cats .category-box > li {
        font-size: 10px;
        font-size: 1rem; }
        .nav-cats .category-box > li > a {
          color: #e6e7e8; }
          .nav-cats .category-box > li > a:active, .nav-cats .category-box > li > a:hover {
            color: #e30609; }
        .nav-cats .category-box > li.title {
          display: block;
          text-transform: uppercase;
          color: white;
          font-weight: 700;
          font-size: 11px;
          font-size: 1.1rem;
          padding-bottom: 5px; }
          .nav-cats .category-box > li.title:after {
            display: none; }
      .nav-cats .category-box:after {
        display: block;
        content: '';
        position: absolute;
        left: 10px;
        bottom: 0;
        height: 0;
        width: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #221f20;
        margin-bottom: -6px; }
      .nav-cats .category-box .close {
        position: absolute;
        top: 7px;
        right: 9px;
        width: 30px;
        height: 30px;
        display: block; }
        .nav-cats .category-box .close:after, .nav-cats .category-box .close:before {
          position: absolute;
          display: block;
          content: '';
          background: white;
          height: 2px;
          width: 10px;
          top: 10px;
          right: 2px; }
        .nav-cats .category-box .close:after {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
        .nav-cats .category-box .close:before {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
    .nav-cats.is-opened .category-box {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }

  a.readmore {
    display: block;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #e30609;
    padding: 0 0 30px 20px; }
    a.readmore span:before {
      content: '';
      position: absolute;
      display: block;
      left: -20px;
      bottom: 6px;
      width: 6px;
      height: 10px;
      background: url(../img/btn-arrow.svg) no-repeat;
      background-size: contain; }

  a.readmore > .readbtn {
    display: inline-block;
    position: absolute;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }

  a.readmore > .closebtn {
    display: inline-block;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }

  a.readmore.close > .readbtn {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }

  a.readmore.close > .closebtn {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }

  a.readmore.cross > span.readbtn:before {
    background: #e30609;
    width: 9px;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    content: '';
    position: absolute; }
  a.readmore.cross > span.readbtn:after {
    background: #e30609;
    width: 9px;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    height: 2px;
    content: '';
    position: absolute; }
  a.readmore.cross > span.closebtn:before {
    background: #e30609;
    width: 9px;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    content: '';
    position: absolute; }

  .ripple {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .ripple .ink {
      display: block !important;
      position: absolute;
      background: rgba(255, 255, 255, 0.3);
      border-radius: 100%;
      -webkit-transform: scale(0);
              transform: scale(0); }

  .btn-ripple.ripple .ink {
    background: rgba(227, 6, 9, 0.3); }

  .ripple.agir .ink,
  .menu-responsive-open .menu-mobile-footer li.volontariat .ripple .ink {
    background: rgba(0, 0, 0, 0.1); }

  .animate {
    -webkit-animation: ripple 0.65s linear;
            animation: ripple 0.65s linear; }

  @-webkit-keyframes ripple {
    100% {
      opacity: 0;
      -webkit-transform: scale(2.5);
              transform: scale(2.5); } }

  @keyframes ripple {
    100% {
      opacity: 0;
      -webkit-transform: scale(2.5);
              transform: scale(2.5); } }
  .share-section .inner-content {
    position: relative; }
    .share-section .inner-content .title-level-3 {
      position: absolute;
      opacity: 1;
      right: calc(100px + 66px); }
    .share-section .inner-content .share {
      position: absolute;
      width: 158px;
      height: 50px;
      top: 2px;
      right: 0;
      overflow: hidden; }
      .share-section .inner-content .share a {
        margin-bottom: 10px; }
  .share-section.active .inner-content .title-level-3 {
    opacity: 0;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
  .share-section.active .inner-content .share {
    width: 198px;
    top: 6px;
    -webkit-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out; }
    .share-section.active .inner-content .share div.more-share {
      display: none; }

  .share a,
  .share .more-share {
    margin-left: 0px; }

  .share .more-share {
    -webkit-transform: translateY(13px);
            transform: translateY(13px);
    display: inline-block; }
    .share .more-share > span {
      background: none;
      border: 1px solid white; }
      .share .more-share > span:after, .share .more-share > span:before {
        content: '';
        position: absolute;
        top: calc(50% - 3px);
        left: 50%;
        width: 11px;
        height: 1px;
        background-color: #fff;
        border: none;
        -webkit-transform: translate(-50%, -50%) rotate(0);
                transform: translate(-50%, -50%) rotate(0);
        -webkit-transition: -webkit-transform 0.25s ease-in-out;
        transition: -webkit-transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out;
        transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
      .share .more-share > span:after {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
                transform: translate(-50%, -50%) rotate(90deg); }

  .readmore.to-shave {
    height: 83px;
    overflow: hidden; }

  .contact-description .readmore.to-shave {
    height: 113px;
    font-size: 13px;
    font-size: 1.3rem; }

  .column .readmore.to-shave {
    height: 83px; }

  .readmore.content {
    height: 0;
    overflow: hidden; }

  .shave-child .to-shave {
    max-height: 60px;
    color: #221f20 !important; }

  .tabs-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .tabs-switch.on-small {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .tabs-switch > a {
      width: 50%;
      text-align: center;
      text-transform: uppercase;
      background: white;
      display: block; }
      .tabs-switch > a > span {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 400;
        padding: 20px 0;
        font-weight: bold;
        position: relative;
        display: inline-block;
        padding-left: 20px; }
        .tabs-switch > a > span:before {
          content: '';
          display: inline-block;
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          height: 0;
          width: 0;
          border-top: 5px solid #e30609;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent; }
      .tabs-switch > a.active {
        background: #e6e7e8; }
    .tabs-switch + section > .inner-content .posts-slider {
      padding-top: 0; }
    .tabs-switch + section > .inner-content .title-level-2.generic-title {
      font-size: 12px;
      font-size: 1.2rem; }
      .tabs-switch + section > .inner-content .title-level-2.generic-title.hide {
        display: none;
        margin-bottom: 30px; }
    .tabs-switch + section > .inner-content .pre-slider-wrapper {
      height: 0px;
      z-index: 0;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out; }
      .tabs-switch + section > .inner-content .pre-slider-wrapper.active {
        height: auto;
        z-index: 2;
        opacity: 1; }
    .tabs-switch + section > .inner-content .posts-slider.posts-slider-3.swiper-container-horizontal {
      padding-bottom: 0; }

  .swiper-nav,
  .swiper-nav-first,
  .swiper-nav-home-to-cats {
    text-align: center; }
    .swiper-nav .swiper-pagination-bullet:before,
    .swiper-nav-first .swiper-pagination-bullet:before,
    .swiper-nav-home-to-cats .swiper-pagination-bullet:before {
      opacity: 0;
      border: none; }
    .swiper-nav .swiper-pagination-bullet:after,
    .swiper-nav-first .swiper-pagination-bullet:after,
    .swiper-nav-home-to-cats .swiper-pagination-bullet:after {
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      background: #e30609;
      opacity: 0.5;
      border: none; }
    .swiper-nav .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
    .swiper-nav-first .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
    .swiper-nav-home-to-cats .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
      -webkit-transform: scale(0.85);
      transform: scale(0.85);
      opacity: 1; }

  .page-template-home-template .swiper-nav,
  .swiper-nav-first,
  .swiper-nav-home-to-cats {
    margin-top: 20px; }

  .swiper-next,
  .swiper-prev {
    display: none; }

  .swiper-wrapper *, .swiper-wrapper *:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }

  .posts-slider .swiper-slide:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }

  .sliders-section.noPadTop.one-slide .slider-wrapper.home-variant.cats-slider article > a {
    height: calc(100vh - 150px - 260px - 15px); }
  .sliders-section.noPadTop.one-slide + .go-down > span {
    -webkit-transform: translate(-50%, calc(-50% - 15px)) rotate(45deg);
    transform: translate(-50%, calc(-50% - 15px)) rotate(45deg); }

  .swiper-nav-first {
    margin-bottom: -10px; }

  .accordion-content .social-menu {
    margin-top: 10px; }
    .accordion-content .social-menu a {
      height: 23px; }
    .accordion-content .social-menu .newsletter-icon {
      border-left: 1px solid #a8a9ac;
      padding-left: 15px;
      margin-left: 10px; }
      .accordion-content .social-menu .newsletter-icon:before {
        content: 'Newsletters :';
        color: #a8a9ac;
        text-transform: none;
        font-size: 11px;
        padding-right: 5px;
        display: inline-block;
        -webkit-transform: translateY(-4px);
                transform: translateY(-4px); }
      .accordion-content .social-menu .newsletter-icon a {
        display: inline-block;
        height: 20px; }
  .accordion-content.fr .social-menu .newsletter-icon:before {
    content: 'Newsletters :';
    color: #a8a9ac;
    text-transform: none;
    font-size: 11px;
    padding-right: 5px;
    display: inline-block;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
  .accordion-content.nl .social-menu .newsletter-icon:before {
    content: 'Nieuwsbrieven :';
    color: #a8a9ac;
    text-transform: none;
    font-size: 11px;
    padding-right: 0px;
    display: inline-block;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }

  .sliders-section.noPadTop {
    padding-top: 15px !important; }

  .content.content-archives {
    background: white; }
    .content.content-archives .archive-section {
      padding-bottom: 60px; }
      .content.content-archives .archive-section article .text {
        padding-bottom: 30px;
        margin-bottom: 40px;
        border-bottom: 1px solid #e6e7e8; }
      .content.content-archives .archive-section article:last-child .text, .content.content-archives .archive-section article:last-of-type .text {
        margin-bottom: 0;
        border-bottom: none; }

  a.btn-link {
    max-width: 280px;
    text-overflow: ellipsis; }

  .swiper-nav.empty {
    height: 1px;
    margin: 19px auto 20px; }

  .swiper-slide.rv-slider {
    background: #e6e7e8; }
    .swiper-slide.rv-slider .text {
      padding: 18px 26px !important; }

  .background-white.histoires .title-level-2 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 235px;
    margin: 0 auto;
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 70px;
    background: url(../img/histoirestitre.jpg) center top no-repeat; }
    .background-white.histoires .title-level-2 span {
      line-height: 2em;
      border-bottom: 4px solid #e30609;
      padding-bottom: 3px; }
  .background-white.histoires .swiper-slide {
    background: #e6e7e8; }

  .about-columns .column p.to-shave {
    padding-bottom: 0; }

  .slider-wrapper.home-variant.cats-slider > div {
    padding-top: 0; }
  .slider-wrapper.home-variant.cats-slider article > a {
    display: block;
    border-bottom: 4px solid #e30609; }
  .slider-wrapper.home-variant.cats-slider .text .title-level-1 p {
    font-weight: 700; }

  .posts-slider.swiper-container-horizontal {
    width: calc(100% + 56px);
    margin-left: -29px; }

  .go-down, .upper-header .social-menu,
  .intro-overlay,
  .sub-menu.sub-menu-1 + .sub-menu.sub-menu-1,
  .sub-menu-0 + .sub-menu.sub-menu-1,
  .swiper-nav-first.slider-1-items,
  .maps-container-lvl2,
  .maps-container-lvl3,
  .on-large, .mobile-nav,
  .tabs-content .tab.active .generic-title {
    display: none; }

  .tabs-content {
    padding-bottom: 7.5vw; }

  .on-small {
    display: block; }

  .select2-container.select2-container--default.select2-container--open {
    z-index: 5; }

  .posts-slider .text p {
    color: #221f20; }

  .share-box {
    display: none; }

  .pre-aside-title {
    display: block;
    position: static;
    -webkit-transform: none;
            transform: none;
    left: 0;
    min-width: 0;
    width: auto;
    text-align: left;
    padding: 7.5vw 7.5vw 0; }
    .pre-aside-title .aside-title {
      display: block;
      position: static;
      -webkit-transform: none;
              transform: none;
      left: 0;
      text-align: left; }

  a.btn-link {
    line-height: 43px; }

  .select2-selection.select2-selection--single.ctn-archives {
    background: #e30609; }

  .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: white; }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    border-left: none; }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: white; }

  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: white; }

  .picto-title.education {
    background-position: left center; }

  .background-white {
    background: white; }

  .posts-slider .swiper-nav {
    position: static;
    background: none;
    margin: 20px auto; }

  .posts-slider .swiper-pag {
    float: none; }

  .posts-slider article > a {
    display: inline-block; }

  .tabs-nav ul {
    -webkit-box-shadow: inset 0px 40px 40px -40px rgba(0, 0, 0, 0.35);
            box-shadow: inset 0px 40px 40px -40px rgba(0, 0, 0, 0.35); }

  .tabs-content {
    padding-top: 0; }

  .stories-list-section .stories-list > li:last-of-type {
    display: block; }

  .sliders-section h2.generic-title,
  .sliders-section .title-level-2.generic-title {
    width: auto;
    display: inline-block;
    border-bottom: 4px solid #e30609;
    padding-bottom: 4px;
    font-size: 12px;
    font-size: 1.2rem; }
  .sliders-section .posts-slider {
    padding-bottom: 0; }
    .sliders-section .posts-slider .title-level-1 + p {
      display: none; }
      .sliders-section .posts-slider .title-level-1 + p.to-shave {
        display: block; }

  .search-close.animated-button {
    -webkit-transform: scale(0.5) !important;
            transform: scale(0.5) !important; }

  .sum.story p > a {
    border-bottom: 1px solid #e30609; }

  .slider-1-items {
    opacity: 0;
    height: 1px !important;
    margin-top: 19px !important; }

  .content-home-cats .country-section .accordion-title + .accordion-content a.readmorenoclic {
    display: inline-block; }

  .page-template-home-education,
  .page-template-page-presse,
  .page-template-page-contact,
  .content.content-home-education .intro + section {
    background: white; }

  .results .result:last-child {
    border-bottom: none; }

  .mobile-princ-nav > .accordion-content {
    display: block !important; }

  .content.content-contact .select2-selection__placeholder {
    color: #888 !important; }

  .content.content-contact .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: #888 !important; }

  .mobile-search-open .mobile-search {
    background: #e30609; }

  .histoire-template-default.single.single-histoire .sum-story .title-level-2 {
    padding-bottom: 26px !important; }

  #ssba-classic-2 {
    display: none; }

  .archive .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 7.5vw; }
  .archive .select2-selection__placeholder {
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
  .archive .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: block;
    text-align: left;
    line-height: 64px;
    color: #e30609;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0; }
  .archive .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }
  .archive .select2-container--default.select2-container--open .select2-selection__rendered {
    background: #e30609 !important; }
    .archive .select2-container--default.select2-container--open .select2-selection__rendered .select2-selection__placeholder {
      color: white !important; }
  .archive .select2-results__option {
    border-bottom: 1px solid #fc8688;
    padding-top: 10px;
    padding-bottom: 10px; }
  .archive .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: none;
    border-top: 2px solid #fc8688; }

  .select2-dropdown {
    background: #fef2f2 !important; }
    .select2-dropdown .select2-results__options.select2-results__options--nested li {
      color: black; }

  .select2-dropdown.with-archives.select2-dropdown--below {
    margin-top: 10px; }

  .pre-tabs {
    display: block;
    padding: 0 7.5vw 3vw;
    font-size: 12px; }
    .pre-tabs:before {
      content: '';
      display: inline-block;
      border-top: 5px solid #e30609;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      height: 0;
      width: 0;
      margin-right: 10px;
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); } }
  @media (max-width: 767px) and (min-width: 768px) {
    .pre-tabs {
      display: none; } }

@media (max-width: 767px) {
  .filters li.has-children > a:after {
    display: none; }

  aside.tabs-nav ul li li {
    margin-right: 0;
    margin-left: 0; }

  aside.tabs-nav ul li li a:before {
    top: 18px; }

  .content-archives .select-box {
    position: relative; }
  .content-archives .pre-tabs {
    padding: 7.5vw 0;
    margin-bottom: -7.5vw; }
  .content-archives .hamburger {
    display: block;
    position: absolute !important;
    left: 85vw;
    bottom: 66px;
    position: relative;
    margin-top: 13px;
    margin-bottom: 13px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
    .content-archives .hamburger, .content-archives .hamburger::before, .content-archives .hamburger::after {
      display: block;
      width: 36px;
      height: 3px;
      background-color: #e30609;
      outline: 1px solid transparent;
      -webkit-transition-property: background-color, -webkit-transform;
      transition-property: background-color, -webkit-transform;
      transition-property: background-color, transform;
      transition-property: background-color, transform, -webkit-transform;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }
    .content-archives .hamburger::before, .content-archives .hamburger::after {
      position: absolute;
      content: ""; }
    .content-archives .hamburger::before {
      top: -13px; }
    .content-archives .hamburger::after {
      top: 13px; }

  .summary-section.story-page > .summary-bloc
  .title-level-2.generic-title.show-on-mobile {
    padding-bottom: 36px; }

  .select2-container--default .select2-results > .select2-results__options {
    max-height: 9999999px; }

  .select2-container--open + .hamburger {
    z-index: 9; }
    .select2-container--open + .hamburger {
      background-color: transparent; }
    .select2-container--open + .hamburger::before, .select2-container--open + .hamburger::after {
      background-color: white; }
    .select2-container--open + .hamburger::before {
      -webkit-transform: translateY(13px) rotate(45deg);
              transform: translateY(13px) rotate(45deg); }
    .select2-container--open + .hamburger::after {
      -webkit-transform: translateY(-13px) rotate(-45deg);
              transform: translateY(-13px) rotate(-45deg); }

  .archive-section .inner-content {
    width: 100%; }
  .archive-section .select-box {
    max-width: 800px; }
  .archive-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    position: relative;
    background: white;
    border-top: 2px solid #e30609;
    border-bottom: 2px solid #e30609;
    color: #e30609;
    -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background 0.25s ease-in-out, color 0.25s ease-in-out; }
  .archive-section .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus.select2-container--open .select2-selection--single .select2-selection__rendered {
    background: #e30609;
    color: white; }
  .archive-section .select2-selection__placeholder {
    padding-left: calc(7.5% + 0px);
    padding-right: calc(7.5% + 25px);
    text-align: left;
    color: #e30609; }
  .archive-section article {
    padding-left: 7.5vw;
    padding-right: 7.5vw; }

  .ssba.ssba-wrap.share + div,
  #ssba-classic-2.ssba.ssbp-wrap.left.ssbp--theme-1 * {
    display: none !important; }

  .open-list {
    margin-top: 10px;
    position: relative;
    background: white;
    border-top: 2px solid #e30609;
    color: #e30609;
    -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background 0.25s ease-in-out, color 0.25s ease-in-out; }
    .open-list span {
      padding-left: calc(7.5% + 0px);
      padding-right: calc(7.5% + 25px);
      text-align: left;
      text-transform: uppercase;
      letter-spacing: 4px;
      font-weight: 700;
      line-height: 50px;
      text-overflow: ellipsis;
      overflow: hidden;
      display: inline-block;
      white-space: nowrap;
      padding-top: 5px;
      max-width: 85%; }
    .open-list .hamburger {
      display: block !important;
      background: #e30609;
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      left: auto;
      right: 4.5vw;
      position: absolute;
      bottom: 16px !important; }
      .open-list .hamburger:after, .open-list .hamburger:before {
        background: #e30609; }
    .open-list.opened {
      background: #e30609;
      -webkit-transition: background 0.25s ease-in-out;
      transition: background 0.25s ease-in-out; }
      .open-list.opened:before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .open-list.opened span {
        color: white;
        -webkit-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out; }
      .open-list.opened .hamburger {
        display: block !important;
        background: transparent; }
        .open-list.opened .hamburger {
          background-color: transparent; }
        .open-list.opened .hamburger::before, .open-list.opened .hamburger::after {
          background-color: white; }
        .open-list.opened .hamburger::before {
          -webkit-transform: translateY(13px) rotate(45deg);
                  transform: translateY(13px) rotate(45deg); }
        .open-list.opened .hamburger::after {
          -webkit-transform: translateY(-13px) rotate(-45deg);
                  transform: translateY(-13px) rotate(-45deg); }
        .open-list.opened .hamburger:after, .open-list.opened .hamburger:before {
          background: white; }

  .list {
    position: relative;
    top: 0;
    overflow: hidden;
    background: #fef2f2;
    margin-bottom: 32px;
    border-bottom: 2px solid #e30609;
    height: 0; }
    .list ul {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
      .list ul li {
        text-align: left;
        margin-left: 15vw;
        margin-right: 7.5vw;
        position: relative; }
        .list ul li:after {
          content: '';
          background: #fc9fa0;
          position: absolute;
          height: 1px;
          top: 0px;
          right: 0;
          left: 34px; }
        .list ul li a {
          line-height: 18px;
          padding-top: 14px;
          padding-bottom: 4px;
          padding-right: 10px;
          margin-bottom: 10px;
          padding-left: 34px;
          color: #221f20;
          position: relative;
          text-transform: uppercase;
          display: block;
          font-size: 13px;
          font-size: 1.3rem; }
          .list ul li a:before {
            top: 20px; }
          .list ul li a.active {
            color: #e30609;
            padding-left: 0; }
            .list ul li a.active:before {
              position: absolute;
              background: #e30609;
              left: -10vw;
              width: 5vw; }
        .list ul li:first-child:after {
          left: 0; }
        .list ul li:first-child a {
          padding-left: 0; }
        .list ul li:last-child {
          border-bottom: none; }
      .list ul:first-child li:first-child:after {
        display: none; }
      .list ul:last-child {
        padding-bottom: 16px; }

  .inner-article aside p {
    font-style: normal !important;
    font-weight: 700 !important; }

  .article-section aside {
    border-left: 2px solid #e30609;
    padding-left: 7.5vw;
    padding-bottom: 0;
    margin-bottom: 40px; }
    .article-section aside p {
      font-size: 17px; }
    .article-section aside span.author {
      font-style: normal;
      font-weight: 700;
      font-size: 11px; }

  a.newsletter-text-link,
  a.newsletter-text-link:visited {
    color: #e30609 !important; }

  .home-category-mobile p {
    display: none; }
    .home-category-mobile p:first-child {
      display: inline-block; }
  .home-category-mobile .more-cats p {
    display: none; }

  .single-slider.swiper-container-horizontal.swiper-container-fade,
  .intro-txt-slider.one .intro-box {
    background: #e6e7e8; }

  .single-slider-section {
    position: relative; }
    .single-slider-section .credits {
      position: absolute;
      bottom: 0;
      right: 0;
      background: white;
      padding: 5px;
      display: inline;
      z-index: 2;
      font-size: 10px; }

  .page-template-page-child-agir,
  .page-template-page-don,
  .page-template-page-agir,
  .page-template-default,
  .post-template-default {
    background: white; }

  .single-projet .sum p {
    display: inline; }
  .single-projet .sum .generic-title {
    text-transform: none;
    letter-spacing: 0; }
  .single-projet .sum .clear-sum {
    display: block;
    clear: both;
    width: 100%;
    height: 10px; }

  .page-template-page-about
  .about-section.hover-link .ud-sub-list li a > span img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-30%, -50%);
    display: block;
    height: 100%;
    width: auto; } }
/* -- Fin du responsive -- */
@media (max-width: 440px) {
  .new-search-section .search-button h3, .new-search-section .search-button .title-level-3 {
    padding-top: 12px;
    line-height: 18px; } }
/* -- Corrections & Exceptions Desktop -- */
@media (min-width: 768px) {
  .posts-slider {
    overflow: hidden; }

  .menu-mobile-footer,
  .donation-image, .histoire-responsive,
  span.show-mobile, li.title,
  a.readmore, .country-section,
  .readmore.to-shave, .more-share.on-small,
  .sub-nav, .mobile-princ-nav, .on-small,
  .more-cat, .category-mobile,
  .histoire-responsive + .about-section .ud-sub-list > li > span {
    display: none; }

  .histoire-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .content-search .guillemets,
  .content-search .clear {
    display: inline-block; }

  .clearondesktop {
    display: block;
    clear: both; }

  .on-large {
    display: block; }

  .readmore.content {
    padding-top: 0; }

  .posts-slider .text h3 p {
    font-weight: 700;
    color: #221f20;
    padding-bottom: 0; }

  .footer-follow-title {
    padding-top: 30px; }

  .search-button {
    position: relative;
    background-image: url(../img/search-red.svg); }
    .search-button > span {
      display: block;
      position: absolute;
      top: 50%;
      left: 100%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #a8a9ac;
      font-size: 12px;
      font-weight: 300; }

  .search-filters-box.tabs-nav .filters a {
    color: white; }
    .search-filters-box.tabs-nav .filters a.active, .search-filters-box.tabs-nav .filters a.open {
      color: white; }
  .search-filters-box.tabs-nav ul.sub-filters {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }
.summary-section.story-page {
  background: white;
  border-left: none;
  -webkit-transform: none;
          transform: none; }
  .summary-section.story-page > .summary-bloc {
    background: white;
    border-left: none; }
    .summary-section.story-page > .summary-bloc .show-on-mobile {
      margin-top: 36px; }
    .summary-section.story-page > .summary-bloc p {
      margin-bottom: 36px; }

.pre-tabs.bg-blanc {
  background: white; }

@media (max-width: 767px) {
  .show-on-mobile {
    display: block; }

  .show-on-desktop {
    display: none; }

  .title-new-place.story-page .move-title {
    padding-bottom: 36px; } }
@media (min-width: 768px) {
  .show-on-mobile {
    display: none; }

  .show-on-desktop {
    display: block; }

  .pre-tabs {
    display: none; }

  .main-search-desktop {
    height: 45px;
    width: 45px;
    background: url(../img/search.svg) center center no-repeat #1b1b1b;
    background-size: 21px;
    padding: 0 !important; }

  #secondary-menu li:first-of-type a {
    border-left: none; }
    #secondary-menu li:first-of-type a:before {
      display: none; }

  #secondary-menu li:nth-of-type(2) a {
    padding-left: 60px;
    color: #e6e7e8;
    background: none; }
    #secondary-menu li:nth-of-type(2) a:before {
      width: 26px;
      height: 20px;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: url(../img/education.svg) no-repeat;
      background-size: contain;
      left: 14px;
      top: 13px;
      -webkit-transition: 0.17s ease-in-out;
      transition: 0.17s ease-in-out; }

  #secondary-menu li:nth-of-type(3) a {
    background: #e6e7e8;
    color: #e30609; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .intro-links {
    min-width: 385px; }

  .pre-tabs {
    display: none; }

  .intro .intro-overlay {
    display: block !important; }

  .mobile-search.search-button {
    float: none;
    position: absolute;
    top: 0;
    right: 117px;
    width: 45px;
    height: 45px;
    background: url(../img/search.svg) center center no-repeat black;
    background-size: 20px; } }
.histoire-template-default.single.single-histoire {
  background: white; }

.lower-header .sub-menu-0 > ul > li > a {
  line-height: 30px; }

#frm_field_498_container,
#frm_checkbox_498-0 {
  width: 100%; }
  #frm_field_498_container label a,
  #frm_checkbox_498-0 label a {
    color: #e30609 !important; }

.scroll-to.back-to-top {
  z-index: 9; }

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none; }

  .show-on-mobile {
    display: block; } }
@media (min-width: 768px) {
  .hide-on-mobile {
    display: block; }

  .show-on-mobile {
    display: none; } }
.summary-bloc.story-page div .title-quote.generic-title,
.with-quote > .quote_bloc + div .title-quote.generic-title {
  text-transform: none;
  letter-spacing: 2px; }

.lower-header .sub-menu-0 > ul > li.menu-item-has-children > a:after {
  top: 33px; }

/************/
@media (max-width: 767px) {
  .content-home .slider-wrapper.home-variant.first-slider article > a,
  .sliders-section .slider-wrapper.home-variant.cats-slider article > a {
    height: calc(300px);
    height: calc(100vh - 290px);
    min-height: 300px; } }
/***
 * Responsive layout for the control panel
 */
@media screen and (max-width: 479px) {
  #tarteaucitron .tarteaucitronLine .tarteaucitronName {
    width: 90% !important; }

  #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
    float: left !important;
    margin: 10px 15px 5px; } }
@media screen and (max-width: 767px) {
  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
    background: #fff;
    border: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
    top: 0 !important;
    width: 100% !important; }

  #tarteaucitron .tarteaucitronBorder {
    border: 0 !important; }

  #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    border: 0 !important; }

  #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
    text-align: left !important; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  #tarteaucitron {
    border: 0 !important;
    left: 0 !important;
    margin: 0 5% !important;
    max-height: 80% !important;
    width: 90% !important; } }
/***
 * Common value
 */
#tarteaucitron * {
  zoom: 1; }

#tarteaucitron .clear {
  clear: both; }

#tarteaucitron a {
  color: #424242;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none; }

#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
  color: #fff; }

#tarteaucitron b {
  font-weight: 500; }

/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

#tarteaucitronRoot * {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  color: #333;
  line-height: normal;
  vertical-align: initial; }

/***
 * Control panel
 */
#tarteaucitronBack {
  background: #333;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646; }

#tarteaucitron {
  display: none;
  max-height: 80%;
  left: 50%;
  margin: 0 auto 0 -430px;
  padding: 0;
  position: fixed;
  top: 6%;
  width: 860px;
  z-index: 2147483647; }

#tarteaucitron .tarteaucitronBorder {
  background: #fff;
  border-top: 0;
  height: auto;
  overflow: auto; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
  background: #333333;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 70px; }

#tarteaucitron #tarteaucitronDisclaimer {
  color: #555;
  font-size: 12px;
  margin: 15px auto 0;
  width: 80%; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background: rgba(51, 51, 51, 0.07); }

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  display: none;
  position: relative; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  background: #333;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin: 20px 0px 0px;
  padding: 5px 20px;
  text-align: left;
  width: auto; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  color: #fff;
  font-weight: 500; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:first-child,
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:first-of-type,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  color: #fff;
  font-weight: 500;
  opacity: 0.25; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
  text-decoration: none !important; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
  font-size: 22px; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  padding: 5px 10px; }

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  max-width: 270px;
  padding: 20px;
  position: absolute;
  z-index: 2147483647; }

#tarteaucitron #tarteaucitronInfo a {
  color: #fff;
  text-decoration: underline; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
  background: rgba(51, 51, 51, 0.2); }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  background: rgba(51, 51, 51, 0.1);
  border-left: 5px solid transparent;
  margin: 0;
  overflow: hidden;
  padding: 15px 5px;
  font-family: "Roboto", sans-serif; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #333;
  border: 3px solid #333;
  border-left: 9px solid #333;
  border-top: 5px solid #333;
  margin-bottom: 0;
  margin-top: 21px;
  position: relative; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background: #333; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  margin-left: 15px;
  margin-top: 2px; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName b {
  color: #fff; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  margin-top: 0px !important; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  display: inline-block;
  float: left;
  margin-left: 10px;
  text-align: left;
  width: 50%; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  text-decoration: underline; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  display: inline-block;
  float: right;
  margin: 7px 15px 0;
  text-align: right; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
  border-radius: 0 !important;
  font-size: 12px;
  font-family: "Roboto", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  color: #333;
  font-size: 12px; }

/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
  top: 0; }

.tarteaucitronAlertBigBottom {
  bottom: 0; }

#tarteaucitronAlertBig {
  background: #333;
  color: #fff;
  display: none;
  font-size: 15px !important;
  left: 0;
  padding: 5px 5%;
  position: fixed;
  text-align: center;
  width: 90%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 2147483645; }

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
  color: #fff; }

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
  font-weight: 700; }

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  margin-left: 7px; }

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
  margin-left: 7px; }

#tarteaucitronPercentage {
  background: #0A0;
  -webkit-box-shadow: 0 0 2px #fff, 0 1px 2px #555;
          box-shadow: 0 0 2px #fff, 0 1px 2px #555;
  height: 5px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 2147483644; }

/***
 * Small alert
 */
#tarteaucitronAlertSmall {
  background: #333;
  bottom: 0;
  display: none !important;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 2147483646; }

#tarteaucitronAlertSmall #tarteaucitronManager {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px 8px; }

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
  background: rgba(255, 255, 255, 0.05); }

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  background-color: gray;
  display: block;
  height: 8px;
  margin-bottom: 1px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%; }

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  display: block;
  float: left;
  height: 100%;
  width: 0%; }

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: #1B870B; }

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  background-color: #FBDA26; }

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: #9C1A1A; }

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  padding: 0px 10px;
  vertical-align: top; }

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
  background: rgba(255, 255, 255, 0.3); }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  display: none;
  max-height: 70%;
  max-width: 500px;
  position: fixed;
  right: 0;
  width: 100%; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  background: #fff;
  border: 2px solid #333;
  color: #333;
  font-size: 11px;
  height: auto;
  overflow: auto;
  text-align: left; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList b {
  color: #333; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  background: #333;
  margin-top: 21px;
  padding: 13px 0 9px 13px;
  text-align: left; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle b {
  color: #fff;
  font-size: 16px; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
  background: rgba(51, 51, 51, 0.1);
  padding: 7px 5px 10px;
  word-wrap: break-word; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
  background: rgba(51, 51, 51, 0.2); }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
  color: #333;
  text-decoration: none; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
  display: inline-block;
  width: 50%; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a b {
  color: #e30609; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  color: #333;
  display: inline-block;
  font-size: 11px;
  margin-left: 10%;
  vertical-align: top;
  width: 30%; }

/***
 * Fallback activate link
 */
.tac_activate {
  background: #333;
  color: #fff;
  display: table;
  font-size: 12px;
  height: 100%;
  line-height: initial;
  margin: auto;
  text-align: center;
  width: 100%; }

.tac_float {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Roboto", sans-serif;
  font-size: 13px; }

.tac_activate .tac_float b {
  color: #fff; }

.tac_activate .tac_float .tarteaucitronAllow {
  display: block !important;
  clear: both;
  margin: 20px auto 0;
  width: 110px;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
  background: #fff !important;
  color: #333 !important; }

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
  text-decoration: none; }

div.amazon_product {
  height: 240px;
  width: 120px; }

#tarteaucitronPercentage {
  display: none !important;
  opacity: 0; }

.tarteaucitronToggle {
  width: 15px;
  height: 15px;
  position: relative;
  right: 0;
  display: block;
  -webkit-transition: left 0.125s ease-in-out;
  transition: left 0.125s ease-in-out;
  border-radius: 100%;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  z-index: 1; }

#tarteaucitronAlertBig {
  background: #333;
  padding-top: 20px;
  padding-bottom: 20px; }
  #tarteaucitronAlertBig > div {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1024px) {
      #tarteaucitronAlertBig > div {
        display: block !important; }
        #tarteaucitronAlertBig > div > div {
          width: 100%; }
          #tarteaucitronAlertBig > div > div:first-child {
            padding-bottom: 20px; } }

#tarteaucitronDisclaimerAlert {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
  font-size: 18px; }
  @media (min-width: 1025px) {
    #tarteaucitronDisclaimerAlert {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media (max-width: 1024px) {
    #tarteaucitronDisclaimerAlert {
      font-size: 16px; } }
  @media (max-width: 767px) {
    #tarteaucitronDisclaimerAlert {
      font-size: 12px; } }

#tarteaucitronPersonalize {
  background: #e30609 !important;
  font-family: "Roboto", sans-serif !important;
  color: white !important;
  letter-spacing: 2px;
  font-size: 10px !important;
  text-transform: uppercase;
  padding: 10px 15px !important; }
  @media (max-width: 767px) {
    #tarteaucitronPersonalize {
      padding: 10px 10px !important; } }

#tarteaucitronCloseAlert {
  background: white !important;
  font-family: "Roboto", sans-serif !important;
  color: #333 !important;
  letter-spacing: 2px;
  font-size: 10px !important;
  text-transform: uppercase;
  padding: 10px 15px !important; }
  @media (max-width: 767px) {
    #tarteaucitronCloseAlert {
      padding: 10px 10px !important; } }

@media (min-width: 1025px) {
  #tarteaucitronDisclaimerAlert {
    max-width: 50vw;
    text-align: left; } }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #333;
  border-color: #333; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie, #tarteaucitron #tarteaucitronClosePanel,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle, #tarteaucitron #tarteaucitronServices .tarteaucitronTitle, #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  background: #333; }

.newsletter-text-link {
  text-decoration: underline !important; }

.page-id-11677 .inner-article,
.page-id-11822 .inner-article {
  -webkit-column-count: 1 !important;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 1 !important; }
.page-id-11677 .frm_forms legend,
.page-id-11822 .frm_forms legend {
  display: none !important; }
.page-id-11677 .frm_forms label,
.page-id-11822 .frm_forms label {
  display: block !important;
  padding-bottom: 20px !important;
  font-weight: 700 !important; }
  .page-id-11677 .frm_forms label.frm_hidden,
  .page-id-11822 .frm_forms label.frm_hidden {
    display: none !important; }
.page-id-11677 .frm_checkbox label,
.page-id-11822 .frm_checkbox label {
  font-weight: 400 !important; }
.page-id-11677 .frm_forms #frm_field_505_container label,
.page-id-11677 .frm_forms #frm_field_507_container label,
.page-id-11677 .frm_forms #frm_field_509_container label,
.page-id-11677 .frm_forms #frm_field_510_container label,
.page-id-11822 .frm_forms #frm_field_505_container label,
.page-id-11822 .frm_forms #frm_field_507_container label,
.page-id-11822 .frm_forms #frm_field_509_container label,
.page-id-11822 .frm_forms #frm_field_510_container label {
  display: none !important; }
.page-id-11677 .frm_forms .frm_checkbox,
.page-id-11822 .frm_forms .frm_checkbox {
  width: 100% !important; }
/*# sourceMappingURL=style-julien.css.map */