.has-blanc-color {
  color: #fff;
}
.has-orange-color {
  color: #DF3F02;
}
.has-violet-color {
  color: #2F1C71;
}
.has-violet-fonce-color {
  color: #19065D;
}
.has-violet-moyen-color {
  color: #C8BAF6;
}
.has-violet-clair-color {
  color: #F3F1FE;
}
.has-orange-background-color {
  background-color: #DF3F02;
}
.has-violet-moyen-background-color {
  background-color: #C8BAF6;
}
.has-violet-fonce-background-color {
  background-color: #19065D;
}
.has-violet-background-color {
  background-color: #2F1C71;
}
.has-violet-clair-background-color {
  background-color: #F3F1FE;
}
.has-blanc-background-color {
  background-color: #fff;
}
/* BLOCK Gutenberg */
.wp-block,
.wp-block-group,
hr.wp-block-separator {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}
/*
.wp-block-columns {
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  width: 100%;
}
*/
.wp-block[data-align="wide"],
.wp-block[data-align="wide"] .wp-block-group {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.is-root-container .wp-block[data-align="full"],
.is-root-container .wp-block[data-align="full"] .wp-block-group {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.alignfull {
  width: 100%;
  max-width: 100%;
}
.alignwide {
  width: 100%;
  max-width: 1500px !important;
  margin-left: auto;
  margin-right: auto;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.alignright {
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
.wp-block-columns {
  gap: 90px;
}
/* FIN BLOCK Gutenberg */
.gutenberg a,
.editor-styles-wrapper a {
  color: #2F1C71;
}
.gutenberg a:hover,
.editor-styles-wrapper a:hover {
  color: #DF3F02;
}
.gutenberg,
.editor-styles-wrapper {
  color: #2F1C71;
}
.editor-styles-wrapper p,
.editor-styles-wrapper .lazyblock p,
.gutenberg p {
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
}
.gutenberg h1,
.editor-styles-wrapper h1,
.gutenberg h2,
.editor-styles-wrapper h2,
.gutenberg h3,
.editor-styles-wrapper h3,
.gutenberg h4,
.editor-styles-wrapper h4,
.gutenberg h5,
.editor-styles-wrapper h5,
.gutenberg h6,
.editor-styles-wrapper h6 {
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 105%;
}
/*
.gutenberg h2,
.editor-styles-wrapper h2{
    font-size: clamp(30px, 2.7vw, 40px);
    line-height: 105%;
}
    */
/* Taille typo Gutenberg */
.has-12-px-font-size,
.gutenberg p.has-12-px-font-size {
  font-size: 12px;
  line-height: 15px;
}
.has-14-px-font-size,
.gutenberg p.has-14-px-font-size {
  font-size: 14px;
  line-height: 17px;
}
.has-16-px-font-size,
.gutenberg p.has-16-px-font-size {
  font-size: 16px;
  line-height: 21px;
}
.has-18-px-font-size,
.gutenberg p.has-18-px-font-size {
  font-size: 18px;
  line-height: 25px;
}
.has-20-px-font-size,
.gutenberg p.has-20-px-font-size {
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: 28px;
}
.has-22-px-font-size,
.gutenberg p.has-22-px-font-size {
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 115%;
}
.has-24-px-font-size,
.gutenberg p.has-24-px-font-size {
  font-size: clamp(19px, 1.5vw, 24px);
  line-height: 120%;
}
.has-26-px-font-size,
.gutenberg p.has-26-px-font-size {
  font-size: clamp(19px, 1.5vw, 26px);
  line-height: 120%;
}
.has-28-px-font-size,
.gutenberg p.has-28-px-font-size {
  font-size: clamp(19px, 1.6vw, 28px);
  line-height: 120%;
}
.has-30-px-font-size,
.gutenberg p.has-30-px-font-size {
  font-size: clamp(20px, 1.6vw, 30px);
  line-height: 120%;
}
.has-32-px-font-size,
.gutenberg p.has-32-px-font-size {
  font-size: clamp(20px, 1.7vw, 32px);
  line-height: 102%;
}
.has-34-px-font-size,
.gutenberg p.has-34-px-font-size {
  font-size: clamp(20px, 1.8vw, 34px);
  line-height: 102%;
}
.has-36-px-font-size,
.gutenberg p.has-36-px-font-size {
  font-size: clamp(24px, 1.9vw, 36px);
  line-height: 102%;
}
.has-38-px-font-size,
.gutenberg p.has-38-px-font-size {
  font-size: clamp(25px, 2vw, 38px);
  line-height: 102%;
}
.has-40-px-font-size,
.gutenberg p.has-40-px-font-size {
  font-size: clamp(26px, 2.1vw, 40px);
  line-height: 100%;
}
.has-42-px-font-size,
.gutenberg p.has-42-px-font-size {
  font-size: clamp(27px, 2.2vw, 42px);
  line-height: 100%;
}
.has-44-px-font-size,
.gutenberg p.has-44-px-font-size {
  font-size: clamp(28px, 2.3vw, 44px);
  line-height: 100%;
}
.has-46-px-font-size,
.gutenberg p.has-46-px-font-size {
  font-size: clamp(29px, 2.4vw, 46px);
  line-height: 100%;
}
.has-48-px-font-size,
.gutenberg p.has-48-px-font-size {
  font-size: clamp(30px, 2.5vw, 48px);
  line-height: 100%;
}
.has-50-px-font-size,
.gutenberg p.has-50-px-font-size {
  font-size: clamp(31px, 2.6vw, 50px);
  line-height: 100%;
}
.has-52-px-font-size,
.gutenberg p.has-52-px-font-size {
  font-size: clamp(32px, 2.7vw, 52px);
  line-height: 100%;
}
.has-54-px-font-size,
.gutenberg p.has-54-px-font-size {
  font-size: clamp(33px, 2.8vw, 54px);
  line-height: 100%;
}
.has-56-px-font-size,
.gutenberg p.has-56-px-font-size {
  font-size: clamp(34px, 2.9vw, 56px);
  line-height: 100%;
}
.has-58-px-font-size,
.gutenberg p.has-58-px-font-size {
  font-size: clamp(35px, 3vw, 58px);
  line-height: 100%;
}
.has-60-px-font-size,
.gutenberg p.has-60-px-font-size {
  font-size: clamp(36px, 3.1vw, 60px);
  line-height: 100%;
}
.has-62-px-font-size,
.gutenberg p.has-62-px-font-size {
  font-size: clamp(37px, 3.2vw, 62px);
  line-height: 100%;
}
.has-64-px-font-size,
.gutenberg p.has-64-px-font-size {
  font-size: clamp(38px, 3.3vw, 64px);
  line-height: 100%;
}
.has-66-px-font-size,
.gutenberg p.has-66-px-font-size {
  font-size: clamp(39px, 3.4vw, 66px);
  line-height: 100%;
}
.has-68-px-font-size,
.gutenberg p.has-68-px-font-size {
  font-size: clamp(40px, 3.5vw, 68px);
  line-height: 100%;
}
.has-70-px-font-size,
.gutenberg p.has-70-px-font-size {
  font-size: clamp(41px, 3.6vw, 70px);
  line-height: 100%;
}
.has-72-px-font-size,
.gutenberg p.has-72-px-font-size {
  font-size: clamp(42px, 3.7vw, 72px);
  line-height: 100%;
}
.has-130-px-font-size,
.gutenberg p.has-130-px-font-size {
  font-size: clamp(60px, 7vw, 130px);
  line-height: 100%;
  margin: 0px;
}
/* Fin Taille typo Gutenberg */
.is-style-titre-points {
  background-image: url(../images/ronds-points-orange.svg);
  background-position: left 0px;
  background-repeat: no-repeat;
  padding-left: 35px;
  min-height: 27px;
  background-size: 27px 27px;
}
.gutenberg ul.infosprat,
.gutenberg ul.wp-block-latest-posts,
.gutenberg ul.wp-block-categories {
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
  padding-left: 0px;
}
.gutenberg ul.infosprat li,
.gutenberg ul.wp-block-latest-posts li,
.gutenberg ul.wp-block-categories li {
  display: block;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: #fff 1px solid;
}
.gutenberg ul.infosprat li:last-child,
.gutenberg ul.wp-block-latest-posts li:last-child,
.gutenberg ul.wp-block-categories li:last-child {
  border-bottom-style: none;
  padding-bottom: 0px;
}
.gutenberg ul.infosprat li a,
.gutenberg ul.wp-block-latest-posts li a,
.gutenberg ul.wp-block-categories li a {
  display: block;
  color: #fff;
  background-image: url(../images/fleche-li-a.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  transition: all 0.25s ease;
}
.gutenberg ul.infosprat li a:hover,
.gutenberg ul.wp-block-latest-posts li a:hover,
.gutenberg ul.wp-block-categories li a:hover {
  color: #fff;
  background-position: 5px center;
}
.gutenberg ul.col-formations {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
}
.gutenberg ul.col-formations li {
  display: block;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: #C8BAF6 1px solid;
}
.gutenberg ul.col-formations li:last-child {
  border-bottom-style: none;
  padding-bottom: 0px;
}
.gutenberg ul.col-formations li a {
  display: block;
  color: #2F1C71;
  background-image: url(../images/fleche-li-a-violet.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  transition: all 0.25s ease;
}
.gutenberg ul.col-formations li a:hover {
  background-position: 5px center;
}
.gutenberg hr.wp-block-separator,
.editor-styles-wrapper hr.wp-block-separator {
  border-bottom-style: none;
  /* border-top: @violet 1px solid;*/
  margin-bottom: 30px;
}
.gutenberg ul.wp-block-list,
.editor-styles-wrapper ul.wp-block-list {
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  list-style: none;
  padding-left: 0px;
}
.gutenberg ul.wp-block-list li,
.editor-styles-wrapper ul.wp-block-list li {
  background-image: url(../images/puce-liste-standard.svg);
  background-position: left 4px;
  background-repeat: no-repeat;
  padding-left: 28px ;
  border-bottom: #C8BAF6 1px solid;
  margin-top: 20px;
  padding-bottom: 20px;
}
.gutenberg ul.wp-block-list li:last-child,
.editor-styles-wrapper ul.wp-block-list li:last-child {
  border-bottom-style: none;
}
.gutenberg ul.wp-block-list li ul li,
.editor-styles-wrapper ul.wp-block-list li ul li {
  background-image: url(../images/fleche-violet-li-li.svg);
  border-bottom-style: none;
  background-position: left 6px;
  padding-left: 30px ;
  padding-bottom: 7px;
  margin-top: 7px;
}
.gutenberg ul.wp-block-list li a,
.editor-styles-wrapper ul.wp-block-list li a {
  color: #2F1C71;
}
.gutenberg ul.wp-block-list li a:hover,
.editor-styles-wrapper ul.wp-block-list li a:hover {
  color: #DF3F02;
}
.gutenberg ul.is-style-liste-chevron li,
.editor-styles-wrapper ul.is-style-liste-chevron li {
  background-image: url(../images/puce-liste-standard.svg);
  background-position: left 4px;
  background-repeat: no-repeat;
  padding-left: 28px ;
  border-bottom-style: none;
  margin-top: 7px;
  padding-bottom: 7px;
}
.is-style-col-flex-strech .wp-block-column div:not(.wp-block-button) {
  width: 100%;
}
.gutenberg div.wp-block-button {
  display: inline-block !important;
}
.block-editor-block-list__block .wp-block-button {
  width: auto;
}
.wp-block-button a.wp-block-button__link,
.block-editor-block-list__block .wp-block-button .wp-block-button__link {
  color: #fff;
  text-decoration: none;
  background-color: #DF3F02;
  height: 70px;
  border-radius: 35px;
  /*display: inline-block;*/
  box-sizing: border-box;
  padding-left: 35px;
  padding-right: 75px;
  padding-top: 27px;
  padding-bottom: 27px;
  background-image: url(../images/fleche-btn-orange.svg);
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 16px;
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 16px;
}
.wp-block-button a.wp-block-button__link:hover {
  background-color: #2F1C71;
  background-image: url(../images/fleche-btn-violet.svg);
}
.wp-block-button.is-style-bouton-mail a.wp-block-button__link,
.block-editor-block-list__block .wp-block-button.is-style-bouton-mail .wp-block-button__link {
  height: 34px;
  border-radius: 17px;
  background-image: url(../images/picto-mail-violet.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 34px 34px;
  padding-left: 32px;
  color: #2F1C71;
  background-color: #fff;
  font-size: 14px;
  font-family: ariana-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 16px;
  text-align: left;
  padding-top: 8px;
  box-sizing: border-box;
  padding-right: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.wp-block-button.is-style-bouton-mail a.wp-block-button__link:hover {
  color: #DF3F02;
  background-image: url(../images/picto-mail-orange.svg);
}
.wp-block-button.is-style-bouton-tel a.wp-block-button__link,
.block-editor-block-list__block .wp-block-button.is-style-bouton-tel .wp-block-button__link {
  height: 34px;
  border-radius: 17px;
  background-image: url(../images/picto-tel-violet.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 34px 34px;
  background-color: #fff;
  padding-left: 30px;
  color: #2F1C71;
  font-size: 14px;
  font-family: ariana-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 16px;
  text-align: left;
  padding-top: 8px;
  box-sizing: border-box;
  padding-right: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.wp-block-button.is-style-bouton-tel a.wp-block-button__link:hover {
  color: #DF3F02;
  background-image: url(../images/picto-tel-orange.svg);
}
p.is-style-para-e {
  font-size: 18px;
  line-height: 22px;
  background-image: url(../images/e-point-orange.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 35px;
  padding-left: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}
.slider-page {
  height: 680px;
  overflow: hidden;
  border-radius: 30px;
}
.slider-page .swiper-wrapper {
  height: 650px;
  border-radius: 30px;
}
.slide-page {
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  border-radius: 30px;
}
.slide-page .slidecontent {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(47, 27, 113, 0.66);
  color: #fff;
  font-size: 12px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 500px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  width: auto;
}
.slide-page .slidecontent p {
  font-size: 16px;
  line-height: 21px;
  margin: 0px;
}
.slider-page .nav-slider-page {
  z-index: 1000;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.slider-page .nav-slider-page .swiper-pagination-bullet {
  opacity: 1;
  background-color: #2F1C71;
  width: 11px;
  height: 11px;
  margin-left: 6px;
  margin-right: 6px;
}
.slider-page .nav-slider-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DF3F02;
}
.slider-home {
  width: calc(100% - 70px);
  height: calc(100vh - 70px);
  overflow: hidden;
  border-radius: 30px;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 900;
}
.slider-home .slide-home {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
}
.slider-home .slide-home .slide-fond {
  width: 100%;
  height: calc(100vh - 70px);
  background: linear-gradient(0deg, #2f1c71 0%, rgba(47, 28, 113, 0) 50%);
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}
.slider-home .slide-home .slide-fond .slidecontent {
  padding-top: 0px;
  width: 50%;
  padding-left: 60px;
  padding-right: 0px;
  padding-bottom: 70px;
  color: #fff;
  margin-right: 50%;
}
.slider-home .slide-home .slide-fond .slidecontent h1,
.slider-home .slide-home .slide-fond .slidecontent h2 {
  font-size: clamp(35px, 3.5vw, 87px);
  margin-top: 20px;
  margin-bottom: 20px;
}
.slider-home .slide-home .slide-fond .slidecontent h1 span,
.slider-home .slide-home .slide-fond .slidecontent h2 span {
  color: #DF3F02;
}
.slider-home .slide-home .slide-fond .slidecontent p.sur-titre {
  /*font-size: 44px;*/
  font-size: clamp(22px, 2vw, 44px);
  line-height: 100%;
  background-image: url(../images/e-point-orange.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 35px;
  padding-left: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}
.slider-home .slide-home .slide-fond .slidecontent .bas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.slider-home .slide-home .slide-fond .slidecontent .bas p {
  width: 50%;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 0px;
}
.slider-home .slide-home .slide-fond .slidecontent .bas a {
  color: #fff;
  text-decoration: none;
  background-color: #DF3F02;
  height: 70px;
  border-radius: 35px;
  display: block;
  box-sizing: border-box;
  padding-left: 35px;
  padding-right: 75px;
  padding-top: 27px;
  padding-bottom: 27px;
  background-image: url(../images/fleche-btn-orange.svg);
  background-position: right center;
  background-repeat: no-repeat;
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
}
.slider-home .nav-slider-home {
  background-color: #2F1C71;
  position: absolute;
  z-index: 1000;
  width: 150px;
  right: 90px;
  left: inherit;
  bottom: 70px;
  height: 70px;
  border-radius: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.slider-home .nav-slider-home .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 11px;
  height: 11px;
  margin-left: 6px;
  margin-right: 6px;
}
.slider-home .nav-slider-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DF3F02;
}
.is-style-col-flex-strech .wp-block-column {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.bloc-image-esc {
  width: 100%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  /*border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    */
  min-height: 100%;
  height: 100%;
  position: relative;
}
.bloc-image-esc img.choix {
  opacity: 0;
  display: none;
}
.bloc-image-esc img.esc {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 190px;
  height: auto;
}
.chiffres-cles {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.chiffres-cles .chiffre {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.chiffres-cles .chiffre:nth-child(even) {
  padding-top: 60px;
  padding-bottom: 0px;
}
.chiffres-cles .chiffre:nth-child(odd) {
  padding-top: 0px;
  padding-bottom: 60px;
}
/*
.chiffres-cles .chiffre.orange{
    padding-top: 70px;
    padding-bottom: 0px;
}

.chiffres-cles .chiffre.mauve{
   padding-bottom: 70px;
}
   */
.chiffres-cles .chiffre .chiffre-contenu {
  background-color: #F3F1FE;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
}
.chiffres-cles .chiffre.orange .chiffre-contenu {
  background-color: #DF3F02;
  color: #fff;
}
.chiffres-cles .chiffre.mauve .chiffre-contenu {
  background-color: #F3F1FE;
  color: #2F1C71;
}
.chiffres-cles .chiffre .chiffre-contenu span {
  width: 100%;
  font-size: clamp(40px, 3vw, 87px);
  font-weight: 700;
  font-family: ariana-pro, sans-serif;
  line-height: 100%;
  margin-bottom: 10px;
}
.chiffres-cles .chiffre .chiffre-contenu .explication {
  margin-top: 10px;
}
.chiffres-cles .chiffre .chiffre-contenu .explication p {
  margin: 0px;
  font-size: 22px;
  line-height: 26px;
}
.chiffres-cles .chiffre .chiffre-contenu .explication p.titre-chiffre {
  font-weight: 700;
}
.textes-cles {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.textes-cles .chiffre {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.textes-cles .chiffre:nth-child(even) {
  padding-top: 60px;
  padding-bottom: 0px;
}
.textes-cles .chiffre:nth-child(odd) {
  padding-top: 0px;
  padding-bottom: 60px;
}
.textes-cles .chiffre .chiffre-contenu {
  background-color: #F3F1FE;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
}
.textes-cles .chiffre.orange .chiffre-contenu {
  background-color: #DF3F02;
  color: #fff;
}
.textes-cles .chiffre.mauve .chiffre-contenu {
  background-color: #F3F1FE;
  color: #2F1C71;
}
.textes-cles .chiffre .chiffre-contenu .explication p {
  margin: 0px;
  font-size: clamp(24px, 1.7vw, 32px);
  line-height: 115%;
  font-family: ariana-pro, sans-serif;
  font-weight: 500;
}
.contour-slogan-wrapper {
  width: 100%;
  padding: 30px;
}
.slogan-wrapper {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
}
.slogan-wrapper .slogan-opaque {
  width: 100%;
  background: #2f1c71;
  background: linear-gradient(0deg, #2f1c71 0%, rgba(47, 28, 113, 0) 80%);
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.slogan-wrapper .slogan-opaque .slogan-content {
  padding-bottom: 100px;
  padding-top: 350px;
  width: 100%;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  color: #fff;
}
.slogan-wrapper .slogan-opaque .slogan-content p {
  width: 60%;
  margin-right: 40%;
}
.slogan-wrapper .slogan-opaque .slogan-content p.sur-titre {
  font-size: 18px;
  line-height: 22px;
  background-image: url(../images/e-point-orange.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 35px;
  padding-left: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  margin: 0px;
  font-family: basic-sans, sans-serif;
}
.slogan-wrapper .slogan-opaque .slogan-content p.slogan {
  font-size: clamp(30px, 6vw, 80px);
  line-height: 100%;
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
  margin-top: 40px;
}
.slogan-wrapper .slogan-opaque .slogan-content p.slogan span {
  color: #DF3F02;
}
.slogan-wrapper .slogan-opaque .slogan-content span.auteur {
  color: #fff;
  background-color: #2F1C71;
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  border-radius: 35px;
  height: 70px;
  padding-top: 25px;
  box-sizing: border-box;
  padding-left: 40px ;
  padding-right: 40px;
  font-family: basic-sans, sans-serif;
}
.wp-block-lazyblock-bloc-formation-par-niveau {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.bloc-niv-formation {
  background-color: #F3F1FE;
  border-radius: 30px;
  padding: 30px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 20px;
}
.bloc-niv-formation .bloc-niv-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
}
.bloc-niv-formation .titre-niveau {
  background-image: url(../images/ronds-points-orange.svg);
  background-position: left 4px;
  background-repeat: no-repeat;
  padding-left: 35px;
}
.bloc-niv-formation .titre-niveau h3 {
  margin: 0px;
  font-size: 28px;
}
.liste-formations h4 {
  margin-top: 5px;
  color: #DF3F02;
  font-size: 22px;
  display: block;
  padding-left: 35px;
  margin-bottom: 5px;
}
.liste-formations {
  padding-left: 0px;
  padding-right: 0px ;
}
.liste-formations ul:not(.post-categories) {
  list-style: none;
  padding-left: 0px;
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0px;
}
.liste-formations ul:not(.post-categories) li a {
  background-image: url(../images/fleche-violet-li-formation.svg);
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 35px;
  display: block;
  box-sizing: border-box;
  margin-bottom: 15px;
}
/*
.bloc-niv-formation .bloc-niv-content a{
    color: #fff;
    text-decoration: none;
    background-color: @orange;
    height: 70px;
    border-radius: 35px;
    display: block;
    box-sizing: border-box;
    padding-left: 35px;
    padding-right: 75px;
    padding-top: 27px;
    padding-bottom: 27px;
    background-image: url(../images/fleche-btn-orange.svg);
    background-position: right center;
    background-repeat: no-repeat;
    font-family: ariana-pro, sans-serif;
font-weight: 700;
font-style: normal;
}
*/
.is-style-group-arrondis-esc {
  border-radius: 30px;
  padding: 30px;
}
.is-style-group-arrondis-esc-v2 {
  border-radius: 30px;
  padding: 50px;
}
p.is-style-rond-para-e {
  width: 70px;
  height: 70px;
  display: inline-block;
  margin-left: calc((100% - 70px)/2);
  margin-right: calc((100% - 70px)/2);
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 17px;
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 35px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.is-style-col-flex-strech-marge-30 {
  gap: 30px;
  align-items: stretch;
}
.is-style-col-flex-strech-marge-30 .wp-block-column {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.is-style-col-flex-strech-marge-30 .is-style-group-arrondis-esc {
  border-radius: 20px;
  padding: 20px;
}
.liste-formations.page-normale .formation-une .formation-content {
  background-color: #F3F1FE;
}
.liste-formations.page-normale .formation-une .formation-content a {
  background-color: #DF3F02;
  color: #fff;
  background-image: url(../images/fleche-blanche.svg);
}
.liste-formations.page-normale .formation-une .formation-content:hover {
  background-color: #2F1C71;
}
.fiche-formation .liste-formations.page-normale,
.liste-formations.en-colonne {
  padding-left: 0px;
  padding-right: 0px;
}
.liste-formations.en-ligne {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.liste-formations.en-ligne .formation-une {
  width: 33.33%;
}
.fiche-formation .liste-formations.en-ligne .formation-une {
  width: 50%;
}
/*.fiche-formation .liste-formations.page-normale .formation-une,*/
.liste-formations.en-colonne .formation-une {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.accordeon h3 {
  display: block;
  box-sizing: border-box;
  height: 50px;
  border-radius: 25px ;
  background-color: #F3F1FE;
  font-size: 20px;
  line-height: 20px;
  padding-top: 12px;
  padding-right: 40px;
  padding-left: 20px;
  background-image: url(../images/fleche-accordeon-off.svg);
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}
.accordeon h3.on {
  background-image: url(../images/fleche-accordeon-on.svg);
}
.gutenberg .accordeon .contenu {
  position: relative;
  height: auto;
  display: block;
  height: 0px;
  overflow: hidden;
}
.gutenberg .accordeon .contenu .bloc {
  display: block;
  /*   position: absolute;
    top: -100%;
    left: 0px;
    */
  width: 100%;
}
.editor-styles-wrapper .accordeon .contenu .bloc {
  display: block;
  position: relative;
  width: 100%;
}
.faq h2 {
  display: block;
  box-sizing: border-box;
  height: 50px;
  border-radius: 25px ;
  background-color: #F3F1FE;
  font-size: 20px;
  line-height: 20px;
  padding-top: 12px;
  padding-right: 40px;
  padding-left: 20px;
  background-image: url(../images/fleche-accordeon-off.svg);
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
}
.faq h2.on {
  background-image: url(../images/fleche-accordeon-on.svg);
}
.faq .faq-reponse {
  height: 0px;
  overflow: hidden;
}
.is-style-arrondis-esc {
  border-radius: 30px;
  width: 100%;
  height: auto;
}
.is-style-arrondis-esc img {
  border-radius: 30px;
  width: 100%;
  height: auto;
}
.liste-membres-wrapper {
  background-color: #2F1C71;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.liste-membres-wrapper .liste-membres {
  background-color: #2F1C71;
  width: 100%;
  max-width: 1500px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
.liste-membres-wrapper .liste-membres .membre {
  width: 25%;
  color: #fff;
  text-align: center;
  font-family: basic-sans, sans-serif;
  margin-bottom: 35px;
  padding-left: 30px;
  padding-right: 30px;
}
.liste-membres-wrapper .liste-membres .membre .photo-membre {
  /*
width: 300px;
height: 300px;
border-radius: 150px;
*/
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  max-width: 300px;
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;
  /*background-color: @violet;*/
  background: linear-gradient(0deg, #2f1c71 10%, #e0dbfc 100%);
  position: relative;
}
.liste-membres-wrapper .liste-membres .membre .photo-membre .photo-filtre {
  /*
width: 300px;
height: 300px;
border-radius: 150px;
*/
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  max-width: 300px;
  max-height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /*
 mix-blend-mode: hard-light;
mix-blend-mode: luminosity;
filter: grayscale(100%);
*/
}
.liste-membres-wrapper .liste-membres .membre .membre-content {
  position: relative;
  width: 100%;
}
.liste-membres-wrapper .liste-membres .membre .membre-content .parcours.cache {
  display: none;
}
.liste-membres-wrapper .liste-membres .membre .membre-content .parcours {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #DF3F02;
  color: #fff;
  padding: 15px;
  width: 100%;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap ;
  align-content: center;
}
.liste-membres-wrapper .liste-membres .membre .membre-content .parcours p {
  font-size: 17px;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 8px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  display: block;
}
.liste-membres-wrapper .liste-membres .membre .membre-content .parcours p strong {
  font-size: 19px;
}
.liste-membres-wrapper .liste-membres .membre .membre-content .parcours p.titre {
  padding-bottom: 6px;
  border-bottom: #fff 1px solid;
  margin-bottom: 12px;
  font-weight: 700;
}
.liste-membres-wrapper .liste-membres .membre .photo-membre img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  filter: inherit;
}
.liste-membres-wrapper .liste-membres .membre p.fonction,
.liste-membres-wrapper .liste-membres .membre h3.fonction {
  color: #DF3F02;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.liste-membres-wrapper .liste-membres .membre h3,
.liste-membres-wrapper .liste-membres .membre h4 {
  font-size: 20px;
  margin-top: 10px;
}
.liste-membres-wrapper .liste-membres .membre a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  color: #7B6AB8;
  font-size: 18px;
}
.is-style-titre-avec-e {
  display: inline-block;
  height: 70px;
  border-radius: 35px;
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  background-color: #19065D;
  padding-left: 85px;
  padding-right: 60px;
  padding-top: 20px;
  box-sizing: border-box;
  background-image: url(../images/e-point-orange.svg);
  background-position: 35px center;
  background-repeat: no-repeat;
  background-size: 31px auto;
}
.is-style-bloc-max-750-droite {
  width: 100%;
  max-width: 700px;
  margin-left: 0px;
  margin-right: auto;
}
.is-style-bloc-max-750-gauche {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: 0px;
}
.is-style-titre-avec-big-e {
  background-image: url(../images/e-point-orange.svg);
  background-size: auto 89px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 110px;
  display: block;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 100px;
}
.frm_form_fields fieldset {
  margin: 0px;
  padding: 0px;
  border-style: none;
  font-family: ariana-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
}
.frm_form_fields fieldset hr {
  color: #7B6AB8;
  background-color: #7B6AB8;
  border-top: #7B6AB8 1px solid;
  margin-top: 10px;
  margin-bottom: 10px;
}
.frm_form_fields input[type=text],
.frm_form_fields input[type=email],
.frm_form_fields input[type=tel] {
  border-style: none;
  display: block;
  box-sizing: border-box;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  color: #2F1C71;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  margin-bottom: 15px;
  width: 100%;
  font-family: ariana-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.frm_form_fields textarea {
  border-style: none;
  display: block;
  box-sizing: border-box;
  height: 120px;
  border-radius: 25px;
  background-color: #fff;
  color: #2F1C71;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  margin-bottom: 15px;
  padding-top: 20px;
  width: 100%;
  font-family: ariana-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.frm_form_fields select {
  border-style: none;
  display: block;
  box-sizing: border-box;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  color: #2F1C71;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  margin-bottom: 15px;
  width: 100%;
  font-family: ariana-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.frm_form_fields button {
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  background-color: #DF3F02;
  height: 70px;
  border-radius: 35px;
  display: block;
  box-sizing: border-box;
  padding-left: 35px;
  padding-right: 75px;
  padding-top: 27px;
  padding-bottom: 27px;
  background-image: url(../images/fleche-btn-orange.svg);
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-style: none;
  margin-top: 40px;
  transition: all 0.5s ease;
}
.frm_form_fields button:hover {
  background-color: #2F1C71;
  background-image: url(../images/fleche-btn-violet.svg);
}
.frm_form_fields .frm_primary_label {
  margin-top: 15px;
  margin-left: 15px;
}
.frm_form_fields .frm_opt_container {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.frm_form_fields .frm_opt_container .frm_radio {
  margin-right: 20px;
}
.frm_form_fields .frm_html_container,
.frm_form_fields .frm_html_container p {
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.frm_form_fields .frm_required {
  color: #DF3F02;
}
.frm_form_fields .frm_checkbox {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 8px;
}
.frm_form_fields .frm_checkbox label {
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.frm_form_fields .frm_checkbox label input[type=checkbox] {
  margin-top: -5px;
  margin-bottom: 0px;
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px;
  margin-left: 0px;
  border-color: #DF3F02;
  vertical-align: middle;
}
.frm_form_fields .frm_checkbox label input[type=checkbox]:checked {
  accent-color: #DF3F02;
}
.frm_form_field:not(.frm_compact) .frm_dropzone {
  max-width: 100%;
}
.frm_dropzone {
  width: 100%;
  border: #DF3F02 1px dashed;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}
.frm_dropzone .frmsvg {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto 8px;
  color: #DF3F02;
}
.frm_dropzone .frm_upload_text {
  width: 100%;
  text-align: center;
}
.frm_dropzone .frm_upload_text button {
  width: 100%;
  text-align: center;
}
.frm_forms .frm_error_style {
  color: #DF3F02;
  font-family: basic-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  display: block;
  margin-bottom: 15px;
}
.frm_form_fields .frm_error {
  color: #DF3F02;
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  margin-top: -12px;
}
.bloc-adr-tel-mail {
  width: 100%;
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bloc-adr-tel-mail .adresse {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: #2F1C71 1px solid;
  border-bottom: #2F1C71 1px solid;
  margin-bottom: 40px;
}
.bloc-adr-tel-mail .adresse p {
  font-size: 20px;
  line-height: 28px;
  background-image: url(../images/picto-adresse.svg);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 90px;
  margin: 0px;
}
.bloc-adr-tel-mail .btns-tel-mail a {
  color: #fff;
  text-decoration: none;
  background-color: #DF3F02;
  height: 70px;
  border-radius: 35px;
  display: block;
  box-sizing: border-box;
  padding-left: 35px;
  padding-right: 75px;
  padding-top: 27px;
  padding-bottom: 27px;
  font-size: 20px;
  line-height: 20px;
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 18px;
}
.bloc-adr-tel-mail .btns-tel-mail a.tel {
  background-image: url(../images/picto-telephone.svg);
}
.bloc-adr-tel-mail .btns-tel-mail a.mail {
  background-image: url(../images/picto-email.svg);
}
iframe {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  border-style: none;
  min-height: 400px;
}
.temoignages .tem {
  background-color: #2F1C71;
  color: #fff;
  border-radius: 30px;
  padding: 30px ;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.temoignages .tem .photo-tem {
  width: 120px;
  height: 120px;
  background: linear-gradient(0deg, #2f1c71 10%, #e0dbfc 100%);
  position: relative;
  border-radius: 60px;
}
.temoignages .tem .photo-tem a {
  width: 120px;
  height: 120px;
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 60px;
  mix-blend-mode: hard-light;
  /*mix-blend-mode: luminosity;*/
  filter: grayscale(100%);
}
.temoignages .tem .tem-content {
  width: calc(100% - 120px);
  padding-left: 30px;
}
.temoignages .tem .tem-content h3 {
  margin-top: 0px;
  color: #DF3F02;
}
.temoignages .tem .tem-content p {
  font-size: 18px;
  font-weight: 200;
  line-height: 22px;
}
.temoignages .tem .tem-content a {
  margin-left: 0px;
  display: inline-block;
  color: #2F1C71;
  background-image: url(../images/fleche-violet.svg);
  background-position: right center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  height: 50px;
  border-radius: 25px;
  text-decoration: none;
  padding-right: 68px;
  padding-left: 38px;
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  padding-top: 17px;
  background-color: #F3F1FE;
}
.navig-tem {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.navig-tem .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #C8BAF6;
  opacity: 1;
}
.navig-tem .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #2F1C71;
  opacity: 1;
}
.wrapper-galia-contact.hide-galia {
  display: none;
  transition: all 1s ease;
}
.wrapper-galia-contact {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(47, 28, 113, 0.9);
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 4500;
}
.galia-content {
  width: 100%;
  max-width: 1500px;
  padding: 40px;
  background-color: #fff;
  border-radius: 30px;
  min-height: 450px;
  position: relative;
}
.galia-content iframe {
  min-height: 680px;
}
.btn-form #btn-galia-contact {
  color: #fff;
  text-decoration: none;
  background-color: #DF3F02;
  height: 70px;
  border-radius: 35px;
  display: block;
  box-sizing: border-box;
  padding-left: 35px;
  padding-right: 75px;
  padding-top: 27px;
  padding-bottom: 27px;
  background-image: url(../images/fleche-btn-orange.svg);
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 16px;
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 16px;
  display: inline-block;
  cursor: pointer;
}
#close-galia-form {
  width: 30px;
  height: 30px;
  background-color: #DF3F02;
  border-radius: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  cursor: pointer;
  background-image: url(../images/btn-close-form-galia.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.les-alumnis {
  width: 100%;
}
.les-alumnis form {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.les-alumnis form select {
  border: #19065D 1px solid;
  display: block;
  box-sizing: border-box;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  color: #2F1C71;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  margin-bottom: 15px;
  width: 60%;
  font-family: ariana-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.les-alumnis-content {
  width: 100%;
  max-width: 1500px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 30px;
}
.les-alumnis-content .alumni {
  text-align: center;
}
.les-alumnis-content .alumni p.nom {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0px;
  line-height: 13px;
}
.les-alumnis-content .alumni p.promo {
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #DF3F02;
  margin: 0px;
}
.les-alumnis-content .alumni h3 {
  font-size: 16px;
  line-height: 18px;
  margin-top: 7px;
  margin-bottom: 5px;
}
.les-alumnis-content .alumni a {
  color: #fff;
  background-color: #DF3F02;
  font-size: 14px;
  line-height: 14px;
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
  height: 30px;
  border-radius: 15px;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.les-alumnis-content .alumni .photo-membre {
  width: 6.5vw;
  height: 6.5vw;
  border-radius: 50%;
  background: linear-gradient(0deg, #2f1c71 10%, #e0dbfc 100%);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.les-alumnis-content .alumni .photo-membre .photo-filtre {
  width: 6.5vw;
  height: 6.5vw;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.les-alumnis-content .alumni .photo-membre img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 30px;
  height: auto;
}
.les-evenements {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
.les-evenements .evenement {
  padding: 0px;
  border: #DF3F02 1px solid;
  border-radius: 10px;
  position: relative;
}
.les-evenements .evenement p.dates {
  margin: 0px;
  background-color: #DF3F02;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-top: 8px;
  font-size: 17px;
  font-weight: 500;
}
.les-evenements .evenement .btn-en-plus {
  display: block;
  height: 24px;
  background-color: #DF3F02;
  border-radius: 10px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  box-sizing: border-box;
  font-family: basic-sans, sans-serif;
  font-weight: 400;
}
.les-evenements .evenement h3 {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
  padding-top: 25px;
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.les-evenements .evenement .en-plus {
  display: none;
}
.box-evenement.box-cache {
  display: none;
}
.box-evenement {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: rgba(47, 27, 113, 0.66);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5000;
}
.box-evenement .box-border {
  background-color: #fff;
  color: #19065D;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 20px;
  font-family: basic-sans, sans-serif;
  position: relative;
}
.box-evenement .box-border .box-evenement-details hr {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #DF3F02;
  border-top: #DF3F02 1px solid;
}
.box-evenement .box-border .box-evenement-details a {
  color: #19065D;
  display: block;
  margin-top: 10px;
}
.box-evenement .box-border .box-evenement-details a:hover {
  color: #DF3F02;
}
.box-evenement .box-border .close-box {
  position: absolute;
  border: #19065D 1px solid;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 15px;
  right: 15px;
  border-radius: 15px;
  background-image: url(../images/btn-close-burger.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
ul.list-form-dip {
  list-style: none;
  padding-left: 0px;
}
ul.list-form-dip li {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
}
ul.list-form-dip li a {
  background-image: url(../images/li-e-point-orange.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30px auto;
  padding-left: 45px;
  color: #19065D;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  display: block;
}
ul.list-form-dip li a:hover {
  color: #19065D;
}
.is-style-media-esc .wp-block-media-text__content {
  padding-left: 15px;
  padding-right: 15px;
}
.is-style-espace-col-petit {
  column-gap: 30px;
}
.les-plus {
  color: #fff;
}
.les-plus h2 {
  display: block;
  border-bottom: #DF3F02 1px solid;
  background-image: url(../images/e-point-orange.svg);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 105px;
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 25px;
  margin-top: 0px;
}
.slide-plus .slide-content {
  position: relative;
  padding-left: 45px;
  width: 100%;
}
.slide-plus .slide-content span {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background-color: #fff;
  color: #DF3F02;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  box-sizing: border-box;
  font-weight: 700;
  padding-top: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.slide-plus .slide-content h3 {
  font-size: 24px ;
  margin-top: 0px;
}
.slide-plus .slide-content p {
  font-size: 20px ;
  line-height: 21px;
  margin-bottom: 5px;
}
.pagination-slider-plus {
  margin-top: 15px;
  padding-top: 25px;
  border-top: #DF3F02 1px solid;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination-slider-plus .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 16px;
  height: 16px;
  margin-left: 15px;
  margin-right: 15px;
}
.pagination-slider-plus .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DF3F02;
}
figure.wp-block-video,
figure.wp-block-video video {
  border-radius: 30px;
}
.editor-styles-wrapper p.is-style-chiffre-etape,
.gutenberg p.is-style-chiffre-etape {
  font-size: 72px;
  line-height: 72px;
  margin: 0px;
}
.les-newsletters {
  font-family: basic-sans, sans-serif;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
.les-newsletters .lanews {
  border: #DF3F02 solid 1px;
  padding: 0px;
  border-radius: 15px;
  position: relative;
  padding-bottom: 55px;
}
.les-newsletters .lanews h2 {
  margin: 0px;
  background-color: #DF3F02;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 20px;
  font-weight: 600;
}
.les-newsletters .lanews div {
  padding-left: 20px;
  padding-right: 20px;
}
.les-newsletters .lanews div p {
  font-size: 18px;
  line-height: 22px;
}
.les-newsletters .lanews div ul {
  font-size: 18px;
  line-height: 22px;
  list-style: none;
  padding-left: 0px;
}
.les-newsletters .lanews div ul li {
  background-image: url(../images/puce-liste-standard.svg);
  background-repeat: no-repeat;
  background-position: left 1px;
  padding-left: 25px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.les-newsletters .lanews a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: calc(100% - 20px);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-right: 20px;
  display: block;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-top: 10px;
  text-align: right;
  background-image: url(../images/fleche-li-a-violet.svg);
  background-repeat: no-repeat;
  background-position: right 12px;
  line-height: 18px;
}
