@charset "UTF-8";
.cta .fl-button {
  border: 2px solid white;
  border-radius: 110px;
}
.cta.gradient .fl-button {
  border: 1.5px solid var(--gradient-orange-pink-rose, #FD622F) !important;
  padding: 16px 28px !important;
}
.cta.gradient.blue .fl-button {
  border: 1.5px solid var(--gradient-green, #324B14) !important;
}
.cta:hover {
  opacity: 0.8;
}
#tarteaucitronRoot button#tarteaucitronCloseAlert, #tarteaucitronRoot button#tarteaucitronPrivacyUrl, #tarteaucitronRoot button.tarteaucitronCTAButton, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, .tac_activate .tarteaucitronAllow, html body #tarteaucitronRoot button#tarteaucitronSaveButton {
  border-radius: 40px !important;
  padding: 15px 30px !important;
}
#tarteaucitronRoot .tarteaucitronAllow .tarteaucitronCheck::before, #tarteaucitronRoot .tarteaucitronDeny .tarteaucitronCross::before, #tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronDeny .tarteaucitronCross::before {
  display: none !important;
}
html body #tarteaucitronRoot button.tarteaucitronAllow.tarteaucitronCTAButton, html body #tarteaucitronRoot .tarteaucitronAsk button.tarteaucitronAllow, html body #tarteaucitronRoot #tarteaucitronSave button.tarteaucitronAllow {
  color: white !important;
  background: linear-gradient(90deg, #FD622F 16.9%, #FD622F 30.72%, #FF5781 76.7%) !important;
}
html body #tarteaucitronRoot button.tarteaucitronDeny.tarteaucitronCTAButton, html body #tarteaucitronRoot .tarteaucitronAsk button.tarteaucitronDeny {
  background-color: #fabcb175 !important;
  color: #fd622f !important;
}
.iconCookies {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.2);
}
.iconCookies a:hover {
  color: #FD622F;
}
.listCheck ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.listCheck ul li {
  padding-left: 60px;
  position: relative;
}
.listCheck ul li:not(:last-child) {
  margin-bottom: 30px;
}
.listCheck ul li:before {
  content: '\e905';
  font-family: 'Icomoon';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #FD622F;
  position: absolute;
  left: 0;
  top: -5px;
}
.listCheck.simple ul li {
  padding-left: 32px;
}
.listCheck.simple ul li:not(:last-child) {
  margin-bottom: 8px;
}
.listCheck.simple ul li:before {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 0;
  top: 0;
  color: #FD622F;
}
header .fl-row-content-wrap:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(57px);
}
header .pp-advanced-menu .pp-menu-nav {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(57px);
  z-index: 10;
  left: 0;
  top: 80px;
}
header .pp-advanced-menu .pp-menu-nav .menu {
  margin: 0;
  padding: 0 0 22px;
}
header .pp-advanced-menu .pp-menu-nav .menu > li {
  display: inline-block;
}
header .pp-advanced-menu .pp-menu-nav .menu > li a {
  color: #1F1E1D;
  transition: all 0.5s;
  background-clip: none;
}
header .pp-advanced-menu .pp-menu-nav .menu > li a:hover {
  background: var(--gradient-orange-pink-rose, linear-gradient(90deg, var(--color-brand-orange, #FD622F) 16.9%, var(--color-brand-orange, #FD622F) 30.72%, #FF5781 76.7%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
header .pp-advanced-menu-mobile-toggle.pp-active i:before {
  content: '\e908';
}
.titleGradient {
  background: var(--gradient-orange-pink-rose, linear-gradient(90deg, var(--color-brand-orange, #FD622F) 16.9%, var(--color-brand-orange, #FD622F) 30.72%, #FF5781 76.7%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.titleGradient.blue {
  background: var(--gradient-green, linear-gradient(90deg, #324B14 14.19%, #2C9C9A 26.51%, #2C9C9A 59.27%, #869732 76.7%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home .fl-bg-video:before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(98deg, rgba(253, 98, 47, 0.6) 47%, rgba(231, 57, 162, 0.4) 63.74%), rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.homeHeroContent {
  position: relative;
  z-index: 2;
  max-width: 650px;
}
.homeAboutLabel {
  font-weight: 400;
}
.homeAboutLabel strong {
  display: block;
  font-size: 36px;
  font-weight: 700;
}
.homeAboutVideo {
  width: 100%;
}
.homeAboutVideo .uabb-video__outer-wrap {
  padding-bottom: 100%;
}
.homeAboutVideo .uabb-video__outer-wrap iframe {
  z-index: 3;
}
.homeAboutVideo .uabb-video__outer-wrap:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.26%, rgba(0, 0, 0, 0.7) 100%), rgba(112, 46, 24, 0.1);
}
.homeAboutVideo .uabb-video__outer-wrap:after {
  content: 'DÉCOUVREZ NOTRE TECHNOLOGIE EN VIDÉO';
  position: absolute;
  text-transform: uppercase;
  bottom: 46px;
  height: 56px;
  width: 245px;
  left: 132px;
  color: white;
  z-index: 2;
  pointer-events: none;
  font-size: 20px;
}
.homeAboutVideo .uabb-video__play-icon {
  background: white;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 32px;
  top: inherit;
  transform: none;
  bottom: 32px;
}
.homeBloc {
  position: relative;
  overflow: hidden;
}
.homeBloc:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.homeBlocContent {
  z-index: 2;
}
.homeBloc.innovation:before {
  background: linear-gradient(110deg, rgba(255, 150, 189, 0.8) 35.58%, rgba(138, 212, 211, 0.8) 69.73%), linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url('/wp-content/uploads/2025/09/recherche-laboratoire.jpg') 50% / cover no-repeat !important;
  display: block !important;
}
.homeBloc.collaborations:before {
  background: linear-gradient(112deg, rgba(236, 138, 53, 0.8) 33.9%, rgba(91, 181, 181, 0.8) 57.4%), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url('/wp-content/uploads/2025/09/microscope-1.jpg') 0px -162.935px / 100% 172.994% no-repeat !important;
  display: block !important;
}
.news .fl-post-tags, .newsBig .fl-post-tags {
  margin-bottom: 12px;
}
.news .fl-post-tags a, .newsBig .fl-post-tags a {
  color: rgba(31, 30, 29, 0.8);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
  cursor: default;
}
.news .fl-post-tags a:before, .newsBig .fl-post-tags a:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.news {
  border: 0;
}
.newsBig {
  display: flex;
  gap: 40px;
}
.newsBig .fl-post-image, .newsBig .fl-post-text {
  flex: 1;
}
.newsBig .fl-post-image {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1.3333333333;
}
.newsBig .fl-post-image .wp-post-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.newsBig .fl-post-text {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.newsBig .fl-post-title {
  font-size: 36px;
  line-height: 40px;
  padding: 0;
}
.newsBig .fl-post-title a {
  color: #1F1E1D;
}
.newsBig .fl-post-title a:hover, .newsBig .fl-post-title a:active, .newsBig .fl-post-title a:focus {
  color: #1F1E1D;
}
.newsBig .fl-post-excerpt {
  color: rgba(31, 30, 29, 0.7);
  font-family: "Duplicate Ionic";
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
}
.newsBig .fl-post-excerpt p {
  margin: 0;
}
.newsBig .fl-post-meta {
  color: var(--color-ui-black-70, rgba(31, 30, 29, 0.7));
  font-size: 12px;
  font-weight: 400;
  padding: 0;
}
.newsBig .cta {
  display: flex;
}
.newsBig .cta a {
  color: #1F1E1D;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border: 1.5px solid var(--gradient-orange-pink-rose, #FD622F) !important;
  padding: 16px 28px !important;
  border-radius: 40px;
}
.news .fl-post-image {
  margin-bottom: 20px;
}
.news .fl-post-image a {
  height: 337px;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.news .fl-post-image a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news .fl-post-text {
  padding: 0;
}
.news .fl-post-title {
  padding: 0;
  margin-bottom: 12px;
}
.news .fl-post-title a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #1F1E1D;
}
.news .fl-post-excerpt {
  color: var(--color-ui-black-70, rgba(31, 30, 29, 0.7));
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.news .fl-post-meta {
  color: var(--color-ui-black-70, rgba(31, 30, 29, 0.7));
  font-size: 12px;
  font-weight: 400;
  padding: 0;
}
.sitesEcheances {
  background: radial-gradient(24.37% 73.54% at 78.98% 13.48%, rgba(67, 144, 176, 0.5) 3.37%, rgba(255, 209, 85, 0.5) 40.87%, rgba(251, 250, 249, 0.05) 79.81%), #FBFAF9;
}
.pipelineAccordeon {
  width: 100%;
}
.pipelineAccordeon .pp-accordion-button-label {
  gap: 7vw;
}
.pipelineAccordeon .pp-accordion-button-label:after {
  content: '';
  width: 51vw;
  height: 56px;
  background: url(/wp-content/uploads/2025/09/frise.png) no-repeat;
  background-size: contain;
}
.pipelineAccordeon .pp-accordion-button-label span {
  font-family: 'Duplicate Ionic';
  font-size: 28px;
  display: block;
}
.accordion {
  overflow: hidden;
  width: 100%;
}
.tab {
  position: relative;
  border-top: 1px solid rgba(31, 30, 29, 0.2);
  border-bottom: 1px solid rgba(31, 30, 29, 0.2);
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab input:checked ~ .tab__content {
  max-height: 100rem;
}
.tab input:checked + .tab__label::after {
  content: '\e91b';
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
  display: flex;
  justify-content: flex-end;
}
.tab__content p {
  margin: 0;
  padding: 0 160px 40px 0;
  color: rgba(31, 30, 29, 0.8);
  font-size: 20px;
  font-weight: 400;
  max-width: 776px;
  box-sizing: initial;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.tab__label {
  display: flex;
  justify-content: space-between;
  padding: 40px 160px 40px 0;
  position: relative;
  width: 100%;
  margin: 0;
  gap: 20px;
}
.tab__label .label {
  color: #1F1E1D;
  font-size: 24px;
  font-weight: 500;
}
.tab__label .label span {
  display: block;
  color: #1F1E1D;
  font-family: "Duplicate Ionic";
  font-size: 28px;
}
.tab__label::after {
  content: "\e920";
  font-family: 'Icomoon';
  transition: all 0.35s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(31, 30, 29, 0.5);
  font-size: 26px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tab__label .steps {
  display: flex;
  width: 780px;
  justify-content: space-between;
  align-items: center;
}
.tab__label .steps .step {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  border: 3px solid rgba(31, 30, 29, 0.5);
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tab__label .steps .step:not(:last-child):after {
  content: '';
  position: absolute;
  width: 128px;
  height: 3px;
  top: 50%;
  left: 52px;
  transform: translateY(-50%);
  background: rgba(31, 30, 29, 0.5);
}
.tab__label .steps .step.finished:before, .tab__label .steps .step.in_progress:before {
  content: '\e905';
  font-family: 'Icomoon';
  text-shadow: 0 0 black;
  font-size: 24px;
}
.tab__label .steps .step.finished {
  border: 3px solid var(--gradient-orange-pink-rose, #FD622F);
}
.tab__label .steps .step.finished:after {
  background: var(--gradient-orange-pink-rose, linear-gradient(90deg, var(--color-brand-orange, #FD622F) 16.9%, var(--color-brand-orange, #FD622F) 30.72%, #FF5781 76.7%));
}
.tab__label .steps .step.in_progress {
  border: 5px solid var(--gradient-orange-pink-rose, #FD622F);
  background: var(--gradient-orange-pink-rose, linear-gradient(90deg, var(--color-brand-orange, #FD622F) 16.9%, var(--color-brand-orange, #FD622F) 30.72%, #FF5781 76.7%));
}
.tab__label .steps .step.in_progress:before {
  color: #FFF;
}
.tab__label, .tab__close {
  cursor: pointer;
}
.uabb-show ~ .uabb-overlay {
  backdrop-filter: blur(57px);
}
.uabb-modal-close {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px !important;
  right: 20px !important;
}
.uabb-modal.uabb-modal-scroll .uabb-modal-content-data {
  margin-top: 50px;
  margin-bottom: 50px;
}
.uabb-content {
  border-radius: 20px !important;
}
.modalFormContainer {
  width: 100%;
}
.modalFormContainer .gform_title {
  display: none;
}
.modalFormContainer .gform_required_legend, .modalFormContainer .gfield_required {
  display: none;
}
.modalFormContainer h3 {
  font-size: 20px;
}
.modalFormContainer .gform-theme--foundation .gform_fields {
  row-gap: 24px;
}
.modalFormContainer input[type=text], .modalFormContainer input[type=password], .modalFormContainer input[type=email], .modalFormContainer input[type=tel], .modalFormContainer input[type=date], .modalFormContainer input[type=month], .modalFormContainer input[type=week], .modalFormContainer input[type=time], .modalFormContainer input[type=number], .modalFormContainer input[type=search], .modalFormContainer input[type=url], .modalFormContainer textarea, .modalFormContainer select {
  border: 0 !important;
  border-bottom: 1px solid #1F1E1D !important;
  background: #FBFAF9 !important;
  border-radius: 0 !important;
  padding: 8px 24px !important;
  height: auto !important;
}
.modalFormContainer input[type=text]:focus, .modalFormContainer input[type=password]:focus, .modalFormContainer input[type=email]:focus, .modalFormContainer input[type=tel]:focus, .modalFormContainer input[type=date]:focus, .modalFormContainer input[type=month]:focus, .modalFormContainer input[type=week]:focus, .modalFormContainer input[type=time]:focus, .modalFormContainer input[type=number]:focus, .modalFormContainer input[type=search]:focus, .modalFormContainer input[type=url]:focus, .modalFormContainer textarea:focus, .modalFormContainer select:focus {
  outline: none !important;
}
.modalFormContainer .gfield_label {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.modalFormContainer .gform_button.button {
  padding: 23px 48px !important;
  border-radius: 110px !important;
  border: 2px solid #FD622F !important;
  background: white !important;
  color: #1F1E1D !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 1.4px !important;
  text-transform: uppercase !important;
  margin: 56px auto 42px !important;
}
.ginput_container.ginput_container_select {
  position: relative;
}
.ginput_container.ginput_container_select .gfield_select {
  padding-right: 55px !important;
}
.ginput_container.ginput_container_select:after {
  content: '\e906';
  font-family: 'Icomoon';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#gform_2 {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}
#gform_2 .gform-body {
  width: 70%;
}
#gform_2 .gform-footer {
  width: 30%;
  margin: 0;
}
#gform_2 .gform-footer .gform_button.button {
  margin: 0 !important;
  height: 48px !important;
  padding: 16px 28px !important;
  font-size: 12px !important;
}
.filterToogleIcon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #FD622F;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filterToogleIcon .fl-module-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpgb-facet > fieldset {
  margin: 0 !important;
}
.wpgb-facet .wpgb-select {
  border-radius: 60px;
  border: 1px solid rgba(31, 30, 29, 0.2);
}
.wpgb-facet .wpgb-select .wpgb-select-placeholder {
  padding: 17px 0 17px 24px;
}
.wpgb-facet .wpgb-select .wpgb-select-controls button.wpgb-select-toggle {
  padding: 0 24px 0 0;
}
.wp-grid-builder .wpgb-card.wpgb-card-1 {
  background: #FBFAF9;
  padding: 40px;
  border-top: 5px solid #FD622F;
}
.wp-grid-builder .wpgb-card.wpgb-card-1 .wpgb-card-content {
  gap: 12px;
}
.wp-grid-builder .wpgb-card.wpgb-card-1 .wpgb-card-body, .wp-grid-builder .wpgb-card.wpgb-card-1 .wpgb-card-footer {
  background: transparent;
}
.wp-grid-builder .wpgb-card.wpgb-card-1 .wpgb-block-1 {
  font-size: 20px;
}
.wp-grid-builder .wpgb-card.wpgb-card-1 .wpgb-block-1:hover {
  color: #1F1E1D;
}
.wp-grid-builder .wpgb-card.wpgb-card-1 .wpgb-block-2 {
  font-size: 16px;
  opcaity: 0.8 !important;
}
.wpgb-area {
  justify-content: center;
  margin-top: 40px !important;
}
.wpgb-facet .wpgb-pagination li.wpgb-page-prev a, .wpgb-facet .wpgb-pagination li.wpgb-page-next a {
  color: transparent !important;
  border: 0 !important;
}
.wpgb-facet .wpgb-pagination li.wpgb-page-prev a:hover, .wpgb-facet .wpgb-pagination li.wpgb-page-prev a:active, .wpgb-facet .wpgb-pagination li.wpgb-page-prev a:focus, .wpgb-facet .wpgb-pagination li.wpgb-page-next a:hover, .wpgb-facet .wpgb-pagination li.wpgb-page-next a:active, .wpgb-facet .wpgb-pagination li.wpgb-page-next a:focus {
  color: transparent !important;
  border: 0 !important;
}
.wpgb-facet .wpgb-pagination li.wpgb-page-prev a:after, .wpgb-facet .wpgb-pagination li.wpgb-page-next a:after {
  font-family: 'Icomoon';
  color: #1F1E1D;
}
.wpgb-facet .wpgb-pagination li.wpgb-page-prev a:after {
  content: '\e903';
}
.wpgb-facet .wpgb-pagination li.wpgb-page-next a:after {
  content: '\e902';
}
.wpgb-facet .wpgb-pagination li a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: inherit !important;
  font-size: 14px !important;
  color: #1F1E1D !important;
  font-weight: 500;
}
.wpgb-facet .wpgb-pagination li a[aria-current] {
  border: 1.5px solid #FD622F;
  color: #1F1E1D !important;
  font-weight: 500 !important;
}
.wpgb-facet .wpgb-pagination li a[aria-current]:hover {
  border: 1.5px solid #FD622F;
}
#publicationsFilters, #actusFilters {
  display: none;
}
#togglePublicationsFilters, #toggleActusFilters {
  cursor: pointer;
}
#togglePublicationsFilters.active .icon-filters:before, #toggleActusFilters.active .icon-filters:before {
  content: "\e908";
  font-size: 22px;
}
.wp-grid-builder.wpgb-grid-2 .wpgb-card-2 .wpgb-card-body {
  flex: none;
}
.wp-grid-builder.wpgb-grid-2 .wpgb-card-2 .wpgb-card-media {
  height: 20vw;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.wp-grid-builder.wpgb-grid-2 .wpgb-card-2 .wpgb-block-4 {
  margin-bottom: 20px;
}
.wp-grid-builder.wpgb-grid-2 .wpgb-card-2 .wpgb-block-5 {
  color: rgba(31, 30, 29, 0.7);
  font-size: 12px;
  font-weight: 400;
  margin-top: 20px;
}
.wp-grid-builder.wpgb-grid-2 .wpgb-card-2 .wpgb-block-term {
  display: flex !important;
  align-items: center;
  gap: 8px;
  color: rgba(31, 30, 29, 0.8);
  font-size: 12px;
  font-weight: 700 !important;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.wp-grid-builder.wpgb-grid-2 .wpgb-card-2 .wpgb-block-term:hover {
  color: rgba(31, 30, 29, 0.8) !important;
}
.wp-grid-builder.wpgb-grid-2 .wpgb-card-2 .wpgb-block-term:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50px;
}
.wp-grid-builder.wpgb-grid-2 .wpgb-card-2 .wpgb-block-term[data-id="1"] {
  color: transparent;
}
.wp-grid-builder.wpgb-grid-2 .wpgb-card-2 .wpgb-block-term[data-id="1"]:before {
  display: none;
}
.wp-grid-builder.wpgb-grid-2 .wpgb-card-2 .wpgb-block-1 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 12px;
}
.wp-grid-builder.wpgb-grid-2 .wpgb-card-2 .wpgb-block-1:hover {
  color: #1F1E1D;
}
.wp-grid-builder.wpgb-grid-2 .wpgb-card-2 .wpgb-block-1 a:hover, .wp-grid-builder.wpgb-grid-2 .wpgb-card-2 .wpgb-block-1 a:active, .wp-grid-builder.wpgb-grid-2 .wpgb-card-2 .wpgb-block-1 a:focus {
  color: #1F1E1D;
}
.wp-grid-builder.wpgb-grid-2 .wpgb-card-2 .wpgb-block-2 {
  font-size: 14px;
  line-height: normal;
  color: rgba(31, 30, 29, 0.7);
}
.nav-links {
  gap: 40px;
}
.nav-links .nav-next a span {
  justify-self: flex-end;
}
.nav-links .nav-previous, .nav-links .nav-next {
  background: #FBFAF9;
  padding: 40px;
  position: relative;
}
.nav-links .nav-previous:after, .nav-links .nav-next:after {
  content: '';
  height: 8px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #FD622F 16.9%, #FD622F 30.72%, #FF5781 76.7%);
}
.nav-links .nav-previous a span.title, .nav-links .nav-next a span.title {
  font-size: 24px;
}
.nav-links .nav-previous a span.arrow, .nav-links .nav-next a span.arrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav-links .nav-previous a span.arrow i, .nav-links .nav-next a span.arrow i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #FD622F;
  font-size: 16px;
}
.fl-module-fl-post-content h2, .fl-module-fl-post-content h3, .fl-module-fl-post-content h4, .fl-module-fl-post-content h5 {
  font-size: 32px;
  font-weight: 700;
  text-align: inherit !important;
}
.fl-module-fl-post-content p {
  font-size: 20px;
  color: rgba(31, 30, 29, 0.7) !important;
  font-weight: 400;
}
.fl-module-fl-post-content img {
  margin: 20px auto;
  display: block;
}
.fl-module-fl-post-content a {
  text-decoration: underline !important;
}
.fl-module-fl-post-content a.cta {
  text-decoration: none !important;
  display: block;
  margin: 10px auto;
  border-radius: 110px;
  border: 1.5px solid var(--gradient-orange-pink-rose, #FD622F) !important;
  padding: 23px 48px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  width: max-content;
  max-width: 100%;
}
.fl-module-fl-post-content a.cta:hover {
  opacity: 0.8;
}
.blocTeamPartners .fl-post-grid-post .fl-post-image {
  border: 1px solid var(--color-ui-black-20, rgba(31, 30, 29, 0.2));
  padding: 20px;
}
.blocTeamPartners .fl-post-grid-post .fl-post-image img {
  object-fit: contain;
}
.blocTeam .fl-post-grid-post .fl-post-image img {
  object-fit: cover;
}
.blocTeam .slick-arrow, .blocTeamPartners .slick-arrow {
  position: absolute;
  background: white;
  border: 1px solid #FD622F;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  top: 150px;
  z-index: 10;
}
.blocTeam .slick-arrow.slick-disabled, .blocTeamPartners .slick-arrow.slick-disabled {
  display: none !important;
}
.blocTeam .slick-arrow:before, .blocTeamPartners .slick-arrow:before {
  font-family: 'Icomoon';
  color: #1F1E1D;
}
.blocTeam .slick-arrow.slick-next, .blocTeamPartners .slick-arrow.slick-next {
  right: 180px;
}
.blocTeam .slick-arrow.slick-next:before, .blocTeamPartners .slick-arrow.slick-next:before {
  content: '\e902';
}
.blocTeam .slick-arrow.slick-prev, .blocTeamPartners .slick-arrow.slick-prev {
  left: 28px;
}
.blocTeam .slick-arrow.slick-prev:before, .blocTeamPartners .slick-arrow.slick-prev:before {
  content: '\e903';
}
.blocTeam .slick-dots, .blocTeamPartners .slick-dots {
  padding-right: 168px;
}
.blocTeam .slick-dots li, .blocTeamPartners .slick-dots li {
  width: 8px;
  height: 8px;
}
.blocTeam .slick-dots li.slick-active button, .blocTeamPartners .slick-dots li.slick-active button {
  background: #FD622F;
}
.blocTeam .slick-dots li button, .blocTeamPartners .slick-dots li button {
  padding: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: rgba(31, 30, 29, 0.2);
}
.blocTeam .slick-dots li button:before, .blocTeamPartners .slick-dots li button:before {
  display: none;
}
.blocTeam .slick-track, .blocTeamPartners .slick-track {
  display: flex;
  min-width: 100%;
}
.blocTeam .slick-track .slick-list, .blocTeamPartners .slick-track .slick-list {
  margin: 0 -50px;
  /* marge négative pour éviter espace excédentaire à gauche/droite */
}
.blocTeam .slick-track .slick-slide, .blocTeamPartners .slick-track .slick-slide {
  padding: 0 50px;
}
.blocTeam .fl-post-grid-empty, .blocTeamPartners .fl-post-grid-empty {
  color: rgba(31, 30, 29, 0.2);
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  padding-right: 168px;
  margin-top: -40px;
}
.blocTeam .fl-post-grid-post, .blocTeamPartners .fl-post-grid-post {
  border: 0;
}
.blocTeam .fl-post-grid-post .fl-post-image, .blocTeamPartners .fl-post-grid-post .fl-post-image {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.blocTeam .fl-post-grid-post .fl-post-image:hover .fl-post-excerpt, .blocTeamPartners .fl-post-grid-post .fl-post-image:hover .fl-post-excerpt {
  display: flex;
}
.blocTeam .fl-post-grid-post .fl-post-image img, .blocTeamPartners .fl-post-grid-post .fl-post-image img {
  width: 100%;
  height: 100%;
}
.blocTeam .fl-post-grid-post .fl-post-image .fl-post-excerpt, .blocTeamPartners .fl-post-grid-post .fl-post-image .fl-post-excerpt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 64px;
  text-align: center;
  color: white;
  z-index: 1;
  font-size: 14px;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(178, 35, 121, 0.8) 0%, rgba(253, 98, 47, 0.8) 100%);
  backdrop-filter: blur(57px);
}
.blocTeam .fl-post-grid-post .fl-post-image .fl-post-excerpt p, .blocTeamPartners .fl-post-grid-post .fl-post-image .fl-post-excerpt p {
  margin: 0;
}
.blocTeam .fl-post-grid-post .fl-post-text, .blocTeamPartners .fl-post-grid-post .fl-post-text {
  padding: 0;
  margin-top: 20px;
  text-align: center;
}
.blocTeam .fl-post-grid-post .fl-post-text .fl-post-title, .blocTeamPartners .fl-post-grid-post .fl-post-text .fl-post-title {
  font-family: "Duplicate Ionic";
  font-size: 28px;
  font-weight: 300;
}
.blocTeam .fl-post-grid-post .fl-post-text p, .blocTeamPartners .fl-post-grid-post .fl-post-text p {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
}
.blocTeam .fl-post-grid-post .fl-post-text .link, .blocTeamPartners .fl-post-grid-post .fl-post-text .link {
  border-radius: 40px;
  border: 1px solid;
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  color: #1F1E1D;
  margin-top: 20px;
  font-size: 20px;
}
.superBrancheSteps {
  display: flex;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  padding-top: 62px;
}
.superBrancheSteps::-webkit-scrollbar {
  display: none;
}
.superBrancheSteps:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  height: 32px;
  background: var(--gradient-orange-pink-rose, linear-gradient(90deg, var(--color-brand-orange, #FD622F) 16.9%, var(--color-brand-orange, #FD622F) 30.72%, #FF5781 76.7%));
  width: var(--pseudo-width);
}
.superBrancheSteps:after {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  height: 2px;
  border-top: 2px dotted white;
  width: var(--pseudo-width);
}
.superBrancheStepsContainer {
  width: 100%;
}
.superBrancheStepsItem {
  flex: 0 0 320px;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-right: 40px;
}
.superBrancheStepsItem:before {
  content: '\e905';
  font-family: 'Icomoon';
  position: absolute;
  background: white;
  text-shadow: 0px 1px 0px #1F1E1D;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid #FD622F;
}
.superBrancheStepsItem:not(:last-child):after {
  content: '\e907';
  font-family: 'Icomoon';
  position: absolute;
  width: 28px;
  height: 28px;
  font-size: 28px;
  top: 18px;
  right: -16px;
}
.superBrancheStepsItemDate {
  font-size: 32px;
  font-weight: 700;
}
.superBrancheStepsItemTitle {
  color: rgba(31, 30, 29, 0.7);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.superBrancheStepsItemDetails {
  color: rgba(31, 30, 29, 0.8);
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
.wsp-posts-list {
  padding-left: 0;
}
.wsp-posts-list > li {
  list-style: none;
}
.wsp-posts-list > li .wsp-category-title {
  display: none;
}
.wsp-posts-list > li ul.wsp-posts-list {
  padding-left: 25px;
}
.wsp-posts-list > li ul.wsp-posts-list li {
  list-style: disc;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(0.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-0.25rem);
  }
}
@media screen and (max-width: 1599px) {
  .tab__label {
    padding: 40px 60px 40px 0;
  }
  .tab__content p {
    padding: 0 60px 40px 0;
  }
  .blocTeam .fl-post-grid-empty, .blocTeam .slick-dots, .blocTeamPartners .fl-post-grid-empty, .blocTeamPartners .slick-dots {
    padding-right: 144px;
  }
}
@media screen and (max-width: 1299px) {
  .homeAboutLabel {
    font-size: 18px;
  }
  .homeAboutLabel strong {
    font-size: 32px;
  }
  .tab__content p {
    max-width: 640px;
    font-size: 18px;
  }
  .tab__label .steps {
    width: 640px;
  }
  .tab__label .label {
    font-size: 20px;
  }
  .tab__label .label span {
    font-size: 24px;
  }
  .blocTeam .fl-post-grid-empty, .blocTeam .slick-dots, .blocTeamPartners .fl-post-grid-empty, .blocTeamPartners .slick-dots {
    padding-right: 40px;
  }
}
.pp-logos-content .logo-slider-nav {
  border: 1.5px solid #FD622F;
  width: 56px !important;
  height: 56px !important;
}
.pp-logos-content .logo-slider-nav svg {
  display: none;
}
.pp-logos-content .logo-slider-nav.logo-slider-next:after, .pp-logos-content .logo-slider-nav.logo-slider-prev:after {
  font-family: 'Icomoon';
  font-size: 20px;
}
.pp-logos-content .logo-slider-nav.logo-slider-next {
  right: -80px;
}
.pp-logos-content .logo-slider-nav.logo-slider-next:after {
  content: '\e902';
  font-family: 'Icomoon;
}
.pp-logos-content .logo-slider-nav.logo-slider-prev {
  left: -80px;
}
.pp-logos-content .logo-slider-nav.logo-slider-prev:after {
  content: '\e903';
}
.gt_selector.notranslate {
  border: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
footer .pp-advanced-menu .pp-menu-nav {
  display: flex;
}
@media (max-width: 992px) {
  .homeAboutLabel {
    font-size: 20px;
  }
  .homeAboutLabel strong {
    font-size: 24px;
  }
  .cta a {
    text-align: center;
  }
  .cta a .fl-button-text {
    font-size: 12px;
  }
  .cta.gradient a .fl-button-text {
    font-size: 10px;
  }
  .news .fl-post-title a {
    font-size: 14px;
    line-height: 18px;
  }
  .news .fl-post-excerpt {
    font-size: 12px;
  }
  .news .fl-post-tags a {
    font-size: 10px;
  }
  .newsBig {
    flex-direction: column;
  }
  .newsBig .fl-post-title {
    font-size: 24px;
    line-height: 26px;
  }
  .newsBig .fl-post-excerpt {
    font-size: 20px;
    line-height: 23px;
  }
  header .pp-advanced-menu .pp-menu-nav {
    top: 62px;
    background: var(--color-ui-white-80, rgba(255, 255, 255, 0.8));
    backdrop-filter: blur(57px);
  }
  header .pp-advanced-menu .pp-menu-nav .menu {
    min-height: calc(100dvh - 62px);
    padding-top: 100px;
  }
  header .pp-advanced-menu .pp-menu-nav .menu > li {
    display: block;
    text-align: center;
  }
  .sitesEcheances {
    background: radial-gradient(43.41% 31.66% at 87.43% 12.65%, rgba(67, 144, 176, 0.5) 3.37%, rgba(255, 209, 85, 0.5) 40.87%, rgba(251, 250, 249, 0.05) 79.81%), #FBFAF9;
  }
  .tab__content p {
    max-width: 100%;
    padding: 0 0 28px 0;
    font-size: 14px;
  }
  .tab__label {
    flex-direction: column;
    padding: 28px 60px 28px 0;
  }
  .tab__label:after {
    top: 30px;
    transform: none;
  }
  .tab__label .steps {
    width: calc(100vw - 40px);
    padding: 0 5vw;
  }
  .tab__label .steps .step {
    width: 40px;
    height: 40px;
  }
  .tab__label .steps .step:not(:last-child):after {
    width: 20vw;
    left: 37px;
  }
  .tab__label .steps .step.finished:before, .tab__label .steps .step.in_progress:before {
    font-size: 16px;
  }
  .uabb-content {
    width: 100% !important;
    border-radius: 0 !important;
  }
  .uabb-modal.uabb-modal-scroll .uabb-modal-content-data {
    margin: 0;
  }
  .uabb-modal-close {
    width: 40px;
    height: 40px;
  }
  #gform_2 {
    flex-direction: column;
  }
  #gform_2 .gform-body, #gform_2 .gform-footer, #gform_2 .gform-footer .gform_button.button {
    width: 100%;
  }
  .stepsContainer {
    max-width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .stepsContainer::-webkit-scrollbar {
    display: none;
  }
  .stepsContainer .fl-photo-content, .stepsContainer img {
    max-width: 1160px !important;
  }
  .wp-grid-builder .wpgb-card.wpgb-card-1 .wpgb-block-1 {
    font-size: 16px;
  }
  .wp-grid-builder .wpgb-card.wpgb-card-1 .wpgb-block-2 {
    font-size: 14px;
  }
  #publicationsFilters, #actusFilters {
    flex-direction: column;
  }
  .wpgb-select-placeholder, .wpgb-select-placeholder input[type=text] {
    font-size: 14px !important;
  }
  .wp-grid-builder.wpgb-grid-2 .wpgb-card-2 .wpgb-card-media {
    height: 72vw;
  }
  .nav-links {
    display: flex !important;
    gap: 4px;
  }
  .nav-links .nav-previous, .nav-links .nav-next {
    padding: 24px;
    margin: 0 !important;
  }
  .nav-links .nav-previous:after, .nav-links .nav-next:after {
    display: none;
  }
  .nav-links .nav-previous a span.title, .nav-links .nav-next a span.title {
    display: none;
  }
  .nav-links .nav-previous a span.arrow, .nav-links .nav-next a span.arrow {
    margin-bottom: 0;
    font-size: 10px;
  }
  .nav-links .nav-previous a span.arrow {
    align-items: flex-start;
    flex-direction: column;
  }
  .nav-links .nav-next a span.arrow {
    align-items: flex-end;
    flex-direction: column-reverse;
  }
  .fl-module-fl-post-content h2, .fl-module-fl-post-content h3, .fl-module-fl-post-content h4, .fl-module-fl-post-content h5 {
    font-size: 24px;
    font-weight: 700;
    text-align: inherit !important;
  }
  .fl-module-fl-post-content p {
    font-size: 16px;
  }
  .fl-module-fl-post-content a.cta {
    font-size: 12px;
  }
  .blocTeam .fl-post-grid-empty, .blocTeamPartners .fl-post-grid-empty {
    font-size: 22px;
  }
  .blocTeam .fl-post-grid-empty, .blocTeam .slick-dots, .blocTeamPartners .fl-post-grid-empty, .blocTeamPartners .slick-dots {
    padding-right: 20px;
  }
  .blocTeam .slick-track .slick-list, .blocTeamPartners .slick-track .slick-list {
    margin: 0 -20px;
    /* marge négative pour éviter espace excédentaire à gauche/droite */
  }
  .blocTeam .slick-track .slick-slide, .blocTeamPartners .slick-track .slick-slide {
    padding: 0 20px;
  }
  .blocTeam .fl-post-grid-post .fl-post-image .fl-post-excerpt, .blocTeamPartners .fl-post-grid-post .fl-post-image .fl-post-excerpt {
    padding: 34px;
    font-size: 12px;
    line-height: 15px;
  }
  .blocTeam .fl-post-grid-post .fl-post-text .fl-post-title, .blocTeamPartners .fl-post-grid-post .fl-post-text .fl-post-title {
    font-size: 20px;
  }
  .blocTeam .fl-post-grid-post .fl-post-text p, .blocTeamPartners .fl-post-grid-post .fl-post-text p {
    font-size: 14px;
  }
  .superBrancheStepsItem {
    flex: 0 0 170px;
  }
  .superBrancheStepsItemDate {
    font-size: 22px;
  }
  .superBrancheStepsItemTitle {
    font-size: 12px;
  }
  .superBrancheStepsItemDetails {
    font-size: 14px;
  }
  .pp-logos-content .logo-slider-nav {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .cta:not(.short) {
    width: 100%;
  }
  .cta:not(.short) a {
    width: 100%;
  }
  .tab__label .steps {
    padding: 0;
  }
  #tarteaucitronRoot button#tarteaucitronCloseAlert, #tarteaucitronRoot button#tarteaucitronPrivacyUrl, #tarteaucitronRoot button.tarteaucitronCTAButton, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow, #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny, .tac_activate .tarteaucitronAllow, html body #tarteaucitronRoot button#tarteaucitronSaveButton, body #tarteaucitronRoot button#tarteaucitronCloseAlert, body #tarteaucitronRoot button#tarteaucitronPrivacyUrl, body #tarteaucitronRoot button.tarteaucitronCTAButton, body #tarteaucitronAlertBig #tarteaucitronPersonalize, body #tarteaucitronAlertBig #tarteaucitronPersonalize2, body .tarteaucitronCTAButton {
    padding: 15px 20px !important;
    font-size: 14px !important;
    margin: 5px !important;
  }
  body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
  }
}
