/* Couleurs */
/*
@jaune: #FFD600;
@bleu: #004692;*/
body {
  margin: 0px;
  padding-top: 100px;
}
body.home {
  padding-top: 0px;
}
div {
  box-sizing: border-box;
}
.nav-wrapper {
  background-color: #2F1C71;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  z-index: 2000;
  left: 0px ;
  top: 0px;
  height: 100px;
  transition: all 1s ease;
}
.degrade-violet {
  width: 100%;
  background: linear-gradient(180deg, #2f1c71 0%, rgba(47, 28, 113, 0) 100%);
  height: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
.home .nav-wrapper.transparent {
  background-color: transparent;
  height: 170px;
}
.home .nav-wrapper.transparent.violet {
  /*background-color: @violet;*/
  transition: background-color 1s cubic-bezier(1, 1, 1, 1);
  transition-delay: 0s;
  /* padding-top: 15px;
   height: 100px;*/
}
.nav-wrapper ul {
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.btn-burger,
.btn-close-burger {
  display: none;
}
.nav-gauche {
  padding-left: 60px;
  width: 25%;
  max-width: 500px;
}
.nav-gauche a.logo-site {
  height: 55px;
  width: 100%;
  max-width: 360px;
  background-image: url(../images/logo-esc-compiegne.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.nav-wrapper.transparent .nav-gauche a.logo-site {
  height: 55px;
  width: 100%;
  max-width: 360px;
  background-image: url(../images/logo-esc-compiegne-couleur.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.nav-droite {
  padding-right: 60px;
  width: 25%;
  max-width: 500px;
}
.nav-centre {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-centre #adr-esc {
  display: none;
}
.nav-centre ul {
  width: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-radius: 35px;
  background-color: #19065D;
  padding-left: 35px;
  padding-right: 35px;
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  margin: 0px;
}
.nav-centre ul li {
  margin-left: 10px;
  margin-right: 10px;
}
.nav-centre ul li a {
  color: #fff;
  text-decoration: none;
}
.nav-centre ul li ul.sub-menu,
.nav-centre ul li ul.sub-menu li ul.sub-menu {
  display: none;
}
.nav-centre ul li ul.sub-menu {
  position: relative;
  font-size: 16px;
}
.nav-centre ul li.menu-item-has-children {
  background-image: url(../images/chevron-sous-menu.svg);
  background-position: right center;
  padding-right: 20px;
  background-repeat: no-repeat;
  position: relative;
}
.nav-centre ul li.menu-item-has-children ul li.menu-item-has-children {
  background-image: inherit;
  padding-right: 0px;
  position: unset;
}
/*
.nav-centre ul li.menu-item-has-children ul:not(grand) li{
   width: auto;
   box-sizing: border-box;
   display: block;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 15px;
}
*/
.nav-centre ul li ul.sub-menu.sousnav {
  display: block;
  background-color: #fff;
  border-radius: 35px;
  position: absolute;
  top: 35px;
  left: 0px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 0px;
  width: 300px;
  font-size: 16px;
  line-height: 16px;
  height: auto;
  box-sizing: border-box;
}
/*
 .nav-centre ul li ul.sub-menu.sousnav.grand{
   width: 600px;
 }

 .nav-centre ul li.menu-item-has-children ul li.menu-item-has-children ul.sub-menu.sousnavbis{
   display: block;
   position: absolute;
   top:0px;
   left:275px;
   width: 55%;
   height: auto;
   background-color: transparent;
   font-size: 16px;
   line-height: 16px;
   padding-left: 0px;
   padding-top: 10px;
   border-radius: 0px;
   box-sizing: border-box;
 }

 .nav-centre ul li.menu-item-has-children ul li.menu-item-has-children ul.sub-menu.sousnavbis li{
width: 100%;
height: auto;
 }

 .nav-centre ul li.menu-item-has-children ul li.menu-item-has-children ul.sub-menu.sousnavbis li a{
   width: 100%;
   height: auto;
    }

 .nav-centre ul li ul.sousnav.grand li{
display: block;
margin-top: 8px;
margin-bottom: 8px;
width: 45%;
height: 44px;
box-sizing: border-box;
 }
*/
.nav-centre ul li ul.sousnav li {
  margin-bottom: 16px;
}
.nav-centre ul li ul.sousnav li a {
  display: inline-block;
  background-color: #F3F1FE;
  color: #19065D;
  min-height: 44px;
  height: auto;
  border-radius: 22px;
  box-sizing: border-box;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.nav-centre ul li ul.sousnav li a:hover {
  background-color: #DF3F02;
  color: #fff;
}
.nav-droite ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  margin: 0px;
}
.nav-droite ul li {
  margin-left: 25px;
}
.nav-droite ul li 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;
}
.nav-droite ul li.btn-acces a {
  background-color: #fff;
  width: 70px;
  padding-right: 35px;
  background-image: url(../images/picto-acces-membre.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.header {
  background-color: #2F1C71;
  width: 100%;
  color: #fff;
}
.header-content {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  background-image: url(../images/e-points.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 90px;
  padding-top: 70px;
}
.header-content h1 {
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(30px, 4vw, 56px);
}
.page-formation {
  background-color: #F3F1FE;
}
.intro-formation-wrapper {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #fff;
}
.intro-formation {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.intro-formation h2 {
  display: block;
  box-sizing: border-box;
  width: 50%;
  margin-right: 50%;
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 30px;
  color: #2F1C71;
  margin: 0px;
  padding-left: 120px;
  background-image: url(../images/e-point-orange.svg);
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 120px;
}
.liste-formations-wrapper {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 90px;
}
.liste-formations {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.formation-une {
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 45px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.formation-une article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.formation-une {
  width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 45px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.formation-une-actus {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 65px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.formation-une-actus article {
  width: 100%;
  border-bottom: #2F1C71 1px solid;
}
.formation-content-actu {
  width: 100%;
  padding-bottom: 45px;
}
.formation-content-actu a.image-actus {
  width: 100%;
  height: 325px;
  background-position: top center;
  background-size: cover;
  border-radius: 15px;
  display: block;
}
.formation-une-actus .infos {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  font-family: ariana-pro, sans-serif;
  margin-top: 25px;
}
.liste-formations .formation-une-actus .infos ul.post-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 12px;
}
.liste-formations .formation-une-actus .infos ul.post-categories li {
  height: 12px;
  overflow: hidden;
}
.liste-formations .formation-une-actus .infos ul.post-categories li a {
  color: #DF3F02;
  text-decoration: none;
  margin-right: 6px;
  padding-right: 6px;
  border-right: #DF3F02 1px solid;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 12px;
  box-sizing: border-box;
}
.formation-content-actu h3,
.formation-content-actu h3 a {
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  line-height: 28px;
  color: #2F1C71;
  text-decoration: none;
  margin-bottom: 0px;
}
.formation-content {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
}
.formation-content:hover {
  background-color: #2F1C71;
}
.formation-content h3 {
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
  color: #2F1C71;
  padding-left: 40px;
  background-image: url(../images/ronds-points-orange.svg);
  background-position: left top;
  background-repeat: no-repeat;
  margin-top: 0px;
}
.formation-content h3 span {
  color: #DF3F02;
}
.formation-content:hover h3 {
  color: #fff;
}
.formation-content a {
  margin-left: 40px;
  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;
}
.cta-wrapper {
  width: 100%;
  background-color: #F3F1FE;
  padding-bottom: 100px;
}
.page-formation-single .cta-wrapper,
.page-standard .cta-wrapper {
  background-image: url(../images/fond-cta-bicolore.gif);
  background-position: center center;
  background-repeat: repeat-x;
  background-color: transparent;
  margin-top: 100px;
}
.cta-esc-compiegne {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta-esc-compiegne .opaque {
  width: 100%;
  padding-top: 85px;
  padding-bottom: 85px;
  color: #fff;
  text-align: center;
  background-color: rgba(47, 27, 113, 0.66);
  border-radius: 30px;
  padding-left: 23%;
  padding-right: 23%;
}
.cta-esc-compiegne .opaque p.sur-titre {
  font-family: basic-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  background-image: url(../images/e-point-orange.svg);
  background-size: auto 22px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  display: inline-block;
}
.cta-esc-compiegne .opaque p.titre {
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 55px;
  line-height: 55px;
}
.cta-esc-compiegne .opaque .boutons {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
}
.cta-esc-compiegne .opaque .boutons a.btn-o {
  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;
  margin-left: 20px;
  margin-right: 20px;
}
.cta-esc-compiegne .opaque .boutons a.btn-v {
  color: #fff;
  text-decoration: none;
  background-color: #2F1C71;
  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-violet.svg);
  background-position: right center;
  background-repeat: no-repeat;
  margin-left: 20px;
  margin-right: 20px;
}
.footer {
  background-color: #2F1C71;
  color: #fff;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  padding-bottom: 250px;
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.footer-content {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.footer-content .haut-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}
.footer-content .haut-top .col-logo {
  width: calc(34% - 18px);
  margin-right: 18px;
  border-bottom: #fff 1px solid;
  padding-bottom: 15px;
}
.footer-content .haut-top .col-logo .custom-logo-link img {
  width: 100%;
  height: auto;
}
.footer-content .haut-top .reseaux {
  width: calc(66% - 18px);
  margin-left: 18px;
  border-bottom: #fff 1px solid;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0px;
}
.footer-content .haut-top .reseaux p {
  font-size: 40px;
  line-height: 40px;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
}
.footer-content .haut-top .reseaux a {
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 8px;
  margin-right: 8px;
}
.footer-content .haut-top .reseaux a.linkedin {
  background-image: url(../images/picto-linkedin.svg);
}
.footer-content .haut-top .reseaux a.facebook {
  background-image: url(../images/picto-facebook.svg);
}
.footer-content .haut-top .reseaux a.instagram {
  background-image: url(../images/picto-instagram.svg);
}
.footer-content .haut-top .reseaux a.x {
  background-image: url(../images/picto-x.svg);
}
.footer-content .haut {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
}
.footer-content .haut .col-g {
  width: 34%;
  padding-right: 18px;
}
.footer-content .haut .col-g p.adresse {
  font-size: 20px;
  line-height: 28px;
  padding-top: 0px;
  margin-top: 48px;
  text-align: center;
}
.footer-content .haut .col-g .contacts {
  width: 100%;
  text-align: center;
}
.footer-content .haut .col-g .contacts 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-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 18px;
}
.footer-content .haut .col-g .contacts a.tel {
  background-image: url(../images/picto-telephone.svg);
}
.footer-content .haut .col-g .contacts a.mail {
  background-image: url(../images/picto-email.svg);
}
.footer-content .haut .col-d {
  width: 66%;
  padding-left: 18px;
  margin-top: 30px;
}
.footer-content .haut .les-menus {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-content .haut .les-menus .col {
  width: 33.333%;
  padding-right: 30px;
}
.footer-content .haut .les-menus .col ul {
  list-style: none;
  padding-left: 0px;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 20px;
}
.footer-content .haut .les-menus .col ul li {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
}
.footer-content .haut .les-menus .col ul li a {
  color: #fff;
  text-decoration: none;
  border-bottom: #2F1C71 1px solid;
}
.footer-content .haut .les-menus .col ul li a:hover {
  border-bottom: #DF3F02 1px solid;
}
.footer-content .bas {
  width: 100%;
  border-top: #fff 1px solid;
  padding-top: 25px;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-content .bas .bas-gauche {
  width: 35%;
}
.footer-content .bas .bas-droite {
  width: 65%;
}
.footer-content .bas .bas-droite ul {
  list-style: none;
  padding-left: 0px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 16px;
  line-height: 21px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.footer-content .bas ul li {
  margin-left: 35px;
}
.footer-content .bas ul li a {
  color: #fff;
  text-decoration: none;
  border-bottom: #2F1C71 1px solid;
}
.footer-content .bas ul li a:hover {
  border-bottom: #DF3F02 1px solid;
}
/* FICHE FORMATION */
.page-formation-single {
  width: 100%;
  padding-bottom: 0px;
}
.fiche-formation {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #2F1C71;
}
.fiche-formation .gutenberg {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 150px;
}
/*
   .fiche-formation .side-barre-formation{
 width: 28%;
   }
 */
/* FIN FICHE FORMATION */
/* SIDE BARRE */
.side-content {
  padding-top: 150px;
}
.side-content h2,
.side-content h3,
.side-content h4,
.side-content h5,
.side-content h6 {
  font-size: 25px;
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 25px;
}
.bloc-violet {
  background-color: #F3F1FE;
  color: #2F1C71;
  border-radius: 30px;
  padding: 30px;
  width: 100%;
  margin-bottom: 40px;
}
.bloc-violet p.titre-niveau {
  font-weight: 700;
  font-family: basic-sans, sans-serif;
  font-style: normal;
  font-size: 22px;
}
.bloc-violet hr.sep {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: #2F1C71 1px solid;
}
.bloc-violet ul {
  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;
}
.bloc-violet ul li {
  display: block;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: #C8BAF6 1px solid;
}
.bloc-violet ul li:last-child {
  border-bottom-style: none;
  padding-bottom: 0px;
}
.bloc-violet ul 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;
}
.bloc-orange {
  background-color: #DF3F02;
  color: #fff;
  border-radius: 30px;
  padding: 30px;
  width: 100%;
  margin-bottom: 30px;
}
.bloc-orange p,
.bloc-orange ul {
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
}
.bloc-orange ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.bloc-orange ul li {
  display: block;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: #fff 1px solid;
}
.bloc-orange ul li:last-child {
  border-bottom-style: none;
  padding-bottom: 0px;
}
.bloc-orange ul 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;
}
/* FIN SIDE BARRE */
.pagination-articles {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
}
.pagination-articles .nav-links {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination-articles .nav-links a.page-numbers {
  width: 70px;
  height: 70px;
  background-color: #DF3F02;
  border-radius: 35px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  padding-top: 27px;
  text-decoration: none;
  box-sizing: border-box;
}
.pagination-articles .nav-links a.page-numbers:hover {
  background-color: #2F1C71;
}
.pagination-articles .nav-links span.page-numbers {
  width: 70px;
  height: 70px;
  background-color: #C8BAF6;
  border-radius: 35px;
  color: #2F1C71;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  padding-top: 27px;
  text-decoration: none;
  box-sizing: border-box;
}
.pagination-articles .nav-links a.page-numbers.next {
  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;
  width: auto;
}
.pagination-articles .nav-links a.page-numbers.prev {
  color: #fff;
  text-decoration: none;
  background-color: #DF3F02;
  height: 70px;
  border-radius: 35px;
  display: block;
  box-sizing: border-box;
  padding-left: 75px;
  padding-right: 35px;
  padding-top: 27px;
  padding-bottom: 27px;
  background-image: url(../images/fleche-btn-orange-prev.svg);
  background-position: left center;
  background-repeat: no-repeat;
  width: auto;
}
.page-article-single {
  width: 100%;
}
.fiche-single {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 90px;
  padding-bottom: 150px;
}
.fiche-single .gauche {
  width: 50%;
  padding-right: 40px;
  font-family: ariana-pro, sans-serif;
}
.fiche-single .gauche h1 {
  color: #2F1C71;
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(30px, 3.5vw, 60px);
  line-height: 100%;
  margin-bottom: 100px;
  margin-top: 50px;
}
.fiche-single .gauche img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.fiche-single .gauche a {
  color: #fff;
  text-decoration: none;
  background-color: #DF3F02;
  height: 70px;
  border-radius: 35px;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 75px;
  padding-right: 35px;
  padding-top: 27px;
  padding-bottom: 27px;
  background-image: url(../images/fleche-btn-orange-prev.svg);
  background-position: left center;
  background-repeat: no-repeat;
  width: auto;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
.fiche-single .droite .partage {
  margin-top: 0px;
  border-bottom: #2F1C71 1px solid;
  padding-bottom: 45px;
  margin-bottom: 45px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.fiche-single .droite .partage p {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 20px;
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
}
.fiche-single .droite .partage a {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
}
.fiche-single .droite .partage a.reso-x {
  background-image: url(../images/picto-x.svg);
}
.fiche-single .droite .partage a.reso-linkedin {
  background-image: url(../images/picto-linkedin.svg);
}
.fiche-single .droite .partage a.reso-facebook {
  background-image: url(../images/picto-facebook.svg);
}
.fiche-single .droite {
  width: 50%;
  padding-left: 40px;
  padding-right: 100px;
}
.last-actus {
  width: 100%;
  background-color: #F3F1FE;
  padding-top: 110px;
  padding-bottom: 100px;
  overflow-x: hidden;
}
.last-actus-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.last-actus-content .en-tete {
  width: 530px;
  background-color: #F3F1FE;
  color: #2F1C71;
}
.last-actus-content .en-tete p.sur-titre {
  font-family: basic-sans, sans-serif;
  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;
}
.last-actus-content .en-tete p.titre {
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(30px, 3vw, 51px);
  line-height: 100%;
  margin-top: 25px;
  margin-bottom: 50px;
}
.last-actus-content .en-tete a {
  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;
  width: auto;
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
}
.last-actus-content .actu {
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2F1C71;
  width: 430px;
}
.last-actus-content .actu a.image-actus {
  width: 100%;
  height: 440px;
  border-radius: 15px;
  display: block;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.last-actus-content .actu h3 a {
  color: #2F1C71;
  font-size: 26px;
  line-height: 32px;
  text-decoration: none;
}
.last-actus-content .actu .infos {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  font-family: ariana-pro, sans-serif;
  margin-top: 25px;
}
.last-actus-content .actu .infos ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 12px;
}
.last-actus-content .actu .infos ul li {
  height: 12px;
  overflow: hidden;
}
.last-actus-content .actu .infos ul li a {
  color: #DF3F02;
  text-decoration: none;
  margin-right: 6px;
  padding-right: 6px;
  border-right: #DF3F02 1px solid;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 12px;
  box-sizing: border-box;
}
.mon-form {
  margin-top: 50px;
  width: 100%;
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
}
.mon-form ul.mon-select {
  list-style: none;
  width: 350px;
  display: block;
  height: 70px;
  border-radius: 35px;
  box-sizing: border-box;
  background-color: #fff;
  border: #DF3F02 2px solid;
  font-size: 16px;
  line-height: 16px;
  padding-top: 26px;
  background-image: url(../images/chevron-select.svg);
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  position: relative;
  z-index: 600;
  padding-left: 40px;
  padding-right: 70px;
  z-index: 500;
  color: #DF3F02;
}
.mon-form ul.mon-select li {
  position: relative;
  z-index: 2200;
  width: 100%;
  box-sizing: border-box;
}
.mon-form ul.mon-select ul.hide-ul {
  display: none;
}
.mon-form ul.mon-select ul.show-ul {
  display: block;
  position: absolute;
  top: 45px;
  left: -40px;
  width: 350px;
  height: auto;
  border-radius: 30px;
  padding-top: 0px;
  list-style: none;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #fff;
  /* border: #000 2px solid;*/
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.4);
  padding-bottom: 0px;
  box-sizing: border-box;
  z-index: 3800;
}
.mon-form ul.mon-select ul.show-ul li {
  position: relative;
  z-index: 150;
  display: block;
  width: 100%;
  box-sizing: border-box;
  z-index: 2500;
}
.mon-form ul.mon-select ul.show-ul li a {
  display: block;
  color: #2F1C71;
  text-decoration: none;
  padding-left: 40px;
  box-sizing: border-box;
  padding-top: 21px;
  padding-bottom: 21px;
  background-color: #fff;
  position: relative;
  z-index: 3500;
}
.mon-form ul.mon-select ul.show-ul li:first-child a {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.mon-form ul.mon-select ul.show-ul li:last-child a {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.mon-form ul.mon-select ul.show-ul li a:hover {
  background-color: #DF3F02;
  color: #fff;
}
.page-standard {
  padding-top: 130px;
}
.page-equipe {
  background-color: #2F1C71;
  padding-top: 30px;
}
.page-404 .gutenberg {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.page-404 {
  background-color: #2F1C71;
  color: #fff;
  text-align: center;
  margin: 0px;
  padding-bottom: 80px;
  padding-top: 60px;
}
.page-404 h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: clamp(50px, 15vw, 208px);
  font-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-404 p {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-family: basic-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page-404 p span {
  color: #DF3F02;
}
.page-404 a {
  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-family: ariana-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  margin-top: #000000;
}
