#header-wrapper {
  height: auto;
}

.h530px {
  height: 530px !important;
}

.bg-card {
  background-color: #F5F1EC !important;
}
.bg-card #burger-menu span {
  background-color: #312C64;
}
.bg-card #burger-menu span::before, .bg-card #burger-menu span::after {
  background-color: #312C64;
}
.bg-card h2,
.bg-card h3,
.bg-card h4,
.bg-card h5,
.bg-card h6,
.bg-card p,
.bg-card ul,
.bg-card li,
.bg-card a,
.bg-card div {
  color: #312C64 !important;
}
.bg-card h1,
.bg-card .subtitle {
  color: #312C64;
}
.bg-card .subtitle {
  color: #312C64 !important;
}
.bg-card .logo {
  background-image: url(../images/logo-blue.svg) !important;
}
.bg-card .member-link {
  background-color: white !important;
  color: #312C64 !important;
}
.bg-card .btn {
  color: white !important;
}
.bg-card #nav-wrapper {
  border-bottom: 1px solid #312C64 !important;
}

.entry-header-card {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 700px;
  padding-top: 3rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .entry-header-card {
    justify-content: flex-start;
    height: 600px;
    padding-top: 0;
  }
}
@media (max-width: 1140px) {
  .entry-header-card {
    flex-direction: column;
    display: flex;
  }
}
.entry-header-card.header-expertise .header-title, .entry-header-card.header-technologique .header-title {
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .entry-header-card.header-expertise, .entry-header-card.header-technologique {
    justify-content: flex-start;
    height: 450px;
    padding-top: 0;
  }
}
.entry-header-card.header-technologique h1 {
  color: white;
}
.entry-header-card.header-technologique .subtitle {
  color: #e5e8f6 !important;
}
.entry-header-card .header-title {
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1140px) {
  .entry-header-card .header-title {
    width: 100%;
  }
}
.entry-header-card .header-title .content-header-title {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
  align-items: center;
}
@media (max-width: 1140px) {
  .entry-header-card .header-title .content-header-title {
    width: 100%;
    text-align: center;
    padding: 5% 0%;
  }
}
.entry-header-card .header-title .content-header-title .terms-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 640px) {
  .entry-header-card .header-title .content-header-title .terms-container {
    flex-direction: column;
  }
}
.entry-header-card .header-title .content-header-title .terms-container .card-offer-terms {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1140px) {
  .entry-header-card .header-title .content-header-title .terms-container .card-offer-terms {
    right: inherit;
  }
}
.entry-header-card .header-title .content-header-title .terms-container .card-offer-terms li {
  list-style: none;
  color: white !important;
  background-color: #312C64;
  padding: 12px 32px;
  font-size: 1.125rem;
  line-height: 1.375rem;
  border-radius: 10px;
}
.entry-header-card .header-title .content-header-title .terms-container .card-research-focus-terms {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1140px) {
  .entry-header-card .header-title .content-header-title .terms-container .card-research-focus-terms {
    right: inherit;
  }
}
.entry-header-card .header-title .content-header-title .terms-container .card-research-focus-terms li {
  list-style: none;
  color: white !important;
  background-color: #312C64;
  padding: 12px 32px;
  font-size: 1.125rem;
  line-height: 1.375rem;
  border-radius: 10px;
}
.entry-header-card .header-title .content-header-title h1 {
  margin-bottom: 2rem;
  font-size: 50px;
  color: white;
  text-align: center;
  width: 100%;
}
@media (max-width: 1400px) {
  .entry-header-card .header-title .content-header-title h1 {
    font-size: 40px;
  }
}
@media (max-width: 1152px) {
  .entry-header-card .header-title .content-header-title h1 {
    font-size: 35px;
  }
}
.entry-header-card .header-title .content-header-title .subtitle {
  max-width: 700px;
  width: 70%;
  margin-bottom: 2rem;
  font-size: 24px;
  color: white;
  text-align: center;
}
@media (max-width: 1140px) {
  .entry-header-card .header-title .content-header-title .subtitle {
    margin: auto;
  }
}
.entry-header-card .header-title .content-header-title .content-subtitle {
  display: flex;
  width: 40%;
}
.entry-header-card .header-title .content-header-title .card-species-terms {
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  gap: 15px;
}
@media (max-width: 1140px) {
  .entry-header-card .header-title .content-header-title .card-species-terms {
    position: inherit;
    margin: auto;
    padding: 5% 0%;
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 520px) {
  .entry-header-card .header-title .content-header-title .card-species-terms {
    flex-direction: column;
    align-items: center;
  }
}
.entry-header-card .header-title .content-header-title .card-species-terms li {
  list-style: none;
  width: 20%;
  height: 50px;
  display: flex;
  justify-content: center;
}
.entry-header-card .header-title .content-header-title .card-species-terms li img {
  width: auto;
  max-height: 45px;
}
@media (max-width: 1140px) {
  .entry-header-card .header-title .content-header-title .card-species-terms li img {
    width: auto;
    height: 100%;
  }
}
.entry-header-card .header-background {
  width: 100%;
  height: 550px;
  z-index: 0;
}
@media (max-width: 1140px) {
  .entry-header-card .header-background {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .entry-header-card .header-background {
    height: 600px;
  }
}
.entry-header-card .header-background img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: center;
}

.single-card {
  background-color: white;
}

.container-single-card {
  padding-top: 0 !important;
}

.single-thematique .container,
.container-single-card .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-thematique #footer,
.container-single-card #footer {
  width: 90%;
}
.single-thematique #nav-wrapper,
.single-thematique .sub-menu-wrapper.container,
.container-single-card #nav-wrapper,
.container-single-card .sub-menu-wrapper.container {
  max-width: 1140px !important;
}
.single-thematique p,
.container-single-card p {
  font-size: 1.5625rem;
}
@media (max-width: 991px) {
  .single-thematique p,
  .container-single-card p {
    font-size: 1.125rem;
  }
}

.dl-fiche-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 6rem;
  background-color: white;
}
.dl-fiche-container .btn:hover {
  background-color: #4CA691 !important;
}

.card-offer-expertises .dl-fiche-container .btn:hover {
  background-color: #FDC64F !important;
  color: #312C64;
}

.card-offer-technologiques .dl-fiche-container .btn:hover {
  background-color: #008FD0 !important;
  color: white;
}

.container-fiche-objectifs {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 400px;
  max-width: 100% !important;
  padding: 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.container-fiche-objectifs.no-margin-top {
  margin-top: 0 !important;
}
.container-fiche-objectifs.clair, .container-fiche-objectifs.beige {
  background-color: #F5F1EC !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-objectifs.blanc {
  background-color: white !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-objectifs.jaune-vif {
  background-color: #FDC64F !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-objectifs.jaune-vif .liseret {
  background-color: #312C64;
}
.container-fiche-objectifs.jaune-vif .liseret::after {
  background-color: #312C64;
}
.container-fiche-objectifs.jaune-clair {
  background-color: #ffedc7 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-objectifs.jaune-clair .liseret {
  background-color: #312C64;
}
.container-fiche-objectifs.jaune-clair .liseret::after {
  background-color: #312C64;
}
.container-fiche-objectifs.bleu-clair {
  background-color: #008FD0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-objectifs.bleu-clair:not(.has-carre-blanc-bloc-acf) h2,
.container-fiche-objectifs.bleu-clair:not(.has-carre-blanc-bloc-acf) h3,
.container-fiche-objectifs.bleu-clair:not(.has-carre-blanc-bloc-acf) h4,
.container-fiche-objectifs.bleu-clair:not(.has-carre-blanc-bloc-acf) p,
.container-fiche-objectifs.bleu-clair:not(.has-carre-blanc-bloc-acf) ul,
.container-fiche-objectifs.bleu-clair:not(.has-carre-blanc-bloc-acf) li,
.container-fiche-objectifs.bleu-clair:not(.has-carre-blanc-bloc-acf) a,
.container-fiche-objectifs.bleu-clair:not(.has-carre-blanc-bloc-acf) div {
  color: white;
}
.container-fiche-objectifs.bleu-tres-clair {
  background-color: #e5e8f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-objectifs.bleu-tres-clair h2,
.container-fiche-objectifs.bleu-tres-clair h3,
.container-fiche-objectifs.bleu-tres-clair h4,
.container-fiche-objectifs.bleu-tres-clair p,
.container-fiche-objectifs.bleu-tres-clair ul,
.container-fiche-objectifs.bleu-tres-clair li,
.container-fiche-objectifs.bleu-tres-clair a,
.container-fiche-objectifs.bleu-tres-clair div {
  color: #312C64;
}
.container-fiche-objectifs.vert-clair {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-objectifs.vert-clair2 {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-objectifs.vert-fonce {
  background-color: #4CA691 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-objectifs.vert-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-fiche-objectifs.vert-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-fiche-objectifs.vert-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-fiche-objectifs.vert-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-fiche-objectifs.vert-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-fiche-objectifs.vert-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-fiche-objectifs.vert-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-fiche-objectifs.vert-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-fiche-objectifs.vert-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-fiche-objectifs.vert-fonce .liseret {
  background-color: white;
}
.container-fiche-objectifs.vert-fonce .liseret::after {
  background-color: white;
}
.container-fiche-objectifs.bleu-fonce {
  background-color: #312C64;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-objectifs.bleu-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-fiche-objectifs.bleu-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-fiche-objectifs.bleu-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-fiche-objectifs.bleu-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-fiche-objectifs.bleu-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-fiche-objectifs.bleu-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-fiche-objectifs.bleu-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-fiche-objectifs.bleu-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-fiche-objectifs.bleu-fonce:not(.has-carre-blanc-bloc-acf) a,
.container-fiche-objectifs.bleu-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-fiche-objectifs.beige {
  background-color: #F5F1EC;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-objectifs.clair .texte {
  padding-top: 0;
  padding-bottom: 0;
}
.container-fiche-objectifs.color-bleu-clair h2,
.container-fiche-objectifs.color-bleu-clair h3,
.container-fiche-objectifs.color-bleu-clair h4,
.container-fiche-objectifs.color-bleu-clair h5,
.container-fiche-objectifs.color-bleu-clair h6,
.container-fiche-objectifs.color-bleu-clair p,
.container-fiche-objectifs.color-bleu-clair ul,
.container-fiche-objectifs.color-bleu-clair li,
.container-fiche-objectifs.color-bleu-clair a,
.container-fiche-objectifs.color-bleu-clair div {
  color: #008FD0 !important;
}
.container-fiche-objectifs.color-vert h2,
.container-fiche-objectifs.color-vert h3,
.container-fiche-objectifs.color-vert h4,
.container-fiche-objectifs.color-vert h5,
.container-fiche-objectifs.color-vert h6,
.container-fiche-objectifs.color-vert p,
.container-fiche-objectifs.color-vert ul,
.container-fiche-objectifs.color-vert li,
.container-fiche-objectifs.color-vert a,
.container-fiche-objectifs.color-vert div {
  color: #4CA691 !important;
}
.container-fiche-objectifs.color-jaune h2,
.container-fiche-objectifs.color-jaune h3,
.container-fiche-objectifs.color-jaune h4,
.container-fiche-objectifs.color-jaune h5,
.container-fiche-objectifs.color-jaune h6,
.container-fiche-objectifs.color-jaune p,
.container-fiche-objectifs.color-jaune ul,
.container-fiche-objectifs.color-jaune li,
.container-fiche-objectifs.color-jaune a,
.container-fiche-objectifs.color-jaune div {
  color: #FDC64F !important;
}
.container-fiche-objectifs .container {
  max-width: 100%;
  width: 1140px;
  text-align: center;
}
.container-fiche-objectifs .container h3 {
  font-family: "Yeseva One", cursive;
}
.container-fiche-objectifs .container h2 {
  margin-bottom: 1rem;
  font-family: "Yeseva One", cursive;
  font-size: 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .container-fiche-objectifs .container h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .container-fiche-objectifs .container h2 {
    font-size: 25px;
  }
}
.container-fiche-objectifs .container p {
  font-size: 20px;
}

.container-fiche-2-col {
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.container-fiche-2-col.no-margin-top {
  margin-top: 0 !important;
}
.container-fiche-2-col.clair, .container-fiche-2-col.beige {
  background-color: #F5F1EC !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-2-col.blanc {
  background-color: white !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-2-col.jaune-vif {
  background-color: #FDC64F !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-2-col.jaune-vif .liseret {
  background-color: #312C64;
}
.container-fiche-2-col.jaune-vif .liseret::after {
  background-color: #312C64;
}
.container-fiche-2-col.jaune-clair {
  background-color: #ffedc7 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-2-col.jaune-clair .liseret {
  background-color: #312C64;
}
.container-fiche-2-col.jaune-clair .liseret::after {
  background-color: #312C64;
}
.container-fiche-2-col.bleu-clair {
  background-color: #008FD0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-2-col.bleu-clair:not(.has-carre-blanc-bloc-acf) h2,
.container-fiche-2-col.bleu-clair:not(.has-carre-blanc-bloc-acf) h3,
.container-fiche-2-col.bleu-clair:not(.has-carre-blanc-bloc-acf) h4,
.container-fiche-2-col.bleu-clair:not(.has-carre-blanc-bloc-acf) p,
.container-fiche-2-col.bleu-clair:not(.has-carre-blanc-bloc-acf) ul,
.container-fiche-2-col.bleu-clair:not(.has-carre-blanc-bloc-acf) li,
.container-fiche-2-col.bleu-clair:not(.has-carre-blanc-bloc-acf) a,
.container-fiche-2-col.bleu-clair:not(.has-carre-blanc-bloc-acf) div {
  color: white;
}
.container-fiche-2-col.bleu-tres-clair {
  background-color: #e5e8f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-2-col.bleu-tres-clair h2,
.container-fiche-2-col.bleu-tres-clair h3,
.container-fiche-2-col.bleu-tres-clair h4,
.container-fiche-2-col.bleu-tres-clair p,
.container-fiche-2-col.bleu-tres-clair ul,
.container-fiche-2-col.bleu-tres-clair li,
.container-fiche-2-col.bleu-tres-clair a,
.container-fiche-2-col.bleu-tres-clair div {
  color: #312C64;
}
.container-fiche-2-col.vert-clair {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-2-col.vert-clair2 {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-2-col.vert-fonce {
  background-color: #4CA691 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-2-col.vert-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-fiche-2-col.vert-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-fiche-2-col.vert-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-fiche-2-col.vert-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-fiche-2-col.vert-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-fiche-2-col.vert-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-fiche-2-col.vert-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-fiche-2-col.vert-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-fiche-2-col.vert-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-fiche-2-col.vert-fonce .liseret {
  background-color: white;
}
.container-fiche-2-col.vert-fonce .liseret::after {
  background-color: white;
}
.container-fiche-2-col.bleu-fonce {
  background-color: #312C64;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-2-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-fiche-2-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-fiche-2-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-fiche-2-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-fiche-2-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-fiche-2-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-fiche-2-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-fiche-2-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-fiche-2-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) a,
.container-fiche-2-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-fiche-2-col.beige {
  background-color: #F5F1EC;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-2-col.clair .texte {
  padding-top: 0;
  padding-bottom: 0;
}
.container-fiche-2-col.color-bleu-clair h2,
.container-fiche-2-col.color-bleu-clair h3,
.container-fiche-2-col.color-bleu-clair h4,
.container-fiche-2-col.color-bleu-clair h5,
.container-fiche-2-col.color-bleu-clair h6,
.container-fiche-2-col.color-bleu-clair p,
.container-fiche-2-col.color-bleu-clair ul,
.container-fiche-2-col.color-bleu-clair li,
.container-fiche-2-col.color-bleu-clair a,
.container-fiche-2-col.color-bleu-clair div {
  color: #008FD0 !important;
}
.container-fiche-2-col.color-vert h2,
.container-fiche-2-col.color-vert h3,
.container-fiche-2-col.color-vert h4,
.container-fiche-2-col.color-vert h5,
.container-fiche-2-col.color-vert h6,
.container-fiche-2-col.color-vert p,
.container-fiche-2-col.color-vert ul,
.container-fiche-2-col.color-vert li,
.container-fiche-2-col.color-vert a,
.container-fiche-2-col.color-vert div {
  color: #4CA691 !important;
}
.container-fiche-2-col.color-jaune h2,
.container-fiche-2-col.color-jaune h3,
.container-fiche-2-col.color-jaune h4,
.container-fiche-2-col.color-jaune h5,
.container-fiche-2-col.color-jaune h6,
.container-fiche-2-col.color-jaune p,
.container-fiche-2-col.color-jaune ul,
.container-fiche-2-col.color-jaune li,
.container-fiche-2-col.color-jaune a,
.container-fiche-2-col.color-jaune div {
  color: #FDC64F !important;
}
.container-fiche-2-col h2 {
  font-family: "Yeseva One", cursive;
  font-size: 40px;
}
@media (max-width: 1024px) {
  .container-fiche-2-col h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .container-fiche-2-col h2 {
    font-size: 25px;
  }
}
.container-fiche-2-col h3 {
  font-family: "Yeseva One", cursive;
}
.container-fiche-2-col ul {
  padding-left: 15px;
}
.container-fiche-2-col ul li {
  font-size: 1.5625rem;
}
@media (max-width: 991px) {
  .container-fiche-2-col ul li {
    font-size: 1.125rem;
  }
}
@media (max-width: 640px) {
  .container-fiche-2-col {
    flex-direction: column;
  }
}
.container-fiche-2-col .container {
  max-width: 1140px;
  max-width: 95%;
}
.container-fiche-2-col .container .col.fond-vert {
  border-radius: 30px;
  background-color: #4CA691;
  padding: 2rem 2.5rem;
}
.container-fiche-2-col .container .col.fond-vert h3 {
  color: #312C64;
}
.container-fiche-2-col .container .col.fond-vert p,
.container-fiche-2-col .container .col.fond-vert ul,
.container-fiche-2-col .container .col.fond-vert li,
.container-fiche-2-col .container .col.fond-vert a {
  color: #F5F1EC;
}
.container-fiche-2-col .container .col-1,
.container-fiche-2-col .container .col-2 {
  padding: 2rem 1rem;
  width: 50%;
}
@media (max-width: 640px) {
  .container-fiche-2-col .container .col-1,
  .container-fiche-2-col .container .col-2 {
    width: 100%;
  }
}
.container-fiche-2-col .container .col-1 h3,
.container-fiche-2-col .container .col-2 h3 {
  font-size: 25px;
  text-align: center;
}

.container-fiche-3-col {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 100% !important;
}
.container-fiche-3-col.no-margin-top {
  margin-top: 0 !important;
}
.container-fiche-3-col.clair, .container-fiche-3-col.beige {
  background-color: #F5F1EC !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-3-col.blanc {
  background-color: white !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-3-col.jaune-vif {
  background-color: #FDC64F !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-3-col.jaune-vif .liseret {
  background-color: #312C64;
}
.container-fiche-3-col.jaune-vif .liseret::after {
  background-color: #312C64;
}
.container-fiche-3-col.jaune-clair {
  background-color: #ffedc7 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-3-col.jaune-clair .liseret {
  background-color: #312C64;
}
.container-fiche-3-col.jaune-clair .liseret::after {
  background-color: #312C64;
}
.container-fiche-3-col.bleu-clair {
  background-color: #008FD0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-3-col.bleu-clair:not(.has-carre-blanc-bloc-acf) h2,
.container-fiche-3-col.bleu-clair:not(.has-carre-blanc-bloc-acf) h3,
.container-fiche-3-col.bleu-clair:not(.has-carre-blanc-bloc-acf) h4,
.container-fiche-3-col.bleu-clair:not(.has-carre-blanc-bloc-acf) p,
.container-fiche-3-col.bleu-clair:not(.has-carre-blanc-bloc-acf) ul,
.container-fiche-3-col.bleu-clair:not(.has-carre-blanc-bloc-acf) li,
.container-fiche-3-col.bleu-clair:not(.has-carre-blanc-bloc-acf) a,
.container-fiche-3-col.bleu-clair:not(.has-carre-blanc-bloc-acf) div {
  color: white;
}
.container-fiche-3-col.bleu-tres-clair {
  background-color: #e5e8f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-3-col.bleu-tres-clair h2,
.container-fiche-3-col.bleu-tres-clair h3,
.container-fiche-3-col.bleu-tres-clair h4,
.container-fiche-3-col.bleu-tres-clair p,
.container-fiche-3-col.bleu-tres-clair ul,
.container-fiche-3-col.bleu-tres-clair li,
.container-fiche-3-col.bleu-tres-clair a,
.container-fiche-3-col.bleu-tres-clair div {
  color: #312C64;
}
.container-fiche-3-col.vert-clair {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-3-col.vert-clair2 {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-3-col.vert-fonce {
  background-color: #4CA691 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-3-col.vert-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-fiche-3-col.vert-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-fiche-3-col.vert-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-fiche-3-col.vert-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-fiche-3-col.vert-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-fiche-3-col.vert-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-fiche-3-col.vert-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-fiche-3-col.vert-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-fiche-3-col.vert-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-fiche-3-col.vert-fonce .liseret {
  background-color: white;
}
.container-fiche-3-col.vert-fonce .liseret::after {
  background-color: white;
}
.container-fiche-3-col.bleu-fonce {
  background-color: #312C64;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-3-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-fiche-3-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-fiche-3-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-fiche-3-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-fiche-3-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-fiche-3-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-fiche-3-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-fiche-3-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-fiche-3-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) a,
.container-fiche-3-col.bleu-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-fiche-3-col.beige {
  background-color: #F5F1EC;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-fiche-3-col.clair .texte {
  padding-top: 0;
  padding-bottom: 0;
}
.container-fiche-3-col.color-bleu-clair h2,
.container-fiche-3-col.color-bleu-clair h3,
.container-fiche-3-col.color-bleu-clair h4,
.container-fiche-3-col.color-bleu-clair h5,
.container-fiche-3-col.color-bleu-clair h6,
.container-fiche-3-col.color-bleu-clair p,
.container-fiche-3-col.color-bleu-clair ul,
.container-fiche-3-col.color-bleu-clair li,
.container-fiche-3-col.color-bleu-clair a,
.container-fiche-3-col.color-bleu-clair div {
  color: #008FD0 !important;
}
.container-fiche-3-col.color-vert h2,
.container-fiche-3-col.color-vert h3,
.container-fiche-3-col.color-vert h4,
.container-fiche-3-col.color-vert h5,
.container-fiche-3-col.color-vert h6,
.container-fiche-3-col.color-vert p,
.container-fiche-3-col.color-vert ul,
.container-fiche-3-col.color-vert li,
.container-fiche-3-col.color-vert a,
.container-fiche-3-col.color-vert div {
  color: #4CA691 !important;
}
.container-fiche-3-col.color-jaune h2,
.container-fiche-3-col.color-jaune h3,
.container-fiche-3-col.color-jaune h4,
.container-fiche-3-col.color-jaune h5,
.container-fiche-3-col.color-jaune h6,
.container-fiche-3-col.color-jaune p,
.container-fiche-3-col.color-jaune ul,
.container-fiche-3-col.color-jaune li,
.container-fiche-3-col.color-jaune a,
.container-fiche-3-col.color-jaune div {
  color: #FDC64F !important;
}
.container-fiche-3-col .container {
  width: 1140px !important;
  max-width: 95% !important;
}
.container-fiche-3-col .container h2 {
  font-family: "Yeseva One", cursive;
  font-size: 40px;
}
@media (max-width: 1024px) {
  .container-fiche-3-col .container h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .container-fiche-3-col .container h2 {
    font-size: 25px;
  }
}
.container-fiche-3-col .container ul {
  padding-left: 15px;
}
@media (max-width: 640px) {
  .container-fiche-3-col .container {
    flex-direction: column;
  }
}
.container-fiche-3-col .container .col-1,
.container-fiche-3-col .container .col-2,
.container-fiche-3-col .container .col-3 {
  padding: 0rem 1rem;
  width: 33%;
  font-size: 1.5625rem;
}
@media (max-width: 991px) {
  .container-fiche-3-col .container .col-1,
  .container-fiche-3-col .container .col-2,
  .container-fiche-3-col .container .col-3 {
    font-size: 1.125rem;
  }
}
.container-fiche-3-col .container .col-1 h3,
.container-fiche-3-col .container .col-2 h3,
.container-fiche-3-col .container .col-3 h3 {
  font-size: 25px;
}
.container-fiche-3-col .container .col-1 .img-container,
.container-fiche-3-col .container .col-2 .img-container,
.container-fiche-3-col .container .col-3 .img-container {
  width: auto;
  height: 150px;
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.container-fiche-3-col .container .col-1 .img-container img,
.container-fiche-3-col .container .col-2 .img-container img,
.container-fiche-3-col .container .col-3 .img-container img {
  width: 90%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 760px) {
  .container-fiche-3-col .container .col-1,
  .container-fiche-3-col .container .col-2,
  .container-fiche-3-col .container .col-3 {
    width: 100%;
  }
}

.card-offer-expertises .container-porteurs-partenaires .container .porteurs-wrapper .porteurs .porteur {
  background-color: #ffedc7;
}

.container-porteurs-partenaires {
  background-color: white;
  padding-bottom: 2rem;
}
.container-porteurs-partenaires.no-margin-top {
  margin-top: 0 !important;
}
.container-porteurs-partenaires.clair, .container-porteurs-partenaires.beige {
  background-color: #F5F1EC !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-porteurs-partenaires.blanc {
  background-color: white !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-porteurs-partenaires.jaune-vif {
  background-color: #FDC64F !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-porteurs-partenaires.jaune-vif .liseret {
  background-color: #312C64;
}
.container-porteurs-partenaires.jaune-vif .liseret::after {
  background-color: #312C64;
}
.container-porteurs-partenaires.jaune-clair {
  background-color: #ffedc7 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-porteurs-partenaires.jaune-clair .liseret {
  background-color: #312C64;
}
.container-porteurs-partenaires.jaune-clair .liseret::after {
  background-color: #312C64;
}
.container-porteurs-partenaires.bleu-clair {
  background-color: #008FD0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-porteurs-partenaires.bleu-clair:not(.has-carre-blanc-bloc-acf) h2,
.container-porteurs-partenaires.bleu-clair:not(.has-carre-blanc-bloc-acf) h3,
.container-porteurs-partenaires.bleu-clair:not(.has-carre-blanc-bloc-acf) h4,
.container-porteurs-partenaires.bleu-clair:not(.has-carre-blanc-bloc-acf) p,
.container-porteurs-partenaires.bleu-clair:not(.has-carre-blanc-bloc-acf) ul,
.container-porteurs-partenaires.bleu-clair:not(.has-carre-blanc-bloc-acf) li,
.container-porteurs-partenaires.bleu-clair:not(.has-carre-blanc-bloc-acf) a,
.container-porteurs-partenaires.bleu-clair:not(.has-carre-blanc-bloc-acf) div {
  color: white;
}
.container-porteurs-partenaires.bleu-tres-clair {
  background-color: #e5e8f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-porteurs-partenaires.bleu-tres-clair h2,
.container-porteurs-partenaires.bleu-tres-clair h3,
.container-porteurs-partenaires.bleu-tres-clair h4,
.container-porteurs-partenaires.bleu-tres-clair p,
.container-porteurs-partenaires.bleu-tres-clair ul,
.container-porteurs-partenaires.bleu-tres-clair li,
.container-porteurs-partenaires.bleu-tres-clair a,
.container-porteurs-partenaires.bleu-tres-clair div {
  color: #312C64;
}
.container-porteurs-partenaires.vert-clair {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-porteurs-partenaires.vert-clair2 {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-porteurs-partenaires.vert-fonce {
  background-color: #4CA691 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-porteurs-partenaires.vert-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-porteurs-partenaires.vert-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-porteurs-partenaires.vert-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-porteurs-partenaires.vert-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-porteurs-partenaires.vert-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-porteurs-partenaires.vert-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-porteurs-partenaires.vert-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-porteurs-partenaires.vert-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-porteurs-partenaires.vert-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-porteurs-partenaires.vert-fonce .liseret {
  background-color: white;
}
.container-porteurs-partenaires.vert-fonce .liseret::after {
  background-color: white;
}
.container-porteurs-partenaires.bleu-fonce {
  background-color: #312C64;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-porteurs-partenaires.bleu-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-porteurs-partenaires.bleu-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-porteurs-partenaires.bleu-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-porteurs-partenaires.bleu-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-porteurs-partenaires.bleu-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-porteurs-partenaires.bleu-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-porteurs-partenaires.bleu-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-porteurs-partenaires.bleu-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-porteurs-partenaires.bleu-fonce:not(.has-carre-blanc-bloc-acf) a,
.container-porteurs-partenaires.bleu-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-porteurs-partenaires.beige {
  background-color: #F5F1EC;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-porteurs-partenaires.clair .texte {
  padding-top: 0;
  padding-bottom: 0;
}
.container-porteurs-partenaires.color-bleu-clair h2,
.container-porteurs-partenaires.color-bleu-clair h3,
.container-porteurs-partenaires.color-bleu-clair h4,
.container-porteurs-partenaires.color-bleu-clair h5,
.container-porteurs-partenaires.color-bleu-clair h6,
.container-porteurs-partenaires.color-bleu-clair p,
.container-porteurs-partenaires.color-bleu-clair ul,
.container-porteurs-partenaires.color-bleu-clair li,
.container-porteurs-partenaires.color-bleu-clair a,
.container-porteurs-partenaires.color-bleu-clair div {
  color: #008FD0 !important;
}
.container-porteurs-partenaires.color-vert h2,
.container-porteurs-partenaires.color-vert h3,
.container-porteurs-partenaires.color-vert h4,
.container-porteurs-partenaires.color-vert h5,
.container-porteurs-partenaires.color-vert h6,
.container-porteurs-partenaires.color-vert p,
.container-porteurs-partenaires.color-vert ul,
.container-porteurs-partenaires.color-vert li,
.container-porteurs-partenaires.color-vert a,
.container-porteurs-partenaires.color-vert div {
  color: #4CA691 !important;
}
.container-porteurs-partenaires.color-jaune h2,
.container-porteurs-partenaires.color-jaune h3,
.container-porteurs-partenaires.color-jaune h4,
.container-porteurs-partenaires.color-jaune h5,
.container-porteurs-partenaires.color-jaune h6,
.container-porteurs-partenaires.color-jaune p,
.container-porteurs-partenaires.color-jaune ul,
.container-porteurs-partenaires.color-jaune li,
.container-porteurs-partenaires.color-jaune a,
.container-porteurs-partenaires.color-jaune div {
  color: #FDC64F !important;
}
.container-porteurs-partenaires .container {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  gap: 1rem;
  width: 100% !important;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 0 !important;
}
@media (max-width: 980px) {
  .container-porteurs-partenaires .container {
    flex-direction: column;
  }
}
.container-porteurs-partenaires .container .porteurs-wrapper,
.container-porteurs-partenaires .container .partenaires-wrapper {
  width: 50%;
}
@media (max-width: 980px) {
  .container-porteurs-partenaires .container .porteurs-wrapper,
  .container-porteurs-partenaires .container .partenaires-wrapper {
    width: 100%;
  }
}
.container-porteurs-partenaires .container h3 {
  font-size: 25px;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Yeseva One", cursive;
}
.container-porteurs-partenaires .container .porteurs-wrapper {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media (max-width: 980px) {
  .container-porteurs-partenaires .container .porteurs-wrapper {
    margin-bottom: 15px;
  }
}
.container-porteurs-partenaires .container .porteurs-wrapper .porteurs {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .container-porteurs-partenaires .container .porteurs-wrapper .porteurs {
    flex-direction: column;
    align-items: center;
  }
}
.container-porteurs-partenaires .container .porteurs-wrapper .porteurs .porteur {
  display: flex;
  width: 95%;
  margin-bottom: 20px;
  border-radius: 30px;
  background-color: #a5d0c6;
  padding: 1rem;
}
.container-porteurs-partenaires .container .porteurs-wrapper .porteurs .porteur .img-container {
  width: 150px;
  display: flex;
  justify-content: center;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px;
}
.container-porteurs-partenaires .container .porteurs-wrapper .porteurs .porteur .img-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.container-porteurs-partenaires .container .porteurs-wrapper .porteurs .porteur .text-content {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}
.container-porteurs-partenaires .container .porteurs-wrapper .porteurs .porteur .text-content h4 {
  font-size: 19px;
  margin-bottom: 5px;
  color: #312C64 !important;
}
.container-porteurs-partenaires .container .porteurs-wrapper .porteurs .porteur .text-content .fonction {
  color: #312C64;
}
.container-porteurs-partenaires .container .porteurs-wrapper .porteurs .porteur .text-content .email {
  margin-top: 10px;
  font-weight: bold;
}
.container-porteurs-partenaires .container .porteurs-wrapper .porteurs .porteur .text-content .email a {
  color: #312C64 !important;
}
.container-porteurs-partenaires .container .porteurs-wrapper .porteurs .porteur .text-content .email a:hover {
  color: #008FD0 !important;
}
.container-porteurs-partenaires .container .partenaires-wrapper .partenaires {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .container-porteurs-partenaires .container .partenaires-wrapper .partenaires {
    flex-direction: column;
    align-items: center;
  }
}
.container-porteurs-partenaires .container .partenaires-wrapper .partenaires .partenaire {
  width: 32%;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.container-porteurs-partenaires .container .partenaires-wrapper .partenaires .partenaire a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-porteurs-partenaires .container .partenaires-wrapper .partenaires .partenaire img {
  width: auto;
  max-width: 90%;
  max-height: 120px;
  max-width: 120px;
}

.bloc-image-wrapper {
  width: 100%;
}
.bloc-image-wrapper .container-bloc-image {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.bloc-image-wrapper .container-bloc-image h2 {
  font-size: 40px;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Yeseva One", cursive;
  width: 800px !important;
  max-width: 90% !important;
}
@media (max-width: 1024px) {
  .bloc-image-wrapper .container-bloc-image h2 {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .bloc-image-wrapper .container-bloc-image h2 {
    font-size: 20px;
  }
}
.bloc-image-wrapper .container-bloc-image img {
  width: 800px !important;
  max-width: 90% !important;
}
.bloc-image-wrapper .container-bloc-image .legende {
  font-style: italic;
  margin-top: 5px;
}

.container-1-col-large {
  width: 100% !important;
  padding-top: 2rem;
  padding-left: 26px;
  padding-right: 26px;
}
.container-1-col-large.no-margin-top {
  margin-top: 0 !important;
}
.container-1-col-large.clair, .container-1-col-large.beige {
  background-color: #F5F1EC !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large.blanc {
  background-color: white !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large.jaune-vif {
  background-color: #FDC64F !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large.jaune-vif .liseret {
  background-color: #312C64;
}
.container-1-col-large.jaune-vif .liseret::after {
  background-color: #312C64;
}
.container-1-col-large.jaune-clair {
  background-color: #ffedc7 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large.jaune-clair .liseret {
  background-color: #312C64;
}
.container-1-col-large.jaune-clair .liseret::after {
  background-color: #312C64;
}
.container-1-col-large.bleu-clair {
  background-color: #008FD0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large.bleu-clair:not(.has-carre-blanc-bloc-acf) h2,
.container-1-col-large.bleu-clair:not(.has-carre-blanc-bloc-acf) h3,
.container-1-col-large.bleu-clair:not(.has-carre-blanc-bloc-acf) h4,
.container-1-col-large.bleu-clair:not(.has-carre-blanc-bloc-acf) p,
.container-1-col-large.bleu-clair:not(.has-carre-blanc-bloc-acf) ul,
.container-1-col-large.bleu-clair:not(.has-carre-blanc-bloc-acf) li,
.container-1-col-large.bleu-clair:not(.has-carre-blanc-bloc-acf) a,
.container-1-col-large.bleu-clair:not(.has-carre-blanc-bloc-acf) div {
  color: white;
}
.container-1-col-large.bleu-tres-clair {
  background-color: #e5e8f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large.bleu-tres-clair h2,
.container-1-col-large.bleu-tres-clair h3,
.container-1-col-large.bleu-tres-clair h4,
.container-1-col-large.bleu-tres-clair p,
.container-1-col-large.bleu-tres-clair ul,
.container-1-col-large.bleu-tres-clair li,
.container-1-col-large.bleu-tres-clair a,
.container-1-col-large.bleu-tres-clair div {
  color: #312C64;
}
.container-1-col-large.vert-clair {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large.vert-clair2 {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large.vert-fonce {
  background-color: #4CA691 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large.vert-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-1-col-large.vert-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-1-col-large.vert-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-1-col-large.vert-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-1-col-large.vert-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-1-col-large.vert-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-1-col-large.vert-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-1-col-large.vert-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-1-col-large.vert-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-1-col-large.vert-fonce .liseret {
  background-color: white;
}
.container-1-col-large.vert-fonce .liseret::after {
  background-color: white;
}
.container-1-col-large.bleu-fonce {
  background-color: #312C64;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large.bleu-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-1-col-large.bleu-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-1-col-large.bleu-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-1-col-large.bleu-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-1-col-large.bleu-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-1-col-large.bleu-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-1-col-large.bleu-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-1-col-large.bleu-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-1-col-large.bleu-fonce:not(.has-carre-blanc-bloc-acf) a,
.container-1-col-large.bleu-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-1-col-large.beige {
  background-color: #F5F1EC;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large.clair .texte {
  padding-top: 0;
  padding-bottom: 0;
}
.container-1-col-large.color-bleu-clair h2,
.container-1-col-large.color-bleu-clair h3,
.container-1-col-large.color-bleu-clair h4,
.container-1-col-large.color-bleu-clair h5,
.container-1-col-large.color-bleu-clair h6,
.container-1-col-large.color-bleu-clair p,
.container-1-col-large.color-bleu-clair ul,
.container-1-col-large.color-bleu-clair li,
.container-1-col-large.color-bleu-clair a,
.container-1-col-large.color-bleu-clair div {
  color: #008FD0 !important;
}
.container-1-col-large.color-vert h2,
.container-1-col-large.color-vert h3,
.container-1-col-large.color-vert h4,
.container-1-col-large.color-vert h5,
.container-1-col-large.color-vert h6,
.container-1-col-large.color-vert p,
.container-1-col-large.color-vert ul,
.container-1-col-large.color-vert li,
.container-1-col-large.color-vert a,
.container-1-col-large.color-vert div {
  color: #4CA691 !important;
}
.container-1-col-large.color-jaune h2,
.container-1-col-large.color-jaune h3,
.container-1-col-large.color-jaune h4,
.container-1-col-large.color-jaune h5,
.container-1-col-large.color-jaune h6,
.container-1-col-large.color-jaune p,
.container-1-col-large.color-jaune ul,
.container-1-col-large.color-jaune li,
.container-1-col-large.color-jaune a,
.container-1-col-large.color-jaune div {
  color: #FDC64F !important;
}
.container-1-col-large .container {
  max-width: 1140px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.container-1-col-large .container .texte {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.container-1-col-large .container h2 {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Yeseva One", cursive;
  font-size: 40px;
}
@media (max-width: 1024px) {
  .container-1-col-large .container h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .container-1-col-large .container h2 {
    font-size: 25px;
  }
}
.container-1-col-large .container ul {
  padding-left: 15px;
}
.container-1-col-large .container ul li {
  font-size: 1.5625rem;
}
@media (max-width: 991px) {
  .container-1-col-large .container ul li {
    font-size: 1.125rem;
  }
}

.container-1-col-large-depliable {
  width: 100% !important;
  padding-top: 2rem;
  padding-left: 26px;
  padding-right: 26px;
}
.container-1-col-large-depliable.no-margin-top {
  margin-top: 0 !important;
}
.container-1-col-large-depliable.clair, .container-1-col-large-depliable.beige {
  background-color: #F5F1EC !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large-depliable.blanc {
  background-color: white !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large-depliable.jaune-vif {
  background-color: #FDC64F !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large-depliable.jaune-vif .liseret {
  background-color: #312C64;
}
.container-1-col-large-depliable.jaune-vif .liseret::after {
  background-color: #312C64;
}
.container-1-col-large-depliable.jaune-clair {
  background-color: #ffedc7 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large-depliable.jaune-clair .liseret {
  background-color: #312C64;
}
.container-1-col-large-depliable.jaune-clair .liseret::after {
  background-color: #312C64;
}
.container-1-col-large-depliable.bleu-clair {
  background-color: #008FD0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large-depliable.bleu-clair:not(.has-carre-blanc-bloc-acf) h2,
.container-1-col-large-depliable.bleu-clair:not(.has-carre-blanc-bloc-acf) h3,
.container-1-col-large-depliable.bleu-clair:not(.has-carre-blanc-bloc-acf) h4,
.container-1-col-large-depliable.bleu-clair:not(.has-carre-blanc-bloc-acf) p,
.container-1-col-large-depliable.bleu-clair:not(.has-carre-blanc-bloc-acf) ul,
.container-1-col-large-depliable.bleu-clair:not(.has-carre-blanc-bloc-acf) li,
.container-1-col-large-depliable.bleu-clair:not(.has-carre-blanc-bloc-acf) a,
.container-1-col-large-depliable.bleu-clair:not(.has-carre-blanc-bloc-acf) div {
  color: white;
}
.container-1-col-large-depliable.bleu-tres-clair {
  background-color: #e5e8f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large-depliable.bleu-tres-clair h2,
.container-1-col-large-depliable.bleu-tres-clair h3,
.container-1-col-large-depliable.bleu-tres-clair h4,
.container-1-col-large-depliable.bleu-tres-clair p,
.container-1-col-large-depliable.bleu-tres-clair ul,
.container-1-col-large-depliable.bleu-tres-clair li,
.container-1-col-large-depliable.bleu-tres-clair a,
.container-1-col-large-depliable.bleu-tres-clair div {
  color: #312C64;
}
.container-1-col-large-depliable.vert-clair {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large-depliable.vert-clair2 {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large-depliable.vert-fonce {
  background-color: #4CA691 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large-depliable.vert-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-1-col-large-depliable.vert-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-1-col-large-depliable.vert-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-1-col-large-depliable.vert-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-1-col-large-depliable.vert-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-1-col-large-depliable.vert-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-1-col-large-depliable.vert-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-1-col-large-depliable.vert-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-1-col-large-depliable.vert-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-1-col-large-depliable.vert-fonce .liseret {
  background-color: white;
}
.container-1-col-large-depliable.vert-fonce .liseret::after {
  background-color: white;
}
.container-1-col-large-depliable.bleu-fonce {
  background-color: #312C64;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large-depliable.bleu-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-1-col-large-depliable.bleu-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-1-col-large-depliable.bleu-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-1-col-large-depliable.bleu-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-1-col-large-depliable.bleu-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-1-col-large-depliable.bleu-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-1-col-large-depliable.bleu-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-1-col-large-depliable.bleu-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-1-col-large-depliable.bleu-fonce:not(.has-carre-blanc-bloc-acf) a,
.container-1-col-large-depliable.bleu-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-1-col-large-depliable.beige {
  background-color: #F5F1EC;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-1-col-large-depliable.clair .texte {
  padding-top: 0;
  padding-bottom: 0;
}
.container-1-col-large-depliable.color-bleu-clair h2,
.container-1-col-large-depliable.color-bleu-clair h3,
.container-1-col-large-depliable.color-bleu-clair h4,
.container-1-col-large-depliable.color-bleu-clair h5,
.container-1-col-large-depliable.color-bleu-clair h6,
.container-1-col-large-depliable.color-bleu-clair p,
.container-1-col-large-depliable.color-bleu-clair ul,
.container-1-col-large-depliable.color-bleu-clair li,
.container-1-col-large-depliable.color-bleu-clair a,
.container-1-col-large-depliable.color-bleu-clair div {
  color: #008FD0 !important;
}
.container-1-col-large-depliable.color-vert h2,
.container-1-col-large-depliable.color-vert h3,
.container-1-col-large-depliable.color-vert h4,
.container-1-col-large-depliable.color-vert h5,
.container-1-col-large-depliable.color-vert h6,
.container-1-col-large-depliable.color-vert p,
.container-1-col-large-depliable.color-vert ul,
.container-1-col-large-depliable.color-vert li,
.container-1-col-large-depliable.color-vert a,
.container-1-col-large-depliable.color-vert div {
  color: #4CA691 !important;
}
.container-1-col-large-depliable.color-jaune h2,
.container-1-col-large-depliable.color-jaune h3,
.container-1-col-large-depliable.color-jaune h4,
.container-1-col-large-depliable.color-jaune h5,
.container-1-col-large-depliable.color-jaune h6,
.container-1-col-large-depliable.color-jaune p,
.container-1-col-large-depliable.color-jaune ul,
.container-1-col-large-depliable.color-jaune li,
.container-1-col-large-depliable.color-jaune a,
.container-1-col-large-depliable.color-jaune div {
  color: #FDC64F !important;
}
.container-1-col-large-depliable.has-carre-blanc-bloc-acf {
  padding: 2.5rem 2rem;
}
.container-1-col-large-depliable.has-carre-blanc-bloc-acf .container {
  padding: 1rem 2rem 0rem 2rem;
}
.container-1-col-large-depliable .container {
  max-width: 1140px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.container-1-col-large-depliable .container .header-bloc {
  display: flex;
  width: 1140px !important;
  max-width: 100%;
  margin-bottom: 2rem;
}
.container-1-col-large-depliable .container .header-bloc .left {
  display: flex;
  width: 70%;
}
.container-1-col-large-depliable .container .header-bloc .left .logo-container {
  width: 100px;
  height: 100px;
}
.container-1-col-large-depliable .container .header-bloc .left .logo-container img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.container-1-col-large-depliable .container .header-bloc .left h2 {
  font-size: 25px;
  text-transform: uppercase !important;
  margin-left: 1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .container-1-col-large-depliable .container .header-bloc .left h2 {
    font-size: 23px;
  }
}
@media (max-width: 640px) {
  .container-1-col-large-depliable .container .header-bloc .left h2 {
    font-size: 20px;
  }
}
.container-1-col-large-depliable .container .header-bloc .right {
  width: 30%;
  display: flex;
  align-items: end;
  justify-content: end;
}
.container-1-col-large-depliable .container .header-bloc .right .lire-la-suite {
  text-transform: uppercase !important;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.container-1-col-large-depliable .container .header-bloc .right .lire-la-suite:hover .arrow {
  background-color: white;
  color: #312C64;
  transform: scale(1.1);
}
.container-1-col-large-depliable .container .header-bloc .right .lire-la-suite:hover .arrow svg {
  fill: #008FD0;
}
.container-1-col-large-depliable .container .header-bloc .right .lire-la-suite .arrow {
  background-color: #008FD0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
  flex-shrink: 0;
  margin-left: 10px;
}
.container-1-col-large-depliable .container .header-bloc .right .lire-la-suite .arrow svg {
  fill: white;
  height: 25px;
}
.container-1-col-large-depliable .container .header-bloc .right .lire-la-suite .arrow.arrow-closed {
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}
.container-1-col-large-depliable .container .header-bloc .right .lire-la-suite .arrow.arrow-opened {
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}
.container-1-col-large-depliable .container .texte {
  width: 1140px !important;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  transition: height 0.5s ease, padding 0.5s ease;
  overflow: hidden;
  height: auto;
}
.container-1-col-large-depliable .container .texte p {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container-1-col-large-depliable .container .texte p,
.container-1-col-large-depliable .container .texte ul,
.container-1-col-large-depliable .container .texte li,
.container-1-col-large-depliable .container .texte a,
.container-1-col-large-depliable .container .texte div,
.container-1-col-large-depliable .container .texte em {
  font-size: 1.5625rem;
}
@media (max-width: 991px) {
  .container-1-col-large-depliable .container .texte p,
  .container-1-col-large-depliable .container .texte ul,
  .container-1-col-large-depliable .container .texte li,
  .container-1-col-large-depliable .container .texte a,
  .container-1-col-large-depliable .container .texte div,
  .container-1-col-large-depliable .container .texte em {
    font-size: 1.125rem;
  }
}
.container-1-col-large-depliable .container .closed {
  height: 0;
  padding: 0;
}

.container-bloc-cta {
  margin-top: 2rem;
}
.container-bloc-cta.no-margin-top {
  margin-top: 0 !important;
}
.container-bloc-cta.clair, .container-bloc-cta.beige {
  background-color: #F5F1EC !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-cta.blanc {
  background-color: white !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-cta.jaune-vif {
  background-color: #FDC64F !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-cta.jaune-vif .liseret {
  background-color: #312C64;
}
.container-bloc-cta.jaune-vif .liseret::after {
  background-color: #312C64;
}
.container-bloc-cta.jaune-clair {
  background-color: #ffedc7 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-cta.jaune-clair .liseret {
  background-color: #312C64;
}
.container-bloc-cta.jaune-clair .liseret::after {
  background-color: #312C64;
}
.container-bloc-cta.bleu-clair {
  background-color: #008FD0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-cta.bleu-clair:not(.has-carre-blanc-bloc-acf) h2,
.container-bloc-cta.bleu-clair:not(.has-carre-blanc-bloc-acf) h3,
.container-bloc-cta.bleu-clair:not(.has-carre-blanc-bloc-acf) h4,
.container-bloc-cta.bleu-clair:not(.has-carre-blanc-bloc-acf) p,
.container-bloc-cta.bleu-clair:not(.has-carre-blanc-bloc-acf) ul,
.container-bloc-cta.bleu-clair:not(.has-carre-blanc-bloc-acf) li,
.container-bloc-cta.bleu-clair:not(.has-carre-blanc-bloc-acf) a,
.container-bloc-cta.bleu-clair:not(.has-carre-blanc-bloc-acf) div {
  color: white;
}
.container-bloc-cta.bleu-tres-clair {
  background-color: #e5e8f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-cta.bleu-tres-clair h2,
.container-bloc-cta.bleu-tres-clair h3,
.container-bloc-cta.bleu-tres-clair h4,
.container-bloc-cta.bleu-tres-clair p,
.container-bloc-cta.bleu-tres-clair ul,
.container-bloc-cta.bleu-tres-clair li,
.container-bloc-cta.bleu-tres-clair a,
.container-bloc-cta.bleu-tres-clair div {
  color: #312C64;
}
.container-bloc-cta.vert-clair {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-cta.vert-clair2 {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-cta.vert-fonce {
  background-color: #4CA691 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-cta.vert-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-bloc-cta.vert-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-bloc-cta.vert-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-bloc-cta.vert-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-bloc-cta.vert-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-bloc-cta.vert-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-bloc-cta.vert-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-bloc-cta.vert-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-bloc-cta.vert-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-bloc-cta.vert-fonce .liseret {
  background-color: white;
}
.container-bloc-cta.vert-fonce .liseret::after {
  background-color: white;
}
.container-bloc-cta.bleu-fonce {
  background-color: #312C64;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-cta.bleu-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-bloc-cta.bleu-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-bloc-cta.bleu-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-bloc-cta.bleu-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-bloc-cta.bleu-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-bloc-cta.bleu-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-bloc-cta.bleu-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-bloc-cta.bleu-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-bloc-cta.bleu-fonce:not(.has-carre-blanc-bloc-acf) a,
.container-bloc-cta.bleu-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-bloc-cta.beige {
  background-color: #F5F1EC;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-cta.clair .texte {
  padding-top: 0;
  padding-bottom: 0;
}
.container-bloc-cta.color-bleu-clair h2,
.container-bloc-cta.color-bleu-clair h3,
.container-bloc-cta.color-bleu-clair h4,
.container-bloc-cta.color-bleu-clair h5,
.container-bloc-cta.color-bleu-clair h6,
.container-bloc-cta.color-bleu-clair p,
.container-bloc-cta.color-bleu-clair ul,
.container-bloc-cta.color-bleu-clair li,
.container-bloc-cta.color-bleu-clair a,
.container-bloc-cta.color-bleu-clair div {
  color: #008FD0 !important;
}
.container-bloc-cta.color-vert h2,
.container-bloc-cta.color-vert h3,
.container-bloc-cta.color-vert h4,
.container-bloc-cta.color-vert h5,
.container-bloc-cta.color-vert h6,
.container-bloc-cta.color-vert p,
.container-bloc-cta.color-vert ul,
.container-bloc-cta.color-vert li,
.container-bloc-cta.color-vert a,
.container-bloc-cta.color-vert div {
  color: #4CA691 !important;
}
.container-bloc-cta.color-jaune h2,
.container-bloc-cta.color-jaune h3,
.container-bloc-cta.color-jaune h4,
.container-bloc-cta.color-jaune h5,
.container-bloc-cta.color-jaune h6,
.container-bloc-cta.color-jaune p,
.container-bloc-cta.color-jaune ul,
.container-bloc-cta.color-jaune li,
.container-bloc-cta.color-jaune a,
.container-bloc-cta.color-jaune div {
  color: #FDC64F !important;
}
.container-bloc-cta h2 {
  font-size: 40px;
  margin-bottom: 15px;
  text-align: center;
  font-family: "Yeseva One", cursive;
}
@media (max-width: 1024px) {
  .container-bloc-cta h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .container-bloc-cta h2 {
    font-size: 25px;
  }
}
.container-bloc-cta .ctas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 930px) {
  .container-bloc-cta .ctas {
    flex-direction: column;
  }
}
.container-bloc-cta .ctas .cta-container {
  width: 50%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 930px) {
  .container-bloc-cta .ctas .cta-container {
    width: 100%;
  }
}
.container-bloc-cta .ctas .cta-container .cta {
  width: 80%;
  margin: auto;
  color: white;
  border-radius: 30px;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: row;
}
.container-bloc-cta .ctas .cta-container .cta .arrow-right {
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  position: relative;
  top: 0.2rem;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 640px) {
  .container-bloc-cta .ctas .cta-container .cta {
    width: 100%;
  }
}
.container-bloc-cta .ctas .cta-container .cta .txt-cta .txt-bleue {
  margin-bottom: 1rem;
  word-break: break-word;
}
.container-bloc-cta .ctas .cta-container .cta .txt-cta .txt-blanc {
  color: #F5F1EC;
  word-break: break-word;
}
.container-bloc-cta .ctas .cta-container .cta.vert {
  background-color: #4CA691;
}
.container-bloc-cta .ctas .cta-container .cta.vert .txt-cta .txt-bleue {
  color: #312C64;
  font-weight: bold;
}
.container-bloc-cta .ctas .cta-container .cta.bleu {
  background-color: #312C64;
}
.container-bloc-cta .ctas .cta-container .cta.bleu .txt-cta .txt-bleue {
  color: white;
  font-weight: bold;
}
.container-bloc-cta .ctas .cta-container .cta.bleu-clair {
  background-color: #008FD0;
}
.container-bloc-cta .ctas .cta-container .cta.bleu-clair .txt-cta .txt-bleue {
  color: #312C64;
  font-weight: bold;
}
.container-bloc-cta .ctas .cta-container .cta.bleu-tres-clair {
  background-color: #e5e8f6;
}
.container-bloc-cta .ctas .cta-container .cta.bleu-tres-clair .txt-cta .txt-bleue {
  color: #312C64;
  font-weight: bold;
}
.container-bloc-cta .ctas .cta-container .cta.bleu-tres-clair .txt-cta .txt-blanc {
  color: #008FD0;
}

.container-trl {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.container-trl h2 {
  text-align: center;
  font-family: "Yeseva One", cursive;
  font-size: 40px;
}
@media (max-width: 1024px) {
  .container-trl h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .container-trl h2 {
    font-size: 25px;
  }
}
.container-trl .trl {
  margin: auto;
  width: fit-content;
  margin-top: 1.5rem;
}
.container-trl .trl span {
  font-size: 25px;
}
.container-trl .trl span.bold {
  font-weight: bold;
  color: #4ca691;
}

.related-items-container {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  width: 1140px;
  max-width: 90%;
  margin: auto;
}
.related-items-container h2 {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Yeseva One", cursive;
  font-size: 40px;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
@media (max-width: 1024px) {
  .related-items-container h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .related-items-container h2 {
    font-size: 25px;
  }
}
.related-items-container .related-items {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .related-items-container .related-items {
    justify-content: center;
  }
}
.related-items-container .related-items .related-item {
  display: flex;
  flex-direction: column;
  width: 32%;
  height: 250px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 980px) {
  .related-items-container .related-items .related-item {
    width: 400px;
    max-width: 100%;
  }
}
.related-items-container .related-items .related-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 30%;
}
.related-items-container .related-items .related-item .text-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.related-items-container .related-items .related-item .text-content h3 {
  position: absolute;
  top: 1rem;
  text-align: center;
  margin-bottom: 5px;
  font-family: "Yeseva One", cursive;
  font-size: 1.5625rem;
}
@media (max-width: 991px) {
  .related-items-container .related-items .related-item .text-content h3 {
    font-size: 1.125rem;
  }
}
.related-items-container .related-items .related-item .text-content h3 a {
  color: #312c64 !important;
}
.related-items-container .related-items .related-item .text-content h3 a:visited {
  color: #312c64 !important;
}
.related-items-container .related-items .related-item .text-content p {
  text-align: center;
  padding: 10px;
}
.related-items-container .related-items .related-item .text-content .subtitle {
  position: absolute;
  top: 3rem;
}
.related-items-container .related-items .related-item .text-content .see-item {
  position: absolute;
  bottom: 0;
}
.related-items-container .see-all-items-container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  background-color: #F5F1EC;
}

.thematique-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: 0;
}

.container-thematique {
  z-index: 10;
  opacity: 100%;
  position: relative;
  height: 370px !important;
  justify-content: end !important;
  padding-bottom: 2rem !important;
}
.container-thematique .surtitre-thematique {
  color: hsl(0, 0%, 100%);
  font-size: 25px !important;
  line-height: 1.2 !important;
  font-weight: bold;
  margin-bottom: 1rem;
}
.container-thematique h1 {
  color: #ffffff;
  font-size: 50px !important;
  line-height: 1.2 !important;
}
@media (max-width: 1024px) {
  .container-thematique h1 {
    font-size: 40px !important;
  }
}
@media (max-width: 800px) {
  .container-thematique h1 {
    font-size: 35px !important;
  }
}
.container-thematique .voir-nos-autres-thematiques {
  background-color: #008FD0;
  margin-top: 1rem;
  padding: 1rem 0.5rem;
}
.container-thematique .voir-nos-autres-thematiques a {
  color: white;
}

.filter-thematique {
  background-color: #312C64 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 50%;
}

.filter-expertise {
  background-color: #312C64 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 50%;
}

.credit-expertise {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 999;
}
.credit-expertise p {
  color: white !important;
}

.header-expertise .header-title {
  width: 70%;
}
.header-expertise .subtitle {
  color: #FDC64F !important;
}

.bloc-texte-image-container {
  width: 800px;
  max-width: 100% !important;
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.bloc-texte-image-container.no-margin-top {
  margin-top: 0 !important;
}
.bloc-texte-image-container.clair, .bloc-texte-image-container.beige {
  background-color: #F5F1EC !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-container.blanc {
  background-color: white !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-container.jaune-vif {
  background-color: #FDC64F !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-container.jaune-vif .liseret {
  background-color: #312C64;
}
.bloc-texte-image-container.jaune-vif .liseret::after {
  background-color: #312C64;
}
.bloc-texte-image-container.jaune-clair {
  background-color: #ffedc7 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-container.jaune-clair .liseret {
  background-color: #312C64;
}
.bloc-texte-image-container.jaune-clair .liseret::after {
  background-color: #312C64;
}
.bloc-texte-image-container.bleu-clair {
  background-color: #008FD0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-container.bleu-clair:not(.has-carre-blanc-bloc-acf) h2,
.bloc-texte-image-container.bleu-clair:not(.has-carre-blanc-bloc-acf) h3,
.bloc-texte-image-container.bleu-clair:not(.has-carre-blanc-bloc-acf) h4,
.bloc-texte-image-container.bleu-clair:not(.has-carre-blanc-bloc-acf) p,
.bloc-texte-image-container.bleu-clair:not(.has-carre-blanc-bloc-acf) ul,
.bloc-texte-image-container.bleu-clair:not(.has-carre-blanc-bloc-acf) li,
.bloc-texte-image-container.bleu-clair:not(.has-carre-blanc-bloc-acf) a,
.bloc-texte-image-container.bleu-clair:not(.has-carre-blanc-bloc-acf) div {
  color: white;
}
.bloc-texte-image-container.bleu-tres-clair {
  background-color: #e5e8f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-container.bleu-tres-clair h2,
.bloc-texte-image-container.bleu-tres-clair h3,
.bloc-texte-image-container.bleu-tres-clair h4,
.bloc-texte-image-container.bleu-tres-clair p,
.bloc-texte-image-container.bleu-tres-clair ul,
.bloc-texte-image-container.bleu-tres-clair li,
.bloc-texte-image-container.bleu-tres-clair a,
.bloc-texte-image-container.bleu-tres-clair div {
  color: #312C64;
}
.bloc-texte-image-container.vert-clair {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-container.vert-clair2 {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-container.vert-fonce {
  background-color: #4CA691 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h2,
.bloc-texte-image-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h3,
.bloc-texte-image-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h4,
.bloc-texte-image-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h5,
.bloc-texte-image-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h6,
.bloc-texte-image-container.vert-fonce:not(.has-carre-blanc-bloc-acf) p,
.bloc-texte-image-container.vert-fonce:not(.has-carre-blanc-bloc-acf) ul,
.bloc-texte-image-container.vert-fonce:not(.has-carre-blanc-bloc-acf) li,
.bloc-texte-image-container.vert-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.bloc-texte-image-container.vert-fonce .liseret {
  background-color: white;
}
.bloc-texte-image-container.vert-fonce .liseret::after {
  background-color: white;
}
.bloc-texte-image-container.bleu-fonce {
  background-color: #312C64;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h2,
.bloc-texte-image-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h3,
.bloc-texte-image-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h4,
.bloc-texte-image-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h5,
.bloc-texte-image-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h6,
.bloc-texte-image-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) p,
.bloc-texte-image-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) ul,
.bloc-texte-image-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) li,
.bloc-texte-image-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) a,
.bloc-texte-image-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.bloc-texte-image-container.beige {
  background-color: #F5F1EC;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-container.clair .texte {
  padding-top: 0;
  padding-bottom: 0;
}
.bloc-texte-image-container.color-bleu-clair h2,
.bloc-texte-image-container.color-bleu-clair h3,
.bloc-texte-image-container.color-bleu-clair h4,
.bloc-texte-image-container.color-bleu-clair h5,
.bloc-texte-image-container.color-bleu-clair h6,
.bloc-texte-image-container.color-bleu-clair p,
.bloc-texte-image-container.color-bleu-clair ul,
.bloc-texte-image-container.color-bleu-clair li,
.bloc-texte-image-container.color-bleu-clair a,
.bloc-texte-image-container.color-bleu-clair div {
  color: #008FD0 !important;
}
.bloc-texte-image-container.color-vert h2,
.bloc-texte-image-container.color-vert h3,
.bloc-texte-image-container.color-vert h4,
.bloc-texte-image-container.color-vert h5,
.bloc-texte-image-container.color-vert h6,
.bloc-texte-image-container.color-vert p,
.bloc-texte-image-container.color-vert ul,
.bloc-texte-image-container.color-vert li,
.bloc-texte-image-container.color-vert a,
.bloc-texte-image-container.color-vert div {
  color: #4CA691 !important;
}
.bloc-texte-image-container.color-jaune h2,
.bloc-texte-image-container.color-jaune h3,
.bloc-texte-image-container.color-jaune h4,
.bloc-texte-image-container.color-jaune h5,
.bloc-texte-image-container.color-jaune h6,
.bloc-texte-image-container.color-jaune p,
.bloc-texte-image-container.color-jaune ul,
.bloc-texte-image-container.color-jaune li,
.bloc-texte-image-container.color-jaune a,
.bloc-texte-image-container.color-jaune div {
  color: #FDC64F !important;
}
.bloc-texte-image-container.no-margin-top {
  margin-top: 0;
}
.bloc-texte-image-container .gauche {
  flex-direction: row-reverse;
}
.bloc-texte-image-container .droite {
  flex-direction: row;
}
.bloc-texte-image-container h2 {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Yeseva One", cursive;
  font-size: 45px;
}
@media (max-width: 1024px) {
  .bloc-texte-image-container h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .bloc-texte-image-container h2 {
    font-size: 25px;
  }
}
.bloc-texte-image-container .bloc-texte-image {
  display: flex;
}
@media (max-width: 1100px) {
  .bloc-texte-image-container .bloc-texte-image {
    flex-direction: column;
  }
}
.bloc-texte-image-container .bloc-texte-image .col-texte {
  width: 50%;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1rem;
}
.bloc-texte-image-container .bloc-texte-image .col-texte h2 {
  font-size: 40px;
  font-family: "Yeseva One", cursive;
}
.bloc-texte-image-container .bloc-texte-image .col-texte h3 {
  font-size: 30px;
  font-family: "Yeseva One", cursive;
}
.bloc-texte-image-container .bloc-texte-image .col-texte h4 {
  font-size: 25px;
  font-family: "Yeseva One", cursive;
}
.bloc-texte-image-container .bloc-texte-image .col-texte ul,
.bloc-texte-image-container .bloc-texte-image .col-texte li,
.bloc-texte-image-container .bloc-texte-image .col-texte div,
.bloc-texte-image-container .bloc-texte-image .col-texte p,
.bloc-texte-image-container .bloc-texte-image .col-texte a {
  font-size: 1.5625rem;
}
@media (max-width: 991px) {
  .bloc-texte-image-container .bloc-texte-image .col-texte ul,
  .bloc-texte-image-container .bloc-texte-image .col-texte li,
  .bloc-texte-image-container .bloc-texte-image .col-texte div,
  .bloc-texte-image-container .bloc-texte-image .col-texte p,
  .bloc-texte-image-container .bloc-texte-image .col-texte a {
    font-size: 1.125rem;
  }
}
.bloc-texte-image-container .bloc-texte-image .col-texte p,
.bloc-texte-image-container .bloc-texte-image .col-texte ul,
.bloc-texte-image-container .bloc-texte-image .col-texte li,
.bloc-texte-image-container .bloc-texte-image .col-texte a,
.bloc-texte-image-container .bloc-texte-image .col-texte h1,
.bloc-texte-image-container .bloc-texte-image .col-texte h2,
.bloc-texte-image-container .bloc-texte-image .col-texte h3,
.bloc-texte-image-container .bloc-texte-image .col-texte h4,
.bloc-texte-image-container .bloc-texte-image .col-texte h5,
.bloc-texte-image-container .bloc-texte-image .col-texte h6 {
  z-index: 10;
}
.bloc-texte-image-container .bloc-texte-image .col-texte .btn-offres {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}
@media (max-width: 1100px) {
  .bloc-texte-image-container .bloc-texte-image .col-texte {
    width: 100%;
  }
}
.bloc-texte-image-container .bloc-texte-image .col-image {
  width: 50%;
}
@media (max-width: 1100px) {
  .bloc-texte-image-container .bloc-texte-image .col-image {
    width: 100%;
  }
}
.bloc-texte-image-container .bloc-texte-image .col-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-bloc-cta-simple {
  width: 800px;
  max-width: 100% !important;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.applications-possibles-container {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 80px;
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative;
  align-items: center;
}
.applications-possibles-container.no-margin-top {
  margin-top: 0 !important;
}
.applications-possibles-container.clair, .applications-possibles-container.beige {
  background-color: #F5F1EC !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.applications-possibles-container.blanc {
  background-color: white !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.applications-possibles-container.jaune-vif {
  background-color: #FDC64F !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.applications-possibles-container.jaune-vif .liseret {
  background-color: #312C64;
}
.applications-possibles-container.jaune-vif .liseret::after {
  background-color: #312C64;
}
.applications-possibles-container.jaune-clair {
  background-color: #ffedc7 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.applications-possibles-container.jaune-clair .liseret {
  background-color: #312C64;
}
.applications-possibles-container.jaune-clair .liseret::after {
  background-color: #312C64;
}
.applications-possibles-container.bleu-clair {
  background-color: #008FD0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.applications-possibles-container.bleu-clair:not(.has-carre-blanc-bloc-acf) h2,
.applications-possibles-container.bleu-clair:not(.has-carre-blanc-bloc-acf) h3,
.applications-possibles-container.bleu-clair:not(.has-carre-blanc-bloc-acf) h4,
.applications-possibles-container.bleu-clair:not(.has-carre-blanc-bloc-acf) p,
.applications-possibles-container.bleu-clair:not(.has-carre-blanc-bloc-acf) ul,
.applications-possibles-container.bleu-clair:not(.has-carre-blanc-bloc-acf) li,
.applications-possibles-container.bleu-clair:not(.has-carre-blanc-bloc-acf) a,
.applications-possibles-container.bleu-clair:not(.has-carre-blanc-bloc-acf) div {
  color: white;
}
.applications-possibles-container.bleu-tres-clair {
  background-color: #e5e8f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.applications-possibles-container.bleu-tres-clair h2,
.applications-possibles-container.bleu-tres-clair h3,
.applications-possibles-container.bleu-tres-clair h4,
.applications-possibles-container.bleu-tres-clair p,
.applications-possibles-container.bleu-tres-clair ul,
.applications-possibles-container.bleu-tres-clair li,
.applications-possibles-container.bleu-tres-clair a,
.applications-possibles-container.bleu-tres-clair div {
  color: #312C64;
}
.applications-possibles-container.vert-clair {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.applications-possibles-container.vert-clair2 {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.applications-possibles-container.vert-fonce {
  background-color: #4CA691 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.applications-possibles-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h2,
.applications-possibles-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h3,
.applications-possibles-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h4,
.applications-possibles-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h5,
.applications-possibles-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h6,
.applications-possibles-container.vert-fonce:not(.has-carre-blanc-bloc-acf) p,
.applications-possibles-container.vert-fonce:not(.has-carre-blanc-bloc-acf) ul,
.applications-possibles-container.vert-fonce:not(.has-carre-blanc-bloc-acf) li,
.applications-possibles-container.vert-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.applications-possibles-container.vert-fonce .liseret {
  background-color: white;
}
.applications-possibles-container.vert-fonce .liseret::after {
  background-color: white;
}
.applications-possibles-container.bleu-fonce {
  background-color: #312C64;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.applications-possibles-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h2,
.applications-possibles-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h3,
.applications-possibles-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h4,
.applications-possibles-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h5,
.applications-possibles-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h6,
.applications-possibles-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) p,
.applications-possibles-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) ul,
.applications-possibles-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) li,
.applications-possibles-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) a,
.applications-possibles-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.applications-possibles-container.beige {
  background-color: #F5F1EC;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.applications-possibles-container.clair .texte {
  padding-top: 0;
  padding-bottom: 0;
}
.applications-possibles-container.color-bleu-clair h2,
.applications-possibles-container.color-bleu-clair h3,
.applications-possibles-container.color-bleu-clair h4,
.applications-possibles-container.color-bleu-clair h5,
.applications-possibles-container.color-bleu-clair h6,
.applications-possibles-container.color-bleu-clair p,
.applications-possibles-container.color-bleu-clair ul,
.applications-possibles-container.color-bleu-clair li,
.applications-possibles-container.color-bleu-clair a,
.applications-possibles-container.color-bleu-clair div {
  color: #008FD0 !important;
}
.applications-possibles-container.color-vert h2,
.applications-possibles-container.color-vert h3,
.applications-possibles-container.color-vert h4,
.applications-possibles-container.color-vert h5,
.applications-possibles-container.color-vert h6,
.applications-possibles-container.color-vert p,
.applications-possibles-container.color-vert ul,
.applications-possibles-container.color-vert li,
.applications-possibles-container.color-vert a,
.applications-possibles-container.color-vert div {
  color: #4CA691 !important;
}
.applications-possibles-container.color-jaune h2,
.applications-possibles-container.color-jaune h3,
.applications-possibles-container.color-jaune h4,
.applications-possibles-container.color-jaune h5,
.applications-possibles-container.color-jaune h6,
.applications-possibles-container.color-jaune p,
.applications-possibles-container.color-jaune ul,
.applications-possibles-container.color-jaune li,
.applications-possibles-container.color-jaune a,
.applications-possibles-container.color-jaune div {
  color: #FDC64F !important;
}
.applications-possibles-container .texte-introductif {
  width: 1140px !important;
  max-width: 100%;
  margin: auto;
  margin-bottom: 1rem;
  text-align: center;
  z-index: 10;
}
.applications-possibles-container.no-picture {
  margin-top: 3rem;
}
.applications-possibles-container.contain-picture {
  padding-top: 65px !important;
}
.applications-possibles-container.one-column .cols {
  flex-direction: column;
}
.applications-possibles-container.one-column .cols .col-1,
.applications-possibles-container.one-column .cols .col-2 {
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.applications-possibles-container .img-container {
  height: 100px;
  width: 100px;
  padding: 20px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: -50px;
  background-color: #F5F1EC;
  border-radius: 50%;
}
.applications-possibles-container .img-container img {
  height: 100%;
  width: auto;
}
.applications-possibles-container h2 {
  font-size: 40px;
  margin-bottom: 2rem;
  text-align: center;
  font-family: "Yeseva One", cursive;
  z-index: 1;
  width: 1140px !important;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .applications-possibles-container h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .applications-possibles-container h2 {
    font-size: 25px;
  }
}
.applications-possibles-container .cols {
  display: flex;
  flex-direction: row;
  padding: 1rem;
  gap: 1.5rem;
  width: 1140px !important;
  max-width: 100%;
  margin: auto;
  z-index: 1;
}
@media (max-width: 640px) {
  .applications-possibles-container .cols {
    flex-direction: column;
  }
}
.applications-possibles-container .cols .col-1,
.applications-possibles-container .cols .col-2 {
  width: 50%;
}
@media (max-width: 640px) {
  .applications-possibles-container .cols .col-1,
  .applications-possibles-container .cols .col-2 {
    width: 100%;
  }
}
.applications-possibles-container .cols .col-1 .line,
.applications-possibles-container .cols .col-2 .line {
  margin-bottom: 1.5rem;
  display: flex;
  font-size: 1.5625rem;
}
@media (max-width: 991px) {
  .applications-possibles-container .cols .col-1 .line,
  .applications-possibles-container .cols .col-2 .line {
    font-size: 1.125rem;
  }
}
.applications-possibles-container .cols .col-1 .line img,
.applications-possibles-container .cols .col-2 .line img {
  margin-right: 1rem;
}
.applications-possibles-container .cols .col-1 .arrow-right,
.applications-possibles-container .cols .col-2 .arrow-right {
  width: 20px;
  height: 20px;
}
.container-trl-application-texte .cols-wrapper {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  max-width: 100% !important;
}
@media (max-width: 980px) {
  .container-trl-application-texte .cols-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .container-trl-application-texte .cols-wrapper .col-haut-droite {
    order: 1;
  }
  .container-trl-application-texte .cols-wrapper .col-haut-gauche {
    order: 2;
  }
  .container-trl-application-texte .cols-wrapper .col-bas-gauche {
    order: 3;
  }
  .container-trl-application-texte .cols-wrapper .col-bas-droite {
    order: 4;
  }
}
.container-trl-application-texte .cols-wrapper .trl span {
  font-size: 25px;
}
.container-trl-application-texte .cols-wrapper .trl span.bold {
  font-weight: bold;
  color: #4ca691;
}
.container-trl-application-texte .cols-wrapper .col {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5625rem;
}
@media (max-width: 991px) {
  .container-trl-application-texte .cols-wrapper .col {
    font-size: 1.125rem;
  }
}
.container-trl-application-texte .cols-wrapper .col .col-content-wrapper {
  width: 80%;
  height: 90%;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
}
.container-trl-application-texte .cols-wrapper .col .col-content-wrapper h3 {
  text-align: center;
  font-family: "Yeseva One", cursive;
  font-size: 25px;
  padding: 2rem;
}
@media (max-width: 1024px) {
  .container-trl-application-texte .cols-wrapper .col .col-content-wrapper h3 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .container-trl-application-texte .cols-wrapper .col .col-content-wrapper h3 {
    font-size: 20px;
  }
}
.container-trl-application-texte .cols-wrapper .col .col-content-wrapper p {
  width: 100%;
  font-size: 17px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.container-trl-application-texte .cols-wrapper .col .col-content-wrapper p:last-child {
  padding-bottom: 2rem;
}
.container-trl-application-texte .cols-wrapper .col.col-haut-gauche .col-content-wrapper {
  background-color: #008FD0;
  color: white;
}
.container-trl-application-texte .cols-wrapper .col.col-haut-gauche .col-content-wrapper h3 {
  color: #312C64;
}
.container-trl-application-texte .cols-wrapper .col.col-haut-gauche .col-content-wrapper p {
  color: #F5F1EC;
}
.container-trl-application-texte .cols-wrapper .col.col-haut-gauche .col-content-wrapper .trl .bold {
  color: #02503e;
}
.container-trl-application-texte .cols-wrapper .col.col-haut-droite .col-content-wrapper {
  background-color: white;
}
.container-trl-application-texte .cols-wrapper .col.col-bas-droite .col-content-wrapper {
  background-color: #008FD0;
  color: white;
}
.container-trl-application-texte .cols-wrapper .col.col-bas-droite .col-content-wrapper h3 {
  color: #312C64;
}
.container-trl-application-texte .cols-wrapper .col.col-bas-droite .col-content-wrapper p {
  color: #F5F1EC;
}
.container-trl-application-texte .cols-wrapper .col.col-bas-gauche .col-content-wrapper {
  background-color: white;
}

.contactez-nous-container {
  width: 100%;
  max-width: 100% !important;
  padding: 5rem 0rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
}
.contactez-nous-container.no-margin-top {
  margin-top: 0 !important;
}
.contactez-nous-container.clair, .contactez-nous-container.beige {
  background-color: #F5F1EC !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contactez-nous-container.blanc {
  background-color: white !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contactez-nous-container.jaune-vif {
  background-color: #FDC64F !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contactez-nous-container.jaune-vif .liseret {
  background-color: #312C64;
}
.contactez-nous-container.jaune-vif .liseret::after {
  background-color: #312C64;
}
.contactez-nous-container.jaune-clair {
  background-color: #ffedc7 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contactez-nous-container.jaune-clair .liseret {
  background-color: #312C64;
}
.contactez-nous-container.jaune-clair .liseret::after {
  background-color: #312C64;
}
.contactez-nous-container.bleu-clair {
  background-color: #008FD0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contactez-nous-container.bleu-clair:not(.has-carre-blanc-bloc-acf) h2,
.contactez-nous-container.bleu-clair:not(.has-carre-blanc-bloc-acf) h3,
.contactez-nous-container.bleu-clair:not(.has-carre-blanc-bloc-acf) h4,
.contactez-nous-container.bleu-clair:not(.has-carre-blanc-bloc-acf) p,
.contactez-nous-container.bleu-clair:not(.has-carre-blanc-bloc-acf) ul,
.contactez-nous-container.bleu-clair:not(.has-carre-blanc-bloc-acf) li,
.contactez-nous-container.bleu-clair:not(.has-carre-blanc-bloc-acf) a,
.contactez-nous-container.bleu-clair:not(.has-carre-blanc-bloc-acf) div {
  color: white;
}
.contactez-nous-container.bleu-tres-clair {
  background-color: #e5e8f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contactez-nous-container.bleu-tres-clair h2,
.contactez-nous-container.bleu-tres-clair h3,
.contactez-nous-container.bleu-tres-clair h4,
.contactez-nous-container.bleu-tres-clair p,
.contactez-nous-container.bleu-tres-clair ul,
.contactez-nous-container.bleu-tres-clair li,
.contactez-nous-container.bleu-tres-clair a,
.contactez-nous-container.bleu-tres-clair div {
  color: #312C64;
}
.contactez-nous-container.vert-clair {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contactez-nous-container.vert-clair2 {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contactez-nous-container.vert-fonce {
  background-color: #4CA691 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contactez-nous-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h2,
.contactez-nous-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h3,
.contactez-nous-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h4,
.contactez-nous-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h5,
.contactez-nous-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h6,
.contactez-nous-container.vert-fonce:not(.has-carre-blanc-bloc-acf) p,
.contactez-nous-container.vert-fonce:not(.has-carre-blanc-bloc-acf) ul,
.contactez-nous-container.vert-fonce:not(.has-carre-blanc-bloc-acf) li,
.contactez-nous-container.vert-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.contactez-nous-container.vert-fonce .liseret {
  background-color: white;
}
.contactez-nous-container.vert-fonce .liseret::after {
  background-color: white;
}
.contactez-nous-container.bleu-fonce {
  background-color: #312C64;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contactez-nous-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h2,
.contactez-nous-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h3,
.contactez-nous-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h4,
.contactez-nous-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h5,
.contactez-nous-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h6,
.contactez-nous-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) p,
.contactez-nous-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) ul,
.contactez-nous-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) li,
.contactez-nous-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) a,
.contactez-nous-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.contactez-nous-container.beige {
  background-color: #F5F1EC;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contactez-nous-container.clair .texte {
  padding-top: 0;
  padding-bottom: 0;
}
.contactez-nous-container.color-bleu-clair h2,
.contactez-nous-container.color-bleu-clair h3,
.contactez-nous-container.color-bleu-clair h4,
.contactez-nous-container.color-bleu-clair h5,
.contactez-nous-container.color-bleu-clair h6,
.contactez-nous-container.color-bleu-clair p,
.contactez-nous-container.color-bleu-clair ul,
.contactez-nous-container.color-bleu-clair li,
.contactez-nous-container.color-bleu-clair a,
.contactez-nous-container.color-bleu-clair div {
  color: #008FD0 !important;
}
.contactez-nous-container.color-vert h2,
.contactez-nous-container.color-vert h3,
.contactez-nous-container.color-vert h4,
.contactez-nous-container.color-vert h5,
.contactez-nous-container.color-vert h6,
.contactez-nous-container.color-vert p,
.contactez-nous-container.color-vert ul,
.contactez-nous-container.color-vert li,
.contactez-nous-container.color-vert a,
.contactez-nous-container.color-vert div {
  color: #4CA691 !important;
}
.contactez-nous-container.color-jaune h2,
.contactez-nous-container.color-jaune h3,
.contactez-nous-container.color-jaune h4,
.contactez-nous-container.color-jaune h5,
.contactez-nous-container.color-jaune h6,
.contactez-nous-container.color-jaune p,
.contactez-nous-container.color-jaune ul,
.contactez-nous-container.color-jaune li,
.contactez-nous-container.color-jaune a,
.contactez-nous-container.color-jaune div {
  color: #FDC64F !important;
}
.contactez-nous-container.vert-fonce .content .cta-container a {
  background-color: white;
  color: #312C64 !important;
}
.contactez-nous-container.bleu-fonce .content .cta-container a {
  background-color: white;
  color: #312C64 !important;
}
.contactez-nous-container.bleu-fonce .content .cta-container a:hover {
  background-color: #6f6ba1 !important;
  color: white !important;
}
.contactez-nous-container.bleu-clair .content .cta-container a {
  background-color: white;
  color: #008FD0 !important;
}
.contactez-nous-container.bleu-clair .content .cta-container a:hover {
  background-color: #6f6ba1 !important;
  color: white !important;
}
.contactez-nous-container .content {
  max-width: 1140px;
  width: 95%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 980px) {
  .contactez-nous-container .content {
    flex-direction: column;
  }
}
.contactez-nous-container .content .texte-du-bloc {
  font-size: 35px;
  width: 70%;
  font-family: "Yeseva One", cursive;
}
@media (max-width: 980px) {
  .contactez-nous-container .content .texte-du-bloc {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.contactez-nous-container .content .cta-container {
  width: 30%;
}
.contactez-nous-container .content .cta-container a {
  padding: 1rem 2rem;
  width: fit-content;
  font-weight: 600;
  font-size: 1.5625rem;
}
.contactez-nous-container .content .cta-container a:hover {
  background-color: #312C64;
  color: white;
}
@media (max-width: 991px) {
  .contactez-nous-container .content .cta-container a {
    font-size: 1.125rem;
  }
}
@media (max-width: 980px) {
  .contactez-nous-container .content .cta-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }
}

.carousel-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 4rem;
  background-color: #a5d0c6;
}
.carousel-wrapper .container {
  position: relative;
}
@media (max-width: 1440px) {
  .carousel-wrapper .container {
    width: 800px;
  }
}
@media (max-width: 1100px) {
  .carousel-wrapper .container {
    width: 640px;
  }
}
@media (max-width: 900px) {
  .carousel-wrapper .container {
    width: 60%;
  }
}
.carousel-wrapper .container .carousel-related-items-container {
  position: relative;
  overflow: hidden;
}
.carousel-wrapper .container .carousel-related-items-container h2 {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Yeseva One", cursive;
  font-size: 40px;
}
@media (max-width: 480px) {
  .carousel-wrapper .container .carousel-related-items-container {
    width: 90%;
    margin: auto;
  }
}
.carousel-wrapper .container .carousel-related-items-container .carousel-related-items {
  display: flex;
  justify-content: flex-start;
  transition: transform 0.5s ease;
  gap: 5px;
}
.carousel-wrapper .container .carousel-related-items-container .carousel-related-items .carousel-related-item {
  display: flex;
  flex-direction: column;
  width: 33.33%;
  height: 250px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  flex: 0 0 33.33%;
}
@media (max-width: 1400px) {
  .carousel-wrapper .container .carousel-related-items-container .carousel-related-items .carousel-related-item {
    flex: 0 0 33.33%;
  }
}
@media (max-width: 1100px) {
  .carousel-wrapper .container .carousel-related-items-container .carousel-related-items .carousel-related-item {
    flex: 0 0 50%;
  }
}
@media (max-width: 900px) {
  .carousel-wrapper .container .carousel-related-items-container .carousel-related-items .carousel-related-item {
    flex: 0 0 100%;
  }
}
.carousel-wrapper .container .carousel-related-items-container .carousel-related-items .carousel-related-item .filtre-image-carousel {
  background-color: white;
  opacity: 60%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-wrapper .container .carousel-related-items-container .carousel-related-items .carousel-related-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 100%;
}
.carousel-wrapper .container .carousel-related-items-container .carousel-related-items .carousel-related-item .text-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.carousel-wrapper .container .carousel-related-items-container .carousel-related-items .carousel-related-item .text-content h3 {
  position: absolute;
  top: 1rem;
  text-align: center;
  margin-bottom: 5px;
  font-family: "Yeseva One", cursive;
  font-size: 1.5625rem;
}
@media (max-width: 991px) {
  .carousel-wrapper .container .carousel-related-items-container .carousel-related-items .carousel-related-item .text-content h3 {
    font-size: 1.125rem;
  }
}
.carousel-wrapper .container .carousel-related-items-container .carousel-related-items .carousel-related-item .text-content h3 a {
  color: #312C64;
}
.carousel-wrapper .container .carousel-related-items-container .carousel-related-items .carousel-related-item .text-content h3 a:visited {
  color: #312C64;
}
.carousel-wrapper .container .carousel-related-items-container .carousel-related-items .carousel-related-item .text-content p {
  text-align: center;
  padding: 10px;
}
.carousel-wrapper .container .carousel-related-items-container .carousel-related-items .carousel-related-item .text-content .subtitle {
  position: absolute;
  top: 3.5rem;
}
.carousel-wrapper .container .carousel-related-items-container .carousel-related-items .carousel-related-item .text-content .see-item {
  position: absolute;
  bottom: 0;
}
.carousel-wrapper .container .carousel-related-items-container .carousel-related-items .carousel-related-item:nth-last-child(1) {
  margin-right: 50px;
}
.carousel-wrapper .container .carousel-related-items-container .carousel-related-items .carousel-related-item .img-container {
  width: 170px;
  height: 220px;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-wrapper .container .carousel-related-items-container .carousel-related-items .carousel-related-item .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-wrapper .container .carousel-btn {
  position: absolute;
  transform: translateY(-50%);
  opacity: 1;
  color: black;
  border: none;
  padding: 10px;
  cursor: pointer;
  background-color: #312C64;
  border-radius: 50%;
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
@media (max-width: 640px) {
  .carousel-wrapper .container .carousel-btn {
    width: 40px;
    height: 40px;
  }
}
.carousel-wrapper .container .carousel-btn:hover {
  background-color: #008FD0;
}
.carousel-wrapper .container .carousel-btn img {
  width: 100%;
}
@media (max-width: 480px) {
  .carousel-wrapper .container .carousel-btn img {
    width: 55% !important;
  }
}
.carousel-wrapper .container .prev-btn {
  left: -120px;
  transform: rotate(180deg);
  top: 48%;
}
@media (max-width: 640px) {
  .carousel-wrapper .container .prev-btn {
    left: -60px;
  }
}
.carousel-wrapper .container .next-btn {
  right: -120px;
  top: 57%;
}
@media (max-width: 640px) {
  .carousel-wrapper .container .next-btn {
    right: -60px;
  }
}

.see-all-items-container {
  display: flex;
  justify-content: center;
  padding-top: 3.5rem;
  align-items: center;
  background-color: #a5d0c6;
  padding-bottom: 3.5rem;
}

.card-offer-expertises .carousel-wrapper {
  background-color: #ffedc7;
}
.card-offer-expertises .see-all-items-container {
  background-color: #ffedc7;
}

.card-offer-technologiques .carousel-wrapper {
  background-color: #e5e8f6;
}
.card-offer-technologiques .carousel-wrapper h2 {
  color: #312C64;
}
.card-offer-technologiques .carousel-wrapper .carousel-btn:hover {
  background-color: #312C64;
}
.card-offer-technologiques .see-all-items-container {
  background-color: #e5e8f6;
}
.card-offer-technologiques .see-all-items-container a:hover {
  background-color: #008FD0;
  color: white;
}

.container-bloc-3-images {
  display: flex;
  flex-direction: row;
}
@media (max-width: 780px) {
  .container-bloc-3-images {
    flex-direction: column;
  }
}
.container-bloc-3-images.no-margin-top {
  margin-top: 0 !important;
}
.container-bloc-3-images.clair, .container-bloc-3-images.beige {
  background-color: #F5F1EC !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-images.blanc {
  background-color: white !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-images.jaune-vif {
  background-color: #FDC64F !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-images.jaune-vif .liseret {
  background-color: #312C64;
}
.container-bloc-3-images.jaune-vif .liseret::after {
  background-color: #312C64;
}
.container-bloc-3-images.jaune-clair {
  background-color: #ffedc7 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-images.jaune-clair .liseret {
  background-color: #312C64;
}
.container-bloc-3-images.jaune-clair .liseret::after {
  background-color: #312C64;
}
.container-bloc-3-images.bleu-clair {
  background-color: #008FD0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-images.bleu-clair:not(.has-carre-blanc-bloc-acf) h2,
.container-bloc-3-images.bleu-clair:not(.has-carre-blanc-bloc-acf) h3,
.container-bloc-3-images.bleu-clair:not(.has-carre-blanc-bloc-acf) h4,
.container-bloc-3-images.bleu-clair:not(.has-carre-blanc-bloc-acf) p,
.container-bloc-3-images.bleu-clair:not(.has-carre-blanc-bloc-acf) ul,
.container-bloc-3-images.bleu-clair:not(.has-carre-blanc-bloc-acf) li,
.container-bloc-3-images.bleu-clair:not(.has-carre-blanc-bloc-acf) a,
.container-bloc-3-images.bleu-clair:not(.has-carre-blanc-bloc-acf) div {
  color: white;
}
.container-bloc-3-images.bleu-tres-clair {
  background-color: #e5e8f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-images.bleu-tres-clair h2,
.container-bloc-3-images.bleu-tres-clair h3,
.container-bloc-3-images.bleu-tres-clair h4,
.container-bloc-3-images.bleu-tres-clair p,
.container-bloc-3-images.bleu-tres-clair ul,
.container-bloc-3-images.bleu-tres-clair li,
.container-bloc-3-images.bleu-tres-clair a,
.container-bloc-3-images.bleu-tres-clair div {
  color: #312C64;
}
.container-bloc-3-images.vert-clair {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-images.vert-clair2 {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-images.vert-fonce {
  background-color: #4CA691 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-images.vert-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-bloc-3-images.vert-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-bloc-3-images.vert-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-bloc-3-images.vert-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-bloc-3-images.vert-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-bloc-3-images.vert-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-bloc-3-images.vert-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-bloc-3-images.vert-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-bloc-3-images.vert-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-bloc-3-images.vert-fonce .liseret {
  background-color: white;
}
.container-bloc-3-images.vert-fonce .liseret::after {
  background-color: white;
}
.container-bloc-3-images.bleu-fonce {
  background-color: #312C64;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-images.bleu-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-bloc-3-images.bleu-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-bloc-3-images.bleu-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-bloc-3-images.bleu-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-bloc-3-images.bleu-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-bloc-3-images.bleu-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-bloc-3-images.bleu-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-bloc-3-images.bleu-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-bloc-3-images.bleu-fonce:not(.has-carre-blanc-bloc-acf) a,
.container-bloc-3-images.bleu-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-bloc-3-images.beige {
  background-color: #F5F1EC;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-images.clair .texte {
  padding-top: 0;
  padding-bottom: 0;
}
.container-bloc-3-images.color-bleu-clair h2,
.container-bloc-3-images.color-bleu-clair h3,
.container-bloc-3-images.color-bleu-clair h4,
.container-bloc-3-images.color-bleu-clair h5,
.container-bloc-3-images.color-bleu-clair h6,
.container-bloc-3-images.color-bleu-clair p,
.container-bloc-3-images.color-bleu-clair ul,
.container-bloc-3-images.color-bleu-clair li,
.container-bloc-3-images.color-bleu-clair a,
.container-bloc-3-images.color-bleu-clair div {
  color: #008FD0 !important;
}
.container-bloc-3-images.color-vert h2,
.container-bloc-3-images.color-vert h3,
.container-bloc-3-images.color-vert h4,
.container-bloc-3-images.color-vert h5,
.container-bloc-3-images.color-vert h6,
.container-bloc-3-images.color-vert p,
.container-bloc-3-images.color-vert ul,
.container-bloc-3-images.color-vert li,
.container-bloc-3-images.color-vert a,
.container-bloc-3-images.color-vert div {
  color: #4CA691 !important;
}
.container-bloc-3-images.color-jaune h2,
.container-bloc-3-images.color-jaune h3,
.container-bloc-3-images.color-jaune h4,
.container-bloc-3-images.color-jaune h5,
.container-bloc-3-images.color-jaune h6,
.container-bloc-3-images.color-jaune p,
.container-bloc-3-images.color-jaune ul,
.container-bloc-3-images.color-jaune li,
.container-bloc-3-images.color-jaune a,
.container-bloc-3-images.color-jaune div {
  color: #FDC64F !important;
}
.container-bloc-3-images .col {
  width: 33.33%;
  height: auto;
  position: relative;
  height: 100%;
  padding-bottom: 3rem;
}
@media (max-width: 780px) {
  .container-bloc-3-images .col {
    width: 100%;
  }
}
.container-bloc-3-images .col .img-legende-container {
  width: 100%;
}
@media (max-width: 780px) {
  .container-bloc-3-images .col .img-legende-container {
    width: 70%;
    margin: auto;
  }
}
@media (max-width: 640px) {
  .container-bloc-3-images .col .img-legende-container {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 520px) {
  .container-bloc-3-images .col .img-legende-container {
    width: 90%;
    margin: auto;
  }
}
.container-bloc-3-images .col .img-legende-container img {
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 1rem;
}
.container-bloc-3-images .col .img-legende-container p {
  font-style: italic;
  bottom: 1rem;
  width: 100%;
  text-align: left;
  padding: 0 1.5rem;
  font-size: 16px;
}
@media (max-width: 780px) {
  .container-bloc-3-images .col .img-legende-container p {
    text-align: center;
    width: inherit;
    padding: 0;
  }
}
.container-bloc-3-images.two-images .col {
  width: 50%;
}
.container-bloc-3-images.one-image .container {
  display: flex;
  justify-content: center !important;
}
.container-bloc-3-images.one-image .col {
  width: 70%;
}

.popup-bloc-3-col {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.298);
  backdrop-filter: blur(2px);
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.popup-bloc-3-col.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}

.popup-bloc-3-col img {
  width: 70%;
  height: auto;
  object-fit: contain;
}

/* Animation de sortie */
.popup-bloc-3-col.closing {
  opacity: 0;
  transform: scale(0.9);
}

.container-date-projet-axe-recherche {
  width: 100% !important;
}
.container-date-projet-axe-recherche.no-margin-top {
  margin-top: 0 !important;
}
.container-date-projet-axe-recherche.clair, .container-date-projet-axe-recherche.beige {
  background-color: #F5F1EC !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-date-projet-axe-recherche.blanc {
  background-color: white !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-date-projet-axe-recherche.jaune-vif {
  background-color: #FDC64F !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-date-projet-axe-recherche.jaune-vif .liseret {
  background-color: #312C64;
}
.container-date-projet-axe-recherche.jaune-vif .liseret::after {
  background-color: #312C64;
}
.container-date-projet-axe-recherche.jaune-clair {
  background-color: #ffedc7 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-date-projet-axe-recherche.jaune-clair .liseret {
  background-color: #312C64;
}
.container-date-projet-axe-recherche.jaune-clair .liseret::after {
  background-color: #312C64;
}
.container-date-projet-axe-recherche.bleu-clair {
  background-color: #008FD0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-date-projet-axe-recherche.bleu-clair:not(.has-carre-blanc-bloc-acf) h2,
.container-date-projet-axe-recherche.bleu-clair:not(.has-carre-blanc-bloc-acf) h3,
.container-date-projet-axe-recherche.bleu-clair:not(.has-carre-blanc-bloc-acf) h4,
.container-date-projet-axe-recherche.bleu-clair:not(.has-carre-blanc-bloc-acf) p,
.container-date-projet-axe-recherche.bleu-clair:not(.has-carre-blanc-bloc-acf) ul,
.container-date-projet-axe-recherche.bleu-clair:not(.has-carre-blanc-bloc-acf) li,
.container-date-projet-axe-recherche.bleu-clair:not(.has-carre-blanc-bloc-acf) a,
.container-date-projet-axe-recherche.bleu-clair:not(.has-carre-blanc-bloc-acf) div {
  color: white;
}
.container-date-projet-axe-recherche.bleu-tres-clair {
  background-color: #e5e8f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-date-projet-axe-recherche.bleu-tres-clair h2,
.container-date-projet-axe-recherche.bleu-tres-clair h3,
.container-date-projet-axe-recherche.bleu-tres-clair h4,
.container-date-projet-axe-recherche.bleu-tres-clair p,
.container-date-projet-axe-recherche.bleu-tres-clair ul,
.container-date-projet-axe-recherche.bleu-tres-clair li,
.container-date-projet-axe-recherche.bleu-tres-clair a,
.container-date-projet-axe-recherche.bleu-tres-clair div {
  color: #312C64;
}
.container-date-projet-axe-recherche.vert-clair {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-date-projet-axe-recherche.vert-clair2 {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-date-projet-axe-recherche.vert-fonce {
  background-color: #4CA691 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-date-projet-axe-recherche.vert-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-date-projet-axe-recherche.vert-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-date-projet-axe-recherche.vert-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-date-projet-axe-recherche.vert-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-date-projet-axe-recherche.vert-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-date-projet-axe-recherche.vert-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-date-projet-axe-recherche.vert-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-date-projet-axe-recherche.vert-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-date-projet-axe-recherche.vert-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-date-projet-axe-recherche.vert-fonce .liseret {
  background-color: white;
}
.container-date-projet-axe-recherche.vert-fonce .liseret::after {
  background-color: white;
}
.container-date-projet-axe-recherche.bleu-fonce {
  background-color: #312C64;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-date-projet-axe-recherche.bleu-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-date-projet-axe-recherche.bleu-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-date-projet-axe-recherche.bleu-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-date-projet-axe-recherche.bleu-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-date-projet-axe-recherche.bleu-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-date-projet-axe-recherche.bleu-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-date-projet-axe-recherche.bleu-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-date-projet-axe-recherche.bleu-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-date-projet-axe-recherche.bleu-fonce:not(.has-carre-blanc-bloc-acf) a,
.container-date-projet-axe-recherche.bleu-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-date-projet-axe-recherche.beige {
  background-color: #F5F1EC;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-date-projet-axe-recherche.clair .texte {
  padding-top: 0;
  padding-bottom: 0;
}
.container-date-projet-axe-recherche.color-bleu-clair h2,
.container-date-projet-axe-recherche.color-bleu-clair h3,
.container-date-projet-axe-recherche.color-bleu-clair h4,
.container-date-projet-axe-recherche.color-bleu-clair h5,
.container-date-projet-axe-recherche.color-bleu-clair h6,
.container-date-projet-axe-recherche.color-bleu-clair p,
.container-date-projet-axe-recherche.color-bleu-clair ul,
.container-date-projet-axe-recherche.color-bleu-clair li,
.container-date-projet-axe-recherche.color-bleu-clair a,
.container-date-projet-axe-recherche.color-bleu-clair div {
  color: #008FD0 !important;
}
.container-date-projet-axe-recherche.color-vert h2,
.container-date-projet-axe-recherche.color-vert h3,
.container-date-projet-axe-recherche.color-vert h4,
.container-date-projet-axe-recherche.color-vert h5,
.container-date-projet-axe-recherche.color-vert h6,
.container-date-projet-axe-recherche.color-vert p,
.container-date-projet-axe-recherche.color-vert ul,
.container-date-projet-axe-recherche.color-vert li,
.container-date-projet-axe-recherche.color-vert a,
.container-date-projet-axe-recherche.color-vert div {
  color: #4CA691 !important;
}
.container-date-projet-axe-recherche.color-jaune h2,
.container-date-projet-axe-recherche.color-jaune h3,
.container-date-projet-axe-recherche.color-jaune h4,
.container-date-projet-axe-recherche.color-jaune h5,
.container-date-projet-axe-recherche.color-jaune h6,
.container-date-projet-axe-recherche.color-jaune p,
.container-date-projet-axe-recherche.color-jaune ul,
.container-date-projet-axe-recherche.color-jaune li,
.container-date-projet-axe-recherche.color-jaune a,
.container-date-projet-axe-recherche.color-jaune div {
  color: #FDC64F !important;
}
.container-date-projet-axe-recherche .container {
  width: 1140px;
  max-width: 70% !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.container-date-projet-axe-recherche .container h2 {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  text-align: center;
  font-family: "Yeseva One", cursive;
  font-size: 40px;
}
.container-date-projet-axe-recherche .container .content {
  display: flex;
  width: 100%;
  align-items: center;
}
@media (max-width: 1080px) {
  .container-date-projet-axe-recherche .container .content {
    flex-direction: column;
  }
}
.container-date-projet-axe-recherche .container .content .dates-container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.container-date-projet-axe-recherche .container .content .dates-container .calendrier-ffe {
  width: auto;
  height: 60px;
}
.container-date-projet-axe-recherche .container .content .dates-container .date {
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 1.5625rem;
}
.container-date-projet-axe-recherche .container .content .dates-container .date:hover {
  background-color: #312C64;
  color: white;
}
@media (max-width: 991px) {
  .container-date-projet-axe-recherche .container .content .dates-container .date {
    font-size: 1.125rem;
  }
}
@media (max-width: 1080px) {
  .container-date-projet-axe-recherche .container .content .dates-container {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.container-date-projet-axe-recherche .container .content .pictos {
  width: 50%;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.container-date-projet-axe-recherche .container .content .pictos .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-right: 2rem;
}
.container-date-projet-axe-recherche .container .content .pictos .card .axes {
  display: flex;
}
.container-date-projet-axe-recherche .container .content .pictos .card h3 {
  margin-top: 0;
  font-family: "Silka", sans-serif;
  font-size: 25px;
  margin-bottom: 10px;
}
.container-date-projet-axe-recherche .container .content .pictos .card img {
  max-width: 70px;
  max-height: 70px;
  margin-right: 10px;
  object-fit: contain;
}

.bleu-clair {
  color: #008FD0 !important;
}

.jaune-clair {
  background-color: #ffedc7 !important;
}
.jaune-clair h2,
.jaune-clair h3,
.jaune-clair h4,
.jaune-clair h5,
.jaune-clair h6,
.jaune-clair ul,
.jaune-clair li,
.jaune-clair a,
.jaune-clair div,
.jaune-clair p {
  color: #312C64 !important;
}
.jaune-clair .bloc-texte-image .col-texte .liseret {
  background-color: #312C64 !important;
}
.jaune-clair .bloc-texte-image .col-texte .liseret::after {
  background-color: #312C64 !important;
  color: #312C64 !important;
}
.jaune-clair .bloc-texte-image .col-texte p,
.jaune-clair .bloc-texte-image .col-texte ul,
.jaune-clair .bloc-texte-image .col-texte li,
.jaune-clair .bloc-texte-image .col-texte a,
.jaune-clair .bloc-texte-image .col-texte h1,
.jaune-clair .bloc-texte-image .col-texte h2,
.jaune-clair .bloc-texte-image .col-texte h3,
.jaune-clair .bloc-texte-image .col-texte h4,
.jaune-clair .bloc-texte-image .col-texte h5,
.jaune-clair .bloc-texte-image .col-texte h6 {
  z-index: 10;
}

.vert-fonce {
  color: #4CA691 !important;
}

.jaune {
  color: #FDC64F !important;
}

.bg-bleu-clair {
  background-color: #008FD0 !important;
}

.bg-vert-fonce {
  background-color: #4CA691 !important;
}

.bg-jaune {
  background-color: #FDC64F !important;
}

.bg-beige {
  background-color: #F5F1EC !important;
}

.container-ajout-pictos-manuel {
  display: flex;
  flex-direction: row;
  padding-top: 50px;
  padding-bottom: 100px;
}
.container-ajout-pictos-manuel.no-margin-top {
  margin-top: 0 !important;
}
.container-ajout-pictos-manuel.clair, .container-ajout-pictos-manuel.beige {
  background-color: #F5F1EC !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-ajout-pictos-manuel.blanc {
  background-color: white !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-ajout-pictos-manuel.jaune-vif {
  background-color: #FDC64F !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-ajout-pictos-manuel.jaune-vif .liseret {
  background-color: #312C64;
}
.container-ajout-pictos-manuel.jaune-vif .liseret::after {
  background-color: #312C64;
}
.container-ajout-pictos-manuel.jaune-clair {
  background-color: #ffedc7 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-ajout-pictos-manuel.jaune-clair .liseret {
  background-color: #312C64;
}
.container-ajout-pictos-manuel.jaune-clair .liseret::after {
  background-color: #312C64;
}
.container-ajout-pictos-manuel.bleu-clair {
  background-color: #008FD0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-ajout-pictos-manuel.bleu-clair:not(.has-carre-blanc-bloc-acf) h2,
.container-ajout-pictos-manuel.bleu-clair:not(.has-carre-blanc-bloc-acf) h3,
.container-ajout-pictos-manuel.bleu-clair:not(.has-carre-blanc-bloc-acf) h4,
.container-ajout-pictos-manuel.bleu-clair:not(.has-carre-blanc-bloc-acf) p,
.container-ajout-pictos-manuel.bleu-clair:not(.has-carre-blanc-bloc-acf) ul,
.container-ajout-pictos-manuel.bleu-clair:not(.has-carre-blanc-bloc-acf) li,
.container-ajout-pictos-manuel.bleu-clair:not(.has-carre-blanc-bloc-acf) a,
.container-ajout-pictos-manuel.bleu-clair:not(.has-carre-blanc-bloc-acf) div {
  color: white;
}
.container-ajout-pictos-manuel.bleu-tres-clair {
  background-color: #e5e8f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-ajout-pictos-manuel.bleu-tres-clair h2,
.container-ajout-pictos-manuel.bleu-tres-clair h3,
.container-ajout-pictos-manuel.bleu-tres-clair h4,
.container-ajout-pictos-manuel.bleu-tres-clair p,
.container-ajout-pictos-manuel.bleu-tres-clair ul,
.container-ajout-pictos-manuel.bleu-tres-clair li,
.container-ajout-pictos-manuel.bleu-tres-clair a,
.container-ajout-pictos-manuel.bleu-tres-clair div {
  color: #312C64;
}
.container-ajout-pictos-manuel.vert-clair {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-ajout-pictos-manuel.vert-clair2 {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-ajout-pictos-manuel.vert-fonce {
  background-color: #4CA691 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-ajout-pictos-manuel.vert-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-ajout-pictos-manuel.vert-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-ajout-pictos-manuel.vert-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-ajout-pictos-manuel.vert-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-ajout-pictos-manuel.vert-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-ajout-pictos-manuel.vert-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-ajout-pictos-manuel.vert-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-ajout-pictos-manuel.vert-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-ajout-pictos-manuel.vert-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-ajout-pictos-manuel.vert-fonce .liseret {
  background-color: white;
}
.container-ajout-pictos-manuel.vert-fonce .liseret::after {
  background-color: white;
}
.container-ajout-pictos-manuel.bleu-fonce {
  background-color: #312C64;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-ajout-pictos-manuel.bleu-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-ajout-pictos-manuel.bleu-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-ajout-pictos-manuel.bleu-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-ajout-pictos-manuel.bleu-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-ajout-pictos-manuel.bleu-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-ajout-pictos-manuel.bleu-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-ajout-pictos-manuel.bleu-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-ajout-pictos-manuel.bleu-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-ajout-pictos-manuel.bleu-fonce:not(.has-carre-blanc-bloc-acf) a,
.container-ajout-pictos-manuel.bleu-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-ajout-pictos-manuel.beige {
  background-color: #F5F1EC;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-ajout-pictos-manuel.clair .texte {
  padding-top: 0;
  padding-bottom: 0;
}
.container-ajout-pictos-manuel.color-bleu-clair h2,
.container-ajout-pictos-manuel.color-bleu-clair h3,
.container-ajout-pictos-manuel.color-bleu-clair h4,
.container-ajout-pictos-manuel.color-bleu-clair h5,
.container-ajout-pictos-manuel.color-bleu-clair h6,
.container-ajout-pictos-manuel.color-bleu-clair p,
.container-ajout-pictos-manuel.color-bleu-clair ul,
.container-ajout-pictos-manuel.color-bleu-clair li,
.container-ajout-pictos-manuel.color-bleu-clair a,
.container-ajout-pictos-manuel.color-bleu-clair div {
  color: #008FD0 !important;
}
.container-ajout-pictos-manuel.color-vert h2,
.container-ajout-pictos-manuel.color-vert h3,
.container-ajout-pictos-manuel.color-vert h4,
.container-ajout-pictos-manuel.color-vert h5,
.container-ajout-pictos-manuel.color-vert h6,
.container-ajout-pictos-manuel.color-vert p,
.container-ajout-pictos-manuel.color-vert ul,
.container-ajout-pictos-manuel.color-vert li,
.container-ajout-pictos-manuel.color-vert a,
.container-ajout-pictos-manuel.color-vert div {
  color: #4CA691 !important;
}
.container-ajout-pictos-manuel.color-jaune h2,
.container-ajout-pictos-manuel.color-jaune h3,
.container-ajout-pictos-manuel.color-jaune h4,
.container-ajout-pictos-manuel.color-jaune h5,
.container-ajout-pictos-manuel.color-jaune h6,
.container-ajout-pictos-manuel.color-jaune p,
.container-ajout-pictos-manuel.color-jaune ul,
.container-ajout-pictos-manuel.color-jaune li,
.container-ajout-pictos-manuel.color-jaune a,
.container-ajout-pictos-manuel.color-jaune div {
  color: #FDC64F !important;
}
@media (max-width: 780px) {
  .container-ajout-pictos-manuel {
    flex-direction: column;
  }
}
.container-ajout-pictos-manuel .pictos {
  display: flex;
  margin: auto;
  width: 100%;
  justify-content: center;
  gap: 40px;
  border-top: 1px solid #312C64;
  border-bottom: 1px solid #312C64;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.container-ajout-pictos-manuel .pictos .picto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container-ajout-pictos-manuel .pictos .picto img {
  max-height: 80px;
  max-width: 80px;
  height: auto;
  width: auto;
  object-fit: contain;
}
.container-ajout-pictos-manuel .pictos .picto .text-picto {
  text-transform: uppercase;
  text-align: center;
  margin-top: 1rem;
}

.bloc-texte-image-mise-en-avant-container {
  width: 100%;
  max-width: 100% !important;
  display: flex;
  flex-direction: column;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.bloc-texte-image-mise-en-avant-container.no-margin-top {
  margin-top: 0 !important;
}
.bloc-texte-image-mise-en-avant-container.clair, .bloc-texte-image-mise-en-avant-container.beige {
  background-color: #F5F1EC !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-mise-en-avant-container.blanc {
  background-color: white !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-mise-en-avant-container.jaune-vif {
  background-color: #FDC64F !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-mise-en-avant-container.jaune-vif .liseret {
  background-color: #312C64;
}
.bloc-texte-image-mise-en-avant-container.jaune-vif .liseret::after {
  background-color: #312C64;
}
.bloc-texte-image-mise-en-avant-container.jaune-clair {
  background-color: #ffedc7 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-mise-en-avant-container.jaune-clair .liseret {
  background-color: #312C64;
}
.bloc-texte-image-mise-en-avant-container.jaune-clair .liseret::after {
  background-color: #312C64;
}
.bloc-texte-image-mise-en-avant-container.bleu-clair {
  background-color: #008FD0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-mise-en-avant-container.bleu-clair:not(.has-carre-blanc-bloc-acf) h2,
.bloc-texte-image-mise-en-avant-container.bleu-clair:not(.has-carre-blanc-bloc-acf) h3,
.bloc-texte-image-mise-en-avant-container.bleu-clair:not(.has-carre-blanc-bloc-acf) h4,
.bloc-texte-image-mise-en-avant-container.bleu-clair:not(.has-carre-blanc-bloc-acf) p,
.bloc-texte-image-mise-en-avant-container.bleu-clair:not(.has-carre-blanc-bloc-acf) ul,
.bloc-texte-image-mise-en-avant-container.bleu-clair:not(.has-carre-blanc-bloc-acf) li,
.bloc-texte-image-mise-en-avant-container.bleu-clair:not(.has-carre-blanc-bloc-acf) a,
.bloc-texte-image-mise-en-avant-container.bleu-clair:not(.has-carre-blanc-bloc-acf) div {
  color: white;
}
.bloc-texte-image-mise-en-avant-container.bleu-tres-clair {
  background-color: #e5e8f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-mise-en-avant-container.bleu-tres-clair h2,
.bloc-texte-image-mise-en-avant-container.bleu-tres-clair h3,
.bloc-texte-image-mise-en-avant-container.bleu-tres-clair h4,
.bloc-texte-image-mise-en-avant-container.bleu-tres-clair p,
.bloc-texte-image-mise-en-avant-container.bleu-tres-clair ul,
.bloc-texte-image-mise-en-avant-container.bleu-tres-clair li,
.bloc-texte-image-mise-en-avant-container.bleu-tres-clair a,
.bloc-texte-image-mise-en-avant-container.bleu-tres-clair div {
  color: #312C64;
}
.bloc-texte-image-mise-en-avant-container.vert-clair {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-mise-en-avant-container.vert-clair2 {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-mise-en-avant-container.vert-fonce {
  background-color: #4CA691 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-mise-en-avant-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h2,
.bloc-texte-image-mise-en-avant-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h3,
.bloc-texte-image-mise-en-avant-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h4,
.bloc-texte-image-mise-en-avant-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h5,
.bloc-texte-image-mise-en-avant-container.vert-fonce:not(.has-carre-blanc-bloc-acf) h6,
.bloc-texte-image-mise-en-avant-container.vert-fonce:not(.has-carre-blanc-bloc-acf) p,
.bloc-texte-image-mise-en-avant-container.vert-fonce:not(.has-carre-blanc-bloc-acf) ul,
.bloc-texte-image-mise-en-avant-container.vert-fonce:not(.has-carre-blanc-bloc-acf) li,
.bloc-texte-image-mise-en-avant-container.vert-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.bloc-texte-image-mise-en-avant-container.vert-fonce .liseret {
  background-color: white;
}
.bloc-texte-image-mise-en-avant-container.vert-fonce .liseret::after {
  background-color: white;
}
.bloc-texte-image-mise-en-avant-container.bleu-fonce {
  background-color: #312C64;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-mise-en-avant-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h2,
.bloc-texte-image-mise-en-avant-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h3,
.bloc-texte-image-mise-en-avant-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h4,
.bloc-texte-image-mise-en-avant-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h5,
.bloc-texte-image-mise-en-avant-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) h6,
.bloc-texte-image-mise-en-avant-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) p,
.bloc-texte-image-mise-en-avant-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) ul,
.bloc-texte-image-mise-en-avant-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) li,
.bloc-texte-image-mise-en-avant-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) a,
.bloc-texte-image-mise-en-avant-container.bleu-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.bloc-texte-image-mise-en-avant-container.beige {
  background-color: #F5F1EC;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bloc-texte-image-mise-en-avant-container.clair .texte {
  padding-top: 0;
  padding-bottom: 0;
}
.bloc-texte-image-mise-en-avant-container.color-bleu-clair h2,
.bloc-texte-image-mise-en-avant-container.color-bleu-clair h3,
.bloc-texte-image-mise-en-avant-container.color-bleu-clair h4,
.bloc-texte-image-mise-en-avant-container.color-bleu-clair h5,
.bloc-texte-image-mise-en-avant-container.color-bleu-clair h6,
.bloc-texte-image-mise-en-avant-container.color-bleu-clair p,
.bloc-texte-image-mise-en-avant-container.color-bleu-clair ul,
.bloc-texte-image-mise-en-avant-container.color-bleu-clair li,
.bloc-texte-image-mise-en-avant-container.color-bleu-clair a,
.bloc-texte-image-mise-en-avant-container.color-bleu-clair div {
  color: #008FD0 !important;
}
.bloc-texte-image-mise-en-avant-container.color-vert h2,
.bloc-texte-image-mise-en-avant-container.color-vert h3,
.bloc-texte-image-mise-en-avant-container.color-vert h4,
.bloc-texte-image-mise-en-avant-container.color-vert h5,
.bloc-texte-image-mise-en-avant-container.color-vert h6,
.bloc-texte-image-mise-en-avant-container.color-vert p,
.bloc-texte-image-mise-en-avant-container.color-vert ul,
.bloc-texte-image-mise-en-avant-container.color-vert li,
.bloc-texte-image-mise-en-avant-container.color-vert a,
.bloc-texte-image-mise-en-avant-container.color-vert div {
  color: #4CA691 !important;
}
.bloc-texte-image-mise-en-avant-container.color-jaune h2,
.bloc-texte-image-mise-en-avant-container.color-jaune h3,
.bloc-texte-image-mise-en-avant-container.color-jaune h4,
.bloc-texte-image-mise-en-avant-container.color-jaune h5,
.bloc-texte-image-mise-en-avant-container.color-jaune h6,
.bloc-texte-image-mise-en-avant-container.color-jaune p,
.bloc-texte-image-mise-en-avant-container.color-jaune ul,
.bloc-texte-image-mise-en-avant-container.color-jaune li,
.bloc-texte-image-mise-en-avant-container.color-jaune a,
.bloc-texte-image-mise-en-avant-container.color-jaune div {
  color: #FDC64F !important;
}
.bloc-texte-image-mise-en-avant-container .gauche {
  flex-direction: row-reverse;
}
.bloc-texte-image-mise-en-avant-container .col-texte {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.bloc-texte-image-mise-en-avant-container .col-texte .content,
.bloc-texte-image-mise-en-avant-container .col-texte .content-2 {
  z-index: 10;
}
.bloc-texte-image-mise-en-avant-container .col-texte .content p,
.bloc-texte-image-mise-en-avant-container .col-texte .content ul,
.bloc-texte-image-mise-en-avant-container .col-texte .content li,
.bloc-texte-image-mise-en-avant-container .col-texte .content a,
.bloc-texte-image-mise-en-avant-container .col-texte .content div,
.bloc-texte-image-mise-en-avant-container .col-texte .content-2 p,
.bloc-texte-image-mise-en-avant-container .col-texte .content-2 ul,
.bloc-texte-image-mise-en-avant-container .col-texte .content-2 li,
.bloc-texte-image-mise-en-avant-container .col-texte .content-2 a,
.bloc-texte-image-mise-en-avant-container .col-texte .content-2 div {
  font-size: 1.5625rem;
}
@media (max-width: 991px) {
  .bloc-texte-image-mise-en-avant-container .col-texte .content p,
  .bloc-texte-image-mise-en-avant-container .col-texte .content ul,
  .bloc-texte-image-mise-en-avant-container .col-texte .content li,
  .bloc-texte-image-mise-en-avant-container .col-texte .content a,
  .bloc-texte-image-mise-en-avant-container .col-texte .content div,
  .bloc-texte-image-mise-en-avant-container .col-texte .content-2 p,
  .bloc-texte-image-mise-en-avant-container .col-texte .content-2 ul,
  .bloc-texte-image-mise-en-avant-container .col-texte .content-2 li,
  .bloc-texte-image-mise-en-avant-container .col-texte .content-2 a,
  .bloc-texte-image-mise-en-avant-container .col-texte .content-2 div {
    font-size: 1.125rem;
  }
}
.bloc-texte-image-mise-en-avant-container .col-texte .content p,
.bloc-texte-image-mise-en-avant-container .col-texte .content ul,
.bloc-texte-image-mise-en-avant-container .col-texte .content li,
.bloc-texte-image-mise-en-avant-container .col-texte .content a,
.bloc-texte-image-mise-en-avant-container .col-texte .content h1,
.bloc-texte-image-mise-en-avant-container .col-texte .content h2,
.bloc-texte-image-mise-en-avant-container .col-texte .content h3,
.bloc-texte-image-mise-en-avant-container .col-texte .content h4,
.bloc-texte-image-mise-en-avant-container .col-texte .content h5,
.bloc-texte-image-mise-en-avant-container .col-texte .content h6,
.bloc-texte-image-mise-en-avant-container .col-texte .content-2 p,
.bloc-texte-image-mise-en-avant-container .col-texte .content-2 ul,
.bloc-texte-image-mise-en-avant-container .col-texte .content-2 li,
.bloc-texte-image-mise-en-avant-container .col-texte .content-2 a,
.bloc-texte-image-mise-en-avant-container .col-texte .content-2 h1,
.bloc-texte-image-mise-en-avant-container .col-texte .content-2 h2,
.bloc-texte-image-mise-en-avant-container .col-texte .content-2 h3,
.bloc-texte-image-mise-en-avant-container .col-texte .content-2 h4,
.bloc-texte-image-mise-en-avant-container .col-texte .content-2 h5,
.bloc-texte-image-mise-en-avant-container .col-texte .content-2 h6 {
  z-index: 10;
}
.bloc-texte-image-mise-en-avant-container .droite {
  flex-direction: row;
}
.bloc-texte-image-mise-en-avant-container h2 {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Yeseva One", cursive;
  font-size: 40px;
}
@media (max-width: 1024px) {
  .bloc-texte-image-mise-en-avant-container h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .bloc-texte-image-mise-en-avant-container h2 {
    font-size: 25px;
  }
}
.bloc-texte-image-mise-en-avant-container .bloc-texte-image {
  display: grid;
  grid-template-columns: 670px 50% !important;
  justify-content: end;
}
@media (max-width: 1140px) {
  .bloc-texte-image-mise-en-avant-container .bloc-texte-image {
    display: flex;
    flex-direction: column;
  }
}
.bloc-texte-image-mise-en-avant-container .bloc-texte-image .col-texte {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
@media (max-width: 1140px) {
  .bloc-texte-image-mise-en-avant-container .bloc-texte-image .col-texte {
    width: 90%;
    margin: auto;
  }
}
.bloc-texte-image-mise-en-avant-container .bloc-texte-image .col-texte p,
.bloc-texte-image-mise-en-avant-container .bloc-texte-image .col-texte ul,
.bloc-texte-image-mise-en-avant-container .bloc-texte-image .col-texte li,
.bloc-texte-image-mise-en-avant-container .bloc-texte-image .col-texte a,
.bloc-texte-image-mise-en-avant-container .bloc-texte-image .col-texte h1,
.bloc-texte-image-mise-en-avant-container .bloc-texte-image .col-texte h2,
.bloc-texte-image-mise-en-avant-container .bloc-texte-image .col-texte h3,
.bloc-texte-image-mise-en-avant-container .bloc-texte-image .col-texte h4,
.bloc-texte-image-mise-en-avant-container .bloc-texte-image .col-texte h5,
.bloc-texte-image-mise-en-avant-container .bloc-texte-image .col-texte h6 {
  z-index: 10;
}
.bloc-texte-image-mise-en-avant-container .bloc-texte-image .col-texte .liseret {
  width: 100px;
  height: 2px;
  margin: 2rem auto;
  position: relative;
}
.bloc-texte-image-mise-en-avant-container .bloc-texte-image .col-texte .liseret::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bloc-texte-image-mise-en-avant-container .bloc-texte-image .col-image {
  width: 100%;
}
.bloc-texte-image-mise-en-avant-container .bloc-texte-image .col-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-wrapper-block.no-margin-top {
  margin-top: 0 !important;
}
.carousel-wrapper-block.clair, .carousel-wrapper-block.beige {
  background-color: #F5F1EC !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.carousel-wrapper-block.blanc {
  background-color: white !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.carousel-wrapper-block.jaune-vif {
  background-color: #FDC64F !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.carousel-wrapper-block.jaune-vif .liseret {
  background-color: #312C64;
}
.carousel-wrapper-block.jaune-vif .liseret::after {
  background-color: #312C64;
}
.carousel-wrapper-block.jaune-clair {
  background-color: #ffedc7 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.carousel-wrapper-block.jaune-clair .liseret {
  background-color: #312C64;
}
.carousel-wrapper-block.jaune-clair .liseret::after {
  background-color: #312C64;
}
.carousel-wrapper-block.bleu-clair {
  background-color: #008FD0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.carousel-wrapper-block.bleu-clair:not(.has-carre-blanc-bloc-acf) h2,
.carousel-wrapper-block.bleu-clair:not(.has-carre-blanc-bloc-acf) h3,
.carousel-wrapper-block.bleu-clair:not(.has-carre-blanc-bloc-acf) h4,
.carousel-wrapper-block.bleu-clair:not(.has-carre-blanc-bloc-acf) p,
.carousel-wrapper-block.bleu-clair:not(.has-carre-blanc-bloc-acf) ul,
.carousel-wrapper-block.bleu-clair:not(.has-carre-blanc-bloc-acf) li,
.carousel-wrapper-block.bleu-clair:not(.has-carre-blanc-bloc-acf) a,
.carousel-wrapper-block.bleu-clair:not(.has-carre-blanc-bloc-acf) div {
  color: white;
}
.carousel-wrapper-block.bleu-tres-clair {
  background-color: #e5e8f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.carousel-wrapper-block.bleu-tres-clair h2,
.carousel-wrapper-block.bleu-tres-clair h3,
.carousel-wrapper-block.bleu-tres-clair h4,
.carousel-wrapper-block.bleu-tres-clair p,
.carousel-wrapper-block.bleu-tres-clair ul,
.carousel-wrapper-block.bleu-tres-clair li,
.carousel-wrapper-block.bleu-tres-clair a,
.carousel-wrapper-block.bleu-tres-clair div {
  color: #312C64;
}
.carousel-wrapper-block.vert-clair {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.carousel-wrapper-block.vert-clair2 {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.carousel-wrapper-block.vert-fonce {
  background-color: #4CA691 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.carousel-wrapper-block.vert-fonce:not(.has-carre-blanc-bloc-acf) h2,
.carousel-wrapper-block.vert-fonce:not(.has-carre-blanc-bloc-acf) h3,
.carousel-wrapper-block.vert-fonce:not(.has-carre-blanc-bloc-acf) h4,
.carousel-wrapper-block.vert-fonce:not(.has-carre-blanc-bloc-acf) h5,
.carousel-wrapper-block.vert-fonce:not(.has-carre-blanc-bloc-acf) h6,
.carousel-wrapper-block.vert-fonce:not(.has-carre-blanc-bloc-acf) p,
.carousel-wrapper-block.vert-fonce:not(.has-carre-blanc-bloc-acf) ul,
.carousel-wrapper-block.vert-fonce:not(.has-carre-blanc-bloc-acf) li,
.carousel-wrapper-block.vert-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.carousel-wrapper-block.vert-fonce .liseret {
  background-color: white;
}
.carousel-wrapper-block.vert-fonce .liseret::after {
  background-color: white;
}
.carousel-wrapper-block.bleu-fonce {
  background-color: #312C64;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.carousel-wrapper-block.bleu-fonce:not(.has-carre-blanc-bloc-acf) h2,
.carousel-wrapper-block.bleu-fonce:not(.has-carre-blanc-bloc-acf) h3,
.carousel-wrapper-block.bleu-fonce:not(.has-carre-blanc-bloc-acf) h4,
.carousel-wrapper-block.bleu-fonce:not(.has-carre-blanc-bloc-acf) h5,
.carousel-wrapper-block.bleu-fonce:not(.has-carre-blanc-bloc-acf) h6,
.carousel-wrapper-block.bleu-fonce:not(.has-carre-blanc-bloc-acf) p,
.carousel-wrapper-block.bleu-fonce:not(.has-carre-blanc-bloc-acf) ul,
.carousel-wrapper-block.bleu-fonce:not(.has-carre-blanc-bloc-acf) li,
.carousel-wrapper-block.bleu-fonce:not(.has-carre-blanc-bloc-acf) a,
.carousel-wrapper-block.bleu-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.carousel-wrapper-block.beige {
  background-color: #F5F1EC;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.carousel-wrapper-block.clair .texte {
  padding-top: 0;
  padding-bottom: 0;
}
.carousel-wrapper-block.color-bleu-clair h2,
.carousel-wrapper-block.color-bleu-clair h3,
.carousel-wrapper-block.color-bleu-clair h4,
.carousel-wrapper-block.color-bleu-clair h5,
.carousel-wrapper-block.color-bleu-clair h6,
.carousel-wrapper-block.color-bleu-clair p,
.carousel-wrapper-block.color-bleu-clair ul,
.carousel-wrapper-block.color-bleu-clair li,
.carousel-wrapper-block.color-bleu-clair a,
.carousel-wrapper-block.color-bleu-clair div {
  color: #008FD0 !important;
}
.carousel-wrapper-block.color-vert h2,
.carousel-wrapper-block.color-vert h3,
.carousel-wrapper-block.color-vert h4,
.carousel-wrapper-block.color-vert h5,
.carousel-wrapper-block.color-vert h6,
.carousel-wrapper-block.color-vert p,
.carousel-wrapper-block.color-vert ul,
.carousel-wrapper-block.color-vert li,
.carousel-wrapper-block.color-vert a,
.carousel-wrapper-block.color-vert div {
  color: #4CA691 !important;
}
.carousel-wrapper-block.color-jaune h2,
.carousel-wrapper-block.color-jaune h3,
.carousel-wrapper-block.color-jaune h4,
.carousel-wrapper-block.color-jaune h5,
.carousel-wrapper-block.color-jaune h6,
.carousel-wrapper-block.color-jaune p,
.carousel-wrapper-block.color-jaune ul,
.carousel-wrapper-block.color-jaune li,
.carousel-wrapper-block.color-jaune a,
.carousel-wrapper-block.color-jaune div {
  color: #FDC64F !important;
}
.carousel-wrapper-block.bleu-fonce .carousel-related-item .text-content h3 {
  color: #312C64 !important;
}
.carousel-wrapper-block.bleu-fonce .carousel-related-item .text-content h3 a {
  color: #312C64 !important;
}
.carousel-wrapper-block.bleu-fonce .see-all-items-container-block a {
  background-color: white !important;
  color: #312C64 !important;
}
.carousel-wrapper-block.bleu-fonce .see-all-items-container-block a:hover {
  color: white !important;
  background-color: #008FD0 !important;
}
.carousel-wrapper-block.jaune-clair .carousel-related-item .text-content h3 {
  color: #312C64 !important;
}
.carousel-wrapper-block.jaune-clair .carousel-related-item .text-content h3 a {
  color: #312C64 !important;
}
.carousel-wrapper-block.jaune-clair .carousel-related-item .text-content .see-item a {
  color: white !important;
}
.carousel-wrapper-block.jaune-clair .carousel-related-item .text-content .see-item ahover {
  background-color: white !important;
  color: #312C64 !important;
}
.carousel-wrapper-block.jaune-clair .see-all-items-container-block a {
  color: white !important;
  background-color: #312C64 !important;
}
.carousel-wrapper-block.jaune-clair .see-all-items-container-block a:hover {
  color: white !important;
  background-color: #008FD0 !important;
}
.carousel-wrapper-block .carousel-wrapper-block {
  display: flex;
  justify-content: center;
  padding-top: 4rem;
}
.carousel-wrapper-block .carousel-wrapper-block .container {
  position: relative;
}
@media (max-width: 1440px) {
  .carousel-wrapper-block .carousel-wrapper-block .container {
    width: 800px;
  }
}
@media (max-width: 1100px) {
  .carousel-wrapper-block .carousel-wrapper-block .container {
    width: 640px;
  }
}
@media (max-width: 900px) {
  .carousel-wrapper-block .carousel-wrapper-block .container {
    width: 60%;
  }
}
.carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container {
  position: relative;
  overflow: hidden;
}
.carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container h2 {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Yeseva One", cursive;
  font-size: 40px;
}
@media (max-width: 480px) {
  .carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container {
    width: 90%;
    margin: auto;
  }
}
.carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container .carousel-related-items {
  display: flex;
  justify-content: flex-start;
  transition: transform 0.5s ease;
  gap: 5px;
}
.carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container .carousel-related-items .carousel-related-item {
  display: flex;
  flex-direction: column;
  width: 33.33%;
  height: 250px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  flex: 0 0 33.33%;
}
@media (max-width: 1400px) {
  .carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container .carousel-related-items .carousel-related-item {
    flex: 0 0 33.33%;
  }
}
@media (max-width: 1100px) {
  .carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container .carousel-related-items .carousel-related-item {
    flex: 0 0 50%;
  }
}
@media (max-width: 900px) {
  .carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container .carousel-related-items .carousel-related-item {
    flex: 0 0 100%;
  }
}
.carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container .carousel-related-items .carousel-related-item .filtre-image-carousel {
  background-color: white;
  opacity: 60%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container .carousel-related-items .carousel-related-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 100%;
}
.carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container .carousel-related-items .carousel-related-item .text-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container .carousel-related-items .carousel-related-item .text-content h3 {
  position: absolute;
  top: 1rem;
  text-align: center;
  margin-bottom: 5px;
  font-family: "Yeseva One", cursive;
  font-size: 1.5625rem;
}
@media (max-width: 991px) {
  .carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container .carousel-related-items .carousel-related-item .text-content h3 {
    font-size: 1.125rem;
  }
}
.carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container .carousel-related-items .carousel-related-item .text-content h3 a {
  color: #312C64;
}
.carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container .carousel-related-items .carousel-related-item .text-content h3 a:visited {
  color: #312C64;
}
.carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container .carousel-related-items .carousel-related-item .text-content p {
  text-align: center;
  padding: 10px;
}
.carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container .carousel-related-items .carousel-related-item .text-content .subtitle {
  position: absolute;
  top: 3rem;
}
.carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container .carousel-related-items .carousel-related-item .text-content .see-item {
  position: absolute;
  bottom: 0;
}
.carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container .carousel-related-items .carousel-related-item:nth-last-child(1) {
  margin-right: 50px;
}
.carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container .carousel-related-items .carousel-related-item .img-container {
  width: 170px;
  height: 220px;
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-wrapper-block .carousel-wrapper-block .container .carousel-related-items-container .carousel-related-items .carousel-related-item .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-wrapper-block .carousel-wrapper-block .container .carousel-btn {
  position: absolute;
  transform: translateY(-50%);
  opacity: 1;
  color: black;
  border: none;
  padding: 10px;
  cursor: pointer;
  background-color: #312C64;
  border-radius: 50%;
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
@media (max-width: 640px) {
  .carousel-wrapper-block .carousel-wrapper-block .container .carousel-btn {
    width: 40px;
    height: 40px;
  }
}
.carousel-wrapper-block .carousel-wrapper-block .container .carousel-btn:hover {
  background-color: #008FD0;
}
.carousel-wrapper-block .carousel-wrapper-block .container .carousel-btn img {
  width: 100%;
}
@media (max-width: 480px) {
  .carousel-wrapper-block .carousel-wrapper-block .container .carousel-btn img {
    width: 55% !important;
  }
}
.carousel-wrapper-block .carousel-wrapper-block .container .prev-btn {
  left: -120px;
  transform: rotate(180deg);
  top: 48%;
}
@media (max-width: 640px) {
  .carousel-wrapper-block .carousel-wrapper-block .container .prev-btn {
    left: -60px;
  }
}
.carousel-wrapper-block .carousel-wrapper-block .container .next-btn {
  right: -120px;
  top: 57%;
}
@media (max-width: 640px) {
  .carousel-wrapper-block .carousel-wrapper-block .container .next-btn {
    right: -60px;
  }
}
.carousel-wrapper-block .see-all-items-container-block {
  display: flex;
  justify-content: center;
  padding-top: 3.5rem;
  align-items: center;
}

.container-bloc-3-col-image-texte {
  display: flex;
  flex-direction: row;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.container-bloc-3-col-image-texte.no-margin-top {
  margin-top: 0 !important;
}
.container-bloc-3-col-image-texte.clair, .container-bloc-3-col-image-texte.beige {
  background-color: #F5F1EC !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-col-image-texte.blanc {
  background-color: white !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-col-image-texte.jaune-vif {
  background-color: #FDC64F !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-col-image-texte.jaune-vif .liseret {
  background-color: #312C64;
}
.container-bloc-3-col-image-texte.jaune-vif .liseret::after {
  background-color: #312C64;
}
.container-bloc-3-col-image-texte.jaune-clair {
  background-color: #ffedc7 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-col-image-texte.jaune-clair .liseret {
  background-color: #312C64;
}
.container-bloc-3-col-image-texte.jaune-clair .liseret::after {
  background-color: #312C64;
}
.container-bloc-3-col-image-texte.bleu-clair {
  background-color: #008FD0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-col-image-texte.bleu-clair:not(.has-carre-blanc-bloc-acf) h2,
.container-bloc-3-col-image-texte.bleu-clair:not(.has-carre-blanc-bloc-acf) h3,
.container-bloc-3-col-image-texte.bleu-clair:not(.has-carre-blanc-bloc-acf) h4,
.container-bloc-3-col-image-texte.bleu-clair:not(.has-carre-blanc-bloc-acf) p,
.container-bloc-3-col-image-texte.bleu-clair:not(.has-carre-blanc-bloc-acf) ul,
.container-bloc-3-col-image-texte.bleu-clair:not(.has-carre-blanc-bloc-acf) li,
.container-bloc-3-col-image-texte.bleu-clair:not(.has-carre-blanc-bloc-acf) a,
.container-bloc-3-col-image-texte.bleu-clair:not(.has-carre-blanc-bloc-acf) div {
  color: white;
}
.container-bloc-3-col-image-texte.bleu-tres-clair {
  background-color: #e5e8f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-col-image-texte.bleu-tres-clair h2,
.container-bloc-3-col-image-texte.bleu-tres-clair h3,
.container-bloc-3-col-image-texte.bleu-tres-clair h4,
.container-bloc-3-col-image-texte.bleu-tres-clair p,
.container-bloc-3-col-image-texte.bleu-tres-clair ul,
.container-bloc-3-col-image-texte.bleu-tres-clair li,
.container-bloc-3-col-image-texte.bleu-tres-clair a,
.container-bloc-3-col-image-texte.bleu-tres-clair div {
  color: #312C64;
}
.container-bloc-3-col-image-texte.vert-clair {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-col-image-texte.vert-clair2 {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-col-image-texte.vert-fonce {
  background-color: #4CA691 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-col-image-texte.vert-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-bloc-3-col-image-texte.vert-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-bloc-3-col-image-texte.vert-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-bloc-3-col-image-texte.vert-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-bloc-3-col-image-texte.vert-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-bloc-3-col-image-texte.vert-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-bloc-3-col-image-texte.vert-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-bloc-3-col-image-texte.vert-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-bloc-3-col-image-texte.vert-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-bloc-3-col-image-texte.vert-fonce .liseret {
  background-color: white;
}
.container-bloc-3-col-image-texte.vert-fonce .liseret::after {
  background-color: white;
}
.container-bloc-3-col-image-texte.bleu-fonce {
  background-color: #312C64;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-col-image-texte.bleu-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-bloc-3-col-image-texte.bleu-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-bloc-3-col-image-texte.bleu-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-bloc-3-col-image-texte.bleu-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-bloc-3-col-image-texte.bleu-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-bloc-3-col-image-texte.bleu-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-bloc-3-col-image-texte.bleu-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-bloc-3-col-image-texte.bleu-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-bloc-3-col-image-texte.bleu-fonce:not(.has-carre-blanc-bloc-acf) a,
.container-bloc-3-col-image-texte.bleu-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-bloc-3-col-image-texte.beige {
  background-color: #F5F1EC;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-3-col-image-texte.clair .texte {
  padding-top: 0;
  padding-bottom: 0;
}
.container-bloc-3-col-image-texte.color-bleu-clair h2,
.container-bloc-3-col-image-texte.color-bleu-clair h3,
.container-bloc-3-col-image-texte.color-bleu-clair h4,
.container-bloc-3-col-image-texte.color-bleu-clair h5,
.container-bloc-3-col-image-texte.color-bleu-clair h6,
.container-bloc-3-col-image-texte.color-bleu-clair p,
.container-bloc-3-col-image-texte.color-bleu-clair ul,
.container-bloc-3-col-image-texte.color-bleu-clair li,
.container-bloc-3-col-image-texte.color-bleu-clair a,
.container-bloc-3-col-image-texte.color-bleu-clair div {
  color: #008FD0 !important;
}
.container-bloc-3-col-image-texte.color-vert h2,
.container-bloc-3-col-image-texte.color-vert h3,
.container-bloc-3-col-image-texte.color-vert h4,
.container-bloc-3-col-image-texte.color-vert h5,
.container-bloc-3-col-image-texte.color-vert h6,
.container-bloc-3-col-image-texte.color-vert p,
.container-bloc-3-col-image-texte.color-vert ul,
.container-bloc-3-col-image-texte.color-vert li,
.container-bloc-3-col-image-texte.color-vert a,
.container-bloc-3-col-image-texte.color-vert div {
  color: #4CA691 !important;
}
.container-bloc-3-col-image-texte.color-jaune h2,
.container-bloc-3-col-image-texte.color-jaune h3,
.container-bloc-3-col-image-texte.color-jaune h4,
.container-bloc-3-col-image-texte.color-jaune h5,
.container-bloc-3-col-image-texte.color-jaune h6,
.container-bloc-3-col-image-texte.color-jaune p,
.container-bloc-3-col-image-texte.color-jaune ul,
.container-bloc-3-col-image-texte.color-jaune li,
.container-bloc-3-col-image-texte.color-jaune a,
.container-bloc-3-col-image-texte.color-jaune div {
  color: #FDC64F !important;
}
.container-bloc-3-col-image-texte .deco-derriere-colonne {
  position: absolute;
  width: 100%;
  height: 250px;
  background-color: #4CA691;
}
.container-bloc-3-col-image-texte .carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.container-bloc-3-col-image-texte .carousel-container .carousel-arrow {
  background-color: #312C64;
  border: 2px solid #312C64;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
  flex-shrink: 0;
}
.container-bloc-3-col-image-texte .carousel-container .carousel-arrow:hover:not(:disabled) {
  background-color: white;
  color: #312C64;
  transform: scale(1.1);
}
.container-bloc-3-col-image-texte .carousel-container .carousel-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.container-bloc-3-col-image-texte .carousel-container .carousel-arrow svg {
  width: 20px;
  height: 20px;
}
.container-bloc-3-col-image-texte .carousel-container .carousel-arrow svg path {
  stroke: white;
}
.container-bloc-3-col-image-texte .carousel-container .carousel-arrow:hover svg path {
  stroke: #312C64;
}
.container-bloc-3-col-image-texte .carousel-container .carousel-arrow.carousel-arrow-prev {
  margin-right: 15px;
}
@media (min-width: 1300px) {
  .container-bloc-3-col-image-texte .carousel-container .carousel-arrow.carousel-arrow-prev {
    position: absolute;
    left: -70px;
  }
}
.container-bloc-3-col-image-texte .carousel-container .carousel-arrow.carousel-arrow-next {
  margin-left: 15px;
}
@media (min-width: 1300px) {
  .container-bloc-3-col-image-texte .carousel-container .carousel-arrow.carousel-arrow-next {
    position: absolute;
    right: -70px;
  }
}
.container-bloc-3-col-image-texte .carousel-container .carousel-wrapper {
  flex: 1;
  overflow: hidden;
  background-color: transparent;
  padding-top: 0rem !important;
  padding-bottom: 5px !important;
}
.container-bloc-3-col-image-texte .carousel-container .carousel-track {
  display: flex;
  transition: transform 0.3s ease;
  gap: 20px;
}
.container-bloc-3-col-image-texte .carousel-container .carousel-track .carousel-item {
  flex: 0 0 calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
}
@media (max-width: 1180px) {
  .container-bloc-3-col-image-texte .carousel-container .carousel-track .carousel-item {
    flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 780px) {
  .container-bloc-3-col-image-texte .carousel-container .carousel-arrow {
    width: 40px;
    height: 40px;
  }
  .container-bloc-3-col-image-texte .carousel-container .carousel-arrow svg {
    width: 16px;
    height: 16px;
  }
  .container-bloc-3-col-image-texte .carousel-container .carousel-arrow.carousel-arrow-prev {
    left: -50px;
    margin-right: 10px;
  }
  .container-bloc-3-col-image-texte .carousel-container .carousel-arrow.carousel-arrow-next {
    right: -50px;
    margin-left: 10px;
  }
  .container-bloc-3-col-image-texte .carousel-container .carousel-track {
    gap: 15px;
  }
  .container-bloc-3-col-image-texte .carousel-container .carousel-track .carousel-item {
    flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
  }
}
.container-bloc-3-col-image-texte .colonnes {
  display: flex;
  gap: 20px;
  width: 100%;
}
.container-bloc-3-col-image-texte .colonnes .col {
  width: 33.33%;
  height: auto;
  position: relative;
  height: 100%;
  padding-bottom: 3rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  background-color: white;
}
@media (max-width: 1180px) {
  .container-bloc-3-col-image-texte .colonnes .col {
    width: 80%;
  }
}
@media (max-width: 780px) {
  .container-bloc-3-col-image-texte .colonnes .col {
    width: 100%;
  }
}
.container-bloc-3-col-image-texte .colonnes .col .img-container {
  height: 220px;
}
.container-bloc-3-col-image-texte .colonnes .col .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-bloc-3-col-image-texte .colonnes .col h3 {
  font-size: 22px;
  font-family: "Yeseva One", cursive;
  font-weight: bold;
  text-align: center;
  font-size: 1.5625rem;
  padding: 2rem 1.5rem 2rem 1.5rem;
}
.container-bloc-3-col-image-texte .colonnes .col .text .text-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.container-bloc-3-col-image-texte .colonnes .col .text .text-container p,
.container-bloc-3-col-image-texte .colonnes .col .text .text-container ul,
.container-bloc-3-col-image-texte .colonnes .col .text .text-container li,
.container-bloc-3-col-image-texte .colonnes .col .text .text-container a {
  font-size: 20px;
}
.container-bloc-3-col-image-texte .colonnes .carousel-item {
  width: 100% !important;
}
@media (max-width: 1180px) {
  .container-bloc-3-col-image-texte .colonnes .carousel-item {
    width: 100% !important;
  }
}
@media (max-width: 780px) {
  .container-bloc-3-col-image-texte .colonnes .carousel-item {
    width: 100% !important;
  }
}
.container-bloc-3-col-image-texte.two-images .colonnes {
  justify-content: center;
}
.container-bloc-3-col-image-texte.two-images .colonnes .col {
  width: 50%;
}
@media (max-width: 980px) {
  .container-bloc-3-col-image-texte.two-images .colonnes .col {
    width: 90% !important;
  }
}

.container-bloc-slider-logos {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
.container-bloc-slider-logos h2 {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Yeseva One", cursive;
  font-size: 40px;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.container-bloc-slider-logos .container {
  overflow: hidden;
}
.container-bloc-slider-logos.no-margin-top {
  margin-top: 0 !important;
}
.container-bloc-slider-logos.clair, .container-bloc-slider-logos.beige {
  background-color: #F5F1EC !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-slider-logos.blanc {
  background-color: white !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-slider-logos.jaune-vif {
  background-color: #FDC64F !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-slider-logos.jaune-vif .liseret {
  background-color: #312C64;
}
.container-bloc-slider-logos.jaune-vif .liseret::after {
  background-color: #312C64;
}
.container-bloc-slider-logos.jaune-clair {
  background-color: #ffedc7 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-slider-logos.jaune-clair .liseret {
  background-color: #312C64;
}
.container-bloc-slider-logos.jaune-clair .liseret::after {
  background-color: #312C64;
}
.container-bloc-slider-logos.bleu-clair {
  background-color: #008FD0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-slider-logos.bleu-clair:not(.has-carre-blanc-bloc-acf) h2,
.container-bloc-slider-logos.bleu-clair:not(.has-carre-blanc-bloc-acf) h3,
.container-bloc-slider-logos.bleu-clair:not(.has-carre-blanc-bloc-acf) h4,
.container-bloc-slider-logos.bleu-clair:not(.has-carre-blanc-bloc-acf) p,
.container-bloc-slider-logos.bleu-clair:not(.has-carre-blanc-bloc-acf) ul,
.container-bloc-slider-logos.bleu-clair:not(.has-carre-blanc-bloc-acf) li,
.container-bloc-slider-logos.bleu-clair:not(.has-carre-blanc-bloc-acf) a,
.container-bloc-slider-logos.bleu-clair:not(.has-carre-blanc-bloc-acf) div {
  color: white;
}
.container-bloc-slider-logos.bleu-tres-clair {
  background-color: #e5e8f6;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-slider-logos.bleu-tres-clair h2,
.container-bloc-slider-logos.bleu-tres-clair h3,
.container-bloc-slider-logos.bleu-tres-clair h4,
.container-bloc-slider-logos.bleu-tres-clair p,
.container-bloc-slider-logos.bleu-tres-clair ul,
.container-bloc-slider-logos.bleu-tres-clair li,
.container-bloc-slider-logos.bleu-tres-clair a,
.container-bloc-slider-logos.bleu-tres-clair div {
  color: #312C64;
}
.container-bloc-slider-logos.vert-clair {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-slider-logos.vert-clair2 {
  background-color: #a5d0c6 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-slider-logos.vert-fonce {
  background-color: #4CA691 !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-slider-logos.vert-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-bloc-slider-logos.vert-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-bloc-slider-logos.vert-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-bloc-slider-logos.vert-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-bloc-slider-logos.vert-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-bloc-slider-logos.vert-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-bloc-slider-logos.vert-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-bloc-slider-logos.vert-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-bloc-slider-logos.vert-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-bloc-slider-logos.vert-fonce .liseret {
  background-color: white;
}
.container-bloc-slider-logos.vert-fonce .liseret::after {
  background-color: white;
}
.container-bloc-slider-logos.bleu-fonce {
  background-color: #312C64;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-slider-logos.bleu-fonce:not(.has-carre-blanc-bloc-acf) h2,
.container-bloc-slider-logos.bleu-fonce:not(.has-carre-blanc-bloc-acf) h3,
.container-bloc-slider-logos.bleu-fonce:not(.has-carre-blanc-bloc-acf) h4,
.container-bloc-slider-logos.bleu-fonce:not(.has-carre-blanc-bloc-acf) h5,
.container-bloc-slider-logos.bleu-fonce:not(.has-carre-blanc-bloc-acf) h6,
.container-bloc-slider-logos.bleu-fonce:not(.has-carre-blanc-bloc-acf) p,
.container-bloc-slider-logos.bleu-fonce:not(.has-carre-blanc-bloc-acf) ul,
.container-bloc-slider-logos.bleu-fonce:not(.has-carre-blanc-bloc-acf) li,
.container-bloc-slider-logos.bleu-fonce:not(.has-carre-blanc-bloc-acf) a,
.container-bloc-slider-logos.bleu-fonce:not(.has-carre-blanc-bloc-acf) div {
  color: white !important;
}
.container-bloc-slider-logos.beige {
  background-color: #F5F1EC;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-bloc-slider-logos.clair .texte {
  padding-top: 0;
  padding-bottom: 0;
}
.container-bloc-slider-logos.color-bleu-clair h2,
.container-bloc-slider-logos.color-bleu-clair h3,
.container-bloc-slider-logos.color-bleu-clair h4,
.container-bloc-slider-logos.color-bleu-clair h5,
.container-bloc-slider-logos.color-bleu-clair h6,
.container-bloc-slider-logos.color-bleu-clair p,
.container-bloc-slider-logos.color-bleu-clair ul,
.container-bloc-slider-logos.color-bleu-clair li,
.container-bloc-slider-logos.color-bleu-clair a,
.container-bloc-slider-logos.color-bleu-clair div {
  color: #008FD0 !important;
}
.container-bloc-slider-logos.color-vert h2,
.container-bloc-slider-logos.color-vert h3,
.container-bloc-slider-logos.color-vert h4,
.container-bloc-slider-logos.color-vert h5,
.container-bloc-slider-logos.color-vert h6,
.container-bloc-slider-logos.color-vert p,
.container-bloc-slider-logos.color-vert ul,
.container-bloc-slider-logos.color-vert li,
.container-bloc-slider-logos.color-vert a,
.container-bloc-slider-logos.color-vert div {
  color: #4CA691 !important;
}
.container-bloc-slider-logos.color-jaune h2,
.container-bloc-slider-logos.color-jaune h3,
.container-bloc-slider-logos.color-jaune h4,
.container-bloc-slider-logos.color-jaune h5,
.container-bloc-slider-logos.color-jaune h6,
.container-bloc-slider-logos.color-jaune p,
.container-bloc-slider-logos.color-jaune ul,
.container-bloc-slider-logos.color-jaune li,
.container-bloc-slider-logos.color-jaune a,
.container-bloc-slider-logos.color-jaune div {
  color: #FDC64F !important;
}
.container-bloc-slider-logos .slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}
@media (max-width: 1140px) {
  .container-bloc-slider-logos .slider {
    flex-direction: column;
  }
}
.container-bloc-slider-logos .slider .img-container {
  width: 190px;
  height: 150px;
  padding: 1rem;
  margin: 0;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-bloc-slider-logos .slider .img-container a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.container-bloc-slider-logos .slider .img-container a img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}
.container-bloc-slider-logos .slider.auto-scroll {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  width: 200%;
  animation: scroll-logos 20s linear infinite;
}
.container-bloc-slider-logos .slider.auto-scroll:hover {
  animation-play-state: paused;
}
.container-bloc-slider-logos .slider.auto-scroll .img-container {
  display: inline-flex;
  vertical-align: top;
  width: 190px;
  height: 150px;
  padding: 1rem;
  box-sizing: border-box;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.container-bloc-slider-logos .slider.auto-scroll .img-container a {
  display: flex;
  width: 100%;
  height: 100%;
}
.container-bloc-slider-logos .slider.auto-scroll .img-container a img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@keyframes scroll-logos {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 780px) {
  .container-bloc-slider-logos .slider.auto-scroll {
    animation-duration: 15s;
  }
}

.block-type-boxes-masonry-nouvelle-version {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.block-type-boxes-masonry-nouvelle-version .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.block-type-boxes-masonry-nouvelle-version .container .tile-box {
  width: 30% !important;
}
@media (max-width: 1024px) {
  .block-type-boxes-masonry-nouvelle-version .container .tile-box {
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .block-type-boxes-masonry-nouvelle-version .container .tile-box {
    width: 100% !important;
  }
}
.block-type-boxes-masonry-nouvelle-version .container .tile-box .tile-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.block-type-boxes-masonry-nouvelle-version .container .tile-box .tile-header .tile-title {
  font-weight: 600;
}
.block-type-boxes-masonry-nouvelle-version .container .tile-box .tile-header .title-subtitle {
  text-align: center;
  font-size: 1.2625rem;
}
.block-type-boxes-masonry-nouvelle-version .container .tile-box .tile-header .btn {
  margin-top: 1rem !important;
}
.block-type-boxes-masonry-nouvelle-version .btn {
  width: fit-content;
  margin: auto;
}

.block-type-counter .blanc {
  color: white;
}
.block-type-counter .bleu-clair {
  color: #008FD0;
}
.block-type-counter .vert {
  color: #4CA691;
}
.block-type-counter .jaune {
  color: #FDC64F;
}

.editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > p, html {
  /* .is-style-default {
      background-color: white !important;
  } */
}
.editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > p .is-style-couleur-vert, html .is-style-couleur-vert {
  color: #4CA691 !important;
}
.editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > p .is-style-couleur-jaune, html .is-style-couleur-jaune {
  color: #FDC64F !important;
}
.editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > p .is-style-couleur-bleu-claire, html .is-style-couleur-bleu-claire {
  color: #008FD0 !important;
}
.editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > p .is-style-highlighted-blue-clear, html .is-style-highlighted-blue-clear {
  font-size: 2.1875rem !important;
  line-height: 2.625rem !important;
  font-family: "Yeseva One", cursive;
  color: #008FD0;
}
@media (max-width: 992px) {
  .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > p .is-style-highlighted-blue-clear, html .is-style-highlighted-blue-clear {
    font-size: 1.625rem !important;
    line-height: 1.875rem !important;
  }
}
.editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > p .is-style-highlighted-green, html .is-style-highlighted-green {
  font-size: 2.1875rem !important;
  line-height: 2.625rem !important;
  font-family: "Yeseva One", cursive;
  color: #4CA691;
}
@media (max-width: 992px) {
  .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > p .is-style-highlighted-green, html .is-style-highlighted-green {
    font-size: 1.625rem !important;
    line-height: 1.875rem !important;
  }
}
.editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > p .is-style-highlighted-yellow, html .is-style-highlighted-yellow {
  font-size: 2.1875rem !important;
  line-height: 2.625rem !important;
  font-family: "Yeseva One", cursive;
  color: #FDC64F;
}
@media (max-width: 992px) {
  .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > p .is-style-highlighted-yellow, html .is-style-highlighted-yellow {
    font-size: 1.625rem !important;
    line-height: 1.875rem !important;
  }
}
.editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > p .is-style-green-italic, html .is-style-green-italic {
  color: #4CA691;
  font-size: 1.375rem !important;
  font-style: italic;
}
@media (max-width: 992px) {
  .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > p .is-style-green-italic, html .is-style-green-italic {
    font-size: 1rem !important;
  }
}
.editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > p .is-style-yellow-italic, html .is-style-yellow-italic {
  color: #FDC64F;
  font-size: 1.375rem !important;
  font-style: italic;
}
@media (max-width: 992px) {
  .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > p .is-style-yellow-italic, html .is-style-yellow-italic {
    font-size: 1rem !important;
  }
}

.wp-block-group .wp-block-group__inner-container h2.is-style-smaller-yellow, #content > h2.is-style-smaller-yellow, .editor-styles-wrapper .is-root-container > h2.is-style-smaller-yellow, .editor-styles-wrapper .wp-block-group.is-style-green .wp-block-group__inner-container > h2.is-style-smaller-yellow, .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > h2.is-style-smaller-yellow {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #FDC64F !important;
}
@media (max-width: 992px) {
  .wp-block-group .wp-block-group__inner-container h2.is-style-smaller-yellow, #content > h2.is-style-smaller-yellow, .editor-styles-wrapper .is-root-container > h2.is-style-smaller-yellow, .editor-styles-wrapper .wp-block-group.is-style-green .wp-block-group__inner-container > h2.is-style-smaller-yellow, .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > h2.is-style-smaller-yellow {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}
.wp-block-group .wp-block-group__inner-container h2.is-style-smaller-green, #content > h2.is-style-smaller-green, .editor-styles-wrapper .is-root-container > h2.is-style-smaller-green, .editor-styles-wrapper .wp-block-group.is-style-green .wp-block-group__inner-container > h2.is-style-smaller-green, .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > h2.is-style-smaller-green {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #4CA691 !important;
}
@media (max-width: 992px) {
  .wp-block-group .wp-block-group__inner-container h2.is-style-smaller-green, #content > h2.is-style-smaller-green, .editor-styles-wrapper .is-root-container > h2.is-style-smaller-green, .editor-styles-wrapper .wp-block-group.is-style-green .wp-block-group__inner-container > h2.is-style-smaller-green, .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > h2.is-style-smaller-green {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}
.wp-block-group .wp-block-group__inner-container h2.is-style-smaller-clear-blue, #content > h2.is-style-smaller-clear-blue, .editor-styles-wrapper .is-root-container > h2.is-style-smaller-clear-blue, .editor-styles-wrapper .wp-block-group.is-style-green .wp-block-group__inner-container > h2.is-style-smaller-clear-blue, .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > h2.is-style-smaller-clear-blue {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #008FD0 !important;
}
@media (max-width: 992px) {
  .wp-block-group .wp-block-group__inner-container h2.is-style-smaller-clear-blue, #content > h2.is-style-smaller-clear-blue, .editor-styles-wrapper .is-root-container > h2.is-style-smaller-clear-blue, .editor-styles-wrapper .wp-block-group.is-style-green .wp-block-group__inner-container > h2.is-style-smaller-clear-blue, .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > h2.is-style-smaller-clear-blue {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}
.wp-block-group .wp-block-group__inner-container h2.is-style-couleur-vert, #content > h2.is-style-couleur-vert, .editor-styles-wrapper .is-root-container > h2.is-style-couleur-vert, .editor-styles-wrapper .wp-block-group.is-style-green .wp-block-group__inner-container > h2.is-style-couleur-vert, .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > h2.is-style-couleur-vert {
  color: #4CA691 !important;
}
.wp-block-group .wp-block-group__inner-container h2.is-style-couleur-jaune, #content > h2.is-style-couleur-jaune, .editor-styles-wrapper .is-root-container > h2.is-style-couleur-jaune, .editor-styles-wrapper .wp-block-group.is-style-green .wp-block-group__inner-container > h2.is-style-couleur-jaune, .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > h2.is-style-couleur-jaune {
  color: #FDC64F !important;
}
.wp-block-group .wp-block-group__inner-container h2.is-style-couleur-bleu-claire, #content > h2.is-style-couleur-bleu-claire, .editor-styles-wrapper .is-root-container > h2.is-style-couleur-bleu-claire, .editor-styles-wrapper .wp-block-group.is-style-green .wp-block-group__inner-container > h2.is-style-couleur-bleu-claire, .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > h2.is-style-couleur-bleu-claire {
  color: #008FD0 !important;
}
.wp-block-group .wp-block-group__inner-container h2.is-style-highlighted-blue-clear, #content > h2.is-style-highlighted-blue-clear, .editor-styles-wrapper .is-root-container > h2.is-style-highlighted-blue-clear, .editor-styles-wrapper .wp-block-group.is-style-green .wp-block-group__inner-container > h2.is-style-highlighted-blue-clear, .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > h2.is-style-highlighted-blue-clear {
  font-size: 2.1875rem !important;
  line-height: 2.625rem !important;
  font-family: "Yeseva One", cursive;
  color: #008FD0;
}
@media (max-width: 992px) {
  .wp-block-group .wp-block-group__inner-container h2.is-style-highlighted-blue-clear, #content > h2.is-style-highlighted-blue-clear, .editor-styles-wrapper .is-root-container > h2.is-style-highlighted-blue-clear, .editor-styles-wrapper .wp-block-group.is-style-green .wp-block-group__inner-container > h2.is-style-highlighted-blue-clear, .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > h2.is-style-highlighted-blue-clear {
    font-size: 1.625rem !important;
    line-height: 1.875rem !important;
  }
}
.wp-block-group .wp-block-group__inner-container h2.is-style-highlighted-green, #content > h2.is-style-highlighted-green, .editor-styles-wrapper .is-root-container > h2.is-style-highlighted-green, .editor-styles-wrapper .wp-block-group.is-style-green .wp-block-group__inner-container > h2.is-style-highlighted-green, .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > h2.is-style-highlighted-green {
  font-size: 2.1875rem !important;
  line-height: 2.625rem !important;
  font-family: "Yeseva One", cursive;
  color: #4CA691;
}
@media (max-width: 992px) {
  .wp-block-group .wp-block-group__inner-container h2.is-style-highlighted-green, #content > h2.is-style-highlighted-green, .editor-styles-wrapper .is-root-container > h2.is-style-highlighted-green, .editor-styles-wrapper .wp-block-group.is-style-green .wp-block-group__inner-container > h2.is-style-highlighted-green, .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > h2.is-style-highlighted-green {
    font-size: 1.625rem !important;
    line-height: 1.875rem !important;
  }
}
.wp-block-group .wp-block-group__inner-container h2.is-style-highlighted-yellow, #content > h2.is-style-highlighted-yellow, .editor-styles-wrapper .is-root-container > h2.is-style-highlighted-yellow, .editor-styles-wrapper .wp-block-group.is-style-green .wp-block-group__inner-container > h2.is-style-highlighted-yellow, .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > h2.is-style-highlighted-yellow {
  font-size: 2.1875rem !important;
  line-height: 2.625rem !important;
  font-family: "Yeseva One", cursive;
  color: #FDC64F;
}
@media (max-width: 992px) {
  .wp-block-group .wp-block-group__inner-container h2.is-style-highlighted-yellow, #content > h2.is-style-highlighted-yellow, .editor-styles-wrapper .is-root-container > h2.is-style-highlighted-yellow, .editor-styles-wrapper .wp-block-group.is-style-green .wp-block-group__inner-container > h2.is-style-highlighted-yellow, .editor-styles-wrapper .wp-block-group.is-style-blue .wp-block-group__inner-container > h2.is-style-highlighted-yellow {
    font-size: 1.625rem !important;
    line-height: 1.875rem !important;
  }
}

.wp-block-group {
  position: relative;
}
.wp-block-group.has-carre-blanc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-group.has-carre-blanc .wp-block-group__inner-container > div:first-child {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.wp-block-group.has-carre-blanc .wp-block-group__inner-container p {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.wp-block-group.has-carre-blanc .has-carre-blanc-bloc-acf .carre-blanc {
  height: 100% !important;
}
.wp-block-group.is-style-blanc {
  background: #ffffff !important;
}
.wp-block-group.is-style-beige-carre-blanc {
  background: #f5f1ec !important;
}
.wp-block-group.is-style-lavender-carre-blanc {
  background: #e5e8f6 !important;
}
.wp-block-group.is-style-blue-carre-blanc {
  background: #312c64 !important;
}
.wp-block-group.is-style-pastel-green-carre-blanc {
  background: #a5d0c6 !important;
}
.wp-block-group.is-style-green-carre-blanc {
  background: #4ca691 !important;
}
.wp-block-group.is-style-yellow-carre-blanc {
  background: #fdc64f !important;
}
.wp-block-group.is-style-yellow-pale-carre-blanc {
  background: #ffedc7 !important;
}
.wp-block-group.is-style-yellow-pale {
  background: #ffedc7 !important;
}
.wp-block-group .carre-blanc {
  position: absolute;
  width: 100%;
  max-width: 1140px !important;
  height: calc(100% - 4rem);
  background-color: white;
}
.wp-block-group.has-bg-style-bleu-clair-droite .wp-block-group__inner-container:after {
  background: url("../../../assets/dist/images/backgrounds/rond-bleu-clair-droite.svg") no-repeat center right;
  width: 314px;
  height: 506px;
  top: -271px;
  right: 0;
}
@media (max-width: 1660px) {
  .wp-block-group.has-bg-style-bleu-clair-droite .wp-block-group__inner-container:after {
    width: 260px;
    height: 419px;
    top: -210px;
    background-size: contain;
  }
}
@media (max-width: 1280px) {
  .wp-block-group.has-bg-style-bleu-clair-droite .wp-block-group__inner-container:after {
    width: 220px;
    height: 355px;
    top: -178px;
  }
}
@media (max-width: 1040px) {
  .wp-block-group.has-bg-style-bleu-clair-droite .wp-block-group__inner-container:after {
    width: 170px;
    height: 274px;
    top: -137px;
  }
}
@media (max-width: 768px) {
  .wp-block-group.has-bg-style-bleu-clair-droite .wp-block-group__inner-container:after {
    display: none;
  }
}
.wp-block-group.has-bg-style-bleu-clair-gauche .wp-block-group__inner-container:after {
  background: url("../../../assets/dist/images/backgrounds/rond-bleu-clair-gauche.svg") no-repeat center right;
  width: 348px;
  height: 560px;
  top: -60px;
  left: 14px;
  background-size: contain;
}
@media (max-width: 1660px) {
  .wp-block-group.has-bg-style-bleu-clair-gauche .wp-block-group__inner-container:before {
    width: 220px;
    height: 364px;
  }
}
@media (max-width: 1460px) {
  .wp-block-group.has-bg-style-bleu-clair-gauche .wp-block-group__inner-container:before {
    width: 180px;
    height: 304px;
  }
}
@media (max-width: 1280px) {
  .wp-block-group.has-bg-style-bleu-clair-gauche .wp-block-group__inner-container:before {
    width: 140px;
    height: 244px;
  }
}
@media (max-width: 1040px) {
  .wp-block-group.has-bg-style-bleu-clair-gauche .wp-block-group__inner-container:before {
    width: 110px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .wp-block-group.has-bg-style-bleu-clair-gauche .wp-block-group__inner-container:before {
    display: none;
  }
}
.wp-block-group.has-bg-style-bleu-droite .wp-block-group__inner-container:after {
  background: url("../../../assets/dist/images/backgrounds/rond-bleu-droite.svg") no-repeat center right;
  width: 314px;
  height: 506px;
  top: -271px;
  right: 0;
}
@media (max-width: 1660px) {
  .wp-block-group.has-bg-style-bleu-droite .wp-block-group__inner-container:after {
    width: 260px;
    height: 419px;
    top: -210px;
    background-size: contain;
  }
}
@media (max-width: 1280px) {
  .wp-block-group.has-bg-style-bleu-droite .wp-block-group__inner-container:after {
    width: 220px;
    height: 355px;
    top: -178px;
  }
}
@media (max-width: 1040px) {
  .wp-block-group.has-bg-style-bleu-droite .wp-block-group__inner-container:after {
    width: 170px;
    height: 274px;
    top: -137px;
  }
}
@media (max-width: 768px) {
  .wp-block-group.has-bg-style-bleu-droite .wp-block-group__inner-container:after {
    display: none;
  }
}
.wp-block-group.has-bg-style-bleu-gauche .wp-block-group__inner-container:after {
  background: url("../../../assets/dist/images/backgrounds/rond-bleu-gauche.svg") no-repeat center right;
  width: 348px;
  height: 560px;
  top: -60px;
  left: 14px;
  background-size: contain;
}
@media (max-width: 1660px) {
  .wp-block-group.has-bg-style-bleu-gauche .wp-block-group__inner-container:before {
    width: 220px;
    height: 364px;
  }
}
@media (max-width: 1460px) {
  .wp-block-group.has-bg-style-bleu-gauche .wp-block-group__inner-container:before {
    width: 180px;
    height: 304px;
  }
}
@media (max-width: 1280px) {
  .wp-block-group.has-bg-style-bleu-gauche .wp-block-group__inner-container:before {
    width: 140px;
    height: 244px;
  }
}
@media (max-width: 1040px) {
  .wp-block-group.has-bg-style-bleu-gauche .wp-block-group__inner-container:before {
    width: 110px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .wp-block-group.has-bg-style-bleu-gauche .wp-block-group__inner-container:before {
    display: none;
  }
}
.wp-block-group.has-bg-style-bleu-trame-droite .wp-block-group__inner-container:after {
  background: url("../../../assets/dist/images/backgrounds/rond-bleu-trame-droite.svg") no-repeat center right;
  width: 314px;
  height: 506px;
  top: -271px;
  right: 0;
}
@media (max-width: 1660px) {
  .wp-block-group.has-bg-style-bleu-trame-droite .wp-block-group__inner-container:after {
    width: 260px;
    height: 419px;
    top: -210px;
    background-size: contain;
  }
}
@media (max-width: 1280px) {
  .wp-block-group.has-bg-style-bleu-trame-droite .wp-block-group__inner-container:after {
    width: 220px;
    height: 355px;
    top: -178px;
  }
}
@media (max-width: 1040px) {
  .wp-block-group.has-bg-style-bleu-trame-droite .wp-block-group__inner-container:after {
    width: 170px;
    height: 274px;
    top: -137px;
  }
}
@media (max-width: 768px) {
  .wp-block-group.has-bg-style-bleu-trame-droite .wp-block-group__inner-container:after {
    display: none;
  }
}
.wp-block-group.has-bg-style-bleu-trame-gauche .wp-block-group__inner-container:after {
  background: url("../../../assets/dist/images/backgrounds/rond-bleu-trame-gauche.svg") no-repeat center right;
  width: 348px;
  height: 560px;
  top: -60px;
  left: 14px;
  background-size: contain;
}
@media (max-width: 1660px) {
  .wp-block-group.has-bg-style-bleu-trame-gauche .wp-block-group__inner-container:before {
    width: 220px;
    height: 364px;
  }
}
@media (max-width: 1460px) {
  .wp-block-group.has-bg-style-bleu-trame-gauche .wp-block-group__inner-container:before {
    width: 180px;
    height: 304px;
  }
}
@media (max-width: 1280px) {
  .wp-block-group.has-bg-style-bleu-trame-gauche .wp-block-group__inner-container:before {
    width: 140px;
    height: 244px;
  }
}
@media (max-width: 1040px) {
  .wp-block-group.has-bg-style-bleu-trame-gauche .wp-block-group__inner-container:before {
    width: 110px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .wp-block-group.has-bg-style-bleu-trame-gauche .wp-block-group__inner-container:before {
    display: none;
  }
}
.wp-block-group.has-bg-style-jaune-droite .wp-block-group__inner-container:after {
  background: url("../../../assets/dist/images/backgrounds/rond-jaune-droite.svg") no-repeat center right;
  width: 314px;
  height: 506px;
  top: -271px;
  right: 0;
}
@media (max-width: 1660px) {
  .wp-block-group.has-bg-style-jaune-droite .wp-block-group__inner-container:after {
    width: 260px;
    height: 419px;
    top: -210px;
    background-size: contain;
  }
}
@media (max-width: 1280px) {
  .wp-block-group.has-bg-style-jaune-droite .wp-block-group__inner-container:after {
    width: 220px;
    height: 355px;
    top: -178px;
  }
}
@media (max-width: 1040px) {
  .wp-block-group.has-bg-style-jaune-droite .wp-block-group__inner-container:after {
    width: 170px;
    height: 274px;
    top: -137px;
  }
}
@media (max-width: 768px) {
  .wp-block-group.has-bg-style-jaune-droite .wp-block-group__inner-container:after {
    display: none;
  }
}
.wp-block-group.has-bg-style-jaune-gauche .wp-block-group__inner-container:after {
  background: url("../../../assets/dist/images/backgrounds/rond-jaune-gauche.svg") no-repeat center right;
  width: 348px;
  height: 560px;
  top: -60px;
  left: 14px;
  background-size: contain;
}
@media (max-width: 1660px) {
  .wp-block-group.has-bg-style-jaune-gauche .wp-block-group__inner-container:before {
    width: 220px;
    height: 364px;
  }
}
@media (max-width: 1460px) {
  .wp-block-group.has-bg-style-jaune-gauche .wp-block-group__inner-container:before {
    width: 180px;
    height: 304px;
  }
}
@media (max-width: 1280px) {
  .wp-block-group.has-bg-style-jaune-gauche .wp-block-group__inner-container:before {
    width: 140px;
    height: 244px;
  }
}
@media (max-width: 1040px) {
  .wp-block-group.has-bg-style-jaune-gauche .wp-block-group__inner-container:before {
    width: 110px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .wp-block-group.has-bg-style-jaune-gauche .wp-block-group__inner-container:before {
    display: none;
  }
}
.wp-block-group.has-bg-style-jaune-pale-droite .wp-block-group__inner-container:after {
  background: url("../../../assets/dist/images/backgrounds/rond-jaune-pale-droite.svg") no-repeat center right;
  width: 314px;
  height: 506px;
  top: -271px;
  right: 0;
}
@media (max-width: 1660px) {
  .wp-block-group.has-bg-style-jaune-pale-droite .wp-block-group__inner-container:after {
    width: 260px;
    height: 419px;
    top: -210px;
    background-size: contain;
  }
}
@media (max-width: 1280px) {
  .wp-block-group.has-bg-style-jaune-pale-droite .wp-block-group__inner-container:after {
    width: 220px;
    height: 355px;
    top: -178px;
  }
}
@media (max-width: 1040px) {
  .wp-block-group.has-bg-style-jaune-pale-droite .wp-block-group__inner-container:after {
    width: 170px;
    height: 274px;
    top: -137px;
  }
}
@media (max-width: 768px) {
  .wp-block-group.has-bg-style-jaune-pale-droite .wp-block-group__inner-container:after {
    display: none;
  }
}
.wp-block-group.has-bg-style-jaune-pale-gauche .wp-block-group__inner-container:after {
  background: url("../../../assets/dist/images/backgrounds/rond-jaune-pale-gauche.svg") no-repeat center right;
  width: 348px;
  height: 560px;
  top: -60px;
  left: 14px;
  background-size: contain;
}
@media (max-width: 1660px) {
  .wp-block-group.has-bg-style-jaune-pale-gauche .wp-block-group__inner-container:before {
    width: 220px;
    height: 364px;
  }
}
@media (max-width: 1460px) {
  .wp-block-group.has-bg-style-jaune-pale-gauche .wp-block-group__inner-container:before {
    width: 180px;
    height: 304px;
  }
}
@media (max-width: 1280px) {
  .wp-block-group.has-bg-style-jaune-pale-gauche .wp-block-group__inner-container:before {
    width: 140px;
    height: 244px;
  }
}
@media (max-width: 1040px) {
  .wp-block-group.has-bg-style-jaune-pale-gauche .wp-block-group__inner-container:before {
    width: 110px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .wp-block-group.has-bg-style-jaune-pale-gauche .wp-block-group__inner-container:before {
    display: none;
  }
}
.wp-block-group.has-bg-style-vert-clair-droite .wp-block-group__inner-container:after {
  background: url("../../../assets/dist/images/backgrounds/rond-vert-clair-droite.svg") no-repeat center right;
  width: 314px;
  height: 506px;
  top: -271px;
  right: 0;
}
@media (max-width: 1660px) {
  .wp-block-group.has-bg-style-vert-clair-droite .wp-block-group__inner-container:after {
    width: 260px;
    height: 419px;
    top: -210px;
    background-size: contain;
  }
}
@media (max-width: 1280px) {
  .wp-block-group.has-bg-style-vert-clair-droite .wp-block-group__inner-container:after {
    width: 220px;
    height: 355px;
    top: -178px;
  }
}
@media (max-width: 1040px) {
  .wp-block-group.has-bg-style-vert-clair-droite .wp-block-group__inner-container:after {
    width: 170px;
    height: 274px;
    top: -137px;
  }
}
@media (max-width: 768px) {
  .wp-block-group.has-bg-style-vert-clair-droite .wp-block-group__inner-container:after {
    display: none;
  }
}
.wp-block-group.has-bg-style-vert-clair-gauche .wp-block-group__inner-container:after {
  background: url("../../../assets/dist/images/backgrounds/rond-vert-clair-gauche.svg") no-repeat center right;
  width: 348px;
  height: 560px;
  top: -60px;
  left: 14px;
  background-size: contain;
}
@media (max-width: 1660px) {
  .wp-block-group.has-bg-style-vert-clair-gauche .wp-block-group__inner-container:before {
    width: 220px;
    height: 364px;
  }
}
@media (max-width: 1460px) {
  .wp-block-group.has-bg-style-vert-clair-gauche .wp-block-group__inner-container:before {
    width: 180px;
    height: 304px;
  }
}
@media (max-width: 1280px) {
  .wp-block-group.has-bg-style-vert-clair-gauche .wp-block-group__inner-container:before {
    width: 140px;
    height: 244px;
  }
}
@media (max-width: 1040px) {
  .wp-block-group.has-bg-style-vert-clair-gauche .wp-block-group__inner-container:before {
    width: 110px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .wp-block-group.has-bg-style-vert-clair-gauche .wp-block-group__inner-container:before {
    display: none;
  }
}
.wp-block-group.has-bg-style-vert-droite .wp-block-group__inner-container:after {
  background: url("../../../assets/dist/images/backgrounds/rond-vert-droite.svg") no-repeat center right;
  width: 314px;
  height: 506px;
  top: -271px;
  right: 0;
}
@media (max-width: 1660px) {
  .wp-block-group.has-bg-style-vert-droite .wp-block-group__inner-container:after {
    width: 260px;
    height: 419px;
    top: -210px;
    background-size: contain;
  }
}
@media (max-width: 1280px) {
  .wp-block-group.has-bg-style-vert-droite .wp-block-group__inner-container:after {
    width: 220px;
    height: 355px;
    top: -178px;
  }
}
@media (max-width: 1040px) {
  .wp-block-group.has-bg-style-vert-droite .wp-block-group__inner-container:after {
    width: 170px;
    height: 274px;
    top: -137px;
  }
}
@media (max-width: 768px) {
  .wp-block-group.has-bg-style-vert-droite .wp-block-group__inner-container:after {
    display: none;
  }
}
.wp-block-group.has-bg-style-vert-gauche .wp-block-group__inner-container:after {
  background: url("../../../assets/dist/images/backgrounds/rond-vert-gauche.svg") no-repeat center right;
  width: 348px;
  height: 560px;
  top: -60px;
  left: 14px;
  background-size: contain;
}
@media (max-width: 1660px) {
  .wp-block-group.has-bg-style-vert-gauche .wp-block-group__inner-container:before {
    width: 220px;
    height: 364px;
  }
}
@media (max-width: 1460px) {
  .wp-block-group.has-bg-style-vert-gauche .wp-block-group__inner-container:before {
    width: 180px;
    height: 304px;
  }
}
@media (max-width: 1280px) {
  .wp-block-group.has-bg-style-vert-gauche .wp-block-group__inner-container:before {
    width: 140px;
    height: 244px;
  }
}
@media (max-width: 1040px) {
  .wp-block-group.has-bg-style-vert-gauche .wp-block-group__inner-container:before {
    width: 110px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  .wp-block-group.has-bg-style-vert-gauche .wp-block-group__inner-container:before {
    display: none;
  }
}
.wp-block-group.has-vague-bleu-claire .wp-block-group__inner-container:before {
  width: 844px;
  height: 358px;
  bottom: 0;
  left: 0;
  background-size: contain;
  background: url("../../../assets/dist/images/backgrounds/vague-bleu-claire.svg") no-repeat bottom left;
}
@media (max-width: 1660px) {
  .wp-block-group.has-vague-bleu-claire .wp-block-group__inner-container .wp-block-group__inner-container:before {
    width: 714px;
    height: 302px;
  }
}
@media (max-width: 1280px) {
  .wp-block-group.has-vague-bleu-claire .wp-block-group__inner-container .wp-block-group__inner-container:before {
    width: 540px;
    height: 228px;
  }
}
@media (max-width: 1040px) {
  .wp-block-group.has-vague-bleu-claire .wp-block-group__inner-container .wp-block-group__inner-container:before {
    width: 440px;
    height: 186px;
  }
}
@media (max-width: 768px) {
  .wp-block-group.has-vague-bleu-claire .wp-block-group__inner-container .wp-block-group__inner-container:before {
    display: none;
  }
}
.wp-block-group.has-vague-bleu-fonce .wp-block-group__inner-container:before {
  width: 844px;
  height: 358px;
  bottom: 0;
  left: 0;
  background-size: contain;
  background: url("../../../assets/dist/images/backgrounds/vague-bleu-fonce.svg") no-repeat bottom left;
}
@media (max-width: 1660px) {
  .wp-block-group.has-vague-bleu-fonce .wp-block-group__inner-container .wp-block-group__inner-container:before {
    width: 714px;
    height: 302px;
  }
}
@media (max-width: 1280px) {
  .wp-block-group.has-vague-bleu-fonce .wp-block-group__inner-container .wp-block-group__inner-container:before {
    width: 540px;
    height: 228px;
  }
}
@media (max-width: 1040px) {
  .wp-block-group.has-vague-bleu-fonce .wp-block-group__inner-container .wp-block-group__inner-container:before {
    width: 440px;
    height: 186px;
  }
}
@media (max-width: 768px) {
  .wp-block-group.has-vague-bleu-fonce .wp-block-group__inner-container .wp-block-group__inner-container:before {
    display: none;
  }
}
.wp-block-group.has-vague-bleu-trame .wp-block-group__inner-container:before {
  width: 844px;
  height: 358px;
  bottom: 0;
  left: 0;
  background-size: contain;
  background: url("../../../assets/dist/images/backgrounds/vague-bleu-trame.svg") no-repeat bottom left;
}
@media (max-width: 1660px) {
  .wp-block-group.has-vague-bleu-trame .wp-block-group__inner-container .wp-block-group__inner-container:before {
    width: 714px;
    height: 302px;
  }
}
@media (max-width: 1280px) {
  .wp-block-group.has-vague-bleu-trame .wp-block-group__inner-container .wp-block-group__inner-container:before {
    width: 540px;
    height: 228px;
  }
}
@media (max-width: 1040px) {
  .wp-block-group.has-vague-bleu-trame .wp-block-group__inner-container .wp-block-group__inner-container:before {
    width: 440px;
    height: 186px;
  }
}
@media (max-width: 768px) {
  .wp-block-group.has-vague-bleu-trame .wp-block-group__inner-container .wp-block-group__inner-container:before {
    display: none;
  }
}
.wp-block-group.has-vague-verte-claire .wp-block-group__inner-container:before {
  width: 844px;
  height: 358px;
  bottom: 0;
  left: 0;
  background-size: contain;
  background: url("../../../assets/dist/images/backgrounds/vague-verte-claire.svg") no-repeat bottom left;
}
@media (max-width: 1660px) {
  .wp-block-group.has-vague-verte-claire .wp-block-group__inner-container .wp-block-group__inner-container:before {
    width: 714px;
    height: 302px;
  }
}
@media (max-width: 1280px) {
  .wp-block-group.has-vague-verte-claire .wp-block-group__inner-container .wp-block-group__inner-container:before {
    width: 540px;
    height: 228px;
  }
}
@media (max-width: 1040px) {
  .wp-block-group.has-vague-verte-claire .wp-block-group__inner-container .wp-block-group__inner-container:before {
    width: 440px;
    height: 186px;
  }
}
@media (max-width: 768px) {
  .wp-block-group.has-vague-verte-claire .wp-block-group__inner-container .wp-block-group__inner-container:before {
    display: none;
  }
}

.carre-blanc {
  position: absolute;
  width: 100%;
  max-width: 1140px !important;
  height: calc(100% - 4rem);
  background-color: white;
}

.wp-admin .wp-block-group .carre-blanc {
  top: 0;
}
.wp-admin .block-editor-block-list__block.is-style-beige-carre-blanc {
  display: flex;
  justify-content: center;
}
.wp-admin .block-editor-block-list__block.is-style-lavender-carre-blanc {
  display: flex;
  justify-content: center;
}
.wp-admin .block-editor-block-list__block.is-style-blue-carre-blanc {
  display: flex;
  justify-content: center;
}
.wp-admin .block-editor-block-list__block.is-style-pastel-green-carre-blanc {
  display: flex;
  justify-content: center;
}
.wp-admin .block-editor-block-list__block.is-style-green-carre-blanc {
  display: flex;
  justify-content: center;
}
.wp-admin .block-editor-block-list__block.is-style-yellow-carre-blanc {
  display: flex;
  justify-content: center;
}
.wp-admin .block-editor-block-list__block.is-style-yellow-pale-carre-blanc {
  display: flex;
  justify-content: center;
}

.single-thematique {
  background-color: white !important;
  background: white !important;
}
.single-thematique.is-style-beige {
  background: white !important;
}
.single-thematique .wp-block-group__inner-container {
  padding-top: 0 !important;
}

.aucun-article-trouve {
  display: flex;
  text-align: center;
  padding-top: 2rem;
  justify-content: center;
}

.has-carre-blanc-bloc-acf {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.has-carre-blanc-bloc-acf .carre-blanc {
  z-index: 0;
}
.has-carre-blanc-bloc-acf .container {
  z-index: 1;
}
.has-carre-blanc-bloc-acf .texte,
.has-carre-blanc-bloc-acf .texte-introductif {
  padding: 0rem 1rem;
}

/*# sourceMappingURL=style-2024.css.map */
