/* @override 
	https://ifep-25.delacreme.pro/wp-content/plugins/ifep-blocks//assets/css/ifep-blocks.css */
html body header.site-header ul.menubar li.current-menu-item > a,
html body header.site-header ul.menubar li.current-menu-ancestor > a,
html body header.site-header ul.menubar li.current-menu-parent > a {
  color: #3fba69 !important;
}
html body header.site-header ul.menubar li.current-menu-item .sub-menu,
html body header.site-header ul.menubar li.current-menu-ancestor .sub-menu,
html body header.site-header ul.menubar li.current-menu-parent .sub-menu {
  display: flex !important;
}
html body header.site-header ul.menubar li:has(.sub-menu) .sub-menu {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
html body header.site-header ul.menubar li:has(.sub-menu):hover .sub-menu {
  z-index: 100;
}
.ifep-block {
  font-family: 'Barlow', sans-serif;
}
.ifep-block:first-child {
  padding-top: 100px !important;
}
.ifep-block .container {
  max-width: calc( 100% - 50px );
  margin: 0 auto;
}
.ifep-block img.bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ifep-block .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: #2880B4;
  opacity: .3;
  left: 0;
  top: 0;
}
.ifep-block .btn {
  background: #3fba69;
  color: #fff;
  box-shadow: none;
  text-transform: none;
  border-radius: 80px;
  padding: 8px 20px;
  height: auto;
  font-size: 16px;
}
.ifep-block .btn:hover {
  box-shadow: none;
  background: #37a35c;
}
.ifep-block .surtitle {
  color: #2880B4;
  text-transform: uppercase;
}
.ifep-block .surtitle + h2.title {
  margin-top: 0;
}
.ifep-block h2.title,
.ifep-block .calendar-title {
  margin: .5em 0;
  font-size: 3.666667em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #2880B4;
}
.ifep-block h2.title:not(.left-align),
.ifep-block .calendar-title:not(.left-align) {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.ifep-block .flickity-prev-next-button {
  top: auto;
  bottom: -20px;
  left: 50%;
  background: #222;
  color: #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 17.5px;
  width: 70px;
}
.ifep-block .flickity-prev-next-button:disabled {
  opacity: .1;
}
.ifep-block .flickity-prev-next-button.previous {
  right: auto;
  left: 50%;
  margin-left: -100px;
}
.ifep-block .flickity-prev-next-button.next {
  margin-right: -100px;
}
.ifep-block .flickity-prev-next-button:hover {
  background: #2880B4;
}
.ifep-block .news-card .image {
  aspect-ratio: 1.61538462;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.ifep-block .news-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ifep-block .news-card .news-desc {
  padding: 20px 0;
}
.ifep-block .news-card .news-desc .category {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.ifep-block .news-card .news-desc .category span {
  display: inline-block;
  background: #e2f0f9;
  color: #2880B4;
  padding: 5px 15px;
  line-height: 1.3em;
  border-radius: 40px;
  font-size: 14px;
}
.ifep-block .news-card .news-desc .post-title {
  margin: 10px 0;
  font-size: 1.5em;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.5em;
}
.ifep-block .news-card .news-desc .date {
  font-weight: 600;
  margin: 10px 0;
}
.ifep-block.home-header {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
}
.ifep-block.home-header .container {
  position: relative;
  text-align: center;
  color: #fff;
}
.ifep-block.home-header .container h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 3.666667em;
}
.ifep-block.home-header .container .subtitle {
  font-size: 1.2666667em;
}
.ifep-block.home-header .container .buttons {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.ifep-block.home-header .container .buttons .btn:before {
  content: "\2794";
  margin-right: .5em;
}
.ifep-block.text-image-alt {
  padding: 0;
  position: relative;
}
.ifep-block.text-image-alt h2.title {
  margin: 0 0 15px;
}
.ifep-block.text-image-alt.bg-blue,
.ifep-block.text-image-alt.bg-green {
  color: #fff;
}
.ifep-block.text-image-alt.bg-blue .surtitle,
.ifep-block.text-image-alt.bg-green .surtitle,
.ifep-block.text-image-alt.bg-blue h2.title,
.ifep-block.text-image-alt.bg-green h2.title {
  color: #fff;
}
.ifep-block.text-image-alt.custom-bg {
  background: var(--bgcolor);
}
.ifep-block.text-image-alt.custom-bg.dark-bg {
  color: #fff;
}
.ifep-block.text-image-alt.custom-bg.dark-bg .title {
  color: inherit;
}
.ifep-block.text-image-alt.custom-bg.dark-bg .surtitle {
  color: rgba(255, 255, 255, 0.75);
}
.ifep-block.text-image-alt.img-on-right .flex-columns {
  flex-direction: row-reverse;
}
.ifep-block.text-image-alt.img-on-right .flex-columns .image.midsize-img img {
  right: 0;
  left: auto;
}
.ifep-block.text-image-alt .flex-columns {
  --gap: 40px;
}
.ifep-block.text-image-alt .flex-columns .image {
  margin-bottom: 30px;
}
.ifep-block.text-image-alt .flex-columns .image img {
  display: block;
  margin: 0 auto;
}
.ifep-block.text-image-alt .flex-columns .image.midsize-img img {
  width: 50vw;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.ifep-block.text-image-alt .flex-columns .content {
  align-items: center;
}
.ifep-block.text-image-alt .flex-columns .content > div {
  padding: 50px;
  max-width: 100%;
}
.ifep-block.text-image-alt .flex-columns .buttons {
  display: flex;
  gap: 15px;
  margin-top: 2em;
  flex-wrap: wrap;
}
.ifep-block.text-image-alt .flex-columns .buttons div:not(:first-child) a.btn {
  background: #fff;
  border: 1px solid #3fba69;
  color: #3fba69;
}
.ifep-block.last-news {
  padding: 60px 0;
  background: #F3F5F7;
}
.ifep-block.last-news h2.title {
  color: #000;
}
.ifep-block.last-news .last-post {
  border-radius: 20px;
  margin: 50px 0;
  overflow: hidden;
}
.ifep-block.last-news .last-post > div img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ifep-block.last-news .last-post .news-desc {
  display: flex;
  align-items: center;
  padding: 50px ;
  background: #2880B4;
  color: #fff;
}
.ifep-block.last-news .last-post .news-desc .category {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.ifep-block.last-news .last-post .news-desc .category span {
  display: inline-block;
  background: #23719f;
  padding: 5px 15px;
  line-height: 1.3em;
  border-radius: 40px;
  font-size: 14px;
}
.ifep-block.last-news .last-post .news-desc .post-title {
  margin: 20px 0;
  color: #fff;
  font-weight: 500;
}
.ifep-block.last-news .last-post .news-desc .post-title a {
  color: inherit;
}
.ifep-block.last-news .last-post .news-desc .excerpt {
  margin: 20px 0;
}
.ifep-block.last-news .ifep-news-slider {
  width: calc( 100% + 30px );
  margin-left: -15px;
  padding-bottom: 40px;
}
.ifep-block.last-news .ifep-news-slider .slide {
  width: 100%;
  display: block;
  padding: 0 15px;
}
.ifep-block.last-news .ifep-news-slider .slide .news-card {
  max-width: 100%;
}
.ifep-block.big-cards {
  padding: 60px;
  background: #2880B4;
  color: #fff;
}
.ifep-block.big-cards .surtitle,
.ifep-block.big-cards h2.title {
  color: #fff;
}
.ifep-block.big-cards .intro {
  font-size: 1.2em;
}
.ifep-block.big-cards .ifep-cards {
  margin: 60px 0 30px;
  gap: 40px;
}
.ifep-block.big-cards .ifep-cards .ifep-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin: 30px 0;
}
.ifep-block.big-cards .ifep-cards .ifep-card img {
  display: block;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.ifep-block.big-cards .ifep-cards .ifep-card .label {
  padding: 20px 015px;
  text-align: center;
  color: #222;
  font-weight: 600;
}
.ifep-block.big-cards .ifep-cards .ifep-card .label:after {
  content: "\2794";
  margin-left: .5em;
}
.ifep-block.profils-membres {
  padding: 60px 0;
}
.ifep-block.profils-membres .intro {
  margin: 30px 0;
  font-size: 1.2em;
}
.ifep-block.profils-membres .profile-card {
  text-align: center;
  background: var(--color);
  padding: 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 30px 0;
  border-radius: 16px;
}
.ifep-block.profils-membres .profile-card a {
  color: inherit;
  display: block;
}
.ifep-block.profils-membres .profile-card .logo {
  position: absolute;
  width: 110%;
  height: 110%;
  right: -30px;
  top: 0;
  background: url('../img/icon.svg') no-repeat right center;
  background-size: cover;
  opacity: .1;
}
.ifep-block.profils-membres .profile-card .icon {
  display: block;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin: 0 auto;
}
.ifep-block.profils-membres .profile-card h3 {
  font-size: 1.6em;
  font-weight: 600;
  margin: 15px 0;
}
.ifep-block.profils-membres .profile-card .subtitle {
  color: #fff;
  font-size: 1em;
  line-height: 140%;
}
.ifep-block.accordeon {
  padding: 60px 0;
  background: #F9FAFC;
}
.ifep-block.accordeon .collapsible {
  border: none;
  box-shadow: none;
  margin-top: 50px !important;
}
.ifep-block.accordeon .collapsible .collapsible-header,
.ifep-block.accordeon .collapsible .collapsible-body {
  border: none;
  padding: 15px 60px 15px 0;
}
.ifep-block.accordeon .collapsible .collapsible-header {
  display: flex;
  gap: 30px;
  padding-right: 15px;
  align-items: center;
}
.ifep-block.accordeon .collapsible .collapsible-header .icon {
  width: 80px;
}
.ifep-block.accordeon .collapsible .collapsible-header h3 {
  display: block;
  width: 100%;
  color: #2880B4;
  margin: 0 0 6px;
  font-size: 2em;
}
.ifep-block.accordeon .collapsible .collapsible-header .label p {
  margin: 0;
}
.ifep-block.accordeon .collapsible .collapsible-header .label p:before {
  content: "\2794";
  margin-right: .5em;
  color: #3fba69;
}
.ifep-block.accordeon .collapsible .collapsible-header .toggle {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  background: #3fba69;
  color: #fff;
}
.ifep-block.accordeon .collapsible .collapsible-header .toggle:before {
  content: "+";
  font-size: 40px;
  font-weight: 200;
  line-height: 1em;
}
.ifep-block.accordeon .collapsible .collapsible-body *:first-child {
  margin-top: 0;
}
.ifep-block.accordeon .collapsible .collapsible-body ul {
  font-size: 1.2em;
}
.ifep-block.accordeon .collapsible .collapsible-body ul li {
  margin: .5em 0;
  padding-left: 1em;
  position: relative;
}
.ifep-block.accordeon .collapsible .collapsible-body ul li:before {
  display: inline-block;
  content: "•";
  position: absolute;
  left: 0;
  top: auto;
  color: #3fba69;
}
.ifep-block.accordeon .collapsible .collapsible-body blockquote {
  border-color: #3fba69;
}
.ifep-block.accordeon .collapsible > li {
  margin: 20px 0;
  padding: 0 16px;
  background: #fff;
  border-radius: 16px;
}
.ifep-block.accordeon .collapsible > li.active .collapsible-header .toggle:before {
  content: "-";
}
.ifep-block.temoignages {
  padding: 60px 0;
  background: #2880B4;
}
.ifep-block.temoignages .title {
  color: #fff;
}
.ifep-block.temoignages .testimonials-slider {
  padding-bottom: 80px;
  margin-top: 50px;
  position: relative;
  width: calc( 100% + 30px );
  margin-left: -15px;
}
.ifep-block.temoignages .testimonials-slider .slide {
  display: block;
  padding: 0 15px;
  display: flex;
  min-height: 100%;
}
.ifep-block.temoignages .testimonials-slider .flickity-prev-next-button:hover {
  background: #0c2737;
}
.ifep-block.temoignages .testimonial {
  padding: 30px 30px 100px;
  background: #fff;
  border-radius: 16px;
  display: block;
  min-height: 100%;
}
.ifep-block.temoignages .testimonial .quote {
  display: block;
  height: 30px;
  background: url('../img/quote.svg') no-repeat left top;
  background-size: contain;
  margin-bottom: 10px;
}
.ifep-block.temoignages .testimonial .author {
  display: flex;
  gap: 20px;
  align-items: center;
  position: absolute;
  bottom: 20px;
  color: #2880B4;
}
.ifep-block.temoignages .testimonial .author h4 {
  margin: 0;
  font-weight: 600;
  font-size: 1.3em;
}
.ifep-block.temoignages .testimonial .author img,
.ifep-block.temoignages .testimonial .author span.img-placeholder {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #f4f4f4;
  display: block;
}
.ifep-block.temoignages .testimonial .author span.img-placeholder {
  content: "";
}
.ifep-block.temoignages .testimonial .content {
  font-size: 1.3em;
  font-style: italic;
}
.ifep-block.faq {
  padding: 60px 0;
}
.ifep-block.faq h2.title {
  color: #222;
}
.ifep-block.faq .buttons {
  margin: 40px 0;
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.ifep-block.faq ul.collapsible {
  box-shadow: none;
  border: none;
  border-top: 1px solid #ddd;
  margin: 50px 0;
}
.ifep-block.faq ul.collapsible li {
  padding: 0;
}
.ifep-block.faq ul.collapsible li .collapsible-header {
  padding: 20px 0;
  font-size: 1.2333em;
  display: flex;
  align-items: center;
}
.ifep-block.faq ul.collapsible li .collapsible-header .toggle {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  background: #3fba69;
  color: #fff;
}
.ifep-block.faq ul.collapsible li .collapsible-header .toggle:before {
  content: "+";
  font-size: 40px;
  font-weight: 200;
  line-height: 1em;
}
.ifep-block.faq ul.collapsible li .collapsible-header .label {
  padding: 20px 0;
}
.ifep-block.faq ul.collapsible li .collapsible-header .label:before {
  content: "\2794";
  margin-right: .5em;
  color: #3fba69;
}
.ifep-block.faq ul.collapsible li .collapsible-body {
  padding: 20px 0;
}
.ifep-block.faq ul.collapsible li.active .collapsible-header {
  border-bottom: none;
}
.ifep-block.faq ul.collapsible li.active .collapsible-header .toggle:before {
  content: "-";
}
.ifep-block.faq ul.collapsible li.active .collapsible-body {
  padding-top: 0;
}
.ifep-block.offre-formation {
  padding: 60px 0;
}
.ifep-block.offre-formation h2.title {
  color: #222;
}
.ifep-block.offre-formation .intro {
  font-size: 1.2em;
  width: 860px;
  max-width: 100%;
  margin: 30px auto;
}
.ifep-block.offre-formation .intro p {
  margin: 1em 0;
}
.ifep-block.offre-formation .intro strong {
  font-weight: 700;
}
.ifep-block.offre-formation .formations {
  --gap: 30px;
  gap: var(--gap);
  flex-wrap: wrap;
  margin: 50px 0;
}
.ifep-block.calendrier-formations {
  padding: 60px 0;
}
.ifep-block.calendrier-formations + .offre-formation {
  padding-top: 0;
}
.ifep-block.calendrier-formations + .offre-formation h2.title {
  margin-top: 0;
}
.ifep-block.calendrier-formations h2.title {
  color: #222;
}
.ifep-block.calendrier-formations .intro {
  font-size: 1.2em;
  width: 860px;
  max-width: 100%;
  margin: 30px auto;
}
.ifep-block.calendrier-formations .calendar-title {
  margin: 60px 0 40px;
  color: #222;
  font-size: 3em;
}
.ifep-block.calendrier-formations .calendrier {
  background: #2880B4;
  padding: 30px;
  border-radius: 16px;
  margin: 50px 0 0;
  position: relative;
  overflow: hidden;
}
.ifep-block.calendrier-formations .calendrier .logo {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  right: -30px;
  top: 0;
  background: url('../img/icon.svg') no-repeat right top;
  background-size: contain;
  opacity: .1;
}
.ifep-block.calendrier-formations .calendrier:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 75px;
  opacity: .15;
}
.ifep-block.calendrier-formations .formations-slider {
  --gap: 10px;
}
.ifep-block.calendrier-formations .formations-slider .flickity-prev-next-button {
  width: 40px;
  height: 40px;
  border: .5px solid #fff;
  border-radius: 20px;
  background: transparent;
  top: 12px;
  margin: 0;
}
.ifep-block.calendrier-formations .formations-slider .flickity-prev-next-button:disabled {
  opacity: .25;
}
.ifep-block.calendrier-formations .formations-slider .flickity-prev-next-button svg {
  transform: scale(0.6);
}
.ifep-block.calendrier-formations .formations-slider .flickity-prev-next-button.previous {
  left: 0;
  right: auto;
}
.ifep-block.calendrier-formations .formations-slider .flickity-prev-next-button.next {
  right: 0;
  left: auto;
}
.ifep-block.calendrier-formations .formations-slider .slide {
  padding: 0 var(--gap);
  width: calc( 100% / var( --columns ) );
}
.ifep-block.calendrier-formations .formations-slider .slide h4 {
  text-align: center;
  font-weight: 600;
  margin: 0;
  font-size: 1.4em;
  color: #fff;
  padding: 0 0 30px;
  text-transform: capitalize;
}
.ifep-block.calendrier-formations .formations-slider .session {
  background: #fff;
  margin: 15px 0;
  border-radius: 16px;
}
.ifep-block.calendrier-formations .formations-slider .session a {
  display: block;
  width: 100%;
  height: 100%;
  color: #222;
}
.ifep-block.calendrier-formations .formations-slider .session h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3em;
  padding: 10px 10px 0;
}
.ifep-block.calendrier-formations .formations-slider .session .date {
  font-size: 14px;
  padding: 0 10px 15px;
}
.ifep-block.calendrier-formations .formations-slider .session .category {
  position: relative;
  color: var(--color);
  padding: 5px 10px;
  text-align: center;
  font-size: 12px;
}
.ifep-block.calendrier-formations .formations-slider .session .category:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color);
  position: absolute;
  opacity: .1;
  left: 0;
  top: 0;
}
.ifep-block.calendrier-formations .select-title-wrapper {
  margin: 50px 0;
}
.ifep-block.calendrier-formations .select-title-wrapper > * {
  margin: 8px 0;
}
.ifep-block.inscription-formation {
  padding: 60px 0;
}
.ifep-block.inscription-formation .intro {
  font-size: 1.2em;
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
}
.ifep-block.inscription-formation #insc-formation {
  width: 840px;
  max-width: 100%;
  margin: 40px auto;
}
.ifep-block.inscription-formation #insc-formation label {
  color: #222;
}
.ifep-block.inscription-formation #insc-formation .required {
  color: #3fba69;
}
.ifep-block.inscription-formation #insc-formation textarea {
  padding: 15px;
  border: 1px solid #222;
  border-radius: 8px;
  min-height: 5em;
}
.ifep-block.inscription-formation #insc-formation input[type="text"]:focus,
.ifep-block.inscription-formation #insc-formation input[type="email"]:focus,
.ifep-block.inscription-formation #insc-formation input[type="tel"]:focus,
.ifep-block.inscription-formation #insc-formation textarea:focus {
  box-shadow: none;
  border: 1px solid #222;
}
.ifep-block.inscription-formation #insc-formation .input-field label {
  margin-left: 15px;
}
.ifep-block.inscription-formation #insc-formation p label input[type="checkbox"] + span:not(.lever) {
  display: inline-block;
  padding-left: 26px !important;
  position: relative;
}
.ifep-block.inscription-formation #insc-formation p label input[type="checkbox"] + span:not(.lever):after {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  transform: scale(1);
}
.ifep-block.inscription-formation #insc-formation p label input[type="checkbox"] + span:not(.lever) a {
  color: inherit;
  text-decoration: underline;
}
.ifep-block.inscription-formation #insc-formation p label input[type="checkbox"]:checked + span:after {
  background: #3fba69;
}
.ifep-block.inscription-formation #insc-formation button[type="submit"] {
  font-size: 1.2em;
  padding: 10px 30px;
  margin: 20px 0;
  background: #3fba69;
  color: #fff;
  border-radius: 80px;
}
.ifep-block.inscription-formation #insc-formation button[type="submit"]:after {
  content: "\2794";
  margin-left: .5em;
  font-size: .9em;
}
.ifep-select-wrapper {
  position: relative;
  background-color: #fff;
  border: .5px #333 solid;
  overflow: hidden;
  padding-right: 15px;
  border-radius: 60px;
}
.ifep-select-wrapper:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: .75em;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: #bbb;
  border-width: 6px;
  border-style: solid;
  pointer-events: none;
}
.ifep-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 110%;
  font-family: 'Barlow', sans-serif;
  height: auto;
  border: 0;
  margin: 0;
  padding: .3em 1em;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ifep-select-wrapper select:focus {
  outline: none;
}
.formation-card {
  margin: 30px 0;
}
.formation-card a {
  background: #fff;
  color: #222;
  border-radius: 16px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 30px 95px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease-in-out 0s;
}
.formation-card a:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.formation-card .post-title {
  font-size: 1.533333em;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  margin: 15px 0;
  color: #222;
}
.formation-card .btn {
  background: var(--color);
  line-height: 46px;
  height: 46px;
  padding: 0 20px;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.formation-card .btn:hover {
  background: var(--color);
}
.formation-card .category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.formation-card .category span {
  display: inline-block;
  padding: 0 15px;
  line-height: 30px;
  color: var(--color);
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  font-size: 14px;
}
.formation-card .category span:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color);
  position: absolute;
  opacity: .1;
  left: 0;
  top: 0;
}
nav.rank-math-breadcrumb {
  background: none;
  color: #222;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
nav.rank-math-breadcrumb a {
  color: #888;
}
nav.rank-math-breadcrumb .separator {
  font-size: 10px;
  margin: 0 .3em;
  color: #999;
}
main.single-formation {
  background-color: #f8fafc;
}
main.single-formation .container {
  padding: 0 30px;
  max-width: calc( 100% - 50px );
  margin: 0 auto;
}
main.single-formation .category span {
  display: inline-block;
  padding: 0 15px;
  line-height: 30px;
  color: var(--color);
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  font-size: 14px;
}
main.single-formation .category span:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color);
  position: absolute;
  opacity: .1;
  left: 0;
  top: 0;
}
main.single-formation .post-content {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}
main.single-formation .post-content h1 {
  margin: 8px 0 .5em;
  font-size: 3.666667em;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  color: #2880B4;
}
main.single-formation .post-content .excerpt {
  font-weight: 500;
}
main.single-formation .post-content figure {
  margin: 30px 0;
}
main.single-formation .post-content figure img {
  display: block;
  margin: 0 auto;
}
main.single-formation .post-content p,
main.single-formation .post-content li {
  font-size: 1.2em;
}
main.single-formation .post-content li {
  margin: .5em 0;
}
main.single-formation .post-content .buttons {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
main.single-formation .post-content .buttons .btn {
  background: #3fba69;
  border: 1px solid #3fba69;
  color: #fff;
  box-shadow: none;
  text-transform: none;
  border-radius: 80px;
  padding: 8px 20px;
  height: auto;
  font-size: 16px;
}
main.single-formation .post-content .buttons .btn:hover {
  box-shadow: none;
  background: #37a35c;
}
main.single-formation .post-content .buttons .btn.register:after {
  content: "\2794";
  margin-left: .5em;
}
main.single-formation .post-content .buttons .btn.download {
  background: transparent;
  color: #3fba69;
}
main.single-formation .post-content .buttons .btn.download:after {
  content: "\2913";
  margin-left: .5em;
}
.toast.ifep-error {
  background: orangered;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
#insc-form-modal.modal.open {
  z-index: 99999 !important;
  width: 360px;
  max-width: 80%;
  background: #fff;
  padding: 40px;
}
#insc-form-modal.modal.open .modal-content {
  background: #fff;
  text-align: center;
}
#insc-form-modal.modal.open .modal-content p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2em;
  color: #3fba69;
}
html body > main.single-post h2 {
  font-size: 2em;
  line-height: 125%;
  color: #3fba69;
}
html body > main.single-post h3 {
  font-size: 1.6em;
  line-height: 125%;
  color: #2880B4;
}
html body > main.single-post h4 {
  font-size: 1.4em;
  line-height: 125%;
}
html body > main.single-post #description_article_actualite * {
  font-family: 'Barlow Condensed', sans-serif !important;
}
html body > main.single-post .wp-block-button {
  margin: 30px 0;
}
html body > main.single-post .wp-block-button a.wp-element-button {
  font-family: 'Barlow Condensed', sans-serif;
  background: #3fba69;
  color: #fff;
  border: 1px solid #3fba69;
}
html body > main.single-post .wp-block-button.is-style-outline a.wp-element-button {
  border-color: #3fba69;
  color: #3fba69;
  background: transparent;
}
html body > main.single-post div.prev .previous_actuality a.button-l {
  white-space: nowrap;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 602px) {
  .ifep-block .flex-columns {
    --gap: 30px;
    gap: var(--gap);
    display: flex;
  }
  .ifep-block.text-image-alt.img-on-right .flex-columns {
    flex-direction: row-reverse;
  }
  .ifep-block.text-image-alt .flex-columns {
    --gap: 40px;
  }
  .ifep-block.text-image-alt .flex-columns .image {
    margin: 0;
    width: var(--imgwidth);
  }
  .ifep-block.text-image-alt .flex-columns .content {
    width: calc( 100% - var(--imgwidth) - var(--gap) );
    display: flex;
    align-items: center;
  }
  .ifep-block.last-news .last-post {
    display: flex;
    flex-direction: row-reverse;
  }
  .ifep-block.last-news .last-post > div {
    width: 50%;
  }
  .ifep-block.last-news .ifep-news-slider {
    width: calc( 100% + 30px );
    margin-left: -15px;
    padding-bottom: 40px;
  }
  .ifep-block.last-news .ifep-news-slider .slide {
    width: 50%;
    padding: 0 15px;
  }
  .ifep-block.last-news .ifep-news-slider .slide .news-card {
    max-width: 100%;
  }
  .ifep-block.profils-membres .flex-columns {
    --columns: 3;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ifep-block.profils-membres .flex-columns .profile-card {
    margin: 0;
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
  .ifep-block.big-cards .flex-columns {
    justify-content: center;
    flex-wrap: wrap;
  }
  .ifep-block.big-cards .ifep-cards .ifep-card {
    margin: 0;
    width: calc( ( 100% / 3 ) - 40px + ( 40px / 3 ) );
  }
  .ifep-block.temoignages .testimonials-slider .slide {
    width: 50%;
  }
  .ifep-block.offre-formation .formations {
    --columns: 2;
  }
  .ifep-block.offre-formation .formations .formation-card {
    margin: 0;
    width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  }
  .ifep-block.calendrier-formations {
    --columns: 3;
  }
  .ifep-block.calendrier-formations .select-title-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
  }
  .ifep-block.calendrier-formations .select-title-wrapper .select-title {
    margin-right: 0;
    margin-left: auto;
  }
  .ifep-block.calendrier-formations .select-title-wrapper .ifep-select-wrapper {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  main.single-formation .container {
    max-width: calc( 100% - 80px );
  }
  .ifep-block .container {
    max-width: calc( 100% - 80px );
  }
  .ifep-block.profils-membres .flex-columns {
    --columns: 5;
  }
  .ifep-block.offre-formation .formations {
    --columns: 3;
  }
  .ifep-block.last-news .ifep-news-slider .slide {
    width: 33%;
  }
  .ifep-block.calendrier-formations {
    --columns: 6;
  }
}
