@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: 'Barlow';
}
header.fl-theme-builder-header-shrink .menu a, header.fl-theme-builder-header-shrink .headerMenuHoverToggle {
  padding-top: 10px;
  padding-bottom: 10px;
}
img.emoji {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  display: inline-block !important;
}
.ellipsis-1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-2 p {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cta {
  font-weight: 700;
  font-size: 2rem;
  line-height: 18px;
  border-radius: 4rem;
  padding: 1rem 2rem;
  display: inline-block;
  border: 1px solid #FFCD00;
  color: #071A39;
}
.cta:hover, .cta:active, .cta:focus {
  text-decoration: none;
  color: white;
  background: #071A39;
  border: 1px solid #071A39;
}
.cta.primary {
  background: #FFCD00;
  color: #071A39;
}
.cta.primary:hover, .cta.primary:active, .cta.primary:focus {
  color: white;
  background: #071A39;
  border: 1px solid #071A39;
}
.cta.outline {
  background: white;
}
.cta.outline:hover, .cta.outline:active, .cta.outline:focus {
  color: white;
  background: #071A39;
  border: 1px solid #071A39;
}
.pp-social-icon .dashicons-youtube {
  width: 15px !important;
  height: 15px !important;
  font-size: 15px !important;
}
.pp-social-icon .dashicons-youtube:before {
  width: 15px !important;
  height: 15px !important;
  font-size: 15px !important;
}
.fl-page-content {
  background: #F6F5F5;
}
.ezrichtext-field h2, .ezrichtext-field .news-title-span {
  font-family: 'Barlow Condensed';
  font-weight: 600;
  font-size: 2.4rem !important;
  margin-bottom: 24px;
}
.ezrichtext-field h3 a {
  font-family: 'Barlow';
  background: #FFCD00;
  color: #071A39;
  font-weight: 500;
  font-size: 1.6rem;
  border-radius: 4rem;
  padding: 1rem 2rem;
  display: inline-block;
  margin-top: 1rem;
}
.ezrichtext-field h3 a:hover {
  background: #FFDC4D;
  color: #071A39;
  text-decoration: none;
}
.fl-accordion .fl-accordion-button {
  display: flex;
  align-items: center;
}
.fl-accordion .fl-accordion-content h2, .fl-accordion .fl-accordion-content h3 {
  font-family: 'Barlow Condensed';
  font-weight: 600;
  margin: 20px 0 10px;
}
.fl-accordion .fl-accordion-content h2 {
  font-size: 2.2rem;
}
.fl-accordion .fl-accordion-content h3 {
  font-size: 2rem;
}
.fl-accordion .fl-accordion-content a {
  color: #071A39;
  text-decoration: underline;
}
.iframeMap iframe {
  width: 100%;
  height: 1000px;
  border: 0;
}
.headerSearch .uabb-search-form-wrap {
  box-shadow: none;
  border: 0;
}
.headerSearch .uabb-search-form-input-wrap {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 48px;
}
.headerSearch .uabb-search-expanded .uabb-search-form-input-wrap {
  width: 290px;
  border: 1px solid #071A39;
}
.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;*/
  padding: 0;
}
.headerMenuHoverToggle:before {
  content: "";
  background: #071A39;
  width: 1px;
  height: 24px;
  margin-right: 10px;
}
.headerMenuHoverToggle:after {
  content: '\e91a' !important;
  font-family: 'Icomoon';
  font-size: 20px;
  color: #071A39;
  display: block;
}
.headerMenuHoverToggle.opened:after {
  transform: rotate(180deg);
}
.headerMenuHoverItem {
  position: relative;
  flex: 1;
}
.headerMenuHoverItem:hover {
  text-decoration: none;
  color: #071A39;
}
.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;
}
.headerMenuMobile:before {
  content: '';
  position: fixed;
  z-index: 9;
  width: 100vw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  top: 0;
  left: 0;
}
.headerMenuMobile.active .headerMenuMobileContainer {
  right: 0;
}
.headerMenuMobile.active:before {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.headerMenuMobileContainer {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100dvh;
  z-index: 10;
  transition: right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: auto;
  padding: 20px;
}
.headerMenuMobileContainerClose {
  text-align: right;
}
.headerMenuMobileOpen .icon-menu {
  width: 52px;
  min-width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.headerMenuMobileOpen .icon-menu:before {
  width: 20px;
  height: 32px;
  font-size: 20px;
}
.headerMenuMobileClose .icon-close {
  cursor: pointer;
}
.headerMenuMobileItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  /*&:after {
					content: '' !important;
					background: $csecondary;
					height: 2px;
					width: 100%;
					margin-top: 4px;
				}*/
}
.headerMenuMobileItem a, .headerMenuMobileItem p {
  min-width: max-content;
  font-family: 'Barlow Condensed';
  font-weight: 600;
  font-size: 2rem;
  color: #071A39;
}
.headerMenuMobileItem:before {
  display: none !important;
}
.headerMenuMobileItemSub a {
  font-family: 'Barlow';
  font-weight: 500;
  font-size: 1.6rem;
  color: #071A39;
  padding: 12px 16px !important;
}
.headerMenuMobileItemSub a:hover {
  text-decoration: underline;
}
.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: #28A815;
  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;
}
.searchContainer {
  max-width: 770px;
  padding: 24px 48px 32px;
  margin: 0 auto;
}
.searchContainer + .searchContainer {
  padding-top: 0;
}
.searchContainer.count {
  font-family: 'Barlow Condensed';
  font-weight: 600;
  font-size: 2rem;
  color: #071A39;
}
.searchRow {
  background: white;
}
.searchDefinition {
  background: #FFFFFF;
  border: 1px solid rgba(75, 61, 60, 0.1);
  border-radius: 5px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.searchDefinitionBadge {
  background: #FFCD00;
  border-radius: 5px;
  padding: 2px 6px;
  font-weight: 500;
  font-size: 1.2rem;
  color: #071A39;
}
.searchDefinitionContent {
  font-size: 1.8rem;
  color: #071A39;
  margin: 0;
}
.searchDefinitionMore {
  font-weight: 600;
  font-size: 1.6rem;
  color: #071A39;
  text-decoration: underline;
}
.searchDefinitionMore:hover, .searchDefinitionMore:active, .searchDefinitionMore:focus {
  color: #071A39;
}
.searchResultMore {
  text-align: center;
  color: #071A39;
  text-decoration: underline;
  margin-top: -20px;
}
.searchResultMore:hover {
  color: #071A39;
}
.searchResultTitle {
  margin-bottom: 40px;
}
.searchResultList {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.searchResultItem {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: #071A39;
  border-bottom: #615D5D33 1px solid;
  padding-bottom: 24px;
  font-size: 1.6rem;
}
.searchResultItem.withPicture {
  flex-direction: row;
  gap: 24px;
}
.searchResultItem:hover {
  text-decoration: none;
  color: #071A39;
}
.searchResultItemContent {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.searchResultItemPicture {
  flex: 1;
}
.searchResultItemFooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchResultItemFooterDate {
  font-size: 1.2rem;
  color: #071A39;
}
.searchResultItemFooterCount {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 12px;
}
.searchResultItemFooterCount:before {
  content: '';
  background: #28A815;
  width: 2px;
  height: 17px;
  display: block;
}
.searchResultItemHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchResultItemHeaderFormat {
  color: #28A815;
  font-weight: 700;
}
.searchResultItemHeaderDate {
  font-size: 1.2rem;
  color: #071A39;
}
.searchResultItemTitle {
  font-family: 'Barlow Condensed';
  font-weight: 600;
  font-size: 2.4rem;
  color: #071A39 !important;
}
.listingThematique .fl-loop-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadcrumb {
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb-item {
  padding: 0;
  display: flex !important;
  align-items: center;
}
.breadcrumb-item.active {
  color: #071A39;
}
.breadcrumb-item + .breadcrumb-item {
  padding: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\e91a";
  font-family: 'Icomoon';
  color: #071A39;
  transform: rotate(-90deg);
  padding: 0;
  float: none;
  display: block;
  margin: 0 10px 0 0;
}
.breadcrumb-item:after {
  display: none;
}
.breadcrumb-item a {
  color: #071A39;
  text-decoration: underline;
}
.page {
  /*&Breadcrumb {
		font-size: 1.4rem;
		font-weight: 500;
		color: $ctextDark;
		&Container {
			display: flex;
			gap: 10px;
			align-items: center;
		}
		span{
			display: flex;
			gap: 10px;
			align-items: center;
		}
		a {
			color: $ctextDark;
			text-decoration: underline;
		}
		i {
			transform: rotate(-90deg);
			display: inline-block;
		}
	}*/
}
.pageTitleCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 54px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  color: #071A39 !important;
}
.pageTitleCenter span {
  color: #071A39 !important;
}
.pageTitleCenter.nmb {
  margin-bottom: 0;
}
.pageTitleCenter small {
  min-width: max-content;
  font-family: 'Barlow Condensed';
  font-weight: 600;
  font-size: 1.6rem;
  color: #071A39;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.pageTitleCenter small:before {
  content: '•';
}
.pageTitleSecondary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 2.8rem;
  gap: 12px;
}
.pageTitleSecondary span {
  min-width: max-content;
}
.pageTitleSecondary small {
  min-width: max-content;
  font-family: 'Barlow';
  font-weight: 500;
  font-size: 1.2rem;
  color: #071A39;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pageTitleSecondary small:before {
  content: '•';
}
.pageTitleSecondary:before {
  display: none !important;
}
.pageTitleSecondary:after {
  content: '' !important;
  background: #28A815;
  height: 2px;
  width: 100%;
  margin-top: 4px;
}
.page404Cta .fl-button {
  min-width: 302px;
}
.pageMentionsContent a {
  text-decoration: underline;
  font-weight: 700 !important;
}
.pageMentionsContent p {
  font-size: 1.6rem !important;
  line-height: 2.4rem !important;
  font-weight: 400;
}
.pageMentionsContent h2 {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  margin-top: 20px;
}
.pageOnglets {
  box-shadow: 0px 4px 4px -4px #4B3D3C26;
}
.pageOngletsItem {
  min-width: max-content;
}
.pageOngletsItem .fl-button {
  width: 100%;
  text-align: center;
}
.pageOngletsItem.active .fl-button {
  border-color: #28A815 !important;
}
.pageOngletsItem.active .fl-button .fl-button-text {
  font-weight: 700;
}
.fl-post-grid {
  margin-left: -12px;
  margin-right: -12px;
}
.fl-post-grid .slick-track {
  display: flex !important;
  align-items: stretch;
  margin: 0;
  padding: 6px 0;
}
.slick-nav-bar {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.slick-nav-bar ul.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.slick-nav-bar ul.slick-dots li {
  height: 2px;
  width: 20px;
}
.slick-nav-bar ul.slick-dots li.slick-active {
  height: 4px;
}
.slick-nav-bar ul.slick-dots li.slick-active button {
  background: #28A815;
}
.slick-nav-bar ul.slick-dots button {
  background: #4B3D3C4D;
  border: 0;
  height: 100%;
  width: 100%;
  color: transparent;
  padding: 0;
}
.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: #071A39;
}
.slick-nav-bar .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.slick-nav-bar .slick-arrow.custom-prev {
  left: 0;
}
.slick-nav-bar .slick-arrow.custom-prev i {
  transform: rotate(90deg);
}
.slick-nav-bar .slick-arrow.custom-next {
  right: 0;
}
.slick-nav-bar .slick-arrow.custom-next i {
  transform: rotate(-90deg);
}
.homeIdea {
  position: relative;
}
.homeIdeaContainer {
  display: flex;
  gap: 64px;
}
.homeIdeaContainer > div {
  flex: 1;
}
.homeIdeaFiles {
  position: relative;
}
.homeIdeaFiles:not(.nb):before {
  content: '';
  height: 100%;
  width: 1px;
  background: #28A815;
  position: absolute;
  left: -32px;
}
.homeIdeaFilesTitle {
  color: #071A39;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.homeIdeaFiles ul {
  color: #071A39;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 34px;
}
.homeIdeaFiles ul a {
  color: #071A39;
}
.homeIdeaIllu {
  position: absolute;
  right: -14px;
  bottom: -8px;
}
.homeIdeaTitle {
  font-family: 'Barlow Condensed';
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 0;
  color: #071A39 !important;
}
.homeIdeaTitleSub {
  color: #071A39;
  font-size: 1.6rem;
  font-weight: 500;
}
.homeIdea .dossierContentFooterNumber {
  margin: 2.4rem 0 !important;
}
.homeIdeaLinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.homeParticipate {
  position: relative;
}
.homeParticipateIllu {
  position: absolute;
  right: -10px;
  bottom: -6px;
}
.homeExpert.blocExpertGrid .fl-post-grid .fl-post-column {
  padding-bottom: 0 !important;
}
.homeExpertMore {
  text-decoration: none !important;
}
.homeExpertMore .fl-module-icon {
  transition: all 0.5s;
}
.homeExpertMore:hover .fl-module-icon {
  transform: scale(1.1);
}
.homeTaxo .fl-loop-grid {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.homeTaxo .fl-loop-grid .fl-loop-item {
  display: block;
}
.homeTaxo .fl-loop-grid .fl-loop-item .fl-module-box {
  min-width: max-content;
}
.homeNumbersItem {
  min-width: max-content;
}
.homeNumbers > .fl-module-box:not(:last-child) {
  position: relative;
}
.homeNumbers > .fl-module-box:not(:last-child):after {
  content: '';
  background: #28A815;
  width: 3px;
  height: 75%;
  top: 15%;
  right: 0;
  position: absolute;
}
.homeHeroFocal {
  opacity: 0;
  transform: scale(0);
  transform-origin: center center;
}
.homeHeroFocal.animate {
  animation: focaleScale 0.75s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s forwards;
}
.homeCardText {
  min-height: 57px;
}
@keyframes focaleScale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.blocEventInfos {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blocEventInfosName {
  font-family: 'Barlow Condensed';
  font-weight: 600;
  font-size: 3rem;
  line-height: 3.2rem;
  color: #071A39;
  margin-bottom: 4px;
  min-height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-clamp: 2;
}
.blocEventInfosAddress {
  font-weight: 500;
  font-size: 1.4rem;
  color: #071A39;
  display: flex;
  align-items: center;
  gap: 12px;
}
.blocEventInfosAddress i {
  color: #071A39;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blocEventInfosDate {
  font-weight: 500;
  font-size: 1.4rem;
  color: #071A39;
  display: flex;
  align-items: center;
  gap: 12px;
}
.blocEventInfosDate i {
  color: #071A39;
  font-size: 20px;
}
.blocEventDetails {
  border-top: 3px solid #28A815;
  padding-top: 20px;
  margin: 20px 0 28px;
  font-weight: 400;
  font-size: 1.6rem;
  color: #071A39;
  min-height: 94px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-clamp: 5;
}
.blocEventCta {
  background: #FFCD00;
  border-radius: 40px;
  padding: 4.5px 20px;
  font-size: 2rem;
  color: #071A39;
  display: block;
  max-width: max-content;
  margin: 0;
  font-weight: 700;
}
.blocEventCta:hover {
  background: #FFDC4D;
  color: #071A39;
}
.blocEventGrid .fl-post-grid-post {
  border: 0;
  border-left: 10px solid #FFCD00;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 0px 8px #071A394D;
  padding: 24px;
  height: 100% !important;
}
.blocEventGrid .slick-slide {
  height: auto;
}
.blocExpert {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 8px;
  padding: 24px;
  min-height: 100%;
}
.blocExpertPicture {
  height: 66px;
  width: 66px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 4px;
}
.blocExpertInfosName {
  font-family: 'Barlow Condensed';
  font-weight: 500;
  font-size: 2rem;
  color: #071A39;
}
.blocExpertInfosName:after {
  content: '';
  height: 2px;
  width: 52px;
  background: white;
  display: block;
  margin: 4px auto;
}
.blocExpertInfosFunction {
  font-family: 'Barlow';
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #071A39;
}
.blocExpertInfosCompany {
  font-family: 'Barlow';
  font-weight: 400;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #071A39;
}
.blocExpertGrid {
  grid-column: span 4;
}
.blocExpertGrid.homeExpert .fl-post-grid {
  grid-template-columns: repeat(4, 1fr);
}
.blocExpertGrid .fl-module-content {
  height: 100%;
}
.blocExpertGrid .fl-post-grid {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.blocExpertGrid .fl-post-grid:before, .blocExpertGrid .fl-post-grid:after {
  display: none;
}
.blocExpertGrid .fl-post-grid-post {
  border: 0;
  background: #FFCD00 !important;
  border-radius: 5px;
  background: white;
  box-shadow: 0px 0px 10px rgba(75, 61, 60, 0.15);
  padding: 0;
  height: 100% !important;
}
.blocExpertGrid .fl-post-grid .fl-post-column {
  height: 100% !important;
  width: 100%;
}
.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: #071A39;
  max-width: 100%;
}
.blocPartnerDetails a {
  color: #071A39;
  font-weight: 700;
  text-decoration: underline;
}
.blocPartnerGrid {
  max-width: 100%;
}
.blocPartnerGrid .fl-post-grid .slick-track .fl-post-grid-post {
  border: 1px solid #4B3D3C4D;
  border-radius: 5px;
  background: white;
  padding: 24px;
}
.paysSource {
  padding-top: 12px;
  position: relative;
}
.paysSource:before {
  position: absolute;
  content: '' !important;
  width: 170px;
  height: 2px;
  background: #28A815;
  margin-bottom: 12px;
  display: block !important;
  top: 0;
}
.paysItem {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.paysItemTitle {
  margin: 0;
  font-family: 'Barlow Condensed';
  font-weight: 500;
  font-size: 2rem;
  color: #071A39 !important;
  display: flex;
  align-items: center;
  gap: 6px;
}
.paysItemIcon i:before {
  color: #071A39;
  font-size: 20px;
}
.paysItemGrid .fl-post-grid-post {
  background: #FFFFFF;
  border: 1px solid rgba(75, 61, 60, 0.1);
  box-shadow: 0px 0px 10px rgba(75, 61, 60, 0.15);
  border-radius: 4px;
}
.paysListing {
  font-size: 1.6rem;
  color: #071A39;
  padding: 0;
  margin: 0;
  list-style: none;
}
.paysListing li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.paysListing li:not(:last-child) {
  margin-bottom: 20px;
}
.paysListing li .icon-plus {
  color: #28A815;
}
.paysListing li .icon-minus:before {
  content: '';
  width: 14px;
  height: 3px;
  background: #AF282D;
  display: block;
}
.paysListingEchanges {
  font-size: 1.6rem;
  color: #071A39;
  padding: 0;
  margin: 0;
  list-style: none;
}
.paysListingEchanges li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.paysEditor h3, .paysEditor strong {
  font-family: 'Barlow Condensed' !important;
  font-weight: 500 !important;
  font-size: 2rem !important;
  margin-top: 20px !important;
}
.paysEditor ul {
  padding-left: 24px;
}
.paysEditor ul li {
  margin: 10px 0;
}
.paysEditor ul li strong {
  font-family: 'Barlow' !important;
  font-weight: 600 !important;
  font-size: 1.6rem !important;
}
.glossaireContainer {
  width: 100%;
}
.glossaireAlphabet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}
.glossaireAlphabetLetter {
  font-weight: 500;
  font-size: 2rem;
  color: #071A39;
  text-transform: uppercase;
  width: 32px;
  height: 40px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #071A39;
  border-radius: 5px;
}
.glossaireAlphabetLetter:not(.disabled):hover {
  background: #071A39;
  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: #071A39 !important;
}
.glossaireSectionLetter:after {
  content: '';
  background: #28A815;
  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: #071A39;
}
.glossaireSectionListItemLink:hover, .glossaireSectionListItemLink:active, .glossaireSectionListItemLink:focus {
  color: #071A39;
}
.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;
  flex-direction: column;
  justify-content: flex-start;
  gap: 7px;
  margin-bottom: 30px !important;
}
.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: space-between;
  align-items: center;
  gap: 24px;
}
.donneeCard .wpgb-block-1.donneeCardName {
  font-family: 'Barlow Condensed';
  font-weight: 500;
  font-size: 2.2rem !important;
  color: #071A39 !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;
  max-width: 50%;
  font-weight: 700 !important;
  font-size: 2rem !important;
  text-align: center;
}
.donneeCardCta.download {
  background: white;
}
.donneeCardCta:hover {
  background: #071A39;
  color: white !important;
  border-color: #071A39 !important;
}
.filtersSidebar:before {
  content: '';
  position: fixed;
  z-index: 9;
  width: 100vw;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  top: 0;
  left: 0;
}
.filtersSidebar.active .filtersSidebarContainer, .filtersSidebar.active .filtersSidebarFooter {
  right: 0;
}
.filtersSidebar.active:before {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.filtersSidebarContainer {
  background: white;
  padding: 40px 48px 80px;
  box-shadow: 0px 2px 10px rgba(128, 128, 128, 0.3);
  position: fixed;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100dvh;
  z-index: 10;
  transition: right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: auto;
  color: #071A39;
}
.filtersSidebarHeader {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}
.filtersSidebarHeaderTitle {
  font-family: 'Barlow Condensed';
  font-weight: 600;
  font-size: 2.4rem;
  margin: 0;
  color: #071A39 !important;
}
.filtersSidebarHeaderClose {
  background: transparent;
  border: 0;
  color: #071A39;
  font-family: 'Barlow';
  font-weight: 500;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}
.filtersSidebarHeaderClose:hover {
  color: #071A39;
  background: transparent;
  border: 0;
}
.filtersSidebarHeaderClose:after {
  content: '\e915';
  font-family: 'Icomoon';
}
.filtersSidebarSection {
  border-bottom: #4B3D3C33 1px solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.filtersSidebarSection .wpgb-facet > fieldset:last-child {
  margin-bottom: 0px;
}
.filtersSidebarSection .wpgb-facet ul .wpgb-button {
  border-radius: 40px;
  background: #EAECF0;
  border-color: #EAECF0;
  font-weight: 500;
}
.filtersSidebarSection .wpgb-facet ul .wpgb-button[aria-pressed=true] {
  border-color: #071A39;
  color: #071A39;
  background: white;
}
.filtersSidebarSection .wpgb-facet ul .wpgb-button:hover {
  border-color: #071A39 !important;
}
.filtersSidebarSection .wpgb-facet select.wpgb-select {
  border-radius: 40px;
  padding-left: 20px;
}
.filtersSidebarSectionTitle {
  font-family: 'Barlow';
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 0 24px 0;
  color: #071A39 !important;
}
.filtersSidebarFooter {
  position: fixed;
  bottom: 0;
  right: -500px;
  display: flex;
  gap: 20px;
  padding: 20px;
  background: #F6F5F5;
  width: 500px;
  transition: right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.filtersSidebarFooter .wpgb-facet {
  flex: 1;
}
.filtersSidebarFooter .wpgb-facet button.wpgb-apply, .filtersSidebarFooter .wpgb-facet button.wpgb-reset {
  margin: 0;
  width: 100%;
  padding: 8px 20px;
  border: 2px solid #FFCD00;
  border-radius: 40px;
  color: #071A39;
  font-weight: 500;
  font-size: 1.6rem;
}
.filtersSidebarFooter .wpgb-facet button.wpgb-reset {
  background: #FFFFFF;
}
.filtersSidebarFooter .wpgb-facet button.wpgb-apply {
  background: #FFCD00;
}
.wp-grid-builder .wpgb-card.recommanded .dossier:before {
  content: "";
  background: #28A815;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  z-index: 1;
  border-radius: 5px 0 0 5px;
}
/* Decryptages Thématique */
.wpgb-grid-10 .wpgb-viewport, .wpgb-grid-11 .wpgb-viewport {
  height: auto !important;
}
.wpgb-grid-10 .wpgb-viewport .wpgb-masonry, .wpgb-grid-11 .wpgb-viewport .wpgb-masonry {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.wpgb-grid-10 .wpgb-viewport .wpgb-masonry .wpgb-card:not(.wpgb-no-result), .wpgb-grid-11 .wpgb-viewport .wpgb-masonry .wpgb-card:not(.wpgb-no-result) {
  position: relative !important;
  grid-row-end: span 1;
  left: inherit !important;
  top: inherit !important;
  width: auto !important;
  height: 100% !important;
}
.wpgb-grid-10 .wpgb-viewport .wpgb-masonry .wpgb-card:not(.wpgb-no-result) .wpgb-card-wrapper, .wpgb-grid-11 .wpgb-viewport .wpgb-masonry .wpgb-card:not(.wpgb-no-result) .wpgb-card-wrapper {
  min-height: 100%;
}
.wpgb-grid-10 .wpgb-viewport .wpgb-masonry .wpgb-card:not(.wpgb-no-result).recommanded, .wpgb-grid-11 .wpgb-viewport .wpgb-masonry .wpgb-card:not(.wpgb-no-result).recommanded {
  grid-row-end: span 2;
}
.wpgb-grid-10 .wpgb-viewport .wpgb-masonry .wpgb-card.wpgb-no-result, .wpgb-grid-11 .wpgb-viewport .wpgb-masonry .wpgb-card.wpgb-no-result {
  position: relative !important;
}
.wpgb-grid-7 .wpgb-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.wpgb-grid-7 .wpgb-masonry .wpgb-card {
  grid-row-end: span 1;
}
.wpgb-grid-7 .wpgb-masonry .wpgb-card.recommanded {
  grid-row-end: span 2;
}
.wpgb-grid-7 .wpgb-masonry .wpgb-card.recommanded .decryptage {
  padding-top: 16px !important;
}
.wpgb-grid-7 .wpgb-masonry .wpgb-card.recommanded .decryptage:before {
  content: "";
  background: #28A815;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  z-index: 1;
  border-radius: 5px 0 0 5px;
}
.dossier {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 8px #071A394D !important;
  position: relative;
  display: block;
  height: 100%;
  border: 0;
}
.dossier:hover {
  text-decoration: none;
  color: #071A39;
}
.dossier.search {
  flex-direction: row-reverse !important;
  box-shadow: none !important;
  border-radius: 0;
  padding: 0 0 24px !important;
  border-bottom: #615D5D33 1px solid !important;
}
.dossier.search .dossierPicture {
  flex: 1;
}
.dossier.search .dossierContent {
  flex: 2 !important;
}
.dossier.recommanded:before {
  content: "";
  background: #28A815;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  z-index: 1;
  border-radius: 10px 0 0 10px;
}
.dossierPicture {
  aspect-ratio: 1.7777777778;
  overflow: hidden;
  position: relative;
}
.dossierPicture svg {
  padding-top: 58% !important;
}
.dossierPicture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Remplit sans déformer */
  object-position: center;
}
.dossierBadge {
  background: #28A815;
  color: white !important;
  border-radius: 0 20px 20px 0;
  position: absolute;
  left: -24px;
  top: -36px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3px 12px 3px 20px !important;
  gap: 6px;
  font-weight: 500 !important;
  z-index: 2;
  font-size: 1.6rem;
  min-width: max-content;
}
.dossierContent {
  padding: 24px !important;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dossierContentInfos {
  position: relative;
}
.dossierContentInfosTitle {
  font-family: 'Barlow Condensed' !important;
  font-weight: 600 !important;
  font-size: 2.4rem !important;
  line-height: 3.1rem !important;
  color: #071A39 !important;
  margin-bottom: 20px !important;
}
.dossierContentInfosDetails {
  font-weight: 400 !important;
  line-height: 2.1rem !important;
  font-size: 1.6rem !important;
  margin-bottom: 20px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 64px;
  color: #071A39 !important;
}
.dossierContentInfosDetails:hover {
  text-decoration: none;
}
.dossierContentFooterNumber {
  display: flex !important;
  gap: 8px;
  align-items: center;
  font-family: 'Barlow';
  font-weight: 500 !important;
  font-size: 1.6rem !important;
  color: #071A39;
  margin-bottom: 5px !important;
  /*&:before {
					background: $csecondary;
					display: block;
					content: '';
					width: 2px;
					height: 17px;
				}*/
}
.dossierContentFooterDate {
  display: flex !important;
  align-items: center;
  gap: 3px;
  color: #071A39;
  font-family: 'Barlow';
  font-weight: 400 !important;
  font-size: 1.2rem !important;
}
.dossierContentFooterDate .wpgb-block-4 {
  font-weight: 400 !important;
}
.decryptage {
  background: white;
  padding: 24px !important;
  box-shadow: 0px 0px 8px #071A394D !important;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  position: relative;
  grid-row-end: span 1;
}
.decryptage:hover {
  text-decoration: none;
  color: #071A39;
}
.decryptage.search {
  box-shadow: none !important;
  padding: 0 0 24px !important;
  border-bottom: #615D5D33 1px solid !important;
  border-radius: 0;
}
.decryptage.recommanded {
  grid-row-end: span 2;
  padding-top: 16px !important;
}
.decryptage.recommanded:before {
  content: "";
  background: #28A815;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  z-index: 1;
  border-radius: 5px 0 0 5px;
}
.decryptageBadge {
  background: #28A815;
  color: white !important;
  border-radius: 0 20px 20px 0;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3px 12px 3px 20px !important;
  gap: 6px;
  margin-left: -24px !important;
  margin-bottom: 16px !important;
  font-weight: 500 !important;
  z-index: 2;
  font-size: 1.6rem;
  min-width: max-content;
}
.decryptageGrid {
  /*display: flex;
		flex-wrap: wrap;
		gap: 24px;*/
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.decryptageGrid .decryptage {
  /*width: calc(100% / 3 - 16px);*/
}
.decryptageGrid .decryptage:hover {
  text-decoration: none;
}
.decryptagePicture {
  min-width: 100%;
}
.decryptagePicture img {
  min-width: 100%;
  object-fit: cover;
  margin: 10px 0 20px !important;
}
.decryptageArticles.home {
  height: 100%;
}
.decryptageArticles.home > .fl-module-content {
  height: 100%;
}
.decryptageArticles.home .fl-post-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  height: 100%;
}
.decryptageArticles.home .fl-post-grid:before, .decryptageArticles.home .fl-post-grid:after {
  display: none;
}
.decryptageArticles.home .fl-post-grid .fl-post-column {
  padding-bottom: 0;
}
.decryptageArticles .fl-post-grid-post {
  border: 0;
  box-shadow: 0px 0px 10px rgba(75, 61, 60, 0.15);
  background: none;
}
.decryptageArticles.alone .fl-module-content, .decryptageArticles.alone .fl-post-grid, .decryptageArticles.alone .fl-post-column, .decryptageArticles.alone .fl-post-grid-post {
  height: 100%;
}
.decryptage .wpgb-card-body {
  z-index: 1;
}
.decryptage .wpgb-card-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.decryptage .wpgb-card-content {
  gap: 14px;
}
.decryptageTaxonomy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 8px;
  color: #071A39;
  font-family: 'Barlow';
  margin-bottom: 5px !important;
}
.decryptageTaxonomyFormat {
  color: #28A815 !important;
  font-weight: 700 !important;
  font-size: 1.6rem !important;
}
.decryptageTaxonomyThematique {
  font-weight: 400 !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.decryptageTaxonomyThematique:before {
  content: '•';
}
.decryptageTitle {
  font-family: 'Barlow Condensed' !important;
  font-weight: 600 !important;
  font-size: 2.4rem !important;
  line-height: 3.1rem !important;
  color: #071A39 !important;
  margin: 0 0 10px 0 !important;
}
.decryptageDetails {
  font-weight: 400 !important;
  line-height: 2.1rem !important;
  font-size: 1.6rem !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 70px;
  color: #071A39 !important;
}
.decryptageDetails:hover {
  text-decoration: none;
}
.decryptageDetails p {
  margin: 0;
}
.decryptageNumber {
  display: flex;
  gap: 5px;
  align-items: center;
  font-family: 'Barlow';
  font-weight: 500 !important;
  font-size: 1.6rem !important;
  color: #071A39;
  /*&:before {
			background: $csecondary;
			content: '';
			width: 2px;
			height: 17px;
		}*/
}
.decryptageNumberCard {
  box-shadow: 0px 0px 10px 0px #4B3D3C26;
  border-radius: 5px;
}
.decryptageNumberCardContainer {
  margin: 48px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.decryptageNumberCardHeader {
  background: #FFCD00;
  padding: 24px;
  min-height: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.decryptageNumberCardHeaderValue {
  width: 116px;
  height: 111px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed';
  font-size: 4.8rem;
  font-weight: 700;
  color: #071A39;
  background: url('/wp-content/uploads/sites/31/2026/02/focale-1.png') no-repeat;
  background-size: contain;
}
.decryptageNumberCardHeaderTitle {
  font-family: 'Barlow Condensed';
  font-size: 2.2rem;
  font-weight: 700;
  color: #071A39;
  text-align: center;
}
.decryptageNumberCardContent {
  padding: 24px;
  color: #071A39;
  font-size: 1.6rem;
  font-weight: 400;
}
.decryptageDate {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #071A39;
  font-family: 'Barlow';
  font-weight: 400 !important;
  font-size: 1.2rem !important;
}
.decryptageDate .wpgb-block-3, .decryptageDate .wpgb-block-4 {
  font-family: 'Barlow';
  font-weight: 400 !important;
  font-size: 1.2rem !important;
}
.decryptageZoom + .decryptageBio {
  margin-top: -24px;
}
.decryptageZoomSector {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.decryptageZoomSector:before, .decryptageZoomSector:after {
  content: '';
  width: 1px;
  height: 16px;
  background: #071A39;
}
.decryptageZoomLogo {
  width: 66px;
  min-width: 66px;
  height: 66px;
}
.decryptageZoomLogo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.decryptageBio {
  box-shadow: 0px 0px 10px 0px #4B3D3C26;
  border-radius: 5px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.decryptageBioContainer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
.decryptageBioContentName {
  font-family: 'Barlow';
  font-size: 1.6rem;
  font-weight: 600;
  color: #071A39;
  margin: 0;
}
.decryptageBioContentFunction {
  font-family: 'Barlow';
  font-size: 1.6rem;
  font-weight: 400;
  color: #071A39;
}
.decryptageBioPicture {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  overflow: hidden;
}
.decryptageBioPicture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.decryptageBio.dirigeant {
  border: 1px solid #FFCD00;
}
.decryptageBio.expert {
  border: 1px solid #28A815;
}
.decryptageEyeContainer {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 32px 0;
}
.decryptageEyeTitle {
  font-family: 'Barlow Condensed';
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: 600;
  color: #071A39;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.decryptageEyeTitle span {
  font-size: 3.8rem;
}
.decryptageEyeContent {
  color: #071A39;
  font-size: 1.6rem;
  font-weight: 400;
}
.decryptageEyePicture {
  margin: 24px 0;
}
.decryptageEyePicture:last-child {
  margin-bottom: 0;
}
.decryptageEyePictureTitle {
  font-family: 'Barlow Condensed';
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 600;
  color: #071A39;
  margin-bottom: 2rem;
}
.decryptageEyePicture img {
  width: 100%;
}
.decryptageEyePictureSource {
  background: #4B3D3C33;
  padding: 4px 12px;
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  font-style: italic;
  color: #071A39;
}
.decryptageTime .fl-module-icon {
  height: 20px;
}
.decryptageShare .uabb-ss-wrap {
  display: flex;
  gap: 13px;
}
.decryptageShare .uabb-ss-wrap .uabb-ss-grid-item {
  width: 45px;
  min-width: 45px;
  height: 45px;
}
.decryptageShare .uabb-ss-wrap .uabb-ss-grid-item .uabb-ss-grid-button {
  width: 100% !important;
  height: 100% !important;
}
.decryptageShare .uabb-ss-wrap .uabb-ss-grid-item .uabb-ss-grid-button .icon-facebook, .decryptageShare .uabb-ss-wrap .uabb-ss-grid-item .uabb-ss-grid-button .icon-email-simple-filled {
  font-size: 26px;
}
.decryptageShare .uabb-ss-grid-button {
  border: 2px solid var(--color-grey-100, #F6F5F5);
}
.decryptageSpeechPicture {
  width: 66px;
  min-width: 66px;
  height: 66px;
  border-radius: 50%;
  overflow: hidden;
}
.decryptageSpeechPicture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.decryptageSpeechQuote {
  box-shadow: 0px 0px 10px 0px #4B3D3C26;
  border-radius: 5px;
  padding: 44px 20px 44px 24px;
  position: relative;
  overflow: hidden;
  font-family: 'Barlow Condensed';
  font-size: 2rem;
  font-weight: 600;
  color: #071A39;
  margin: 24px 0;
}
.decryptageSpeechQuote:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #69CD5A;
}
.decryptageTrueFalse {
  border: 1px solid #4B3D3C1A;
  padding: 20px;
  border-radius: 5px;
}
.decryptageTrueFalseContainer {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 32px 0;
}
.decryptageTrueFalseTitle {
  font-family: 'Barlow Condensed';
  font-size: 2.2rem;
  font-weight: 700;
  color: #071A39;
  margin-bottom: 10px;
}
.decryptageTrueFalseDetails {
  color: #071A39;
  font-size: 1.6rem;
  font-weight: 400;
}
.decryptageTrueFalseAnchors {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 32px 0;
}
.decryptageTrueFalseAnchorsItem {
  border: 1px solid #4B3D3C1A;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.decryptageTrueFalseAnchorsItem:after {
  content: '';
  width: 45px;
  min-width: 45px;
  height: 45px;
  background: url('/wp-content/uploads/sites/31/2026/02/arrow.png') no-repeat;
  background-size: contain;
}
.decryptageTrueFalseAnchorsItem:hover {
  color: #071A39;
  text-decoration: none;
}
.decryptageTrueFalseAnchorsItemTitle {
  font-family: 'Barlow Condensed';
  font-size: 2.2rem;
  font-weight: 700;
  color: #071A39;
  margin: 0px;
}
.decryptageTrueFalseContent {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 20px;
}
.decryptageTrueFalseContentDetails {
  color: #071A39;
  font-size: 1.6rem;
  font-weight: 400;
}
.decryptageTrueFalseContentValue {
  width: 116px;
  min-width: 116px;
  height: 111px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed';
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-size: contain;
}
.decryptageTrueFalseContentValue.reponse_vrai {
  background-image: url('/wp-content/uploads/sites/31/2026/02/focale-2-e1770634825314.png');
  color: #071A39;
}
.decryptageTrueFalseContentValue.reponse_fausse {
  background-image: url('/wp-content/uploads/sites/31/2026/02/focale-3.png');
  color: white;
}
.decryptageCountry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #4B3D3C1A;
  box-shadow: 0px 0px 10px 0px #4B3D3C26;
  padding: 10px 16px;
  border-radius: 4px;
}
.decryptageCountry:hover {
  text-decoration: none;
  color: #071A39;
}
.decryptageCountry:hover i.icon-arrow_long {
  transform: translateX(-10px);
}
.decryptageCountry i.icon-arrow_long {
  font-size: 2rem;
  transition: all 0.5s;
}
.decryptageCountry i.icon-arrow_long:before {
  color: #071A39;
}
.decryptageCountryContainer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 16px 0;
}
.decryptageCountryLeft {
  display: flex;
  align-items: center;
  gap: 16px;
}
.decryptageCountryLeftFlag {
  width: 20px;
  min-width: 20px;
  height: 14px;
}
.decryptageCountryLeftName {
  color: #071A39;
  font-family: 'Barlow Condensed';
  font-size: 2rem;
  font-weight: 600;
}
.decryptageContent, .decryptageContent.fl-module-rich-text {
  /*img {
			cursor: zoom-in;
    		transition: transform 0.3s ease;
			&:active {
				transform: scale(1.5);
				z-index: 2;
				position: relative;
			}
		}*/
}
.decryptageContent .pr-articles-card-icon-block, .decryptageContent.fl-module-rich-text .pr-articles-card-icon-block {
  display: inline-block;
  margin-right: 10px;
}
.decryptageContent .pr-articles-card-icon-block span, .decryptageContent.fl-module-rich-text .pr-articles-card-icon-block span {
  font-size: 3.8rem !important;
  font-family: 'Barlow Condensed';
  font-weight: 600;
}
.decryptageContent .news-title-span, .decryptageContent.fl-module-rich-text .news-title-span {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 40px);
}
.decryptageContent .news-title-span .news-title, .decryptageContent.fl-module-rich-text .news-title-span .news-title {
  font-size: 2.8rem !important;
  font-family: 'Barlow Condensed';
  font-weight: 600;
}
.decryptageContent h2, .decryptageContent h3, .decryptageContent h4, .decryptageContent h5, .decryptageContent h6, .decryptageContent.fl-module-rich-text h2, .decryptageContent.fl-module-rich-text h3, .decryptageContent.fl-module-rich-text h4, .decryptageContent.fl-module-rich-text h5, .decryptageContent.fl-module-rich-text h6 {
  font-family: 'Barlow Condensed';
  font-weight: 600 !important;
  color: #071A39 !important;
  margin-bottom: 20px;
}
.decryptageContent h2 span, .decryptageContent h2 strong, .decryptageContent h3 span, .decryptageContent h3 strong, .decryptageContent h4 span, .decryptageContent h4 strong, .decryptageContent h5 span, .decryptageContent h5 strong, .decryptageContent h6 span, .decryptageContent h6 strong, .decryptageContent.fl-module-rich-text h2 span, .decryptageContent.fl-module-rich-text h2 strong, .decryptageContent.fl-module-rich-text h3 span, .decryptageContent.fl-module-rich-text h3 strong, .decryptageContent.fl-module-rich-text h4 span, .decryptageContent.fl-module-rich-text h4 strong, .decryptageContent.fl-module-rich-text h5 span, .decryptageContent.fl-module-rich-text h5 strong, .decryptageContent.fl-module-rich-text h6 span, .decryptageContent.fl-module-rich-text h6 strong {
  color: #071A39 !important;
  font-weight: 600 !important;
}
.decryptageContent h2:not([class]), .decryptageContent h3:not([class]), .decryptageContent h4:not([class]), .decryptageContent h5:not([class]), .decryptageContent h6:not([class]), .decryptageContent.fl-module-rich-text h2:not([class]), .decryptageContent.fl-module-rich-text h3:not([class]), .decryptageContent.fl-module-rich-text h4:not([class]), .decryptageContent.fl-module-rich-text h5:not([class]), .decryptageContent.fl-module-rich-text h6:not([class]) {
  margin-top: 30px;
}
.decryptageContent h2:not([class]):first-child, .decryptageContent h3:not([class]):first-child, .decryptageContent h4:not([class]):first-child, .decryptageContent h5:not([class]):first-child, .decryptageContent h6:not([class]):first-child, .decryptageContent.fl-module-rich-text h2:not([class]):first-child, .decryptageContent.fl-module-rich-text h3:not([class]):first-child, .decryptageContent.fl-module-rich-text h4:not([class]):first-child, .decryptageContent.fl-module-rich-text h5:not([class]):first-child, .decryptageContent.fl-module-rich-text h6:not([class]):first-child {
  margin-top: 0;
}
.decryptageContent h2, .decryptageContent.fl-module-rich-text h2 {
  font-size: 2.8rem !important;
  line-height: 3rem;
}
.decryptageContent h3, .decryptageContent.fl-module-rich-text h3 {
  font-size: 2.4rem !important;
  line-height: 2.6rem;
}
.decryptageContent h4, .decryptageContent.fl-module-rich-text h4 {
  font-size: 2.2rem !important;
  line-height: 2.4rem;
}
.decryptageContent h5, .decryptageContent.fl-module-rich-text h5 {
  font-size: 2rem !important;
  line-height: 2.2rem;
}
.decryptageContent h6, .decryptageContent.fl-module-rich-text h6 {
  font-size: 1.8rem !important;
  line-height: 2rem;
}
.decryptageContent a, .decryptageContent.fl-module-rich-text a {
  text-decoration: underline;
  font-weight: 700;
}
.decryptageContent p, .decryptageContent.fl-module-rich-text p {
  font-weight: 400;
}
.decryptageContent .caption, .decryptageContent img, .decryptageContent.fl-module-rich-text .caption, .decryptageContent.fl-module-rich-text img {
  max-width: 100%;
}
.decryptageContent .caption, .decryptageContent.fl-module-rich-text .caption {
  position: relative;
}
.decryptageContent .caption:before, .decryptageContent.fl-module-rich-text .caption:before {
  content: '';
  background: url('/wp-content/uploads/sites/31/2026/02/zoom.png') no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.decryptageContent .caption-text, .decryptageContent.fl-module-rich-text .caption-text {
  background: #4B3D3C33;
  padding: 4px 12px;
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
  font-style: italic;
  color: #071A39;
}
/* Pagination */
.wpgb-facet-7 {
  margin: 32px auto;
}
.wpgb-facet-7 .wpgb-pagination {
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.wpgb-facet-7 .wpgb-pagination li[class="wpgb-page"]:first-child:before, .wpgb-facet-7 .wpgb-pagination li[class="wpgb-page"]:last-child:after {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0;
  background: white;
  opacity: 0.5;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(75, 61, 60, 0.15);
  content: '\e91a';
  font-family: 'Icomoon';
  color: #071A39;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
}
.wpgb-facet-7 .wpgb-pagination li[class="wpgb-page"]:first-child {
  margin-left: 80px;
}
.wpgb-facet-7 .wpgb-pagination li[class="wpgb-page"]:first-child:before {
  transform: translateY(-50%) rotate(90deg);
  left: -80px;
}
.wpgb-facet-7 .wpgb-pagination li[class="wpgb-page"]:last-child {
  margin-right: 80px;
}
.wpgb-facet-7 .wpgb-pagination li[class="wpgb-page"]:last-child:after {
  transform: translateY(-50%) rotate(-90deg);
  right: -80px;
}
.wpgb-facet-7 .wpgb-pagination li.wpgb-page {
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin: 0;
}
.wpgb-facet-7 .wpgb-pagination li.wpgb-page.wpgb-page-prev a:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.wpgb-facet-7 .wpgb-pagination li.wpgb-page.wpgb-page-next a:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.wpgb-facet-7 .wpgb-pagination li.wpgb-page a {
  background: white;
  border-radius: 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow Condensed';
  font-weight: 500 !important;
  font-size: 1.8rem !important;
  color: #071A39;
  border: 2px solid white !important;
}
.wpgb-facet-7 .wpgb-pagination li.wpgb-page a[aria-current="true"] {
  border: 2px solid #28A815 !important;
  color: #071A39 !important;
}
.wpgb-facet-7 .wpgb-pagination li.wpgb-page.wpgb-page-prev, .wpgb-facet-7 .wpgb-pagination li.wpgb-page.wpgb-page-next {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0;
}
.wpgb-facet-7 .wpgb-pagination li.wpgb-page.wpgb-page-prev a, .wpgb-facet-7 .wpgb-pagination li.wpgb-page.wpgb-page-next a {
  color: transparent !important;
  box-shadow: 0px 0px 10px rgba(75, 61, 60, 0.15);
}
.wpgb-facet-7 .wpgb-pagination li.wpgb-page.wpgb-page-prev a:after, .wpgb-facet-7 .wpgb-pagination li.wpgb-page.wpgb-page-next a:after {
  content: '\e91a';
  font-family: 'Icomoon';
  color: #071A39;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}
.wpgb-facet-7 .wpgb-pagination li.wpgb-page.wpgb-page-prev {
  margin-right: 40px;
}
.wpgb-facet-7 .wpgb-pagination li.wpgb-page.wpgb-page-next {
  margin-left: 40px;
}
.zone {
  background: white;
  box-shadow: 0px 0px 8px #071A394D;
  border-radius: 10px;
  padding: 16px 20px;
}
.zone:not(:last-child) {
  margin-bottom: 24px;
}
.zone-toggle {
  display: none;
}
.zone-toggle:checked + .zone-header .zone-icon {
  transform: rotate(180deg);
}
.zone-toggle:checked ~ .zone-content {
  max-height: 1000px;
}
.zone-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  gap: 20px;
}
.zone-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #F6F5F5;
  box-shadow: 0px 0px 10px rgba(75, 61, 60, 0.15);
  border-radius: 50%;
  transition: transform 0.3s ease;
  font-size: 1.6rem;
  color: #071A39;
}
.zone-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding: 0;
}
.zoneTitle {
  font-family: 'Barlow Condensed';
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 6px;
  color: #071A39 !important;
}
.zoneDetails {
  font-family: 'Barlow';
  font-weight: 400;
  font-size: 1.6rem;
  color: #071A39;
}
.zoneDetails p {
  margin-bottom: 0;
}
.zoneCountry {
  padding-left: 24px;
  column-count: 3;
  column-gap: 2rem;
  column-fill: balance;
  margin-top: 24px;
}
.zoneCountryItemLink {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-decoration: underline;
  color: #071A39;
}
.zoneCountryItemLink:hover, .zoneCountryItemLink:active, .zoneCountryItemLink:focus {
  color: #071A39;
}
@media screen and (max-width: 1279px) {
  .headerMenuHoverToggle {
    padding-left: 8px;
  }
  .headerMenuHoverToggle:before {
    margin-right: 8px;
  }
  .footerNewsIllustration {
    right: -60px;
  }
  .glossaireAlphabet {
    justify-content: center;
    flex-wrap: wrap;
  }
  .glossaireAlphabetLetter {
    font-size: 1.6rem;
  }
  .glossaireSection {
    padding-left: 0;
    padding-right: 0;
  }
  .glossaireSectionList {
    gap: 20px;
  }
  .glossaireSectionLetter {
    font-size: 3.2rem;
  }
  .blocExpertGrid .fl-post-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .footerNewsIllustration {
    right: 0px;
    top: 82px;
  }
  .decryptageGrid, .wpgb-grid-10 .wpgb-viewport .wpgb-masonry, .wpgb-grid-11 .wpgb-viewport .wpgb-masonry {
    grid-template-columns: repeat(2, 1fr);
  }
  .homeExpert.blocExpertGrid .fl-post-grid .fl-post-column {
    padding-bottom: 24px !important;
  }
  .blocExpertGrid .fl-post-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .fl-post-grid.slick-slider {
    margin-right: -24px !important;
  }
  .donneeCard .wpgb-block-2 {
    flex-direction: column;
    gap: 16px;
  }
  .donneeCardCta {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /*.header {
		&MenuMobileOpen .icon-menu {
			width: 34px;
			min-width: 34px;
			height: 34px;
			&:before {
				width: 15px;
				height: 24px;
			}
		}
		&SearchMobile .icon-search {
			width: 34px;
			min-width: 34px;
			height: 34px;
			display: flex;
			align-items: center;
			justify-content: center;
			cursor: pointer;
			&:before {
				width: 15px;
				height: 20px;
			}
		}
	}*/
  .searchContainer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .searchResultItem.withPicture {
    flex-direction: column;
  }
  .footerNewsIllustration {
    position: relative;
    top: inherit;
    right: inherit;
    margin-bottom: -38px;
  }
  #menu-footer-mentions li {
    border: 0 !important;
    display: flex;
    align-items: center;
  }
  #menu-footer-mentions li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #menu-footer-mentions li:not(:last-child):after {
    content: '';
    width: 1px;
    height: 16px;
    background: #071A39;
    display: block;
  }
  .fl-post-grid.slick-slider {
    margin-right: -20px !important;
  }
  .filtersSidebarContainer {
    width: 100vw;
    right: 0;
    bottom: -100dvh;
    top: inherit;
    transition: bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 24px 20px;
  }
  .filtersSidebar.active .filtersSidebarContainer {
    bottom: 0;
  }
  .filtersSidebarFooter {
    width: 100%;
  }
  .filtersSidebarFooter .wpgb-facet {
    flex: auto;
  }
  .filtersSidebarFooter .wpgb-facet button.wpgb-apply, .filtersSidebarFooter .wpgb-facet button.wpgb-reset {
    padding: 8px 14px;
  }
  .pageBreadcrumb span {
    line-height: 1.4rem;
  }
  .pageOnglets {
    max-width: 100%;
    overflow-x: auto;
  }
  .pageTitleCenter {
    font-size: 3rem !important;
    margin-bottom: 32px;
  }
  .zoneCountry {
    column-count: 1;
  }
  .blocExpert {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    gap: 12px;
  }
  .blocExpertInfosName:after {
    display: none;
  }
  .blocExpertGrid .fl-post-grid-post {
    background: white !important;
    border: 1px solid #FFCD00 !important;
  }
  .homeIdeaIllu, .homeParticipateIllu {
    position: relative;
  }
  .homeIdeaContainer {
    flex-direction: column;
  }
  .homeIdeaFiles:before {
    width: 100%;
    height: 1px;
    top: -32px;
    left: 0;
  }
  .decryptageTrueFalseContent {
    flex-direction: column;
  }
  .decryptageNumberCardContainer {
    grid-template-columns: 1fr;
  }
  .decryptageZoomSector:before, .decryptageZoomSector:after {
    display: none !important;
  }
  .blocExpertGrid.homeExpert .fl-post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .blocExpertGrid .fl-post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .homeNumbers > .fl-module-box:not(:last-child):after {
    top: inherit;
    bottom: -24px;
    width: 80%;
    left: 10%;
    height: 3px;
  }
}
@media screen and (max-width: 575px) {
  .decryptageGrid, .wpgb-grid-10 .wpgb-viewport .wpgb-masonry, .wpgb-grid-11 .wpgb-viewport .wpgb-masonry {
    grid-template-columns: repeat(1, 1fr);
  }
  .pageBreadcrumb span {
    flex-wrap: wrap;
  }
  .slick-nav-bar .slick-dots {
    gap: 5px;
  }
  .slick-nav-bar .slick-dots li {
    width: 10px;
  }
  .blocExpertGrid.homeExpert .fl-post-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .blocExpertGrid .fl-post-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .homeIdea {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .homeIdeaIllu {
    margin-top: -36px;
  }
  .homeParticipate {
    margin-top: 20px;
  }
  .homeParticipateIllu {
    margin-top: -46px;
  }
}
