@import 'https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap';

li.menu-type-page.active {
  display: none !important;
}

.line-footer .fa-facebook{
    color:#ffffff !important;
    font-size:30px !important;
}

:root {
  --white: #ffffff;
  --off-white: #fffff2;
  --baby-pink: #ffe3e3;
  --red-200: #fecaca;
  --red-500: #ef4444;
  --green: #6b8e25;
  --light-gray: #ebeaea;
  --gray-text: #676767;
  --light-green: #f1f5ed;
  --orange: #e8865c;
  --light-blue: #eefafd;
  --light-orange: #ffefe9;
  --orange-medium: #ffc1a7;
  --black: #000000;
  --font-secondary: 'Montserrat Alternates', sans-serif;
}

html {
  font-size: 55.5%;
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  html {
    font-size: 58.5%;
  }
}

@media screen and (min-width: 1199px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: var(--font);
  font-size: 1.6rem;
  color: var(--gray-text);
}

h1,
.h1 {
  font-family: var(--font-secondary);
  color: var(--primary);
  font-style: normal;
  font-weight: 300;
  font-size: 4.5rem;
  line-height: 1.4;
}

h2,
.h2 {
  font-family: var(--font-secondary);
  color: var(--orange);
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.4;
}

h3,
.h3,
h3 a {
  font-family: var(--font-secondary);
  color: var(--primary);
  font-style: normal;
  font-weight: 400;
  font-size: 2.7rem;
  line-height: 1.4;
  text-transform: none;
}

h4,
.h4 {
  font-family: var(--font-secondary);
  color: var(--gray-text);
  font-style: normal;
  font-weight: 600;
  font-size: 2.3rem;
  text-transform: none;
  line-height: 1.4;
}

h5,
.h5 {
  font-family: var(--font);
  color: var(--gray-text);
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: none;
  line-height: 1.4;
}

h6,
.h6 {
  font-family: var(--font);
  color: var(--gray-text);
  font-style: normal;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  line-height: 1.4;
}

a {
  font-family: inherit;
  color: var(--orange);
  font-style: normal;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
}

a:hover,
a:focus,
a:active,
a.active {
  color: var(--prsecondary);
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

p {
  font-family: var(--font);
  color: var(--gray-text);
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
}

p a:hover {
  text-decoration: underline;
}

ul li {
  font-family: var(--font-secondary);
  line-height: 1.7;
}

ol li {
  font-family: var(--font-secondary);
  line-height: 1.7;
}

/* ===========================
   BUTTONS
   =========================== */

.btn {
  font-family: var(--font);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  box-shadow: none !important;
  max-width: 100%;
  min-width: 1px;
  border: none;
  text-transform: none;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 30px;
  transition: all 0.225s linear;
}

.btn.btn-primary {
  color: var(--primary);
  background: rgba(0, 0, 0, 0);
  border: solid 1px #ccd3c1;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  color: #fff;
  background: var(--primary);
  border: solid 1px var(--primary);
}

.btn.btn-default {
  color: var(--secondary);
  background: rgba(0, 0, 0, 0);
  border: solid 1px #c4d8dc;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  color: #fff;
  background: var(--secondary);
  border: solid 1px var(--secondary);
}

.btn.btn-splash {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #fff;
}

.btn.btn-splash:hover,
.btn.btn-splash:focus {
  color: var(--secondary);
  background: var(--white);
  border: solid 1px #fff;
}

.btn.btn-link {
  color: var(--orange);
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 0;
  text-decoration: underline;
}

.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active,
.btn.btn-link.active {
  color: var(--secondary);
  text-decoration: underline;
  border: none;
}

a.viewAll {
  color: var(--orange);
  text-align: left;
  font-size: 13px;
  text-transform: none;
  padding: 0;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.2);
  transition: background-color 0.225s linear;
}

a.viewAll:hover,
a.viewAll:active,
a.viewAll:focus {
  color: var(--secondary);
}

a.back-to-list {
  color: var(--orange);
  text-align: left;
  font-size: 13px;
  text-transform: none;
  padding: 0;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.2);
  transition: background-color 0.225s linear;
}

a.back-to-list:hover,
a.back-to-list:active,
a.back-to-list:focus {
  color: var(--secondary);
}

/* ===========================
   FORM WITH PROGRESS
   =========================== */

.form-withProgress__wrapper .form-withProgress__navigation-footer a.btn-link {
  color: var(--secondary);
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c4d8dc;
  font-size: 1.3rem;
  padding: 12px 20px;
  text-decoration: none;
  margin-right: 10px;
}

.form-withProgress__wrapper
  .form-withProgress__navigation-footer
  a.btn-link:hover,
.form-withProgress__wrapper
  .form-withProgress__navigation-footer
  a.btn-link:focus,
.form-withProgress__wrapper
  .form-withProgress__navigation-footer
  a.btn-link:active,
.form-withProgress__wrapper
  .form-withProgress__navigation-footer
  a.btn-link.active {
  color: #fff;
  background: var(--secondary);
  text-decoration: none;
  border: 1px solid var(--secondary);
}

.form-withProgress__wrapper
  #Formulaireorganisation
  .form-withProgress__navigation-footer
  a.btn-link {
  color: var(--secondary);
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c4d8dc;
  font-size: 1.3rem;
  padding: 12px 20px;
  text-decoration: none;
  margin-right: 10px;
}

.form-withProgress__wrapper
  #Formulaireorganisation
  .form-withProgress__navigation-footer
  a.btn-link:hover,
.form-withProgress__wrapper
  #Formulaireorganisation
  .form-withProgress__navigation-footer
  a.btn-link:focus,
.form-withProgress__wrapper
  #Formulaireorganisation
  .form-withProgress__navigation-footer
  a.btn-link:active {
  color: #fff;
  background: var(--secondary);
  text-decoration: none;
  border: 1px solid var(--secondary);
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
  outline-offset: -2px;
}

/* ===========================
   ICONS & SOCIAL
   =========================== */

.fa-facebook:before {
  content: '\f09a';
}

.icon-linkedin::before {
  content: '\f0e1';
}

.social-link [class*='icon-'] {
  color: var(--primary);
}

/* ===========================
   FORMS (HORIZONTAL)
   =========================== */

.form-horizontal h2 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
}

.form-horizontal .section-title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
}

.form-horizontal .form-control {
  border: 1px solid silver;
  border-radius: 0;
}

.form-horizontal .control-label {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 1rem;
}

.form-horizontal .section {
  margin-bottom: 5rem;
}

.form-withProgress__wrapper {
  background-color: #fff;
  border: 1px solid var(--light-gray);
  margin-top: 40px;
}

.form-withProgress__wrapper h2,
.form-withProgress__wrapper .section-title {
  font-family: var(--font);
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
}

.form-withProgress__wrapper .adh-description {
  color: var(--black);
}

.form-withProgress__wrapper .list-group-item {
  border-color: #ececec;
}

.form-withProgress__wrapper .list-group-item > div:not(.radio) {
  margin-left: 20px;
}

@media screen and (max-width: 400px) {
  .form-withProgress__wrapper .list-group-item > div {
    margin-left: 0px;
  }

  .form-withProgress__wrapper
    .list-group-item
    .delegate_number_custom
    button#edit_delegate {
    padding: 15px 10px;
    white-space: inherit;
  }
}

.form-withProgress__wrapper .list-group-item .radio label,
.form-withProgress__wrapper .badge {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 1rem;
}

@media screen and (max-width: 575px) {
  .form-withProgress__wrapper .list-group-item .radio label,
  .form-withProgress__wrapper .badge {
    width: 100%;
    text-align: left;
  }
}

.form-withProgress__wrapper strong {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: var(--gray-text);
}

.form-withProgress__wrapper .adh-date {
  font-family: var(--font);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: var(--primary);
}

.form-withProgress__wrapper .delegate_number_custom .control-label {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: var(--black);
  text-transform: none !important;
}

#reset_password {
  line-height: 37px;
}

fieldset.row {
  margin-left: 0;
  margin-right: 0;
}

fieldset.row .col-sm-24 {
  padding-left: 0;
}

.form-withProgress__wrapper .memberships_options h4 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 10px;
}

.form-withProgress__wrapper .adh-description,
.form-withProgress__wrapper .memberships_options {
  margin-left: 20px;
}

.form-withProgress__wrapper .delegate_number_custom .control-label {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: var(--gray-text);
  text-transform: none !important;
}

.form-withProgress__wrapper
  .registration-event-bloc
  .form-edition.js-event-price-individual
  a.btn.btn-link.btn-add {
  color: var(--orange);
  text-decoration: none;
}

.form-withProgress__wrapper
  .registration-event-bloc
  .form-edition.js-event-price-individual
  a.btn.btn-link.btn-add:hover,
.form-withProgress__wrapper
  .registration-event-bloc
  .form-edition.js-event-price-individual
  a.btn.btn-link.btn-add:focus {
  color: var(--secondary);
  text-decoration: none;
}

/* ===========================
   TABLES
   =========================== */

table,
.table {
  border: 1px solid var(--light-green);
  font-size: 1.6rem;
}

table > thead,
.table > thead {
  background-color: var(--gray-text);
  color: var(--white);
  font-size: 1.5rem;
}

table > thead > tr > th,
.table > thead > tr > th {
  padding: 10px;
  border-bottom: none;
}

table > thead th,
table > thead a,
table > thead a.theadLink,
.table > thead th,
.table > thead a,
.table > thead a.theadLink {
  color: #fff;
}

table > thead th > *,
table > thead a > *,
table > thead a.theadLink > *,
.table > thead th > *,
.table > thead a > *,
.table > thead a.theadLink > * {
  color: #fff;
  font-family: var(--font);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  text-transform: none;
  text-decoration: none;
}

table > thead a.asort:after,
.table > thead a.asort:after {
  border-bottom: 5px solid #fff;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: var(--light-green);
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
.table._highlight > tbody > tr:hover > td,
.table._highlight > tbody > tr:hover > th {
  background-color: var(--light-gray);
}

.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px;
  border-top: none;
  background-color: #fff;
}

tbody tr td {
  color: var(--gray-text);
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

/* ===========================
   COOKIE CONSENT
   =========================== */

#yapla-consent-box .cookie-notice {
  background-color: var(--light-green);
}

p.consent_notice_title_title {
  font-family: var(--font-secondary);
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 600;
}

#yapla-consent-box .cookie-notice a,
#yapla-consent-box .cookie-modal a {
  font-family: var(--font);
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
}

#yapla-consent-box .cm-btn {
  height: 40px;
}

#yapla-consent-box .cm-btn-danger {
  font-family: var(--font);
  color: var(--primary);
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  background: rgba(0, 0, 0, 0);
}

#yapla-consent-box .cm-btn-success,
#yapla-consent-box .cookie-modal .cm-btn-accept {
  font-family: var(--font);
  color: var(--primary);
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 600;
  background: rgba(0, 0, 0, 0);
  border-radius: 30px;
  border: solid 1px #ccd3c1;
  padding: 9px 20px;
}

#yapla-consent-box .cookie-notice a:hover,
#yapla-consent-box .cookie-modal a:hover {
  color: var(--orange);
}

#yapla-consent-box .cm-btn-danger:hover {
  color: var(--orange);
  background: rgba(0, 0, 0, 0);
}

#yapla-consent-box .cm-btn-success:hover,
#yapla-consent-box .cm-btn-success:focus,
#yapla-consent-box .cm-btn-success:active,
#yapla-consent-box .cookie-modal .cm-btn-accept:hover,
#yapla-consent-box .cookie-modal .cm-btn-accept:focus,
#yapla-consent-box .cookie-modal .cm-btn-accept:active {
  color: #fff;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  text-decoration: none;
}

/* ===========================
   FOOTER
   =========================== */

.line-footer {
  background-color: var(--green);
  background-image: url(https://cdn.eu.yapla.com/company/CPYL01qNIgmnpEeWRJvwPTzca/asset/images/Layout/tree-bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .line-footer .content .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.line-footer .line-cta-footer .container {
  width: 960px;
}

.line-footer .line-cta-footer a {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}

.line-footer .line-cta-footer a:hover {
  opacity: 0.8;
  color: #fff;
}

.line-footer .line-bottom-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.line-footer .line-bottom-footer .container {
  padding-left: 0;
  padding-right: 0;
}

.line-footer .line-bottom-footer .mod-article__intro img {
  margin-right: 30px;
}

.line-footer .line-bottom-footer .mod-article__intro img:hover {
  opacity: 0.8;
}

.line-footer .line-bottom-footer .mod-article__content .mod-article__content {
  text-align: right;
}

.line-footer .line-bottom-footer .mod-article__content .mod-article__content a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding-left: 10px;
}

.line-footer .line-bottom-footer .mod-article__content a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  .line-footer .line-cta-footer .container {
    width: 100%;
  }

  .line-footer .line-cta-footer .intro {
    margin-bottom: 40px;
  }

  .line-footer .line-bottom-footer .mod-article__content {
    text-align: center;
  }

  .line-footer .line-bottom-footer .mod-article__content img {
    margin-left: 15px;
    margin-right: 15px;
  }

  .line-footer
    .line-bottom-footer
    .mod-article__content
    .mod-article__content
    a {
    display: block;
    text-align: center;
  }

  .line-footer .line-bottom-footer .mod-article__intro {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .line-bottom-footer .zone-50 {
    width: 100%;
  }
}

.line-footer,
.line-bottom-page {
  margin-top: auto;
  width: 100%;
}

.poweredBy-wrapper {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .poweredBy-container {
    margin-bottom: 25px;
  }
}

/* ===========================
   CONTAINER WIDTHS
   =========================== */

@media screen and (min-width: 1199px) {
  .container {
    width: 1152px;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1310px;
  }
}

/* ===========================
   HEADER
   =========================== */

.mod-header .header-ext a {
  color: var(--gray-text);
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: none;
}

.mod-header .header-ext a:hover {
  color: var(--orange);
}

.line.line-header {
  padding-top: 15px;
  padding-bottom: 35px;
}

.line-header .mod-header .header-ext.header-ext-custom {
  float: left;
  text-align: left;
}

.line-header .mod-header .header-ext.header-ext-custom img {
  margin-right: 5px;
}

.line-header .mod-header .header-ext.header-ext-custom img:hover {
  border: solid 1px var(--orange-medium);
  border-radius: 30px;
}

a.member-login:before,
a.member-myprofile:before {
  content: '';
  background-image: url(https://cdn.eu.yapla.com/company/CPYL01qNIgmnpEeWRJvwPTzca/asset/images/Layout/icn-connexion.svg);
  background-repeat: no-repeat;
  left: 0;
  top: 5px;
  margin-right: 8px;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 20px;
}

a.member-login:hover::before,
a.member-myprofile:hover::before {
  background-image: url(https://cdn.eu.yapla.com/company/CPYL01qNIgmnpEeWRJvwPTzca/asset/images/Layout/icn-connexion-hover.svg);
}

.header-ext.header-ext-login span.member-greeting {
  display: none;
}

@media screen and (max-width: 767px) {
  .mod-header .header-ext + .header-ext {
    margin-left: 0;
    background: var(--light-green);
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: none;
  }

  .line.line-header {
    padding-top: 10px;
    padding-bottom: 25px;
  }

  .line-header .mod-header .header-ext.header-ext-custom .newsletter {
    display: none;
  }

  .line-header .mod-header {
    text-align: center;
  }

  .line-header .mod-header .header-ext.header-ext-custom {
    float: none;
  }

  .line-header .mod-header .header-ext.header-ext-custom img {
    margin-left: 3px;
    margin-right: 3px;
  }
}

/* ===========================
   NAVIGATION / MENU
   =========================== */

.line.line-menu-logo-left {
  padding: 0;
  background-color: var(--white);
}

.line.line-menu-logo-left:after {
  border-top: 1px solid #cdd7ce;
}

.line.line-menu-logo-left .navbar-nav li a {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 23px;
  text-transform: none;
  color: var(--gray-text);
}

.line.line-menu-logo-left .navbar-nav li a:hover {
  color: var(--orange);
}

.line.line-menu-logo-left .navbar-nav > li:hover {
  background-color: rgba(0, 0, 0, 0);
}

.line.line-menu-logo-left .navbar-nav .dropdown-menu {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
  border-top: 2px solid var(--orange);
}

.line.line-menu-logo-left .navbar-nav .dropdown-menu li:hover,
.line.line-menu-logo-left .navbar-nav .dropdown-menu li:focus,
.line.line-menu-logo-left .navbar-nav .dropdown-menu li:active {
  background-color: rgba(0, 0, 0, 0);
}

.line.line-menu-logo-left .navbar-nav .dropdown-menu li:hover a {
  color: var(--orange);
}

.line.line-menu-logo-left .navbar-nav .dropdown-menu a {
  font-family: var(--font);
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 19px;
  color: var(--gray-text);
  text-transform: none;
}

.line.line-menu-logo-left .navbar-nav .dropdown-menu a:hover {
  background-color: rgba(0, 0, 0, 0);
}

.line.line-menu-logo-left .navbar-default .navbar-nav > li.active {
  background-color: rgba(0, 0, 0, 0);
}

.line.line-menu-logo-left .navbar-default .navbar-nav > li.active > a {
  color: var(--orange);
}

.navbar-default .navbar-nav > li > a.dropdown-toggle .caret,
.navbar-nav.menu-vertical-items
  .dropdown-menu-level-2
  a.dropdown-toggle
  .caret {
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: unset;
  border: none;
  border-bottom: 2px solid var(--gray-text);
  border-right: 2px solid var(--gray-text);
  transform: rotate(45deg);
  vertical-align: super;
  margin-bottom: -3px;
  margin-left: 5px;
}

.navbar-nav.menu-vertical-items
  .dropdown-menu-level-2
  a.dropdown-toggle
  .caret {
  transform: rotate(-45deg);
}

.navbar-default .navbar-nav > li:hover > a.dropdown-toggle .caret,
.navbar-default .navbar-nav > li.active > a.dropdown-toggle .caret,
.navbar-nav.menu-vertical-items
  .dropdown-menu-level-2:hover
  a.dropdown-toggle
  .caret {
  border-bottom: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
}

@media screen and (min-width: 992px) {
  .line.line-menu-logo-left .row {
    display: flex;
  }

  .line.line-menu-logo-left .row .zone-25 {
    width: 25%;
  }

  .line.line-menu-logo-left .row .zone-25 img {
    padding: 3rem 0;
  }

  .line.line-menu-logo-left .row .zone-75 {
    width: 85%;
    padding-top: 15px;
  }
}

@media screen and (max-width: 992px) {
  .line.line-menu-logo-left .row .col-sm-18:last-of-type {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .line.line-menu-logo-left .row .col-sm-18:last-of-type .navbar-toggle {
    margin-top: -9rem;
  }

  .line.line-menu-logo-left .row .zone-25 .content {
    text-align: center;
  }

  .line.line-menu-logo-left .row .zone-25 img {
    padding: 1rem 0;
  }

  .line.line-menu-logo-left .navbar-nav .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    border-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .zone-25 {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .line-menu-logo-left .zone-100.col-sm-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav {
    margin: 7.5px 0px;
  }

  .navbar-toggle {
    margin-right: 15px;
  }
}

/* ===========================
   BANNER
   =========================== */

.line-banner img {
  width: 100%;
}

.line-banner .line:nth-of-type(1) img {
  max-height: 260px;
  object-fit: cover;
}

.line-banner .line:nth-of-type(2) img {
  max-height: 170px;
  object-fit: cover;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .line-banner .line:nth-of-type(2) .container:first-of-type {
    position: relative;
  }

  .line-banner .line:nth-of-type(2) .container:first-of-type::after {
    content: '';
    width: 600px;
    height: 584px;
    position: absolute;
    right: -120px;
    bottom: -115px;
    background: url(https://s2.yapla.com/media/CPYL01qNIgmnpEeWRJvwPTzca/animation-arbres.gif);
    background-size: cover;
    background-repeat: no-repeat;
    scale: 0.6;
  }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .line-banner .line:nth-of-type(2) .container:first-of-type {
    position: relative;
  }

  .line-banner .line:nth-of-type(2) .container:first-of-type::after {
    content: '';
    width: 600px;
    height: 584px;
    position: absolute;
    right: -70px;
    bottom: -61px;
    background: url(https://s2.yapla.com/media/CPYL01qNIgmnpEeWRJvwPTzca/animation-arbres.gif);
    background-size: cover;
    background-repeat: no-repeat;
    scale: 0.8;
  }
}

@media screen and (min-width: 1199px) {
  .line-banner .line:nth-of-type(2) .container:first-of-type {
    position: relative;
  }

  .line-banner .line:nth-of-type(2) .container:first-of-type::after {
    content: '';
    width: 640px;
    height: 626px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(https://s2.yapla.com/media/CPYL01qNIgmnpEeWRJvwPTzca/animation-arbres.gif);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

/* ===========================
   IMAGE GRID
   =========================== */

.img-grid img {
  width: 100%;
  height: 335px !important;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .img-grid img {
    height: auto !important;
    object-fit: contain;
  }

  .img-grid .zone-50:first-of-type {
    margin-bottom: 15px;
  }
}

/* ===========================
   CONTENT BOXES
   =========================== */

.box-blue .mod-article__wrapper {
  background-color: var(--light-blue);
  border-radius: 10px;
  padding: 5rem;
}

.box-green .mod-article__wrapper .mod-article__content .mod-article__intro {
  background-color: var(--light-green);
  border-radius: 10px;
  padding: 5rem;
  min-height: 335px;
}

.box-dark-blue .mod-article__wrapper {
  background-color: var(--secondary);
  border-radius: 10px;
  padding: 5rem;
}

.box-dark-blue .mod-article__wrapper p,
.box-dark-blue .mod-article__wrapper h4 {
  color: #fff;
}

.box-dark-blue .mod-article__wrapper img {
  margin-top: -120px;
}

.img-radius img {
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .line-banner {
    height: auto;
    background-image: none;
    margin-top: 0;
  }
}

/* ===========================
   DONATION FORM
   =========================== */

.don-form-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 40px;
}

.don-form-wrapper h4 {
  font-family: var(--font-secondary);
  font-style: normal;
  font-weight: 600 !important;
  font-size: 23px !important;
  line-height: 25px;
  color: var(--gray-text) !important;
}

h4.total-amount-title,
h4.total-amount-price {
  color: #fff !important;
}

h4.total-amount-title span,
h4.total-amount-price span {
  color: #fff !important;
}

.don-form-wrapper #fieldset-ReceiptInfos > div:first-of-type {
  margin-bottom: 5rem;
}

.don-form-wrapper .btn.btn-link.pull-left {
  font-family: var(--font);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  box-shadow: none !important;
  max-width: 100%;
  min-width: 1px;
  border: none;
  text-transform: none;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 30px;
  transition: all 0.225s linear;
  color: var(--secondary);
  background: rgba(0, 0, 0, 0);
  border: solid 1px #c4d8dc;
}

.don-form-wrapper .btn.btn-link.pull-left:hover,
.don-form-wrapper .btn.btn-link.pull-left:focus,
.don-form-wrapper .btn.btn-link.pull-left:active {
  color: #fff;
  background: var(--secondary);
  border: solid 1px var(--secondary);
}

.don-form-wrapper .form-donation__info-step .radio-active {
  background-color: var(--light-orange) !important;
  border-radius: 4px;
  color: var(--orange);
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 14px !important;
  text-transform: none;
  border: 1px solid var(--light-orange) !important;
}

.don-form-wrapper .form-donation__info-step .radio-inline + .radio-inline,
.don-form-wrapper .form-donation__info-step .radio-inline {
  color: var(--orange) !important;
  background: #fff;
  border: solid 1px var(--orange-medium);
  border-radius: 4px;
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 14px !important;
  text-transform: none;
}

.don-form-wrapper .form-donation__info-step .radio-inline + .radio-inline:hover,
.don-form-wrapper .form-donation__info-step .radio-inline + .radio-inline:focus,
.don-form-wrapper
  .form-donation__info-step
  .radio-inline
  + .radio-inline:active,
.don-form-wrapper .form-donation__info-step .radio-inline:hover,
.don-form-wrapper .form-donation__info-step .radio-inline:focus,
.don-form-wrapper .form-donation__info-step .radio-inline:active {
  color: var(--orange) !important;
  background: var(--light-orange) !important;
  border: solid 1px var(--orange-medium) !important;
}

/* ===========================
   THERMOMETER / PROGRESS
   =========================== */

.thermometer-circular .mask .fill,
.thermometer-circular-container:after {
  clip: rect(0px, 135px, 270px, 0px);
  background-color: var(--orange);
}

.thermometer-circular:before {
  background-color: var(--light-orange);
}

.thermometer-circular .text,
.thermometer-circular .numbers {
  color: var(--gray-text);
  font-family: var(--font-secondary);
  font-size: 19px;
  font-weight: 600;
}

.don-form-wrapper #custom_amount,
.don-form-wrapper #custom_amountrecurrent {
  border: 1px solid var(--orange-medium);
  height: 47px;
  color: var(--orange);
  font-size: 18px;
  font-weight: 600;
}

.don-form-wrapper #custom_amountrecurrent {
  height: 42px;
}

.form-element-custom_amountrecurrent .col-md-12 {
  margin-left: 12px;
}

.don-form-wrapper .form-element-custom_amount .col-md-12:after,
.form-element-custom_amountrecurrent .col-md-12::after {
  color: var(--orange);
  left: 16rem;
  font-size: 14px;
  font-weight: 600;
}

.form-element-custom_amountrecurrent .col-md-12:after {
  top: -4px;
}

.js-payment-tip {
  padding: 1.5rem !important;
  border: 1px solid #d6d6d6;
}

.payment-summary {
  margin-bottom: 2.5rem;
}

/* ===========================
   EVENTS
   =========================== */

.zone-article .mod-article__img {
  margin-bottom: 5rem;
}

.zone-event .jumbotron {
  border-radius: 10px;
}

.zone-event .event-subscription {
  margin-left: -15px;
  margin-right: -15px;
}

/* ===========================
   JUMBOTRON
   =========================== */

.jumbotron {
  background-color: var(--light-green);
  border-radius: 10px;
}

.jumbotron p,
.jumbotron span {
  color: var(--primary);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.jumbotron p.event-jumbotron__date {
  color: var(--primary);
  font-family: var(--font-secondary);
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: none !important;
}

.jumbotron span.event-info__title {
  color: var(--primary);
  font-family: var(--font);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-transform: none;
}

.jumbotron span.email a {
  color: var(--primary);
}

.jumbotron .h3 {
  color: var(--primary);
}

.jumbotron #jumbotron__singlebutton {
  color: var(--primary);
  background: rgba(0, 0, 0, 0);
  border: solid 1px #ccd3c1;
}

.jumbotron #jumbotron__singlebutton:hover,
.jumbotron #jumbotron__singlebutton:focus,
.jumbotron #jumbotron__singlebutton:active {
  color: #fff;
  background: var(--primary);
  border: solid 1px var(--primary);
}

.jumbotron .calendar-link-content .btn-secondary {
  color: var(--primary);
  padding-left: 0;
}

/* ===========================
   PROGRESS NAV
   =========================== */

.nav-progress > li.disabled::before {
  content: counter(count-steps);
  display: inline-block;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--gray-text);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

.nav-progress > li.disabled.active:before {
  background-color: var(--orange);
}

.nav-progress > li.disabled.active ~ li::before {
  color: var(--orange);
  background-color: var(--light-orange);
}

.nav-progress > li.disabled::after {
  content: '';
  display: block;
  border-bottom: 1px solid #f5f5f5;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  z-index: -1;
}

.nav-progress > li.disabled > a {
  font-family: var(--font);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--gray-text);
  text-transform: none;
}

.nav-progress > li.disabled > a:hover {
  font-family: var(--font);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: var(--black);
  text-transform: none;
}

@media screen and (max-width: 575px) {
  .nav-pills.nav-progress {
    flex-direction: column;
    margin-bottom: 3em;
  }

  .nav-pills.nav-progress li {
    display: flex;
    padding: 1rem;
  }

  nav-pills.nav-progress li::before {
    width: 40px;
    line-height: 40px;
    margin-right: 1rem;
    text-transform: none;
    cursor: pointer;
  }

  .nav-progress > li.disabled::after {
    border-bottom: none;
  }

  .nav-progress > li.disabled::before {
    margin-right: 10px;
  }
}

/* ===========================
   MEMBER SIDEBAR
   =========================== */

.member-sidebar__inner {
  background-color: var(--light-green);
  border-radius: 10px;
}

.member-sidebar__inner .member-sidebar__member-header {
  border-bottom: none;
  padding-top: 20px;
}

.member-sidebar__inner .member-sidebar__member-header .h3 {
  color: var(--primary);
  font-family: var(--font-secondary);
  font-size: 2.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
}

.member-sidebar__inner .member-sidebar__menu a {
  color: var(--primary);
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: none;
  text-decoration: none;
  padding-bottom: 15px;
  display: block;
}

.member-sidebar__inner .member-sidebar__menu a:hover {
  text-decoration: underline;
}

.member-sidebar__inner .member-sidebar__menu > li.active a {
  text-decoration: underline;
}

.member-sidebar__inner .member-sidebar__member-footer {
  background-color: var(--light-green);
  border-radius: 10px;
}

.member-sidebar__inner .member-sidebar__member-footer a {
  font-family: var(--font);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  box-shadow: none !important;
  max-width: 100%;
  min-width: 1px;
  border: 1px solid #ccd3c1;
  text-transform: none;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 30px;
  transition: all 0.225s linear;
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  margin-bottom: 25px;
}

.member-sidebar__inner .member-sidebar__member-footer a:hover,
.member-sidebar__inner .member-sidebar__member-footer a:focus {
  color: #fff;
  background: var(--primary);
  border: solid 1px var(--primary);
}

/* ===========================
   PANELS / ACCORDION
   =========================== */

.panel-default > .panel-heading {
  color: var(--orange);
  background-color: rgba(0, 0, 0, 0);
  border-color: #ebeaea;
  font-family: var(--font-secondary);
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 30px;
}

.panel-default > .panel-heading h3,
.panel-default > .panel-heading h3 a {
  color: var(--orange);
  background-color: rgba(0, 0, 0, 0);
  border-color: #ebeaea;
  font-family: var(--font-secondary);
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 30px;
}

.panel-default > .panel-heading .panel-title > a.collapsed:after,
.panel-default > .panel-heading .panel-title > a:after {
  font-size: 12px;
}

.panel-default > .panel-heading .panel-title a:hover {
  text-decoration: none;
}

/* ===========================
   MISC / UTILITIES
   =========================== */

.paginatorNbRow {
  display: none;
}

.zone-article .mod-article__content .mod-article__img {
  margin-bottom: 2.5rem;
}

.line {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.line-menu,
.line-banner,
.line-header {
  padding-top: 0px;
  padding-bottom: 0px;
}

.line-pad-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.line-pad-sm {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.line-pad-md {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.line-pad-lg {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.line-pad-t-0 {
  padding-top: 0;
}
.line-pad-t-sm {
  padding-top: 2.5rem;
}
.line-pad-t-md {
  padding-top: 5rem;
}
.line-pad-t-lg {
  padding-top: 7.5rem;
}
.line-pad-b-0 {
  padding-bottom: 0;
}
.line-pad-b-sm {
  padding-bottom: 2.5rem;
}
.line-pad-b-md {
  padding-bottom: 5rem;
}
.line-pad-b-lg {
  padding-bottom: 7.5rem;
}

html,
body,
#site-wrapper {
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

#site-wrapper {
  height: 100%;
}

.site-inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.color-green {
  background: var(--light-green);
}

.color-blue {
  background: var(--light-blue);
}

@media screen and (max-width: 767px) {
  .color-blue img {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .line-img-tablet p {
    margin-bottom: 0;
  }

  .line-img-tablet p img {
    width: 100% !important;
    margin: 15px 0 !important;
  }
}

.img-pad-0 .zone-article .mod-article__content .mod-article__img {
  margin-bottom: 0;
}

/* ===========================
   PARTNERS
   =========================== */

.line-partners div p {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .line-partners div p {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.line-partners img {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

/* ===========================
   TABLE IMAGES / GROUP LOGO
   =========================== */

.table__field-image {
  width: 300px;
  min-height: 150px !important;
  height: 200px !important;
  object-fit: contain;
}

#img-group_logo {
  width: 350px;
  object-fit: contain;
}

.member-step-confirm .form-withProgress__navigation-footer {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
