html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: 'Barlow';
}
.fl-page-content {
  background: #F6F5F5;
}
.headerMenu {
  min-width: calc(100% - 230px);
}
.headerMenu .menu {
  min-width: 100%;
  justify-content: space-between;
}
.headerMenu .menu:before, .headerMenu .menu:after {
  display: none !important;
}
.headerMenu .menu .menu-item a:hover {
  text-decoration: underline;
}
.headerMenu .menu .menu-item:first-child a {
  padding-left: 0;
}
.headerMenu .menu .menu-item:last-child a {
  padding-right: 0;
}
.headerMenuHover {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  z-index: 10;
}
.headerMenuHoverToggle {
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 16px 0px 16px 24px;
}
.headerMenuHoverToggle:before {
  content: "";
  background: #1E1818;
  width: 1px;
  height: 24px;
  margin-right: 24px;
}
.headerMenuHoverToggle:after {
  content: '\e914' !important;
  font-family: 'Icomoon';
  font-size: 20px;
  color: #1E1818;
  display: block;
}
.headerMenuHoverToggle.opened:after {
  transform: rotate(180deg);
}
.headerMenuHoverItem {
  position: relative;
  flex: 1;
}
.headerMenuHoverItem:hover {
  text-decoration: none;
  color: #1E1818;
}
.headerMenuHoverItem:hover .headerMenuHoverItemIcon {
  transform: translateX(10px);
}
.headerMenuHoverItemText strong {
  font-size: 1.8rem;
}
.headerMenuHoverItemIcon {
  transition: all 0.5s;
}
.headerMenuHoverItem:not(:first-child):after {
  content: '';
  width: 1px;
  height: 100%;
  margin-left: -24px;
  opacity: 0.5;
  background: #1E1818;
}
.footerItemTitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.footerItemTitle span {
  min-width: max-content;
}
.footerItemTitle:before {
  display: none !important;
}
.footerItemTitle:after {
  content: '';
  background: #69CD5A;
  height: 2px;
  width: 100%;
  margin-top: 4px;
}
.footerItem:last-child .footerItemTitle:after {
  background: #FFCD00;
}
.footerNews {
  position: relative;
}
.footerNewsIllustration {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -28px;
}
.pageTitleSecondary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.pageTitleSecondary span {
  min-width: max-content;
}
.pageTitleSecondary:before {
  display: none !important;
}
.pageTitleSecondary:after {
  content: '';
  background: #69CD5A;
  height: 2px;
  width: 100%;
  margin-top: 4px;
}
.page404Cta .fl-button {
  min-width: 302px;
}
.pageBreadcrumb {
  font-size: 1.4rem;
  font-weight: 500;
  color: #1E1818;
}
.pageBreadcrumb span {
  display: flex;
  gap: 10px;
  align-items: center;
}
.pageBreadcrumb a {
  color: #1E1818;
  text-decoration: underline;
}
.pageBreadcrumb i {
  transform: rotate(-90deg);
  display: inline-block;
}
.blocPartner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.blocPartnerLogo {
  background: white;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 1px solid #8080804D;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 5px;
}
.blocPartnerDetails {
  font-size: 1.6rem;
  font-weight: 400;
  color: #1E1818;
  max-width: 100%;
}
.blocPartnerDetails a {
  color: #1E1818;
  font-weight: 700;
  text-decoration: underline;
}
.blocPartnerGrid {
  max-width: 100%;
}
.blocPartnerGrid .fl-post-grid {
  margin-left: -12px;
  margin-right: -12px;
}
.blocPartnerGrid .fl-post-grid .slick-track {
  display: flex !important;
  align-items: stretch;
  margin: 0;
}
.blocPartnerGrid .fl-post-grid .slick-track .fl-post-grid-post {
  border: 1px solid #4B3D3C4D;
  border-radius: 5px;
  background: white;
  padding: 24px;
}
.blocPartnerGrid .slick-nav-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.blocPartnerGrid .slick-nav-bar .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.blocPartnerGrid .slick-nav-bar .slick-dots li {
  height: 2px;
  width: 20px;
}
.blocPartnerGrid .slick-nav-bar .slick-dots li.slick-active {
  height: 4px;
}
.blocPartnerGrid .slick-nav-bar .slick-dots li.slick-active button {
  background: #69CD5A;
}
.blocPartnerGrid .slick-nav-bar .slick-dots button {
  background: #4B3D3C4D;
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  padding: 0;
}
.blocPartnerGrid .slick-nav-bar .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(75, 61, 60, 0.15);
  border-radius: 50%;
  border: 0;
  color: #1E1818;
}
.blocPartnerGrid .slick-nav-bar .slick-arrow.custom-prev {
  left: 0;
}
.blocPartnerGrid .slick-nav-bar .slick-arrow.custom-prev i {
  transform: rotate(90deg);
}
.blocPartnerGrid .slick-nav-bar .slick-arrow.custom-next {
  right: 0;
}
.blocPartnerGrid .slick-nav-bar .slick-arrow.custom-next i {
  transform: rotate(-90deg);
}
.glossaireContainer {
  width: 100%;
}
.glossaireAlphabet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}
.glossaireAlphabetLetter {
  font-weight: 500;
  font-size: 20px;
  color: #1E1818;
  text-transform: uppercase;
  width: 32px;
  height: 40px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1E1818;
  border-radius: 5px;
}
.glossaireAlphabetLetter:not(.disabled):hover {
  background: #1E1818;
  color: white;
  text-decoration: none;
}
.glossaireAlphabetLetter.disabled {
  opacity: 0.6;
  background: #EAECF0;
}
.glossaireSection {
  margin-bottom: 32px;
  padding-left: 12px;
  padding-right: 12px;
}
.glossaireSectionLetter {
  font-family: 'Barlow Condensed';
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 4.8rem;
  margin-bottom: 24px;
  color: #4B3D3C;
}
.glossaireSectionLetter:after {
  content: '';
  background: #69CD5A;
  width: 100%;
  height: 1px;
  display: block;
}
.glossaireSectionList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.glossaireSectionListItemLink {
  font-family: 'Barlow Condensed';
  font-weight: 500;
  font-size: 1.8rem;
  color: #1E1818;
}
.glossaireSectionListItemLink:hover, .glossaireSectionListItemLink:active, .glossaireSectionListItemLink:focus {
  color: #1E1818;
}
.donneeCard {
  padding: 24px !important;
  box-shadow: 0px 0px 10px rgba(75, 61, 60, 0.15) !important;
  border-radius: 5px;
  background: white;
}
.donneeCard .wpgb-card-body {
  display: flex !important;
  align-items: center;
  gap: 5px;
  margin-bottom: 30px;
}
.donneeCard .wpgb-card-body .wpgb-block-4 {
  font-family: 'Barlow';
  font-weight: 400 !important;
  font-size: 1.6rem;
}
.donneeCard .wpgb-block-2 {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.donneeCard .wpgb-block-1.donneeCardName {
  font-family: 'Barlow Condensed';
  font-weight: 500;
  font-size: 2rem !important;
  color: #1E1818 !important;
}
.donneeCardCta {
  background: #FFCD00;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 7px !important;
  border-radius: 40px;
  border: 2px solid #FFCD00 !important;
  flex: 1;
}
.donneeCardCta.download {
  background: white;
}
