@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
*/ *,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Poppins";
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body .font-weight-400 {
  font-weight: 400;
}

body.page,
body.error404 {
  background-color: #f3f3f6;
}

b,
strong {
  font-weight: 700;
}

.font-weight-600 p {
  font-weight: 600;
}

sup {
  font-weight: 700;
  font-size: 13px;
}
.elementor a,
div.page-content a {
  color: #007e9a;
  text-decoration: underline !important;
  cursor: pointer;
}
a.elementor-button-link.elementor-button > span > span {
  text-decoration: none !important;
}
.elementor a:hover,
div.page-content a:hover {
  color: #27066d;
}

iframe {
  width: 100%;
  border: 0px;
}

.wbel-arrow {
  z-index: 1;
}

/*largeurs de pages, padding...*/
.elementor-section.elementor-section-boxed.section-page-etroite
  > .elementor-container {
  max-width: 800px;
}

.elementor-section-full_width
  .elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 0px;
}

/*bloc contactez-moi*/
@media (max-width: 767px) {
  .bloc-contact-colonne-responsive .elementor-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bloc-contact-colonne-responsive .elementor-container > div {
    margin-bottom: 10px;
    width: 100% !important;
  }
}

/* désactiver le scroll de la page qui se trouve derrière une popup modale ouverte */
html.cantScroll,
body.cantScroll {
  overflow: hidden !important;
}

/**
* gutenberg
*/
.wp-block-buttons
  > div.wp-block-button
  > a.wp-block-button__link.wp-element-button {
  background-color: #dc1690 !important;
  padding: 14px 24px;
  border-radius: 100px;
  width: fit-content;
  color: #fff;
  font-family: "Source Sans Pro";
  text-decoration: none !important;
}
.wp-block-buttons
  > div.wp-block-button
  > a.wp-block-button__link.wp-element-button:hover {
  background-color: #c72689 !important;
}

body.page-template-default h2 {
  margin-top: 26px;
}
body.page-template-default h3 {
  margin-top: 20px;
}

body.page-template-default ul {
  margin-bottom: 18px;
}

body.page-template-default div.yoast-breadcrumbs {
  margin-bottom: 30px;
}

/** 
* barre backoffice en bas 
**/
html[lang] {
  margin-top: 0px !important;
}
#wpadminbar {
  top: auto;
  bottom: 0;
}
body.admin-bar .dialog-lightbox-widget {
  height: calc(100vh) !important;
  position: fixed;
}

/**
* Bouton
*/
.elementor-widget-button .elementor-button,
input[type="submit"] {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  gap: 10px;

  border-radius: 100px;

  width: fit-content;
  text-decoration: none;

  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;

  text-decoration: none !important;
}

.elementor-widget-button .elementor-button-wrapper .elementor-button {
  white-space: nowrap;
}

.elementor-widget-button .elementor-button-wrapper .elementor-button.bleu {
  background-color: #10c3eb;
  color: #27066d;
}

.elementor-widget-button
  .elementor-button-wrapper
  .elementor-button.bleu-fonce {
  background-color: #27066d;
  color: #ffffff;
  border: 1px solid #27066d;
}

.elementor-widget-button .elementor-button-wrapper .elementor-button.rose {
  background-color: #dc1690;
  color: #ffffff;
}

.elementor-widget-button
  .elementor-button-wrapper
  .elementor-button.blanc-bord-bleu {
  background-color: transparent;
  color: #27066d;
  border: 1px solid #27066d;
}

input[type="submit"] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M9.129 5.25L5.106 1.227L6.1665 0.166504L12 6L6.1665 11.8335L5.106 10.773L9.129 6.75H0V5.25H9.129Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-right: 48px;
  background-position: right 22px center;
  background-color: #dc1690;
  border: 1px solid #dc1690;
}

.elementor-widget-button .elementor-button.bleu:hover,
input[type="submit"]:hover {
  background-color: #27066d;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.elementor-widget-button
  .elementor-button-wrapper
  .elementor-button.bleu-fonce:hover {
  background-color: #ffffff;
  color: #27066d;
}

.elementor-widget-button
  .elementor-button-wrapper
  .elementor-button.blanc-bord-bleu:hover {
  background-color: #27066d;
  color: #ffffff;
}

.bouton-troncate-content {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  width: 100% !important;
}

.align-texte-bouton div {
  display: flex;
  align-items: center;
}

.align-texte-bouton .elementor-widget-text-editor {
  margin-right: 10px;
  justify-content: flex-end;
}

.align-texte-bouton p {
  margin-bottom: 0px;
}

.bouton-rond {
  padding: 8px 24px;
  width: fit-content;
  height: 44px;
  border-radius: 24px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #27066d;
  cursor: pointer;
  text-decoration: none;
}

.elementor .bouton-rond a,
.bouton-rond a,
a.bouton-rond,
div.page-content .bouton-rond a {
  text-decoration: none !important;
  color: #27066d;
}

.bouton-rond.bleu {
  background: #10c3eb;
  border: 1px solid #10c3eb;
}

.bouton-rond.rose {
  background: #ef2b87;
  border: 1px solid #ef2b87;
}

.bouton-rond.jaune {
  background: #fec808;
  border: 1px solid #fec808;
}

.bouton-rond.transparent {
  background: transparent;
  border: 1px solid #27066d;
  color: #27066d;
}

.bouton-rond.transparent a {
  color: #27066d;
}

.bouton-rond.rose:hover,
.bouton-rond.jaune:hover {
  background: #ffffff;
}

.bouton-rond.bleu:hover {
  background: #27066d;
  border: 1px solid #27066d;
  color: #ffffff;
}

.bouton-rond.bleu:hover a {
  color: #ffffff;
}

.bouton-rond.transparent:hover {
  background: #27066d;
  border: 1px solid #27066d;
  color: #ffffff;
}

.bouton-rond.transparent:hover a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .align-texte-bouton .elementor-button {
    margin-top: 10px;
  }
  .align-texte-bouton div {
    justify-content: center;
  }
}

@media (max-width: 400px) {
  .elementor-widget.elementor-widget-button
    .elementor-button-wrapper
    .elementor-button {
    white-space: unset;
  }
}

/**
* Hn
*/
h1,
h2,
h3,
h4,
h1.elementor-heading-title.elementor-size-default,
h2.elementor-heading-title.elementor-size-default,
h3.elementor-heading-title.elementor-size-default,
h4.elementor-heading-title.elementor-size-default,
h5.elementor-heading-title.elementor-size-default,
h6.elementor-heading-title.elementor-size-default,
.elementor-widget-container h1,
.elementor-widget-container h2,
.elementor-widget-container h3,
.elementor-widget-container h4,
h1.elementor-headline,
h1 > .elementor-headline-text-wrapper,
h2.elementor-headline,
h2 > .elementor-headline-text-wrapper,
h3.elementor-headline,
h3 > .elementor-headline-text-wrapper,
h4.elementor-headline,
h4 > .elementor-headline-text-wrapper,
h1 > a.entry-title,
h2 > a.entry-title {
  font-family: "Abril Fatface", cursive;
  font-style: normal !important;
  font-weight: 400 !important;
  color: #ef2b87;
}
h1,
h1.elementor-heading-title.elementor-size-default,
.elementor-widget-container h1,
h1.elementor-headline,
h1 > .elementor-headline-text-wrapper {
  font-size: 64px;
  line-height: 74px;
}

@media (max-width: 767px) {
  h1,
  h1.elementor-heading-title.elementor-size-default,
  .elementor-widget-container h1,
  h1.elementor-headline,
  h1 > .elementor-headline-text-wrapper {
    font-size: 36px;
    line-height: 50px;
  }
}

h2,
h2.elementor-heading-title.elementor-size-default,
.elementor-widget-container h2,
h2.elementor-headline,
h2 > .elementor-headline-text-wrapper {
  font-size: 48px;
  line-height: 58px;
}

@media (max-width: 767px) {
  h2,
  h2.elementor-heading-title.elementor-size-default,
  .elementor-widget-container h2,
  h2.elementor-headline,
  h2 > .elementor-headline-text-wrapper {
    font-size: 32px;
    line-height: 32px;
  }
}

h3,
h3.elementor-heading-title.elementor-size-default,
.elementor-widget-container h3,
h3.elementor-headline,
h3 > .elementor-headline-text-wrapper {
  font-size: 26px;
  line-height: 34px;
  color: #6e67aa;
}

h4,
h4.elementor-heading-title.elementor-size-default,
.elementor-widget-container h4,
h4.elementor-headline,
h4 > .elementor-headline-text-wrapper {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700 !important;
  font-size: 20px;
  line-height: 32px;
  color: #27066d;
}

h5,
h5.elementor-heading-title.elementor-size-default,
.elementor-widget-container h5 {
  font-size: 20px;
}

h6,
h6.elementor-heading-title.elementor-size-default,
.elementor-widget-container h6 {
  font-size: 18px;
}

/**
* div span p pre li
*/
div.elementor-heading-title.elementor-size-default,
span.elementor-heading-title.elementor-size-default,
p.elementor-heading-title.elementor-size-default {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #6e67aa;
}

p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #6e67aa;
}

.texte-bleu-fonce p {
  color: #27066d;
}

.texte-lead p {
  font-size: 18px;
}

.elementor-widget-container li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  color: #6e67aa;
  margin-left: 30px;
}

pre {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #6e67aa;
}

section.blocs-enfants-meme-hauteur
  > div.elementor-container
  > div.elementor-column
  > div.elementor-widget-wrap
  > div.elementor-element {
  height: 100%;
}

/*blocs à fonds de couleur*/

.bloc-fond-rose-bordure-gauche {
  background: #ffedf5;
  border-radius: 0px 4px 4px 0px;
  padding: 15px;
  border-left: 3px solid #6e67aa;
  color: #27066d;
}

.bloc-fond-rose-bordure-gauche p,
.bloc-fond-rose-bordure-gauche li {
  color: #27066d;
}

.bloc-fond-bleu {
  background: #ddf4f9;
  border-radius: 8px;
  padding: 15px;
}

/**
* Zigouigoui
*/
.zigouigoui {
  width: fit-content;
  position: relative;
}

.zigouigoui::after {
  content: "";
  background-position: center center;
  background-size: cover;
  position: absolute;
}
.zigouigoui.etincelles::after {
  top: -12px;
  margin: -40px;
  right: -15px;
  z-index: 0;
  height: 82px;
  width: 76px;
  background: url("/wp-content/uploads/2023/04/etincelles_photo.svg");
}

.zigouigoui.etincelles-dorees-gauche::after {
  top: -110px;
  margin: 0px;
  left: -110px;
  z-index: 0;
  height: 146px;
  width: 146px;
  background: url("/wp-content/uploads/2023/05/etincelles_dorees_haut_gauche.svg");
}

.zigouigoui.trait-rose-gauche-vertical {
  margin-left: 30px;
  margin-right: 20px;
}

.zigouigoui.trait-rose-gauche-vertical::after {
  top: 10px;
  left: -10px;
  width: 7px;
  height: 84px;
  background: url("./assets/img/zigouigoui-trait-rose-vertical.png");
}

.zigouigoui.etincelles-bas-gauche::after {
  bottom: -94px;
  margin: 0px;
  left: -90px;
  z-index: 0;
  height: 126px;
  width: 124px;
  background: url("./assets/img/etincelles-bleues-gauche-bas.png");
}

.zigouigoui.etoiles-bleues-droite {
  margin-right: 50px;
}

.zigouigoui.etoiles-bleues-droite::after {
  top: -70px;
  margin: 0px;
  right: -55px;
  z-index: 0;
  height: 127px;
  width: 102px;
  background: url("./assets/img/etoiles-bleues.png");
}

.zigouigoui.rond-pointille-jaune-haut-droite::after {
  top: -42px;
  margin: 0px;
  left: -42px;
  z-index: 0;
  height: 98px;
  width: 98px;
  background: url("./assets/img/Rond-pointilles-jaune.png");
}

.zigouigoui.etoiles-jaunes-droite {
  margin-right: 50px;
}

.zigouigoui.etoiles-jaunes-droite::after {
  top: -70px;
  margin: 0px;
  right: -55px;
  z-index: 0;
  height: 127px;
  width: 102px;
  background: url("./assets/img/etoiles-jaunes.png");
}

.zigouigoui.etincelles-dorees-bas-gauche::after {
  bottom: -94px;
  margin: 0px;
  left: -90px;
  z-index: 0;
  height: 126px;
  width: 124px;
  background: url("./assets/img/etincelles-dorees-gauche-bas.png");
}

.zigouigoui.etincelles-roses-haut-gauche::after {
  top: -90px;
  margin: 0px;
  left: -90px;
  z-index: 0;
  height: 131px;
  width: 140px;
  background: url("./assets/img/etincelles-rose-haut-gauche.png");
}

@media (max-width: 1300px) {
  .zigouigoui.etincelles-roses-haut-gauche::after {
    top: -20px;
    margin: 0px;
    left: -20px;
    z-index: 0;
    height: 32px;
    width: 30px;
    background: url("./assets/img/etincelles-rose-haut-gauche-resp.png");
  }
}

@media (max-width: 1220px) {
  .zigouigoui.rond-pointille-jaune-haut-droite::after {
    top: -15px;
    left: -15px;
    height: 40px;
    width: 40px;
    background: url("./assets/img/Rond-pointilles-jaune-resp.png");
  }
}

@media (max-width: 1060px) {
  .zigouigoui.etincelles-dorees-gauche::after {
    height: 27px;
    width: 27px;
    top: -20px;
    left: -25px;
    background: url("/wp-content/uploads/2023/05/etincelles_dorees_haut_gauche_resp.svg");
  }
}

@media (max-width: 767px) {
  .zigouigoui.etincelles::after {
    height: 30px;
    width: 30px;
    top: -17px;
    margin: -6px;
    right: -10px;
    background: url("/wp-content/uploads/2023/04/etincelles_photo_resp.svg");
  }

  .zigouigoui.trait-rose-gauche-vertical::after {
    height: 124px;
    background: url("./assets/img/zigouigoui-trait-rose-vertical-resp.png");
  }

  .zigouigoui.etincelles-bas-gauche {
    margin-left: 20px;
    margin-right: 20px;
  }

  .zigouigoui.etincelles-bas-gauche::after {
    height: 26px;
    width: 28px;
    background: url("./assets/img/etincelles-bleues-gauche-bas_resp.png");
    bottom: -18px;
    left: -18px;
  }

  .zigouigoui.etoiles-bleues-droite::after {
    top: -35px;
    right: -30px;
    height: 63px;
    width: 51px;
    background: url("./assets/img/etoiles-bleues_resp.png");
  }

  .zigouigoui.etoiles-jaunes-droite {
    margin-right: 30px;
  }

  .zigouigoui.etoiles-jaunes-droite::after {
    top: -40px;
    right: -35px;
    height: 72px;
    width: 58px;
    background: url("./assets/img/etoiles-jaunes-resp.png");
  }

  .zigouigoui.etincelles-dorees-bas-gauche::after {
    height: 26px;
    width: 28px;
    background: url("./assets/img/etincelles-dorees-gauche-bas_resp.png");
    bottom: -18px;
    left: -18px;
  }
}

@media (max-width: 600px) {
  .zigouigoui.trait-rose-gauche-vertical::after {
    height: 200px;
  }
}

@media (max-width: 500px) {
  .zigouigoui.trait-rose-gauche-vertical::after {
    height: 260px;
  }
}

/**
* Formulaires 
*/

form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="number"],
form.wpcf7-form input[type="url"],
form.wpcf7-form input[type="tel"],
form.wpcf7-form input[type="file"],
form.wpcf7-form textarea,
form.wpcf7-form select {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background: #ffffff;
  border: 1px solid #efe8ff;
  box-shadow: 0px 8px 24px rgba(39, 6, 109, 0.1);
  border-radius: 4px;
  padding: 8px 4px 8px 16px;
  gap: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6e67aa;
}

form.wpcf7-form textarea,
form.wpcf7-form select {
  border-radius: 4px;
  width: -webkit-fill-available;
  height: 120px;
}
form.wpcf7-form input[type="submit"] {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 20px;
  gap: 10px;
  width: fit-content;
  background: #27066d;
  border-radius: 37px;
  border: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: auto;
}

form.wpcf7-form input[type="submit"]:hover {
  color: #27066d;
  background-color: #10c3eb;
}

#formulaire_de_contact .formulaire-ligne {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 10px;
}

.elementor-widget.elementor-widget-icon-list.liste-icones-contact
  a:hover
  .elementor-icon-list-icon {
  opacity: 0.5;
}

.elementor-widget.elementor-widget-icon-list.liste-icones-contact
  .elementor-icon-list-icon
  svg {
  margin-right: 0px;
}

#bloc_fond_jaune_contact {
  background-image: url("./assets/img/fond-jaune-contact.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  #formulaire_de_contact .formulaire-ligne {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  .bloc-interne-contact-form {
    max-width: 250px;
    margin: auto;
  }
  #bloc_fond_jaune_contact {
    background-size: cover;
  }
  #page_contact
    .elementor-column-gap-default
    > .elementor-column
    > .elementor-element-populated {
    padding: 0px;
  }
}

/* cacher la liste des erreurs au dessus du formulaire (car déjà indiqué au niveau de chaque champ) */
div.wpcf7.no-js > div.screen-reader-response > ul {
  display: none;
}

/* FAQ */

.elementor-accordion .elementor-accordion-item .elementor-tab-title {
  margin: 15px 0px;
  margin-left: 70px;
  padding: 0px;
}

.elementor a.elementor-accordion-title {
  text-decoration: none !important;
  font-size: 26px;
  line-height: 46px;
}

.elementor-accordion-item p {
  font-size: 16px;
  line-height: 28px;
}

.elementor-accordion
  .elementor-tab-title.elementor-active
  .elementor-accordion-icon-opened
  svg,
.elementor-accordion
  .elementor-tab-title
  .elementor-accordion-icon
  .elementor-accordion-icon-closed
  svg {
  width: unset;
  height: unset;
}

.elementor-accordion
  .elementor-tab-title
  .elementor-accordion-icon.elementor-accordion-icon-left {
  float: unset;
  position: absolute;
  left: 0px;
}

.elementor-accordion-icon.elementor-accordion-icon-left {
  position: relative;
}

.elementor-accordion-icon.elementor-accordion-icon-left::before {
  position: absolute;
  top: 15px;
  left: 25px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #27066d;
}

.elementor-accordion
  .elementor-accordion-item:nth-child(1)
  .elementor-accordion-icon.elementor-accordion-icon-left::before {
  content: "1";
}

.elementor-accordion
  .elementor-accordion-item:nth-child(2)
  .elementor-accordion-icon.elementor-accordion-icon-left::before {
  content: "2";
}

.elementor-accordion
  .elementor-accordion-item:nth-child(3)
  .elementor-accordion-icon.elementor-accordion-icon-left::before {
  content: "3";
}

.elementor-accordion
  .elementor-accordion-item:nth-child(4)
  .elementor-accordion-icon.elementor-accordion-icon-left::before {
  content: "4";
}

.elementor-accordion
  .elementor-accordion-item:nth-child(5)
  .elementor-accordion-icon.elementor-accordion-icon-left::before {
  content: "5";
}

.elementor-accordion
  .elementor-accordion-item:nth-child(6)
  .elementor-accordion-icon.elementor-accordion-icon-left::before {
  content: "6";
}

.elementor-accordion
  .elementor-accordion-item:nth-child(7)
  .elementor-accordion-icon.elementor-accordion-icon-left::before {
  content: "7";
}

.elementor-accordion
  .elementor-accordion-item:nth-child(8)
  .elementor-accordion-icon.elementor-accordion-icon-left::before {
  content: "8";
}

.elementor-accordion
  .elementor-accordion-item:nth-child(9)
  .elementor-accordion-icon.elementor-accordion-icon-left::before {
  content: "9";
}

.elementor-accordion
  .elementor-accordion-item:nth-child(10)
  .elementor-accordion-icon.elementor-accordion-icon-left::before {
  content: "10";
}

.elementor-accordion
  .elementor-accordion-item:nth-child(11)
  .elementor-accordion-icon.elementor-accordion-icon-left::before {
  content: "11";
}

.elementor-accordion
  .elementor-accordion-item:nth-child(12)
  .elementor-accordion-icon.elementor-accordion-icon-left::before {
  content: "12";
}

.elementor-accordion
  .elementor-accordion-item:nth-child(13)
  .elementor-accordion-icon.elementor-accordion-icon-left::before {
  content: "13";
}

.elementor-accordion
  .elementor-accordion-item:nth-child(14)
  .elementor-accordion-icon.elementor-accordion-icon-left::before {
  content: "14";
}

.elementor-accordion
  .elementor-accordion-item:nth-child(15)
  .elementor-accordion-icon.elementor-accordion-icon-left::before {
  content: "15";
}

.elementor-accordion-item::after {
  content: url("/wp-content/uploads/2023/04/separation-FAQ.svg");
}

.elementor-accordion .elementor-accordion-item:last-child::after {
  content: none;
}

@media (max-width: 767px) {
  .elementor-accordion-item::after {
    content: url("/wp-content/uploads/2023/04/separation-FAQ-mobile.svg");
  }
  .elementor-accordion .elementor-accordion-item:last-child::after {
    content: none;
  }
}

@media (max-width: 767px) {
  .elementor-accordion-item::after {
    content: url("/wp-content/uploads/2023/04/separation-FAQ-mobile.svg");
  }
  .elementor-accordion .elementor-accordion-item:last-child::after {
    content: none;
  }
}

/**
* Page actualités
*/

.actus-bloc-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#actus-filtre-categorie {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.actu-etiquette-categorie {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  color: #007e9a;
  padding: 4px 8px;
  gap: 8px;
  border: 1px solid #007e9a;
  border-radius: 26px;
  margin: 10px 5px;
}

.actu-etiquette-categorie:hover,
.actu-etiquette-categorie:focus,
.actu-etiquette-categorie.active {
  background: #007e9a;
  color: #ffffff;
  border: 1px solid #007e9a;
}

#actus-liste {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: auto;
  max-width: 750px;
}

.actu-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  background: #ffffff;
  box-shadow: 4px 2px 10px rgb(0 0 0 / 10%);
  border-radius: 10px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 1;
  max-width: 100%;
  align-content: space-around;
}
.actu-card:hover {
  box-shadow: 8px 4px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.actu-card .img-carte-actu {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
  height: 240px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.actu-card .carte-padding {
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 62%;
}

.sous-bloc-actu-card {
  display: flex;
  flex-direction: column;
}

.sous-bloc-actu-card-lien {
  margin-top: auto;
}

.actu-card-date {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6e67aa;
}

.actu-card h2 {
  font-weight: 700 !important;
  font-size: 20px;
  line-height: 32px;
  color: #27066d;
  font-family: "Poppins";
}

.liste-categories-article {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.actu-card-categorie {
  border: 1px solid #007e9a;
  border-radius: 26px;
  padding: 4px 8px;
  font-size: 10px;
  line-height: 15px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  color: #007e9a;
  margin-right: 5px;
}

.actu-excerpt p {
  font-size: 14px;
  line-height: 24px;
  color: #27066d;
}

a.actu-lien-article,
.elementor a.actu-lien-article {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #27066d;
  text-decoration: none !important;
}

.bloc-manifeste {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(./assets/img/Bckg-jaune-manifeste.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  min-height: 230px;
}

.bloc-manifeste .titre-manifeste {
  color: #27066d;
  font-family: "Abril Fatface", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 50px;
  text-align: center;
  padding: 0px 10px;
}

.bloc-manifeste .bouton-manifeste {
  background-color: #27066d;
  color: #ffffff;
  border: 1px solid #27066d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  border-radius: 100px;
  width: fit-content;
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none !important;
}

.bloc-manifeste .bouton-manifeste:hover {
  background-color: #10c3eb;
  color: #27066d;
  border: 1px solid #10c3eb;
}

@media (max-width: 767px) {
  #actus-liste {
    grid-template-columns: repeat(1, 1fr);
  }
  #actus-filtre-categorie {
    width: 100%;
    min-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
  }
}

@media (max-width: 560px) {
  .bloc-manifeste {
    background-size: cover;
  }
}

/**
* Page détail d'une actualité
*/

@media (min-width: 992px) {
  #content.post {
    max-width: 800px;
  }
}

.actu-bloc-header {
  display: flex;
  flex-direction: column;
}

.actu-retour-actus {
  margin-bottom: 50px;
}

.actu-retour-actus a {
  color: #007e9a;
}

.actu-retour-actus a:hover {
  color: #007e9a;
}

.actu-retour-actus a img {
  width: 24px;
  height: 24px;
}

.liste-etiquettes-categories {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.actu-header-img {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.actu-header-img img {
  border-radius: 8px;
  max-height: 370px;
}

.bloc-similar-posts {
  background: #fff8e3;
  padding: 70px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.bloc-similar-posts h2 {
  color: #27066d;
}

#actus-similaires-liste {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: auto;
  max-width: 1000px;
}
.actu-card-categorie.etiquette-bleue,
.actu-card-categorie.etiquette-jaune,
.actu-card-categorie.etiquette-rose,
.actu-card-categorie.etiquette-violette {
  color: #27066d;
  font-size: 12px;
}

.actu-card-categorie.etiquette-bleue {
  background: #ddf4f9;
  border: 1px solid #ddf4f9;
}

.actu-card-categorie.etiquette-jaune {
  background: #fff8e3;
  border: 1px solid #fff8e3;
}

.actu-card-categorie.etiquette-rose {
  background: #ffedf5;
  border: 1px solid #ffedf5;
}

.actu-card-categorie.etiquette-violette {
  background: #efe8ff;
  border: 1px solid #efe8ff;
}

@media (max-width: 767px) {
  #actus-similaires-liste {
    grid-template-columns: repeat(1, 1fr);
  }
  #actus-similaires-liste .actu-card {
    margin-bottom: 20px;
    max-width: 500px;
  }
}

/**
* pagination 
*/
.actu-pagination {
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 100%;
  flex-wrap: wrap;
}

.page-numbers {
  margin-left: 4px;
  margin-right: 4px;
  border: 1px solid #007e9a;
  border-radius: 48px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #007e9a;
  min-width: 48px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.page-numbers.current,
.page-numbers:hover {
  background: #007e9a;
  color: #ffffff;
  text-decoration: none;
}

.page-numbers.dots {
  border: none;
  cursor: unset;
}

.next.page-numbers,
.prev.page-numbers {
  display: none;
}

@media (max-width: 767px) {
  .actu-pagination {
    width: 100%;
    min-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    justify-content: unset;
  }
}

/**
* Slider témoignage 
*/

#section_slider_temoignages
  .elementor-container
  .elementor-column
  .elementor-element-populated {
  position: relative;
}

#section_slider_temoignages
  .elementor-container
  .elementor-column
  .elementor-element-populated
  #slider_temoignages {
  position: absolute;
  bottom: -160px;
  z-index: 2;
}

#slider_temoignages .elementor-widget-container {
  position: relative;
}

#slider_temoignages .elementor-widget-container .wbel-arrow i {
  margin-top: 11px;
}

#slider_temoignages .elementor-widget-container .wbel-arrow.wb-arrow-prev {
  position: absolute;
  top: -40px;
  right: 250px;
  left: unset;
}

#slider_temoignages .elementor-widget-container .wbel-arrow.wb-arrow-next {
  position: absolute;
  top: -40px;
  right: 194px;
}

#slider_temoignages > div.elementor-widget-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
}

#slider_temoignages .slick-list .slick-track {
  display: flex !important;
  padding-bottom: 10px;
}

#slider_temoignages .slick-list .slick-track .slick-slide {
  height: inherit !important;
}

@media (max-width: 768px) {
  #slider_temoignages .slick-list .slick-track .slick-slide {
    width: 100% !important;
  }
}

#slider_temoignages div.slick-list.draggable {
  overflow: visible !important;
}

#slider_temoignages div.wbel_post_slider_default.slick-slider {
  position: relative;
  margin-right: calc((-100vw + 1440px) / 2 - 120px - 12px);
  padding-right: calc((100vw - 1440px) / 2 + 120px);
  margin-left: -12px;
}

#slider_temoignages .slick-list .slick-track .slick-slide > div,
#slider_temoignages
  .slick-list
  .slick-track
  .slick-slide
  > div
  .slider-temoignage,
#slider_temoignages
  .slick-list
  .slick-track
  .slick-slide
  > div
  .slider-temoignage
  .wb_ps_single_item {
  height: 100%;
}

.slider-temoignage .wb_ps_single_item {
  box-shadow: 0px 8px 24px rgba(39, 6, 109, 0.1);
  border-radius: 9px;
  width: 280px;
}

.slider-temoignage .wb_ps_thumbnail.slider-temoignage-img {
  padding-top: 20px;
  min-height: 44px;
}

.slider-temoignage .slider-temoignage-img img {
  box-shadow: unset;
  width: 27px;
  height: 24px;
}

#bloc_video_temoignages .elementor-widget-video {
  max-width: 1000px;
  margin: 10px auto;
}

.hpc-bloc-temoignage {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 40px;
}

.hpc-bloc-temoignage.bleu {
  background-image: url(./assets/img/Bckg_temoignage_bleu.png);
}

.hpc-bloc-temoignage.rose {
  background-image: url(./assets/img/Bckg_temoignage_rose.png);
}

.hpc-bloc-temoignage.jaune {
  background-image: url(./assets/img/Bckg_temoignage_jaune.png);
}

.hpc-bloc-temoignage.droite {
  background-position: right;
}

.hpc-bloc-temoignage.gauche {
  flex-direction: row-reverse;
  background-position: left;
}

.hpc-bloc-temoignage-img {
  width: 35%;
}

.hpc-bloc-temoignage-texte {
  width: 65%;
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 50px;
}

.hpc-bloc-temoignage.droite .hpc-bloc-temoignage-img,
.hpc-bloc-temoignage.gauche .hpc-bloc-temoignage-texte {
  padding-right: 40px;
  padding-left: 80px;
}

.hpc-bloc-temoignage.droite .hpc-bloc-temoignage-texte,
.hpc-bloc-temoignage.gauche .hpc-bloc-temoignage-img {
  padding-left: 40px;
  padding-right: 80px;
}

.hpc-bloc-temoignage .hpc-bloc-temoignage-texte {
  background-repeat: no-repeat;
  background-size: contain;
}

.hpc-bloc-temoignage.bleu .hpc-bloc-temoignage-texte {
  background-image: url(./assets/img/separateur_temoignage_bleu.png);
}

.hpc-bloc-temoignage.rose .hpc-bloc-temoignage-texte {
  background-image: url(./assets/img/separateur_temoignage_rose.png);
}

.hpc-bloc-temoignage.jaune .hpc-bloc-temoignage-texte {
  background-image: url(./assets/img/separateur_temoignage_jaune.png);
}

.hpc-bloc-temoignage.droite .hpc-bloc-temoignage-texte {
  background-position: left;
}

.hpc-bloc-temoignage.gauche .hpc-bloc-temoignage-texte {
  background-position: right;
}

.hpc-bloc-temoignage-img img {
  width: fit-content;
}

.hpc-bloc-temoignage-texte .guillemet {
  font-family: "Imbue";
  font-style: normal;
  font-weight: 400;
  font-size: 126px;
  color: #27066d;
  line-height: 10px;
}

.hpc-bloc-temoignage-texte .titre {
  font-family: "Abril Fatface";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #27066d;
}

.hpc-bloc-temoignage-texte .texte {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #27066d;
}

.bloc-indicateurs-temoignages {
  max-width: 700px;
  margin: 0 auto;
}

.hpc-bloc-temoignage-indicateur {
  margin: 10px;
  padding: 20px;
  border-radius: 9px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hpc-bloc-temoignage-indicateur.bleu {
  border: 3px solid #10c3eb;
}

.hpc-bloc-temoignage-indicateur.jaune {
  border: 3px solid #fec808;
}

.hpc-bloc-temoignage-indicateur.rose {
  border: 3px solid #ef2b87;
}

.hpc-bloc-temoignage-indicateur .titre {
  font-family: "Abril Fatface";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #27066d;
}

.hpc-bloc-temoignage-indicateur .texte {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #6e67aa;
}

@media (max-width: 1500px) {
  #slider_temoignages > div.elementor-widget-container {
    max-width: 1140px;
    padding: 0 120px;
  }

  #slider_temoignages div.wbel_post_slider_default.slick-slider {
    margin-right: calc((-100vw + 1140px) / 2 - 120px - 12px);
    padding-right: calc((100vw - 1140px) / 2 + 120px);
  }
}

@media (max-width: 1240px) {
  #bloc_video_temoignages .elementor-widget-video {
    max-width: 800px;
    margin: 10px auto;
  }
}

@media (max-width: 1150px) {
  #slider_temoignages > div.elementor-widget-container {
    max-width: 640px;
    padding: 0 10px;
  }

  #slider_temoignages div.wbel_post_slider_default.slick-slider {
    margin-right: calc((-100vw + 860px) / 2 - 10px - 12px);
    padding-right: calc((100vw - 860px) / 2 + 10px);
  }

  #slider_temoignages .elementor-widget-container .wbel-arrow.wb-arrow-prev {
    top: -40px;
    right: 54px;
  }

  #slider_temoignages .elementor-widget-container .wbel-arrow.wb-arrow-next {
    top: -40px;
    right: 0px;
  }
}

@media (max-width: 1024px) {
  #section_slider_temoignages
    .elementor-container
    .elementor-column
    .elementor-element-populated
    #slider_temoignages {
    bottom: -200px;
  }

  .hpc-bloc-temoignage,
  .hpc-bloc-temoignage.gauche {
    flex-direction: column;
  }

  .hpc-bloc-temoignage {
    max-width: 600px;
    margin: 0 auto;
  }

  .hpc-bloc-temoignage.gauche .hpc-bloc-temoignage-texte,
  .hpc-bloc-temoignage.droite .hpc-bloc-temoignage-texte,
  .hpc-bloc-temoignage.droite .hpc-bloc-temoignage-img,
  .hpc-bloc-temoignage.gauche .hpc-bloc-temoignage-img {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hpc-bloc-temoignage.droite,
  .hpc-bloc-temoignage.gauche {
    background-position: bottom center;
  }

  .hpc-bloc-temoignage-img img {
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
  }

  .hpc-bloc-temoignage-img {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .hpc-bloc-temoignage.bleu .hpc-bloc-temoignage-img img {
    background-image: url(./assets/img/separateur_temoignage_bleu_resp.png);
  }

  .hpc-bloc-temoignage.rose .hpc-bloc-temoignage-img img {
    background-image: url(./assets/img/separateur_temoignage_rose_resp.png);
  }

  .hpc-bloc-temoignage.jaune .hpc-bloc-temoignage-img img {
    background-image: url(./assets/img/separateur_temoignage_jaune_resp.png);
  }

  .hpc-bloc-temoignage.droite .hpc-bloc-temoignage-texte,
  .hpc-bloc-temoignage.gauche .hpc-bloc-temoignage-texte {
    background-image: none;
  }

  .hpc-bloc-temoignage.bleu {
    background-image: url(./assets/img/Bckg_temoignage_bleu_resp.png);
  }

  .hpc-bloc-temoignage.rose {
    background-image: url(./assets/img/Bckg_temoignage_rose_resp.png);
  }

  .hpc-bloc-temoignage.jaune {
    background-image: url(./assets/img/Bckg_temoignage_jaune_resp.png);
  }

  .hpc-bloc-temoignage {
    background-size: contain;
    background-position: bottom center;
  }
}

@media (max-width: 801px) {
  #slider_temoignages > div.elementor-widget-container {
    max-width: 300px;
    padding: 0px;
  }

  #slider_temoignages div.wbel_post_slider_default.slick-slider {
    margin-right: calc((-100vw + 300px) / 2 - 12px);
    padding-right: calc((100vw - 300px) / 2);
  }

  .slider-temoignage .wb_ps_single_item {
    width: 250px;
  }
}

@media (max-width: 768px) {
  #section_slider_temoignages
    .elementor-container
    .elementor-column
    .elementor-element-populated
    #slider_temoignages {
    bottom: -250px;
  }
}

@media (max-width: 600px) {
  .hpc-bloc-temoignage {
    background-size: cover;
  }

  .elementor-column-gap-default
    #bloc_temoignages.elementor-column
    > .elementor-element-populated {
    padding: 10px 0px;
  }

  .hpc-bloc-temoignage-texte {
    width: 100%;
  }
}

/**
* Bloc prochain RDV
*/

.bloc-rdv-texte-bouton {
  width: fit-content;
  padding: 16px 32px;
  border-radius: 8px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.hpc-bloc-rdv.rose .bloc-rdv-texte-bouton {
  background-color: #ffedf5;
}

.hpc-bloc-rdv.bleu .bloc-rdv-texte-bouton {
  background-color: #ddf4f9;
}

.hpc-bloc-rdv.jaune .bloc-rdv-texte-bouton {
  background-color: #fff8e3;
}

.bloc-rdv-texte-bouton .texte {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #27066d;
}

.rdv-bouton {
  margin-left: 20px;
  flex-wrap: wrap;
  height: fit-content;
  text-align: center;
}

.prix.elementor-widget {
  margin-bottom: 5px;
}

.prix p {
  font-family: "Abril Fatface";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 54px;
  color: #27066d;
  margin-bottom: 0px;
}

@media (max-width: 850px) {
  .bloc-rdv-texte-bouton {
    flex-direction: column;
  }

  .rdv-bouton {
    margin-top: 20px;
  }
}

/**
* Page la magie dans ta vie
*/

.bloc-bg-bleu {
  background-image: url(./assets/img/Bckg-tache-bleue.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.bloc-bg-bleu .bloc-formation {
  max-width: 350px;
  margin: 30px auto;
}

.bloc-bg-jaune-main {
  background-image: url(./assets/img/Bckg-tache-jaune.png);
  background-size: contain;
  background-position: center left 15%;
  background-repeat: no-repeat;
}

/**
* Slider webinaires 
*/

#slider_webinaires .elementor-widget-container {
  position: relative;
}

#slider_webinaires .elementor-widget-container .wbel-arrow i {
  margin-top: 11px;
}

#slider_webinaires .elementor-widget-container .wbel-arrow.wb-arrow-prev {
  position: absolute;
  top: -40px;
  right: 250px;
  left: unset;
}

#slider_webinaires .elementor-widget-container .wbel-arrow.wb-arrow-next {
  position: absolute;
  top: -40px;
  right: 196px;
}

#slider_webinaires > div.elementor-widget-container {
  max-width: 900px;
  margin: 0;
  padding: 0 120px;
}

#slider_webinaires .slick-list .slick-track {
  display: flex !important;
  padding-bottom: 10px;
}

#slider_webinaires .slick-list .slick-track .slick-slide {
  height: inherit !important;
}

#slider_webinaires div.slick-list.draggable {
  overflow: visible !important;
}

#slider_webinaires div.wbel_post_slider_default.slick-slider {
  position: relative;
  margin-right: calc((-100vw + 900px) / 2 - 120px - 12px);
  padding-right: calc((100vw - 900px) / 2 + 120px);
  margin-left: -12px;
}

#slider_webinaires .slick-list .slick-track .slick-slide > div,
#slider_webinaires
  .slick-list
  .slick-track
  .slick-slide
  > div
  .slider-webinaire,
#slider_webinaires
  .slick-list
  .slick-track
  .slick-slide
  > div
  .slider-webinaire
  .wb_ps_single_item {
  height: 100%;
}

.slider-webinaire .wb_ps_single_item {
  width: 600px;
  background: #ffffff;
  border: 3px solid #ef2b87;
  border-radius: 8px;
  box-shadow: none;
}

.slider-webinaire .wb_ps_single_item.rose {
  border: 3px solid #ef2b87;
}

.slider-webinaire .wb_ps_single_item.bleu {
  border: 3px solid #10c3eb;
}

.slider-webinaire .wb_ps_single_item.jaune {
  border: 3px solid #fec808;
}

.slider-webinaire .wb_ps_single_item .wb_ps_content {
  padding: 24px;
}

.slider-webinaire .wb_ps_single_item .wb_ps_content .wb_ps_description {
  text-align: left;
  font-family: "Poppins";
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #27066d;
  font-weight: 400;
}

.slider-webinaire .wb_ps_single_item .wb_ps_description .numero-webinaire {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #27066d;
  text-transform: uppercase;
}

.slider-webinaire .wb_ps_single_item .wb_ps_description h3.titre-webinaire {
  color: #27066d;
  font-size: 24px;
}

.slider-webinaire
  .wb_ps_single_item
  .wb_ps_content
  .wb_ps_description
  .texte-gras {
  font-weight: 700;
}

@media (max-width: 900px) {
  #slider_webinaires > div.elementor-widget-container {
    max-width: 700px;
    padding: 0px;
  }

  #slider_webinaires div.wbel_post_slider_default.slick-slider {
    margin-right: calc((-100vw + 700px) / 2 - 12px);
    padding-right: calc((100vw - 700px) / 2);
  }
}

@media (max-width: 767px) {
  .bloc-bg-jaune-main {
    background-image: none;
  }
  .bloc-bg-jaune-main .elementor-widget-image {
    background-image: url(./assets/img/Bckg-tache-jaune.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
  }
}

@media (max-width: 680px) {
  #slider_webinaires > div.elementor-widget-container {
    max-width: 500px;
    padding: 0px;
  }

  #slider_webinaires div.wbel_post_slider_default.slick-slider {
    margin-left: calc((-100vw + 500px) / 2 - 12px);
    padding-left: calc((100vw - 500px) / 2);
  }

  .slider-webinaire .wb_ps_single_item {
    width: 450px;
  }

  #slider_webinaires .elementor-widget-container .wbel-arrow.wb-arrow-prev {
    right: 54px;
  }

  #slider_webinaires .elementor-widget-container .wbel-arrow.wb-arrow-next {
    right: 0px;
  }
}

@media (max-width: 600px) {
  #slider_webinaires > div.elementor-widget-container {
    max-width: 350px;
    padding: 0px;
  }

  #slider_webinaires div.wbel_post_slider_default.slick-slider {
    margin-right: calc((-100vw + 350px) / 2 - 12px);
    padding-right: calc((100vw - 350px) / 2);
  }

  .slider-webinaire .wb_ps_single_item {
    width: 330px;
  }

  .bloc-bg-bleu {
    background-size: cover;
  }
}

@media (max-width: 500px) {
  .bloc-bg-bleu {
    background-image: url(./assets/img/Bckg-tache-bleue_resp2.png);
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bloc-bg-jaune-main .elementor-widget-image {
    background-size: cover;
  }
}

@media (max-width: 450px) {
  #slider_webinaires > div.elementor-widget-container {
    max-width: 320px;
    padding: 0px;
    margin-top: 50px;
  }

  #slider_webinaires div.wbel_post_slider_default.slick-slider {
    margin-right: calc((-100vw + 320px) / 2 - 12px);
    padding-right: calc((100vw - 320px) / 2);
  }

  .slider-webinaire .wb_ps_single_item {
    width: 270px;
  }

  #slider_webinaires .elementor-widget-container .wbel-arrow.wb-arrow-prev {
    right: unset;
    left: 30px;
  }

  #slider_webinaires .elementor-widget-container .wbel-arrow.wb-arrow-next {
    right: unset;
    left: 84px;
  }
}

@media (max-width: 400px) {
  .bloc-bg-bleu {
    background-image: url(./assets/img/Bckg-tache-bleue_resp3.png);
  }
}

/**
* Page ROF accompagnement individuel
*/

.bloc-bg-jaune-droite {
  background-image: url(./assets/img/Bckg_ROF.png);
  background-size: contain;
  background-position: center right 15%;
  background-repeat: no-repeat;
}

#bloc_ROF_intro .elementor-widget-wrap.elementor-element-populated {
  margin: auto 0;
}

.hpc-bloc-ROF-description {
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 9px;
  max-width: 300px;
  padding: 24px;
}

.hpc-bloc-ROF-description .texte {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #27066d;
  margin-top: 30px;
}

.hpc-bloc-ROF-description.rose {
  border: 3px solid #ef2b87;
}

.hpc-bloc-ROF-description.jaune {
  border: 3px solid #fec808;
}

.hpc-bloc-ROF-description.bleu {
  border: 3px solid #10c3eb;
}

#bloc_ROF_temoignages {
  max-width: 900px;
  margin: 30px auto;
}

#bloc_ROF_temoignages > .elementor-container .elementor-column:first-child {
  background-image: url(./assets/img/separateur-rose-temoignages-ROF.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

#bloc_ROF_temoignages > .elementor-container .elementor-column:last-child {
  background-image: url(./assets/img/separateur-rose-temoignages-ROF.png);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}

.hpc-bloc-temoignage-court {
  padding: 0px 30px;
}

.hpc-bloc-temoignage-court .nom {
  font-family: "Abril Fatface";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #007e9a;
}

.hpc-bloc-temoignage-court .age {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #007e9a;
  margin-bottom: 20px;
}

.bloc-bg-rose {
  background-image: url(./assets/img/Background-rose.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  #bloc_ROF_intro {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .bloc-bg-jaune-droite {
    background-image: url(./assets/img/Bckg_ROF_resp.png);
    background-size: contain;
    background-position: bottom right;
  }

  #bloc_ROF_intro .zigouigoui.etoiles-bleues-droite {
    margin-right: 0px;
    width: fit-content;
    margin: 30px auto;
  }

  #bloc_ROF_intro > .elementor-container:last-child {
    padding-right: 30px;
  }

  .hpc-bloc-ROF-description {
    margin: 0 auto;
  }

  #bloc_ROF_temoignages.elementor-section .elementor-container {
    flex-wrap: nowrap;
  }

  #bloc_ROF_temoignages {
    width: 100%;
    max-width: unset;
    overflow-x: scroll;
  }

  #bloc_ROF_temoignages > .elementor-container {
    width: 700px;
    overflow-x: scroll;
  }

  .bloc-bg-rose {
    background-image: url(./assets/img/Background-rose_resp_large.png);
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .bloc-bg-rose .elementor-container .elementor-column {
    max-width: 350px;
    margin: 0 auto;
  }
}

/**
* Page ROF formation en ligne
*/

.bloc-bg-jaune {
  background-image: url(./assets/img/bckg_jaune.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bloc-background-rose-haut {
  background-image: url(./assets/img/Background-rose-haut.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#comment_ca_marche .column-img {
  display: flex;
  align-items: center;
}

.bloc-bg-bleu-formation {
  background-image: url(./assets/img/Bckg_bleu_formation.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 30px;
}

.bloc-bg-bleu-formation .bloc-formation2 {
  max-width: 550px;
  margin: 30px auto;
}

.bloc-bg-bleu-formation .bloc-formation2 .margin-bottom-0 {
  margin-bottom: 0px;
}

.bloc-bg-jaune-long {
  background-image: url(./assets/img/Background-jaune-long.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1300px) {
  .bloc-background-rose-haut {
    background-size: cover;
  }
}

@media (max-width: 1180px) {
  .bloc-bg-jaune-long {
    background-size: cover;
  }
}

@media (max-width: 1000px) {
  #comment_ca_marche.elementor-element {
    padding: 100px 0px;
  }

  #comment_ca_marche .bloc-texte-img > .elementor-container {
    display: flex;
    flex-direction: column;
  }

  #comment_ca_marche .bloc-texte-img > .elementor-container .elementor-column {
    width: 100%;
  }

  #comment_ca_marche
    .bloc-texte-img
    > .elementor-container
    .elementor-column.column-img
    > .elementor-element-populated {
    width: fit-content;
    margin: auto;
  }
}

@media (max-width: 870px) {
  .bloc-bg-jaune {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .bloc-bg-bleu-formation {
    background-size: cover;
  }
  .bloc-bg-bleu-formation .bloc-formation2 > .elementor-element-populated > div,
  .bloc-bg-bleu-formation
    .bloc-formation2
    > .elementor-element-populated
    .elementor-section
    .elementor-container
    .elementor-column {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .bloc-bg-bleu-formation {
    padding-top: 70px;
    padding-bottom: 70px;
    background-size: cover;
    background-image: url(./assets/img/Bckg_bleu_formation_resp.png);
  }
  .bloc-bg-jaune-long {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    background-image: url(./assets/img/Background-jaune-long_resp.png);
    background-size: cover;
  }
}

/**
* Slider contenus formation 
*/

#slider_contenus_formation .elementor-widget-container {
  position: relative;
}

#slider_contenus_formation .elementor-widget-container .wbel-arrow i {
  margin-top: 11px;
}

#slider_contenus_formation
  .elementor-widget-container
  .wbel-arrow.wb-arrow-prev {
  position: absolute;
  top: -55px;
  right: 54px;
  left: unset;
}

#slider_contenus_formation
  .elementor-widget-container
  .wbel-arrow.wb-arrow-next {
  position: absolute;
  top: -55px;
  right: 0px;
}

#slider_contenus_formation > div.elementor-widget-container {
  max-width: 1100px;
  margin: 0;
  padding: 0 120px;
}

#slider_contenus_formation .slick-list .slick-track {
  display: flex !important;
  padding-bottom: 10px;
}

#slider_contenus_formation .slick-list .slick-track .slick-slide {
  height: inherit !important;
}

#slider_contenus_formation div.slick-list.draggable {
  overflow: visible !important;
}

#slider_contenus_formation div.wbel_post_slider_default.slick-slider {
  position: relative;
  margin-right: calc((-100vw + 1100px) / 2 - 120px - 12px);
  padding-right: calc((100vw - 1100px) / 2 + 120px);
  margin-left: -12px;
}

#slider_contenus_formation .slick-list .slick-track .slick-slide > div,
#slider_contenus_formation
  .slick-list
  .slick-track
  .slick-slide
  > div
  .slider-contenu-formation,
#slider_contenus_formation
  .slick-list
  .slick-track
  .slick-slide
  > div
  .slider-contenu-formation
  .wb_ps_single_item {
  height: 100%;
}

.slider-contenu-formation .wb_ps_single_item {
  width: 800px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: none;
}

.slider-contenu-formation .wb_ps_single_item.rose {
  border: 3px solid #ef2b87;
}

.slider-contenu-formation .wb_ps_single_item.bleu {
  border: 3px solid #10c3eb;
}

.slider-contenu-formation .wb_ps_single_item.jaune {
  border: 3px solid #fec808;
}

.slider-contenu-formation .wb_ps_single_item .wb_ps_content {
  padding: 24px;
}

.slider-contenu-formation .wb_ps_single_item .wb_ps_content .wb_ps_description,
.slider-contenu-formation
  .wb_ps_single_item
  .wb_ps_content
  .wb_ps_description
  p,
.slider-contenu-formation .wb_ps_single_item .wb_ps_content li {
  text-align: left;
  font-family: "Poppins";
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #27066d;
  font-weight: 400;
}

.slider-contenu-formation
  .wb_ps_single_item
  .wb_ps_description
  h3.titre-contenu-formation {
  color: #27066d;
  font-size: 24px;
}

@media (max-width: 1100px) {
  #slider_contenus_formation > div.elementor-widget-container {
    max-width: 900px;
    padding: 0px;
  }

  #slider_contenus_formation div.wbel_post_slider_default.slick-slider {
    margin-right: calc((-100vw + 900px) / 2 - 12px);
    padding-right: calc((100vw - 900px) / 2);
  }

  #slider_contenus_formation
    .elementor-widget-container
    .wbel-arrow.wb-arrow-prev {
    right: 64px;
  }

  #slider_contenus_formation
    .elementor-widget-container
    .wbel-arrow.wb-arrow-next {
    right: 10px;
  }
}

@media (max-width: 900px) {
  #slider_contenus_formation > div.elementor-widget-container {
    max-width: 700px;
    padding: 0px;
  }

  #slider_contenus_formation div.wbel_post_slider_default.slick-slider {
    margin-right: calc((-100vw + 700px) / 2 - 12px);
    padding-right: calc((100vw - 700px) / 2);
  }

  .slider-contenu-formation .wb_ps_single_item {
    width: 650px;
  }
  #slider_contenus_formation
    .elementor-widget-container
    .wbel-arrow.wb-arrow-prev {
    right: 0px;
    top: -50px;
  }

  #slider_contenus_formation
    .elementor-widget-container
    .wbel-arrow.wb-arrow-next {
    right: -54px;
    top: -50px;
  }
}

@media (max-width: 767px) {
  #slider_contenus_formation
    .elementor-widget-container
    .wbel-arrow.wb-arrow-prev {
    right: 14px;
    top: -40px;
  }

  #slider_contenus_formation
    .elementor-widget-container
    .wbel-arrow.wb-arrow-next {
    right: -40px;
    top: -40px;
  }

  #slider_contenus_formation > div.elementor-widget-container {
    max-width: 500px;
    padding: 0px;
  }

  #slider_contenus_formation div.wbel_post_slider_default.slick-slider {
    margin-right: calc((-100vw + 500px) / 2 - 12px);
    padding-right: calc((100vw - 500px) / 2);
  }

  .slider-contenu-formation .wb_ps_single_item {
    width: 470px;
  }
}

@media (max-width: 570px) {
  #slider_contenus_formation > div.elementor-widget-container {
    max-width: 350px;
    padding: 0px;
    margin-top: 50px;
  }

  #slider_contenus_formation div.wbel_post_slider_default.slick-slider {
    margin-right: calc((-100vw + 350px) / 2 - 12px);
    padding-right: calc((100vw - 350px) / 2);
  }

  .slider-contenu-formation .wb_ps_single_item {
    width: 330px;
  }

  .slider-contenu-formation .wb_ps_single_item .wb_ps_content {
    padding: 15px;
  }

  #slider_contenus_formation
    .elementor-widget-container
    .wbel-arrow.wb-arrow-prev {
    right: unset;
    left: 10px;
  }

  #slider_contenus_formation
    .elementor-widget-container
    .wbel-arrow.wb-arrow-next {
    right: unset;
    left: 64px;
  }
}

@media (max-width: 400px) {
  #slider_contenus_formation > div.elementor-widget-container {
    max-width: 320px;
    padding: 0px;
    margin-top: 50px;
  }

  #slider_contenus_formation div.wbel_post_slider_default.slick-slider {
    margin-right: calc((-100vw + 320px) / 2 - 12px);
    padding-right: calc((100vw - 320px) / 2);
  }

  .slider-contenu-formation .wb_ps_single_item {
    width: 300px;
  }
}

/**
* Page Entreprises et Ecoles
*/

#blocs_entreprise_ecoles .hpc-bloc-ROF-description-img img {
  min-height: 50px;
}

.bloc-conferences p,
.bloc-conferences li,
.bloc-accompagnement p,
.bloc-accompagnement li,
.bloc-autres-prestations p {
  color: #27066d;
}

.bloc-conferences .elementor-container {
  background-image: url(./assets/img/bckg-conferences.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
}

.bloc-accompagnement .elementor-container {
  background-image: url(./assets/img/bckg-accompagnement-indiv.png);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
}

.elementor-section.elementor-element.bloc-conferences,
.elementor-section.elementor-element.bloc-accompagnement,
.elementor-section.elementor-element.bloc-autres-prestations {
  margin-bottom: 0px;
}

.elementor-section.elementor-element.bloc-accompagnement {
  margin-top: 0px;
}

.bloc-autres-prestations .elementor-container {
  background-image: url(./assets/img/bckg-autres-prestations.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
}

@media (max-width: 1000px) {
  .bloc-conferences .elementor-container,
  .bloc-accompagnement .elementor-container,
  .bloc-autres-prestations .elementor-container {
    background-size: cover;
  }

  #bloc_clients > .elementor-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
  }

  #bloc_clients > .elementor-container .elementor-column.elementor-col-25 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .bloc-accompagnement .elementor-container {
    flex-direction: column-reverse;
  }
  #bloc_clients > .elementor-container .section-clients > .elementor-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  #bloc_clients
    > .elementor-container
    .section-clients
    > .elementor-container
    .elementor-column {
    width: 50%;
  }
}

/**
* Page ROF hub
*/

#bloc_intro_ROF {
  margin-bottom: 100px;
}

#bloc_intro_ROF > .elementor-container {
  height: 320px;
}

#bloc_intro_ROF p {
  color: #ffffff;
}

#bloc_intro_ROF #intro_ROF_texte > .elementor-element-populated,
#bloc_intro_ROF #intro_ROF_texte > .elementor-widget-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}

#bloc_intro_ROF #intro_ROF_video {
  position: relative;
}

#bloc_intro_ROF #intro_ROF_video > .elementor-element-populated {
  position: absolute;
  bottom: -50px;
}

#bloc_intro_ROF
  #intro_ROF_video
  > .elementor-element-populated
  .elementor-element
  iframe {
  border-radius: 16px;
}

.bloc-bg-bleu-ROF p {
  color: #27066d;
}

.bloc-bg-bleu-ROF {
  background-image: url(./assets/img/Bckg-bleu-ROF.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 30px;
}

.bloc-bg-bleu-ROF > .elementor-container .elementor-column {
  max-width: 650px;
  margin: 0 auto;
}

.bloc-texte-max-width-800 {
  max-width: 800px;
  margin: 0 auto;
}

#bloc_la_bonne_voie .elementor-column > .elementor-element-populated {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.zigouigoui.etoiles-jaunes-droite iframe {
  border-radius: 16px;
}

.bloc-bg-jaune-manifeste {
  background-image: url(./assets/img/Bckg-jaune-manifeste.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 30px;
}

#bloc_methodes_ROF .align-droite .elementor-widget-container {
  display: flex;
  justify-content: flex-end;
}

.lien-bloc-indicateur {
  margin-top: 20px;
}

.lien-bloc-indicateur a {
  text-decoration: none !important;
}

#bloc_methodes_ROF .hpc-bloc-ROF-description {
  width: 300px;
}

#bloc_pourcentage p {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
}

@media (max-width: 1220px) {
  #bloc_intro_ROF #intro_ROF_video > .elementor-element-populated {
    left: 15px;
    width: 95%;
  }

  #bloc_intro_ROF > .elementor-container {
    height: 280px;
  }
}

@media (max-width: 1000px) {
  #bloc_intro_ROF > .elementor-container {
    height: 250px;
  }
}

@media (max-width: 850px) {
  .bloc-bg-bleu-ROF {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  #bloc_intro_ROF {
    margin-bottom: 190px;
  }
  #bloc_intro_ROF > .elementor-container {
    flex-direction: column-reverse;
    height: unset;
  }
  #bloc_intro_ROF #intro_ROF_video {
    height: 240px;
  }
  #bloc_intro_ROF #intro_ROF_video > .elementor-element-populated {
    bottom: -160px;
  }
}

@media (max-width: 680px) {
  #bloc_intro_ROF #intro_ROF_video {
    height: 200px;
  }
  .bloc-bg-jaune-manifeste {
    background-size: cover;
  }
}

@media (max-width: 600px) {
  #bloc_intro_ROF #intro_ROF_video {
    height: 180px;
  }
}

@media (max-width: 550px) {
  #bloc_intro_ROF #intro_ROF_video > .elementor-element-populated {
    bottom: -120px;
  }
}

@media (max-width: 500px) {
  #bloc_intro_ROF #intro_ROF_video {
    height: 140px;
  }
}

@media (max-width: 420px) {
  #bloc_intro_ROF #intro_ROF_video {
    height: 100px;
  }
}

/**
* Page Qui suis-je?
*/

#blocs_qui_suis_je
  > .elementor-container
  > .elementor-column
  .elementor-widget-container
  .hpc-bloc-ROF-description {
  margin: auto;
}

#bloc_evolution {
  background-image: url(./assets/img/Background-evolution.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}

#colonne_video_slasheuse > .elementor-element-populated {
  max-width: 450px;
  margin: 0 auto;
}

#colonne_video_slasheuse > .elementor-element-populated iframe {
  border-radius: 8px;
}

.elementor-section-full_width
  .elementor-column-gap-default
  > .elementor-column.bloc-violet-qui-suis-je
  > .elementor-element-populated {
  padding: 24px;
  max-width: 250px;
}

.section-blocs-violets-qui-suis-je.responsive {
  display: none;
}

.section-blocs-violets-qui-suis-je.large
  > .elementor-container
  > .elementor-column:nth-child(3),
.section-blocs-violets-qui-suis-je.responsive
  > .elementor-container
  > .elementor-column:nth-child(1) {
  margin-right: 20px;
}

.section-blocs-violets-qui-suis-je.large
  > .elementor-container
  > .elementor-column:nth-child(4),
.section-blocs-violets-qui-suis-je.responsive
  > .elementor-container
  > .elementor-column:nth-child(2) {
  margin-left: 20px;
}

.elementor-column.bloc-violet-qui-suis-je .elementor-widget-container h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700 !important;
  font-size: 20px;
  line-height: 32px;
  color: #27066d;
}

.elementor .elementor-column.bloc-violet-qui-suis-je p a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #27066d;
  text-decoration: none !important;
}

@media (max-width: 1210px) {
  #bloc_evolution {
    background-size: cover;
  }
}

@media (max-width: 1030px) {
  .section-blocs-violets-qui-suis-je.responsive {
    display: flex;
    align-items: center;
  }
  .section-blocs-violets-qui-suis-je.large {
    display: none;
  }

  .elementor-section.section-blocs-violets-qui-suis-je.responsive
    > .elementor-container {
    flex-wrap: unset;
  }
}

@media (max-width: 930px) {
  #blocs_qui_suis_je .hpc-bloc-ROF-description {
    height: 230px;
  }
}

@media (max-width: 767px) {
  #blocs_qui_suis_je .hpc-bloc-ROF-description {
    height: 200px;
  }

  .colonne-avion > .elementor-element-populated > .elementor-element {
    text-align: left;
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .section-blocs-violets-qui-suis-je.responsive > .elementor-container {
    flex-direction: column;
  }
  .section-blocs-violets-qui-suis-je.responsive
    > .elementor-container
    > .elementor-column:nth-child(1),
  .section-blocs-violets-qui-suis-je.responsive
    > .elementor-container
    > .elementor-column:nth-child(2) {
    margin: 0 auto;
  }

  .elementor-section-full_width
    .elementor-column-gap-default
    > .elementor-column.bloc-violet-qui-suis-je
    > .elementor-element-populated {
    max-width: 350px;
    margin-bottom: 20px;
  }
}

/**
* Slider évolution 
*/

#slider_evolution .slick-list.draggable {
  max-width: 800px;
  margin: auto;
}

#slider_evolution .slider-parcours .wb_ps_single_item {
  background: unset;
  box-shadow: unset;
}

.elementor-widget-container h3.titre-parcours {
  font-size: 24px;
  line-height: 34px;
  color: #27066d;
}

.wb_ps_content .texte-parcours p {
  text-align: center;
  color: #27066d;
}

#slider_evolution .elementor-widget-container {
  position: relative;
}

#slider_evolution .elementor-widget-container .wbel-arrow.wb-arrow-prev {
  position: absolute;
  top: unset;
  bottom: 0px;
  right: 52%;
  left: unset;
}

#slider_evolution .elementor-widget-container .wbel-arrow.wb-arrow-next {
  position: absolute;
  bottom: 0px;
  top: unset;
  right: unset;
  left: 52%;
}

#slider_evolution .elementor-widget-container .slick-slide.slick-current {
  position: relative;
}

#slider_evolution
  .elementor-widget-container
  .slick-slide.slick-current::after {
  content: "";
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 20px;
  left: unset;
  right: -3px;
  z-index: 0;
  height: 226px;
  width: 6px;
  background: url("./assets/img/separateur-slider-evolution.png");
}

@media (max-width: 767px) {
  #slider_evolution
    .elementor-widget-container
    .slick-slide.slick-current::after {
    content: "";
    background: unset;
  }

  #slider_evolution .elementor-widget-container {
    padding-bottom: 30px;
  }

  #slider_evolution .elementor-widget-container .wbel-arrow.wb-arrow-prev {
    bottom: -10px;
    right: 55%;
  }

  #slider_evolution .elementor-widget-container .wbel-arrow.wb-arrow-next {
    bottom: -10px;
    left: 55%;
  }

  #slider_evolution .slider-parcours .wb_ps_single_item {
    min-height: 180px;
  }

  #slider_evolution .slider-parcours .wb_ps_single_item .wb_ps_content {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 630px) {
  #slider_evolution .slider-parcours .wb_ps_single_item {
    min-height: 210px;
  }
}

@media (max-width: 510px) {
  #slider_evolution .slider-parcours .wb_ps_single_item {
    min-height: 240px;
  }
  #slider_evolution .wbel_post_slider_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 410px) {
  #slider_evolution .slider-parcours .wb_ps_single_item {
    min-height: 265px;
  }
}

/**
* Slider actions environnementales 
*/

#section_slider_actions
  .elementor-container
  .elementor-column
  .elementor-element-populated {
  position: relative;
}

#section_slider_actions
  .elementor-container
  .elementor-column
  .elementor-element-populated
  #slider_actions {
  position: absolute;
  top: -160px;
  z-index: 2;
}

#slider_actions .elementor-widget-container {
  position: relative;
}

#slider_actions .elementor-widget-container .wbel-arrow i {
  margin-top: 11px;
}

#slider_actions .elementor-widget-container .wbel-arrow.wb-arrow-prev {
  position: absolute;
  top: -40px;
  right: 250px;
  left: unset;
}

#slider_actions .elementor-widget-container .wbel-arrow.wb-arrow-next {
  position: absolute;
  top: -40px;
  right: 196px;
}

#slider_actions > div.elementor-widget-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
}

#slider_actions .slick-list .slick-track {
  display: flex !important;
  padding-bottom: 10px;
}

#slider_actions .slick-list .slick-track .slick-slide {
  height: inherit !important;
}

@media (max-width: 768px) {
  #slider_actions .slick-list .slick-track .slick-slide {
    width: 100% !important;
  }
}

#slider_actions div.slick-list.draggable {
  overflow: visible !important;
}

#slider_actions div.wbel_post_slider_default.slick-slider {
  position: relative;
  margin-right: calc((-100vw + 1440px) / 2 - 120px - 12px);
  padding-right: calc((100vw - 1440px) / 2 + 120px);
  margin-left: -12px;
}

#slider_actions .slick-list .slick-track .slick-slide > div,
#slider_actions .slick-list .slick-track .slick-slide > div .slider-actions,
#slider_actions
  .slick-list
  .slick-track
  .slick-slide
  > div
  .slider-actions
  .wb_ps_single_item {
  height: 100%;
}

.slider-actions .wb_ps_single_item {
  box-shadow: 0px 8px 24px rgba(39, 6, 109, 0.1);
  border-radius: 9px;
  width: 280px;
}

.slider-actions .wb_ps_thumbnail.slider-actions-img {
  padding-top: 20px;
  min-height: 44px;
}

.slider-actions .slider-actions-img img {
  box-shadow: unset;
  width: 27px;
  height: 24px;
}

.slider-actions-titre {
  margin-bottom: 15px;
}

.slider-actions-titre,
.slider-actions-texte p {
  color: #27066d;
}

@media (max-width: 1500px) {
  #slider_actions > div.elementor-widget-container {
    max-width: 1140px;
    padding: 0 120px;
  }

  #slider_actions div.wbel_post_slider_default.slick-slider {
    margin-right: calc((-100vw + 1140px) / 2 - 120px - 12px);
    padding-right: calc((100vw - 1140px) / 2 + 120px);
  }
}

@media (max-width: 1150px) {
  #slider_actions > div.elementor-widget-container {
    max-width: 640px;
    padding: 0 10px;
  }

  #slider_actions div.wbel_post_slider_default.slick-slider {
    margin-right: calc((-100vw + 860px) / 2 - 10px - 12px);
    padding-right: calc((100vw - 860px) / 2 + 10px);
  }

  #slider_actions .elementor-widget-container .wbel-arrow.wb-arrow-prev {
    top: -40px;
    right: 54px;
  }

  #slider_actions .elementor-widget-container .wbel-arrow.wb-arrow-next {
    top: -40px;
    right: 0px;
  }
}

@media (max-width: 1024px) {
  #section_slider_actions
    .elementor-container
    .elementor-column
    .elementor-element-populated
    #slider_actions {
    bottom: -200px;
  }
}

@media (max-width: 801px) {
  #slider_actions > div.elementor-widget-container {
    max-width: 300px;
    padding: 0px;
  }

  #slider_actions div.wbel_post_slider_default.slick-slider {
    margin-right: calc((-100vw + 300px) / 2 - 12px);
    padding-right: calc((100vw - 300px) / 2);
  }

  .slider-actions .wb_ps_single_item {
    width: 250px;
  }
}

@media (max-width: 768px) {
  #section_slider_actions
    .elementor-container
    .elementor-column
    .elementor-element-populated
    #slider_actions {
    bottom: -250px;
  }
}

/**
* Faux slider nos dernières actualités
*/

#slider_dernieres_actus .slick-list {
  max-width: 1200px;
  margin: 0 auto;
}

#slider_dernieres_actus .slick-list .slick-slide {
  margin: 0px 10px;
}

#slider_dernieres_actus .slick-list .slick-track {
  display: flex !important;
  padding-bottom: 10px;
}

#slider_dernieres_actus .slick-list .slick-track .slick-slide {
  height: inherit !important;
}

#slider_dernieres_actus .slick-list .slick-track .slick-slide > div,
#slider_dernieres_actus .slick-list .slick-track .slick-slide > div .actu-card {
  height: 100%;
}

@media (max-width: 767px) {
  #slider_dernieres_actus .slick-list .slick-track {
    display: flex;
    flex-direction: column;
  }

  #slider_dernieres_actus .slick-list .slick-slide {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }

  #slider_dernieres_actus .slick-list .slick-slide .actu-card {
    height: unset;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

/**
* Home Page
*/

#bloc_intro_HP {
  padding-top: 10px;
  background-image: url(./assets/img/BG-oblique-HP.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

#bloc_intro_HP iframe {
  border-radius: 16px;
}

#intro_HP_texte {
  margin-top: 90px;
  padding-right: 20px;
}

#intro_HP_video {
  padding-left: 20px;
}

.bloc-HP-boutons {
  background-image: url(./assets/img/Bckg-HP-boutons.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#bloc_HP_boutons .elementor-button-wrapper a {
  width: 275px;
}

#bloc-HP-humain
  > .elementor-container
  > .elementor-column
  > .elementor-element-populated
  .elementor-widget-text-editor {
  height: 100px;
}

.colonne-separateur-rose {
  background-image: url(./assets/img/separateur-rose.png);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}

.colonne-align-right .elementor-widget-container {
  margin-right: 20px;
  text-align: right;
}

#bloc_HP_qui_suis_je {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(./assets/img/Background-HP-qui-suis-je.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

#bloc_RS_HP .elementor-icon.elementor-social-icon {
  background-color: unset;
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

#bloc_HP_medias .section-media,
#bloc_HP_medias .section-media .elementor-container {
  height: 100%;
}

#bloc_HP_medias
  .section-media
  .elementor-container
  .elementor-element-populated.elementor-widget-wrap {
  display: flex;
  align-items: center;
  align-content: unset;
}

.FeedGridLayout__cell {
  width: 216px;
}

.spotlight-instagram-feed .FeedGridLayout__grid {
  overflow-x: auto;
}

@media (max-width: 1300px) {
  #bloc_HP_qui_suis_je {
    background-size: cover;
  }
}

@media (max-width: 1200px) {
  #intro_HP_texte {
    margin-top: 70px;
  }
}

@media (max-width: 1000px) {
  #intro_HP_texte {
    margin-top: 50px;
  }
  .bloc-HP-boutons {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  #bloc_intro_HP {
    background-image: url(./assets/img/BG-oblique-HP-resp.png);
  }
  #intro_HP_texte {
    padding-left: 20px;
    margin-top: 20px;
  }
  #intro_HP_video {
    padding-right: 20px;
  }
  #bloc_HP_boutons .elementor-button-wrapper {
    text-align: center;
  }
  .bloc-HP-boutons .elementor-widget-heading {
    padding-top: 30px;
  }

  #bloc-HP-humain
    > .elementor-container
    > .elementor-column
    > .elementor-element-populated
    .elementor-widget-text-editor {
    height: unset;
  }

  #bloc-HP-humain
    > .elementor-container
    > .elementor-column
    > .elementor-element-populated {
    margin-top: 20px;
  }
  .colonne-separateur-rose {
    margin: 30px;
  }

  .colonne-align-right .elementor-widget-container {
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
  }

  #bloc_HP_medias .section-media .elementor-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  #bloc_HP_medias .section-media .elementor-container > .elementor-column {
    width: 50%;
  }
}

/**
* Page Ateliers retraites et formations
*/

#section_evenements {
  background-image: url(./assets/img/Bckg-ateliers.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.event_listings .wpem-main.wpem-event-listings-header,
.wpem-event-listings.wpem-event-listing-box-view
  .wpem-event-layout-wrapper
  .wpem-event-banner
  .wpem-event-date
  .wpem-event-date-type
  .wpem-from-date {
  display: none;
}

.elementor .event_listings a {
  text-decoration: none !important;
}

.wpem-event-listings.wpem-event-listing-box-view
  .wpem-event-layout-wrapper
  .wpem-event-infomation
  .wpem-event-details
  .wpem-event-title
  h3.wpem-heading-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700 !important;
  font-size: 20px;
  line-height: 32px;
  color: #27066d;
  text-decoration: none !important;
}

.wpem-event-listings.wpem-event-listing-box-view
  .wpem-event-layout-wrapper
  .wpem-event-infomation
  .wpem-event-details
  .wpem-event-date-time,
.wpem-event-listings.wpem-event-listing-box-view
  .wpem-event-layout-wrapper
  .wpem-event-infomation
  .wpem-event-details
  .wpem-event-location {
  color: #27066d;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

.event_listings .type-event .bulle-event-type {
  display: inline-block;
  float: left;
  text-align: center;
  background: #ffffff;
  padding: 10px 15px;
  width: auto;
  height: auto;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 4px;
  box-shadow: 5px 3px 15px rgba(0, 0, 0, 0.2);
}

.event_listings .event-complet .bulle-event-complet {
  display: inline-block;
  float: right;
  text-align: center;
  background: #ef2b87;
  padding: 10px 15px;
  width: auto;
  height: auto;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 4px;
  box-shadow: 5px 3px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
  background: #ffffff;
  box-shadow: 0px 8px 24px rgba(39, 6, 109, 0.1);
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
  display: flex;
  flex-direction: column;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}

.information-prix-evenement {
  margin-bottom: 20px;
  font-family: "Abril Fatface";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #27066d;
  display: flex;
  align-items: center;
}

.information-prix-evenement .prix-a-partir-de {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.information-prix-evenement .prix-hors-remise {
  font-family: "Abril Fatface";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-decoration-line: line-through;
}

.bloc-bouton-evenement {
  padding: 10px;
}

/**
* Page détail d'un événement
*/

.wpem-single-event-page
  .wpem-single-event-wrapper
  .wpem-single-event-header-top {
  background: unset;
}

.wpem-single-event-page .wpem-single-event-wrapper {
  border: none;
}

.wpem-event-single-image-wrapper.evenement-img-ppale-container {
  padding: 30px;
  min-height: 400px;
  background-image: url("./assets/img/Bckg-tache-bleue.png");
  background-position: center left 20%;
  background-repeat: no-repeat;
  background-size: contain;
}

.wpem-event-single-image.evenement-img-ppale {
  width: 400px;
  margin: 0 auto;
}

.wpem-event-single-image.evenement-img-ppale img {
  border-radius: 6px;
}

.wpem-single-event-wrapper .wpem-single-event-body {
  box-shadow: 4px 2px 10px rgb(0 0 0 / 10%);
  border-radius: 10px;
  margin-top: 20px;
}

.wpem-event-title .wpem-heading-text.evenement-titre-small,
.wpem-heading-text.evenement-titre-small {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #27066d;
  font-family: "Poppins";
}

.wpem-main li,
.single_event_listing .wpem-main {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #6e67aa;
}

.wpem-single-event-body .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}

.wpem-single-event-body .wp-block-gallery .wp-block-image {
  padding: 10px;
}

.wpem-single-event-ticket-information .wpem-event-ticket-info-title {
  background: #27066d;
  border-top: none;
  border-bottom: none;
  padding: 15px 20px;
  border-radius: 6px 6px 0px 0px;
}

.wpem-single-event-ticket-information
  .wpem-ticket-information-wrapper
  .wpem-ticket-information-body {
  padding: 20px;
  background: #ddf4f9;
  border-bottom: none;
  border-radius: 0px 0px 6px 6px;
}

.wpem-single-event-page
  .wpem-single-event-wrapper
  .wpem-single-event-body
  .wpem-single-event-left-content
  .wpem-single-event-body-content
  .wpem-heading-text.wpem-heading-text.evenement-titre-small {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  font-family: "Poppins";
}

.wpem-single-event-ticket-information
  .wpem-ticket-information-wrapper
  .wpem-ticket-information-body
  .wpem-ticket-info-wrap {
  box-shadow: 4px 2px 10px rgb(0 0 0 / 10%);
  border-radius: 6px;
  border-left: none;
}

.wpem-single-event-ticket-information
  .wpem-ticket-information-body
  .wpem-ticket-info-wrap
  .wpem-ticket-type-and-price
  .wpem-ticket-type {
  color: #27066d;
  font-size: 18px;
}

.wpem-single-event-ticket-information
  .wpem-ticket-information-body
  .wpem-ticket-info-wrap
  .wpem-ticket-type-and-price
  .wpem-ticket-price {
  color: #27066d;
  font-size: 18px;
  margin-top: 20px;
}

.wpem-single-event-ticket-information
  .wpem-ticket-information-body
  .wpem-ticket-info-wrap
  .wpem-ticket-sold-out {
  background-color: #27066d;
}

.wpem-theme-button.bouton-rond.bleu {
  color: #27066d;
  text-transform: none;
  border-radius: 100px;
}

.wpem-theme-button.bouton-rond.bleu:hover {
  color: #ffffff;
}

.wpem-single-event-page
  .wpem-single-event-wrapper
  .wpem-single-event-body
  .wpem-single-event-body-sidebar
  .bulle-single-event-complet {
  display: inline-block;
  text-align: center;
  background: #ef2b87;
  padding: 10px 15px;
  width: auto;
  height: auto;
  border-radius: 4px;
  box-shadow: 5px 3px 15px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
}

.wpem-single-event-page
  .wpem-single-event-wrapper
  .wpem-single-event-body
  .wpem-single-event-body-sidebar
  .wpem-single-event-sidebar-info
  a {
  color: #10c3eb;
  text-decoration: unset !important;
}

.wpem-single-event-page
  .wpem-single-event-wrapper
  .wpem-single-event-body
  .wpem-single-event-body-sidebar
  .wpem-single-event-sidebar-info
  a:hover {
  color: #27066d;
  text-decoration: unset !important;
}

.wpem-single-event-page
  .wpem-single-event-wrapper
  .wpem-single-event-body
  .wpem-single-event-body-sidebar
  .wpem-event-type
  .event-type,
.wpem-single-event-page
  .wpem-single-event-wrapper
  .wpem-single-event-body
  .wpem-single-event-body-sidebar
  .wpem-event-category
  .event-category {
  cursor: unset;
  background: #ddf4f9;
  color: #27066d;
}

.bouton-inscription-evenement.bouton-rond {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.bouton-inscription-evenement-gauche.bouton-rond {
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 0px;
  padding-left: 0px;
}

.bouton-inscription-evenement a {
  width: fit-content;
}

@media (max-width: 992px) {
  .single_event_listing .wpem-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .wpem-single-event-page
    .wpem-single-event-body
    .wpem-single-event-left-content {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .wpem-event-single-image-wrapper.evenement-img-ppale-container {
    padding: 30px;
    min-height: unset;
    background-position: center;
    background-size: cover;
  }

  .wpem-event-single-image.evenement-img-ppale {
    width: 300px;
  }

  .wpem-col-xs-12.wpem-col-sm-12.wpem-col-md-12.wpem-single-event-images {
    padding: 0px;
  }
}

/**
* Header
*/
.site-header {
  padding: 0px !important;
  background-image: url(./assets/img/bg-header.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 3;
}

body {
  margin-top: 170px;
}

body.elementor-editor-active {
  margin-top: 0px;
}

body.elementor-editor-active .site-header {
  position: unset !important;
}

.site-header .header-inner {
  max-width: 1320px !important;
}

.site-header:not(.header-stacked) .header-inner .site-navigation {
  max-width: 100% !important;
  padding-top: 15px;
  padding-bottom: 15px;
}
.site-header .site-navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-first-line {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header-first-line .header-logo img {
  width: 220px;
  padding: 8px 15px;
}

.header-first-line-right,
.header-resp-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-first-line-right .icone-panier,
.site-navigation-toggle .icone-panier {
  width: 35px;
}

.header-first-line-right .header-panier,
.site-navigation-toggle .header-panier {
  position: relative;
  margin-right: 20px;
}

.header-first-line-right .compte-panier,
.site-navigation-toggle .compte-panier {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ef2b87;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.header-first-line .bouton-mon-espace {
  width: fit-content;
  margin: 8px 15px;
  border: 1px solid #10c3eb;
  border-radius: 40px;
  padding: 8px 16px;
  color: #10c3eb;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}

.header-first-line a:hover {
  text-decoration: none;
}

.header-first-line a:hover .bouton-mon-espace {
  background: #10c3eb;
  color: #27066d;
}

.header-first-line .bouton-mon-espace img {
  width: 24px;
  margin-right: 12px;
}

.header-first-line .bouton-mon-espace img.user-hover,
.header-first-line a:hover .bouton-mon-espace img.user-not-hover {
  display: none;
}

.header-first-line a:hover .bouton-mon-espace img.user-hover,
.header-first-line .bouton-mon-espace img.user-not-hover {
  display: inline;
}

.menu-menu-header-container {
  width: 100%;
}

.site-navigation ul.menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-navigation ul.menu li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
}

.site-navigation ul.menu li a:hover {
  text-decoration: none;
  color: #10c3eb;
}

.site-navigation ul.menu li.menu-item-has-children:after {
  display: none !important;
}

.site-navigation ul.menu li ul.sub-menu {
  background: #10c3eb !important;
  color: #27066d !important;
  border-radius: 6px !important;
}

.site-navigation ul.menu li ul.sub-menu li {
  border-bottom: none !important;
}

.site-navigation ul.menu li ul.sub-menu li a {
  color: #27066d !important;
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
  color: #10c3eb !important;
  background: #27066d !important;
}

.site-navigation ul.menu li.current-menu-item a {
  color: #10c3eb !important;
  font-weight: bold !important;
}

@media (max-width: 1400px) {
  .site-header {
    background-size: cover;
  }
}

@media (max-width: 1200px) {
  .site-navigation ul.menu {
    justify-content: center;
    max-width: 770px;
    margin: 0 auto;
  }
  body {
    margin-top: 180px;
  }
}

@media (max-width: 992px) and (min-width: 767px) {
  .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown)
    .header-inner
    .site-navigation {
    display: flex !important;
  }
}

@media (min-width: 769px) {
  .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown)
    .header-inner
    .site-navigation-toggle-holder {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown)
    .header-inner
    .site-navigation {
    display: none !important;
  }
  .site-navigation-toggle-holder {
    width: 100%;
    max-width: 90vw !important;
    padding: 20px;
  }
  .site-header .header-inner {
    max-width: unset !important;
    width: 100%;
  }

  .site-header
    .header-inner
    .site-navigation-toggle-holder
    .site-navigation-toggle {
    width: 100%;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .bouton-mon-espace-resp img {
    width: 40px;
    height: 40px;
  }

  .site-navigation-toggle-holder.show #bouton_burger {
    display: block;
  }

  .site-navigation-toggle-holder.show #bouton_close_menu {
    display: none;
  }

  .site-navigation-toggle-holder.show.elementor-active #bouton_burger {
    display: none;
  }

  .site-navigation-toggle-holder.show.elementor-active #bouton_close_menu {
    display: block;
  }

  .site-navigation-dropdown ul.menu li a {
    color: #ffffff !important;
    background-color: #27066d !important;
    box-shadow: none !important;
  }

  .site-navigation-dropdown ul.menu {
    background: #27066d !important;
  }

  .site-navigation-dropdown ul.menu ul.sub-menu li a {
    background: #27066d !important;
    padding-left: 70px !important;
  }

  body {
    margin-top: 130px;
  }
}

@media (max-width: 600px) {
  .header-logo-resp img {
    width: 200px;
  }
  body {
    margin-top: 100px;
  }
}

@media (max-width: 450px) {
  .header-logo-resp img {
    width: 150px;
  }
  body {
    margin-top: 90px;
  }
}

/**
* Footer
*/

footer.site-footer {
  background-color: #27066d;
  padding: 90px 30px;
  color: #ffffff;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

footer.site-footer .footer-container {
  max-width: 1140px;
  margin: 0 auto;
}

footer.site-footer .footer-lien a {
  color: #ffffff;
}

.footer-lien {
  margin-bottom: 5px;
}

.footer-titre-bloc {
  font-weight: 600;
  margin-bottom: 10px;
}

footer.site-footer .footer-lien a:hover {
  color: #10c3eb;
  text-decoration: none;
}

footer .bloc-footer {
  display: flex;
  flex-direction: row;
}

footer .bloc-footer .footer-blocs-2-col {
  display: flex;
  flex-direction: row;
  width: 60%;
}

footer .bloc-footer .footer-blocs-2-col .footer-bloc {
  width: 50%;
}

footer .bloc-footer .footer-bloc-droite {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  width: 40%;
}

footer .bloc-footer .footer-bloc-droite .bouton-rond {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

footer .bloc-footer .footer-bloc-droite .bouton-rond.bleu:hover {
  background: #ffffff;
  color: #27066d;
}

footer .bloc-footer .footer-bloc-droite a:hover {
  text-decoration: none;
}

footer .bloc-footer .footer-bloc-droite .bouton-rond img {
  margin-right: 10px;
}

footer .bloc-footer .footer-bloc-droite .bloc-footer-rs {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

footer .bloc-footer .footer-bloc-droite .bloc-footer-rs img {
  margin-left: 20px;
}

footer .bloc-copyright {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #efe8ff;
  margin-top: 30px;
}

footer .bloc-copyright .copyright-left {
  display: flex;
}

footer .bloc-copyright .copyright-left .copyright-item {
  margin-right: 30px;
}

footer .bloc-copyright .copyright-right {
  display: flex;
  justify-content: flex-end;
}

footer .bloc-copyright .copyright-left a {
  color: #efe8ff;
}

footer .bloc-copyright .copyright-left a:hover {
  color: #10c3eb;
  text-decoration: none;
}

.footer-logo {
  display: none;
}

@media (max-width: 1000px) {
  footer .bloc-footer {
    flex-direction: column;
  }

  footer .bloc-footer .footer-blocs-2-col {
    width: 100%;
  }

  footer .bloc-footer .footer-bloc-droite {
    margin-top: 30px;
    align-items: flex-start;
    width: 100%;
  }
}

@media (max-width: 900px) {
  footer .bloc-copyright {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  footer .bloc-copyright .copyright-right {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  footer .bloc-footer .footer-blocs-2-col {
    display: flex;
    flex-direction: column;
  }

  footer .bloc-footer .footer-blocs-2-col .footer-bloc {
    width: 100%;
    margin-top: 20px;
  }

  footer .bloc-copyright .copyright-left {
    flex-direction: column;
  }

  footer .bloc-copyright .copyright-item {
    margin-top: 10px;
  }

  .footer-logo {
    display: block;
    text-align: center;
    padding-bottom: 20px;
  }

  .footer-logo img {
    width: 250px;
  }
}

@media (max-width: 500px) {
  .footer-bloc-droite .bouton-rond.bleu {
    height: fit-content;
  }
}

@media (max-width: 400px) {
  footer .bloc-footer .footer-bloc-droite .bouton-rond {
    font-size: 12px;
  }
}

/**
* Page panier / commande
*/

.woocommerce-cart-form thead th,
.woocommerce tbody th,
body .woocommerce {
  color: #27066d;
}

div.page-content .woocommerce a {
  color: #10c3eb;
  text-decoration: unset !important;
}

div.page-content .cart_item .variation-vnement {
  line-height: 28px;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt {
  background: #10c3eb;
  color: #27066d;
  text-decoration: unset !important;
  padding: 8px 24px;
  width: fit-content;
  height: 44px;
  border-radius: 24px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
  background: #27066d;
  color: #ffffff;
}

.woocommerce-info {
  border-top-color: #10c3eb;
}

.woocommerce-info::before {
  color: #10c3eb;
}

.woocommerce .col-1,
.woocommerce .col-2 {
  max-width: unset;
}

.woocommerce .form-row label {
  margin-right: 5px;
}

.woocommerce .woocommerce-additional-fields .woocommerce-input-wrapper,
.woocommerce .address-field .woocommerce-input-wrapper,
.woocommerce .validate-email .woocommerce-input-wrapper {
  width: 100%;
}

.form-row.woocommerce-SavedPaymentMethods-saveNew {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.form-row.woocommerce-SavedPaymentMethods-saveNew label {
  margin-bottom: 0px;
}

.woocommerce .return-to-shop {
  display: none;
}

.woocommerce-checkout #payment {
  background-color: #f3f3f6;
}

.stripe-card-group {
  width: 200px;
}

#stripe-exp-element,
#stripe-cvc-element {
  width: 70px;
}

.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 120px;
}

@media (max-width: 768px) {
  .woocommerce-cart .woocommerce table .cart_item td,
  .woocommerce-cart .woocommerce table.cart td.actions,
  .woocommerce-cart .woocommerce .cart_totals table.shop_table td {
    border: none;
  }

  .woocommerce-cart .woocommerce table.shop_table td.product-remove {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-subtotal {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .woocommerce-cart .woocommerce table.shop_table .order-total td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 500px) {
  .woocommerce .coupon {
    display: flex;
    flex-direction: column;
  }

  .woocommerce .coupon button {
    padding-left: 0px;
  }
}

/**
* Page mon compte
*/

body.woocommerce-account h1 {
  margin-bottom: 30px;
}

.woocommerce
  .woocommerce-form-login
  button.button.woocommerce-form-login__submit,
.woocommerce
  .woocommerce-form-register
  button.button.woocommerce-form-register__submit,
.woocommerce .woocommerce-ResetPassword button.button,
.woocommerce .woocommerce-address-fields button.button,
.woocommerce .woocommerce-EditAccountForm button.button,
.woocommerce-payment-methods .woocommerce a.button {
  padding: 8px 24px;
  width: fit-content;
  height: 44px;
  border-radius: 24px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #27066d;
  cursor: pointer;
  text-decoration: none;
  background: #10c3eb;
  border: 1px solid #10c3eb;
}

.woocommerce .woocommerce-address-fields button.button,
.woocommerce .woocommerce-EditAccountForm button.button {
  margin-top: 20px;
  margin-bottom: 50px;
}

.woocommerce-payment-methods .woocommerce a.button {
  margin-bottom: 50px;
}

.woocommerce
  .woocommerce-form-login
  button.button.woocommerce-form-login__submit:hover,
.woocommerce
  .woocommerce-form-register
  button.button.woocommerce-form-register__submit:hover,
.woocommerce .woocommerce-ResetPassword button.button:hover,
.woocommerce .woocommerce-address-fields button.button:hover,
.woocommerce .woocommerce-EditAccountForm button.button:hover,
.woocommerce-payment-methods .woocommerce a.button:hover {
  color: #ffffff;
  background: #27066d;
  border: 1px solid #27066d;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-right: 20px;
}

.woocommerce .woocommerce-ResetPassword.lost_reset_password {
  padding-bottom: 50px;
}

.woocommerce-payment-methods
  .woocommerce
  table.account-payment-methods-table
  a.button.delete {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  color: #10c3eb;
}

.woocommerce-edit-account
  .woocommerce
  .woocommerce-MyAccount-content
  .edit-account
  fieldset {
  margin-top: 20px;
}

@media (max-width: 1200px) {
  body.woocommerce-view-order
    .woocommerce
    .woocommerce-customer-details
    .woocommerce-columns,
  body.woocommerce-edit-address
    .woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-Addresses,
  body.woocommerce-edit-account .woocommerce {
    display: flex;
    flex-direction: column;
  }

  body.woocommerce-view-order
    .woocommerce
    .woocommerce-customer-details
    .woocommerce-columns
    .woocommerce-column,
  body.woocommerce-edit-address
    .woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-Addresses
    .woocommerce-Address,
  body.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }

  body.woocommerce-edit-address.woocommerce-account .addresses .title .edit {
    float: unset;
    margin-left: 30px;
    margin-top: 20px;
  }

  body.woocommerce-edit-address .addresses header.title {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 991px) {
  body.woocommerce-orders .woocommerce,
  body.woocommerce-downloads .woocommerce {
    display: flex;
    flex-direction: column;
  }

  body.woocommerce-orders .woocommerce .woocommerce-MyAccount-content,
  body.woocommerce-downloads .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  body.woocommerce-orders
    .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table
    td,
  body.woocommerce-downloads
    .woocommerce
    .woocommerce-MyAccount-content
    table.shop_table
    td {
    border: none;
  }

  body.woocommerce-orders
    .woocommerce
    .woocommerce-MyAccount-content
    table.my_account_orders
    tr,
  body.woocommerce-downloads
    .woocommerce
    .woocommerce-MyAccount-content
    table.woocommerce-table--order-downloads
    tr {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  body.woocommerce-orders
    .woocommerce
    .woocommerce-MyAccount-content
    table.my_account_orders
    tr
    td.woocommerce-orders-table__cell-order-number,
  body.woocommerce-downloads
    .woocommerce
    .woocommerce-MyAccount-content
    table.woocommerce-table--order-downloads
    tr
    td.download-product {
    background-color: #27066d;
    color: #ffffff;
  }

  body.woocommerce-view-order
    .woocommerce
    table.shop_table_responsive.woocommerce-table--order-downloads
    tbody
    tr:first-child
    td:first-child,
  body.woocommerce-payment-methods
    .woocommerce
    table.shop_table_responsive.account-payment-methods-table
    tbody
    tr:first-child
    td:first-child {
    border-top: 1px solid #80808080;
  }

  body.woocommerce-payment-methods
    table.shop_table_responsive
    tr
    td.payment-method-actions::before {
    content: unset;
  }
}

/**
* Page nouveau mot de passe
*/

.woocommerce-lost-password .lost_reset_password > .woocommerce-form-row {
  display: flex;
  flex-direction: column;
}

/**
* Page profil lp
*/

body.learnpress-page .learnpress #learn-press-profile .lp-content-area {
  background-color: #f3f3f6;
}

body.learnpress-page
  .learnpress
  #learn-press-profile.lp-user-profile
  .wrapper-profile-header
  .lp-content-area {
  background: var(--lp-secondary-color);
}

body.learnpress-page
  .learnpress
  #learn-press-profile
  .lp-content-area
  .learn-press-form {
  background-color: #ffffff;
}

body.learnpress-page
  .learn-press-form-login
  form[name="learn-press-login"]
  > p
  > a {
  color: #10c3eb;
  text-decoration: none !important;
}

/**
* Page mon espace
*/

#bloc_acces_compte_profil .elementor-container .hpc-bloc-ROF-description {
  margin: 0 auto;
}

/**
* Page mes livres
*/

.hpc-bloc-livre {
  display: flex;
  margin-bottom: 30px;
}

.hpc-bloc-livre .hpc-bloc-livre-img {
  width: 30%;
}

.hpc-bloc-livre .hpc-bloc-livre-img img {
  width: 100%;
}

.hpc-bloc-livre .hpc-bloc-livre-texte {
  width: 70%;
  display: flex;
  flex-direction: column;
  padding: 0px 20px;
}

.hpc-bloc-livre .hpc-bloc-livre-texte h2.titre {
  font-size: 40px;
  color: #27066d;
}

.hpc-bloc-livre-prix {
  display: flex;
  flex-direction: row;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #6e67aa;
  margin-top: 20px;
}

.hpc-bloc-livre-prix-papier {
  margin-right: 50px;
}

.hpc-bloc-livre-montant-prix {
  font-family: "Abril Fatface", cursive;
  font-size: 40px;
  color: #27066d;
  margin-top: 20px;
}

.hpc-bloc-livre-montant-prix .hpc-bloc-livre-montant-prix-decimales {
  font-size: 24px;
}

.hpc-bloc-livre .bouton-rond {
  margin-top: 30px;
}

.hpc-bloc-livre .bouton-rond:hover a {
  color: #ffffff;
}

.elementor-widget-wrap > .elementor-element.bloc-fond-bleu-separateur-livres {
  background-color: #ddf4f9;
  padding: 10px 60px;
  border-radius: 50px;
  width: fit-content;
  margin-bottom: 20px;
}

.bloc-fond-bleu-separateur-livres p {
  color: #27066d;
  font-weight: bold;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .hpc-bloc-livre {
    flex-direction: column;
  }

  .hpc-bloc-livre .hpc-bloc-livre-img,
  .hpc-bloc-livre .hpc-bloc-livre-texte {
    width: 100%;
    padding: 20px;
  }

  .hpc-bloc-livre .hpc-bloc-livre-img {
    text-align: center;
  }

  .hpc-bloc-livre .hpc-bloc-livre-img img {
    max-width: 320px;
  }

  .hpc-bloc-livre .hpc-bloc-livre-texte h2.titre {
    font-size: 28px;
  }
}

/**
* Page Woocommerce livre Libres
*/

.woocommerce.single-product .site-main {
  display: flex;
  flex-direction: column;
  max-width: unset;
}

.woocommerce.single-product .site-main > div.product,
.woocommerce.single-product.woocommerce-page .woocommerce-tabs {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (max-width: 575px) {
  .woocommerce.single-product .site-main > div.product,
  .woocommerce.single-product.woocommerce-page .woocommerce-tabs {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 576px) {
  .woocommerce.single-product .site-main > div.product,
  .woocommerce.single-product.woocommerce-page .woocommerce-tabs {
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .woocommerce.single-product .site-main > div.product,
  .woocommerce.single-product.woocommerce-page .woocommerce-tabs {
    max-width: 600px;
  }
}

@media (min-width: 992px) {
  .woocommerce.single-product .site-main > div.product,
  .woocommerce.single-product.woocommerce-page .woocommerce-tabs {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .woocommerce.single-product .site-main > div.product,
  .woocommerce.single-product.woocommerce-page .woocommerce-tabs {
    max-width: 1140px;
  }
}

.woocommerce.single-product .woocommerce-breadcrumb {
  display: none;
}

h1.titre-page-produit {
  font-size: 50px;
}

.woocommerce.single-product .woocommerce-product-rating a,
.woocommerce.single-product a.reset_variations,
.woocommerce.single-product.woocommerce-page .woocommerce-tabs .wc-tab a {
  color: #007e9a;
  text-decoration: underline !important;
  cursor: pointer;
}

body.woocommerce .star-rating {
  color: #fec808;
}

.woocommerce div.product div.summary .price {
  color: #27066d;
  font-family: "Abril Fatface", cursive;
}

.woocommerce div.product div.summary .woocommerce-variation-price .price {
  font-size: 30px;
  margin-bottom: 10px;
}

.woocommerce div.product div.summary .woocommerce-variation-price {
  margin-bottom: 10px;
}

div.page-content .woocommerce .bouton-rond.transparent {
  margin-top: 20px;
}

div.page-content .woocommerce .bouton-rond.transparent a {
  color: #27066d;
}

div.page-content .woocommerce .bouton-rond.transparent:hover a {
  color: #ffffff;
}

.woocommerce-product-details__short-description .bloc-fond-bleu p,
.woocommerce-product-details__short-description .bloc-fond-bleu {
  font-weight: normal;
  color: #27066d;
}

.woocommerce.single-product
  .summary
  table.variations
  tbody
  > tr:nth-child(odd)
  > th,
.woocommerce.single-product
  .summary
  table.variations
  tbody
  > tr:nth-child(odd)
  > td {
  background-color: transparent;
}

.woocommerce.single-product .summary .product_meta {
  display: none;
}

.woocommerce.single-product
  .summary
  .woocommerce-variation-add-to-cart
  button.button.alt {
  padding: 8px 24px;
  width: fit-content;
  height: 44px;
  border-radius: 24px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #27066d;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
}

.woocommerce.single-product
  .summary
  .woocommerce-variation-add-to-cart
  button.button.alt:hover {
  background-color: #27066d;
  border: 1px solid #27066d;
  color: #ffffff;
}

.woocommerce.single-product.woocommerce-page #bloc_product_tabs {
  background-color: #ffedf5;
  border-radius: 10px;
  padding: 20px 30px;
}

.woocommerce.single-product.woocommerce-page .woocommerce-tabs ul.tabs::before {
  border-bottom: none;
}

.woocommerce.single-product.woocommerce-page .woocommerce-tabs ul.tabs {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 24px;
  width: fit-content;
  margin: 0 auto;
  padding: 0px;
  margin-bottom: 20px;
  list-style: none;
}

.woocommerce.single-product.woocommerce-page .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: #ffffff;
  border-radius: 50%;
}

.woocommerce.single-product.woocommerce-page .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: #ffffff;
  border-radius: 24px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #27066d;
  padding: 10px 24px;
}

.woocommerce.single-product.woocommerce-page .woocommerce-tabs ul.tabs li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #27066d;
}

.woocommerce.single-product.woocommerce-page
  .woocommerce-tabs
  ul.tabs
  li
  a:hover {
  color: #10c3eb;
  text-decoration: none;
}

.woocommerce.single-product.woocommerce-page
  .woocommerce-tabs
  ul.tabs
  li.active,
.woocommerce.single-product.woocommerce-page
  .woocommerce-tabs
  ul.tabs
  li.active
  a {
  background-color: #27066d;
  font-weight: 600;
  color: #ffffff;
}

.woocommerce.single-product.woocommerce-page .woocommerce-tabs .wc-tab {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
}

.woocommerce.single-product.woocommerce-page .woocommerce-tabs .wc-tab p,
.woocommerce.single-product.woocommerce-page .woocommerce-tabs .wc-tab li {
  color: #27066d;
  font-weight: normal;
}

.woocommerce.single-product.woocommerce-page .woocommerce-tabs .wc-tab h2 {
  display: none;
}

.woocommerce.single-product.woocommerce-page
  table.shop_attributes
  td.woocommerce-product-attributes-item__value {
  padding: 8px 10px;
}

.woocommerce.single-product.woocommerce-page
  #reviews
  #comments
  ol.commentlist
  li
  .meta {
  color: #27066d;
}

.woocommerce.single-product.woocommerce-page
  #review_form
  #respond
  .form-submit
  input {
  padding: 8px 24px;
  width: fit-content;
  height: 44px;
  border-radius: 24px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #27066d;
  cursor: pointer;
  text-decoration: none;
  background-color: #10c3eb;
  border: 1px solid #10c3eb;
}

.woocommerce.single-product.woocommerce-page
  #review_form
  #respond
  .form-submit
  input:hover {
  color: #ffffff;
  background-color: #27066d;
  border: 1px solid #27066d;
}

.woocommerce .woocommerce-cart-form td.product-name dl.variation dt {
  line-height:28px;
}

/**
* Pages elementor livre
*/

.bouton-tab-livre div.elementor-heading-title.elementor-size-default {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  padding: 10px 24px;
  background-color: #27066d;
  width: fit-content;
  border-radius: 50px;
  margin: 0 auto;
}

/**
* Pages learnpress
*/

.single-lp_course .learn-press-breadcrumb {
  display: none;
}

.single-lp_course .lp-archive-courses .course-detail-info {
  background: #ddf4f9;
}

.single-lp_course .lp-archive-courses .course-summary-content .course-title,
.single-lp_course
  .lp-archive-courses
  .course-meta__pull-left
  .meta-item__value
  label,
.single-lp_course
  .lp-archive-courses
  .course-meta__pull-left
  .meta-item__value
  > div {
  color: #27066d;
}

.single-lp_course
  .lp-archive-courses
  .course-meta__pull-left
  .meta-item__value
  label {
  text-transform: uppercase;
}

.single-lp_course
  .course-content
  .course-detail-info
  .course-info-left
  > .course-meta-secondary {
  display: none;
}

.single-lp_course .lp-archive-courses .course-summary-content .course-title {
  border-bottom: none;
  padding-bottom: 0px;
}

.single-lp_course
  .course-content
  .course-detail-info
  .course-info-left
  > .course-meta-primary
  .meta-item-categories {
  display: none;
}

.single-lp_course .lp-archive-courses .course-summary-sidebar {
  margin-top: -150px;
}

.single-lp_course
  .lp-archive-courses
  .course-summary-sidebar
  .course-sidebar-top {
  box-shadow: 4px 2px 10px rgb(0 0 0 / 10%);
}

.single-lp_course
  .lp-archive-courses
  .course-summary-sidebar
  .course-sidebar-secondary {
  display: none;
}

.single-lp_course .course-summary-sidebar .lp-course-buttons button,
body.single-lp_course
  #popup-course
  #popup-content
  .content-item-summary
  button {
  padding: 8px 24px;
  width: fit-content;
  height: 44px;
  border-radius: 24px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #27066d;
  cursor: pointer;
  text-decoration: none;
  background-color: #10c3eb;
  border: 1px solid #10c3eb;
}

.single-lp_course .course-summary-sidebar .lp-course-buttons button:hover,
body.single-lp_course
  #popup-course
  #popup-content
  .content-item-summary
  button:hover {
  color: #ffffff;
  background-color: #27066d;
  border: 1px solid #27066d;
}

.single-lp_course
  .lp-archive-courses
  .course-summary-sidebar
  .course-sidebar-top
  .lp-course-progress-wrapper
  .course-results-progress
  > div {
  border-bottom: 1px solid rgba(218, 218, 218, 1);
  padding: 10px 0px;
}

.single-lp_course
  .lp-archive-courses
  .course-summary-sidebar
  .course-sidebar-top
  .lp-course-progress-wrapper
  .course-results-progress
  > div:last-child {
  border-bottom: none;
}

.single-lp_course
  .lp-archive-courses
  .course-summary-sidebar
  .course-sidebar-top
  .lp-course-progress-wrapper
  .course-results-progress
  .learn-press-progress
  .progress-bg
  .progress-active {
  background: #27066d;
}

.single-lp_course
  .lp-archive-courses
  .course-summary-sidebar
  .course-sidebar-top
  h4.items-progress__heading {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  color: #6e67aa;
}

.single-lp_course
  .lp-archive-courses
  .course-summary-sidebar
  .course-sidebar-top
  .course-results-progress
  span {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #27066d;
}

.single-lp_course .lp-archive-courses ul.course-nav-tabs {
  background-color: #ddf4f9;
  border-radius: 50px;
}

.single-lp_course .lp-archive-courses ul.learn-press-nav-tabs li.course-nav {
  border-radius: 5px;
}

.single-lp_course
  .lp-archive-courses
  ul.learn-press-nav-tabs
  li.course-nav.active {
  background-color: #27066d;
  color: #ffffff;
  border-radius: 50px;
}

.single-lp_course
  .lp-archive-courses
  ul.learn-press-nav-tabs
  li.course-nav
  label {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #27066d;
}

.single-lp_course
  #learn-press-course-tabs
  input[name="learn-press-course-tab-radio"]:nth-child(n):checked
  ~ .learn-press-nav-tabs
  .course-nav:nth-child(n)
  label,
.single-lp_course
  .lp-archive-courses
  ul.learn-press-nav-tabs
  li.course-nav.active
  label {
  background-color: transparent;
  color: #27066d;
}

.single-lp_course
  #learn-press-course-tabs
  input[name="learn-press-course-tab-radio"]:nth-child(n):checked
  ~ .learn-press-nav-tabs
  .course-nav.active:nth-child(n)
  label {
  color: #ffffff;
  font-weight: 600;
}

.single-lp_course
  .lp-archive-courses
  ul.learn-press-nav-tabs
  .course-nav.active::before {
  background: none;
}

.single-lp_course
  .lp-archive-courses
  .course-tab-panel-curriculum
  .section-header
  .section-meta {
  display: none;
}

.single-lp_course
  .lp-archive-courses
  .course-tab-panel-curriculum
  .section-header {
  border-bottom: none;
}

.single-lp_course
  .lp-archive-courses
  .course-tab-panel-curriculum
  .section-header
  .section-left {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.single-lp_course
  .lp-archive-courses
  .course-tab-panel-curriculum
  .section-header
  .section-left
  .section-toggle,
body.single-lp_course
  #popup-course
  #popup-sidebar
  .course-curriculum
  .curriculum-sections
  .section-header
  .section-left
  .section-toggle {
  display: flex;
  align-items: center;
  color: #007e9a;
  font-size: 30px;
}

body.single-lp_course
  #popup-course
  #popup-sidebar
  .course-curriculum
  .curriculum-sections
  .section-header
  .section-left
  .section-toggle,
body.single-lp_course
  #popup-course
  #popup-sidebar
  .section-header
  .section-toggle
  i {
  font-size: 20px;
  color: #007e9a;
}

.single-lp_course
  .lp-archive-courses
  .course-curriculum
  .section-header
  .section-left
  .section-toggle
  .fa-angle-down {
  display: none;
}

.single-lp_course
  .lp-archive-courses
  .course-curriculum
  .section.closed
  .section-toggle
  .fa-angle-down {
  display: block;
}

.single-lp_course
  .lp-archive-courses
  .course-curriculum
  .section.closed
  .section-toggle
  .fa-angle-up {
  display: none;
}

.single-lp_course
  .lp-archive-courses
  .course-tab-panel-curriculum
  .section-header
  h5.section-title {
  font-family: Abril Fatface;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  color: #ef2b87;
}

.single-lp_course .lp-archive-courses .course-curriculum .course-item,
body.single-lp_course #popup-course #popup-sidebar .course-item {
  background: none;
  border: 1px solid rgba(218, 218, 218, 1);
  margin-bottom: 10px;
}

body.single-lp_course #popup-course #popup-sidebar .course-item {
  margin-left: 5px;
  margin-right: 5px;
}

.single-lp_course
  .lp-archive-courses
  .course-tab-panel-curriculum
  .section-content
  .course-item
  .course-item-meta
  .item-meta.duration,
body.single-lp_course
  #popup-course
  #popup-sidebar
  .section-content
  .course-item
  .course-item-meta
  .item-meta.duration {
  padding: 6px 20px 6px 20px;
  border-radius: 26px;
  background-color: #6e67aa;
  color: #ffffff;
  font-weight: 600;
}

.single-lp_course
  .lp-archive-courses
  .course-curriculum
  .course-item
  .section-item-link::before,
.single-lp_course
  .lp-archive-courses
  .course-curriculum
  .course-item
  .item-name {
  color: #27066d;
}

.single-lp_course
  .lp-archive-courses
  .course-curriculum
  ul.curriculum-sections {
  z-index: 2;
}

.single-lp_course .lp-archive-courses .course-extra-box {
  display: none;
}

.single-lp_course
  .lp-archive-courses
  .course-tab-panel
  .lp-course-author
  .author-title {
  margin-bottom: 0px;
}

body.single-lp_course #popup-course {
  top: 170px;
}

body.single-lp_course #popup-course #popup-header {
  background: #ddf4f9;
  height: 70px;
}

body.single-lp_course #popup-course #popup-header h2.course-title a {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #007e9a;
}

body.single-lp_course #popup-course #popup-header .items-progress {
  display: none;
}

body.single-lp_course #popup-course #popup-header a.back-course {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.single-lp_course #popup-course #popup-header a.back-course i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #007e9a;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.single-lp_course
  #popup-course
  #popup-sidebar
  .search-course
  button::before {
  color: #007e9a;
}

body.single-lp_course
  #popup-course
  #popup-sidebar
  .course-curriculum
  .curriculum-sections
  h5.section-title {
  color: #ef2b87;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

body.single-lp_course
  #popup-course
  #popup-sidebar
  .course-curriculum
  .curriculum-sections
  .section-header {
  border-bottom: none;
}

body.single-lp_course
  #popup-course
  #popup-sidebar
  .course-curriculum
  .curriculum-sections
  .section-header
  .section-meta {
  display: none;
}

body.single-lp_course
  #popup-course
  #popup-sidebar
  .course-curriculum
  .curriculum-sections
  .section-header
  .section-left {
  display: flex;
  justify-content: space-between;
}

body.single-lp_course #popup-course #popup-sidebar .course-item.current {
  background: #ddf4f9;
}

body.single-lp_course
  #popup-course
  #popup-content
  #learn-press-content-item
  .content-item-wrap {
  width: 100%;
  padding: 0px 30px 80px 30px;
}

body.single-lp_course
  #popup-course
  #popup-content
  #learn-press-content-item
  .content-item-summary
  h3.lesson-title {
  font-family: Abril Fatface;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  color: #27066d;
}

body.single-lp_course
  #popup-course
  #popup-content
  #learn-press-content-item
  .content-item-summary
  .lesson-description,
body.single-lp_course
  #popup-course
  #popup-content
  #learn-press-content-item
  .content-item-summary
  .lesson-description
  p {
  color: #27066d;
}

body.single-lp_course #popup-course #popup-footer {
  border-top: none;
  height: 60px;
  max-width: unset;
  width: unset;
  padding: 0px 30px;
  background-color: #ddf4f9;
}

body.single-lp_course #popup-course #popup-footer .course-item-nav .next a,
body.single-lp_course #popup-course #popup-footer .course-item-nav .prev a {
  padding: 8px 24px;
  width: fit-content;
  height: 44px;
  border-radius: 24px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #27066d;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #27066d;
  margin-top: 8px;
}

body.single-lp_course
  #popup-course
  #popup-footer
  .course-item-nav
  .next:hover
  a,
body.single-lp_course
  #popup-course
  #popup-footer
  .course-item-nav
  .prev:hover
  a {
  color: #ffffff;
  background-color: #27066d;
}

body.single-lp_course
  #popup-course
  #popup-footer
  .course-item-nav
  .next::before,
body.single-lp_course
  #popup-course
  #popup-footer
  .course-item-nav
  .prev::before {
  content: "";
}

body.single-lp_course #popup-course #popup-footer .course-item-nav__name {
  top: -30px;
  color: #27066d;
  border-radius: 24px;
  background-color: #10c3eb;
}

body.single-lp_course #popup-course #popup-footer .prev .course-item-nav__name {
  right: auto;
  left: 10px;
}

body.single-lp_course #popup-course #popup-footer .next .course-item-nav__name {
  left: auto;
  right: 10px;
}

body.single-lp_course #popup-course #popup-content .lesson-description iframe {
  border-radius: 24px;
}

@media (max-width: 767px) {
  .single-lp_course .course-tabs ul.learn-press-nav-tabs {
    grid-template-columns: repeat(3, 1fr);
    padding-left: 0px;
    padding-right: 0px;
  }
  .single-lp_course .lp-archive-courses .course-summary-sidebar {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  body.single-lp_course #popup-course {
    top: 113px;
  }

  body.single-lp_course #popup-course .popup-header__inner {
    flex-direction: row;
  }
}

/**
* Quiz drivers ROF
*/

body.single-lp_course #popup-course #popup-content .testDriver .question,
.resultat-test-drivers {
  display: none;
}

body.single-lp_course #popup-course #popup-content .testDriver .question.show {
  display: block;
}

body.single-lp_course #popup-course #popup-content .testDriver .question {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
}

body.single-lp_course #popup-course #popup-content .testDriver .question .qnbr {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
}

body.single-lp_course #popup-course #popup-content .testDriver .question ul {
  display: flex;
  list-style: none;
  margin-top: 20px;
}

body.single-lp_course #popup-course #popup-content .testDriver .question ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 5px;
  padding: 16px;
  border: 3px solid #ddf4f9;
  border-radius: 5px;
}

body.single-lp_course
  #popup-course
  #popup-content
  .testDriver
  .question
  ul
  li
  input[type="radio"] {
  accent-color: #ef2b87;
}

body.single-lp_course
  #popup-course
  #popup-content
  .testDriver
  .question
  ul
  li
  .label {
  text-align: center;
  margin-top: 10px;
}

body.single-lp_course
  #popup-course
  #popup-content
  .testDriver
  .question
  ul
  li
  .nbr {
  display: none;
}

body.single-lp_course #popup-course #popup-content .testDriver button {
  padding: 8px 24px;
  width: fit-content;
  height: 44px;
  border-radius: 24px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #27066d;
  cursor: pointer;
  text-decoration: none;
  background-color: #10c3eb;
  border: 1px solid #10c3eb;
}

body.single-lp_course #popup-course #popup-content .testDriver button:focus {
  border: 1px solid #27066d;
}

body.single-lp_course #popup-course #popup-content .testDriver button:hover {
  color: #ffffff;
  background-color: #27066d;
  border: 1px solid #27066d;
}

@media (max-width: 900px) {
  body.single-lp_course #popup-course #popup-content .testDriver .question ul {
    flex-direction: column;
  }

  body.single-lp_course
    #popup-course
    #popup-content
    .testDriver
    .question
    ul
    li {
    width: 250px;
  }
}

/**
* Page de profil learnpress
*/

body.learnpress-profile .page-content .learnpress .lp-user-profile {
  background-color: #f3f3f6;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-left {
  display: none;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .wrapper-profile-header {
  border-radius: 5px;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content-area {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  #profile-nav
  .lp-profile-nav-tabs
  li
  a {
  text-decoration: none !important;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  #profile-nav
  .lp-profile-nav-tabs
  li.quizzes,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  #profile-nav
  .lp-profile-nav-tabs
  li.lp_orders_woocommerce {
  display: none;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  #profile-nav
  .lp-profile-nav-tabs
  li.settings
  ul.profile-tab-sections {
  min-width: 180px;
  z-index: 1;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  #profile-nav
  .lp-profile-nav-tabs
  li.active
  > ul
  .active
  > a,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  #profile-nav
  .lp-profile-nav-tabs
  li.active
  > ul
  .active
  > a
  i {
  color: #ef2b87;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-courses
  .learn-press-profile-course__statistic,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-my-courses
  .learn-press-profile-course__statistic {
  display: none;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-courses
  .learn-press-course-tab-filters
  ul.learn-press-filters,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-my-courses
  .learn-press-course-tab-filters
  ul.learn-press-filters {
  background-color: #ddf4f9;
  border-radius: 50px;
  margin: 0px;
  width: fit-content;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-settings
  .learn-press-tabs
  ul.learn-press-tabs__nav,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-settings
  .learn-press-tabs
  ul.learn-press-tabs__nav
  li.learn-press-tabs__tab {
  background-color: #ddf4f9;
  border-radius: 50px;
  margin: 0px;
  border: none;
  width: fit-content;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-courses
  .learn-press-course-tab-filters
  ul.learn-press-filters
  > li,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-my-courses
  .learn-press-course-tab-filters
  ul.learn-press-filters
  > li,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-settings
  .learn-press-tabs
  ul.learn-press-tabs__nav
  > li {
  border-radius: 5px;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-courses
  .learn-press-course-tab-filters
  ul.learn-press-filters
  > li
  a,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-my-courses
  .learn-press-course-tab-filters
  ul.learn-press-filters
  > li
  a,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-settings
  .learn-press-tabs
  ul.learn-press-tabs__nav
  > li {
  color: #27066d;
  padding: 10px 20px !important;
  text-decoration: none !important;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-courses
  .learn-press-course-tab-filters
  ul.learn-press-filters
  > li
  a.active,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-my-courses
  .learn-press-course-tab-filters
  ul.learn-press-filters
  > li
  a.active,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-settings
  .learn-press-tabs
  ul.learn-press-tabs__nav
  > li.active {
  background-color: #27066d;
  color: #ffffff;
  border-radius: 50px;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-settings
  .learn-press-tabs
  ul.learn-press-tabs__nav
  > li
  label
  a {
  color: #27066d;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-settings
  .learn-press-tabs
  ul.learn-press-tabs__nav
  > li.active
  label
  a {
  color: #ffffff;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-courses
  .learn-press-course-tab-filters
  ul.learn-press-filters
  > li::after,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-my-courses
  .learn-press-course-tab-filters
  ul.learn-press-filters
  > li::after,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-settings
  .learn-press-tabs
  ul.learn-press-tabs__nav
  > li::before,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-settings
  .learn-press-tabs
  ul.learn-press-tabs__nav
  > li::after,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-settings
  .learn-press-tabs
  .learn-press-tabs__tab:first-child.active
  label::before {
  margin: 0px;
  content: "";
  background: transparent;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-courses
  .learn-press-profile-course__progress,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-my-courses
  .learn-press-profile-course__progress {
  margin-top: 20px;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-courses
  .learn-press-profile-course__progress
  .lp_profile_course_progress__header,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-my-courses
  .learn-press-profile-course__progress
  .lp_profile_course_progress__header,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-orders
  .profile-list-orders
  thead,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-orders
  .profile-list-orders
  thead
  th,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  .order-table-details,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  .order-table-details
  th,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  .order-table-details
  tfoot
  th {
  background-color: #27066d;
  color: #ffffff;
  border: none;
  border: 1px solid #27066d;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-orders
  .profile-list-orders
  tbody
  tr
  td,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  .order-table-details
  tbody
  tr
  td {
  border: none;
  background-color: transparent;
  color: #27066d;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-courses
  .learn-press-profile-course__progress
  .lp_profile_course_progress__item,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-my-courses
  .learn-press-profile-course__progress
  .lp_profile_course_progress__item,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-orders
  .profile-list-orders
  tbody
  tr,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  .order-table-details
  tbody
  tr,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  .order-table-details
  tfoot
  tr,
body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  .order-table-details
  tfoot
  tr
  td {
  border: 1px solid #27066d;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  .order-table-details
  tfoot
  tr
  td {
  color: #27066d;
  font-weight: bold;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-orders
  .profile-list-orders
  tfoot {
  display: none;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  #profile-content-orders
  .profile-recover-order {
  display: none;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  a {
  color: #007e9a;
  text-decoration: none !important;
  cursor: pointer;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  a:hover {
  text-decoration: underline !important;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  .lp-label {
  color: #27066d;
}

body.learnpress-profile
  .page-content
  .learnpress
  .lp-user-profile
  .lp-profile-content
  h3 {
  color: #27066d;
  font-size: 20px;
}

body.learnpress-profile
  .page-content
  .learnpress
  #profile-sidebar
  #profile-nav
  li.logout,
body.learnpress-profile
  .page-content
  .learnpress
  #profile-sidebar
  #profile-nav
  li.logout
  a {
  background: #ffffff;
}

body.learnpress-profile
  .page-content
  .learnpress
  #profile-sidebar
  #profile-nav
  li.logout:hover
  a,
body.learnpress-profile
  .page-content
  .learnpress
  #profile-sidebar
  #profile-nav
  li.logout:hover
  a
  i::before {
  color: #ef2b87;
}

body.learnpress-page
  .learnpress
  #learn-press-profile
  .lp-content-area
  #profile-content-settings
  .learn-press-form,
body.learnpress-page
  .learnpress
  #learn-press-profile
  .lp-content-area
  #profile-content-settings
  .learn-press-form
  label {
  background-color: transparent;
  color: #27066d;
}

body.learnpress-page
  .learnpress
  #learn-press-profile
  .lp-content-area
  #profile-content-settings
  .learn-press-form
  button {
  padding: 8px 24px;
  width: fit-content;
  height: 44px;
  border-radius: 24px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #27066d;
  cursor: pointer;
  text-decoration: none;
  background-color: #10c3eb;
  border: 1px solid #10c3eb;
}

body.learnpress-page
  .learnpress
  #learn-press-profile
  .lp-content-area
  #profile-content-settings
  .learn-press-form
  button:hover {
  color: #ffffff;
  background-color: #27066d;
  border: 1px solid #27066d;
  opacity: 1;
}

@media (max-width: 990px) {
  body.learnpress-profile .lp-user-profile #profile-sidebar {
    width: fit-content;
    border-radius: 24px;
  }
  body.learnpress-profile .lp-user-profile #profile-sidebar #profile-nav {
    border-radius: 24px;
    height: fit-content;
    overflow-y: hidden;
  }
  body.learnpress-profile
    .lp-user-profile
    #profile-nav
    .lp-profile-nav-tabs
    > li {
    border-right: none;
  }
  body.learnpress-profile
    .lp-user-profile
    #profile-nav
    .lp-profile-nav-tabs
    > li.active {
    border-radius: 24px;
  }
  body.learnpress-profile
    .learn-press-profile-course__progress
    .learn-press-course-tab__filter__content {
    overflow-x: auto;
  }
  body.learnpress-profile
    .learn-press-profile-course__progress
    .lp_profile_course_progress {
    width: 935px;
  }
  body.learnpress-profile
    .learn-press-profile-course__progress
    .lp_profile_course_progress__item {
    grid-template-columns: 90px 335px 80px 190px 140px;
  }
}

@media (max-width: 767px) {
  body.learnpress-profile
    .page-content
    .learnpress
    .lp-user-profile
    .lp-profile-content
    #profile-content-courses
    .learn-press-course-tab-filters
    ul.learn-press-filters
    li
    a,
  body.learnpress-profile
    .page-content
    .learnpress
    .lp-user-profile
    .lp-profile-content
    #profile-content-my-courses
    .learn-press-course-tab-filters
    ul.learn-press-filters
    li
    a,
  body.learnpress-profile
    .page-content
    .learnpress
    .lp-user-profile
    .lp-profile-content
    #profile-content-settings
    .learn-press-tabs
    ul.learn-press-tabs__nav
    li
    a {
    white-space: nowrap;
  }
  body.learnpress-profile
    .page-content
    .learnpress
    .lp-user-profile
    .lp-profile-content
    #profile-content-courses
    .learn-press-course-tab-filters
    ul.learn-press-filters,
  body.learnpress-profile
    .page-content
    .learnpress
    .lp-user-profile
    .lp-profile-content
    #profile-content-my-courses
    .learn-press-course-tab-filters
    ul.learn-press-filters,
  body.learnpress-profile
    .page-content
    .learnpress
    .lp-user-profile
    .lp-profile-content
    #profile-content-settings
    .learn-press-tabs
    ul.learn-press-tabs__nav {
    overflow-x: scroll;
    width: 100%;
    display: flex;
    overflow-y: hidden;
  }
}

@media (max-width: 660px) {
  body.learnpress-profile
    .page-content
    .learnpress
    .lp-user-profile
    #profile-nav
    .lp-profile-nav-tabs
    > li
    > a {
    font-size: 0;
  }
  body.learnpress-profile
    .lp-user-profile
    .lp-profile-content-area
    .lp-profile-right {
    padding: 10px 15px 0px;
  }
}

@media (max-width: 575px) {
  body.learnpress-profile
    .page-content
    .learnpress
    .learn-press-profile-course__progress
    .lp_profile_course_progress__item {
    display: grid;
  }
}

@media (min-width: 0px) {
  body.learnpress-profile .site-main#content {
    max-width: unset;
  }
}

/* Page les drivers */

.elementor #drivers a.elementor-toggle-title {
  text-decoration: none !important;
  font-size: 26px;
  line-height: 46px;
}

.elementor #drivers .elementor-toggle-icon {
  display: flex;
  align-items: center;
  height: 46px;
}

.elementor #drivers .elementor-toggle-item::after {
  content: url("/wp-content/uploads/2023/04/separation-FAQ.svg");
}

.elementor #drivers .elementor-toggle-item:last-child::after {
  content: none;
}

.elementor #drivers .elementor-toggle-item iframe {
  border-radius: 16px;
}

@media (max-width: 767px) {
  .elementor #drivers .elementor-toggle-item::after {
    content: url("/wp-content/uploads/2023/04/separation-FAQ-mobile.svg");
  }
  .elementor #drivers .elementor-toggle-item:last-child::after {
    content: none;
  }
}

/* Page produit (programme magie) */

.woocommerce.single-product.woocommerce-page
  #bloc_product_tabs
  .related.products {
  display: none;
}

/* Bloc newsletter */

.mc4wp-form .bloc-newsletter {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.mc4wp-form .bloc-newsletter .bouton-inscription-newsletter {
  position: absolute;
  right: 0px;
  top: 2px;
}

.mc4wp-form .bloc-newsletter input[type="email"] {
  box-shadow: 0px 8px 24px 0px rgba(39, 6, 109, 0.1);
  border-radius: 43px;
  width: 565px;
  height: 52px;
  border: none;
}

.mc4wp-form .bloc-newsletter input[type="submit"] {
  background-image: unset;
  background-color: #27066d;
  border: none;
  padding-right: 24px;
}

.mc4wp-form .bloc-newsletter input[type="submit"]:hover {
  background-image: unset;
  background-color: #10c3eb;
  color: #27066d;
}

@media (max-width: 600px) {
  .mc4wp-form .bloc-newsletter,
  .mc4wp-form .bloc-newsletter label,
  .mc4wp-form .bloc-newsletter input[type="email"] {
    width: 100%;
  }
}

/* Customization learnpress woocommerce payments (page cours learnpress) */

.course-via-product .learn-press-message {
  border-top: none;
  background: none;
}

.course-via-product .learn-press-message.error::before {
  background: none;
}

.course-via-product .learn-press-message.error::after {
  border: none;
}

.course-via-product .learn-press-message.error p,
.course-via-product .learn-press-message.error h6 {
  display: none;
}

.lp-archive-courses
  .course-summary-sidebar__inner
  .course-via-product
  .learn-press-message
  ul
  li {
  text-align: center;
}

.lp-archive-courses
  .course-summary-sidebar__inner
  .course-via-product
  .learn-press-message
  ul
  li
  a {
  padding: 8px 24px;
  width: fit-content;
  height: 44px;
  border-radius: 24px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  background-color: #ef2b87;
  border: 1px solid #ef2b87;
  white-space: nowrap;
  text-align: center;
  display: none;
}

.lp-archive-courses
  .course-summary-sidebar__inner
  .course-via-product
  .learn-press-message
  ul
  li
  a:hover {
  color: #27066d;
  background-color: #10c3eb;
  border: 1px solid #10c3eb;
}

.woocommerce span.onsale {
  display: none;
}

.woocommerce div.product p.price del {
  margin-right: 20px;
}

.woocommerce div.product p.price ins {
  text-decoration: none;
}

/**
* Slider entreprises clientes 
*/

#section_slider_entreprises
  .elementor-container
  .elementor-column
  .elementor-element-populated {
  position: relative;
}

#section_slider_entreprises
  .elementor-container
  .elementor-column
  .elementor-element-populated
  #slider_entreprises {
  z-index: 2;
}

#slider_entreprises .elementor-widget-container .wbel-arrow i {
  margin-top: 11px;
}

#slider_entreprises .elementor-widget-container {
  position: relative;
}

#slider_entreprises .elementor-widget-container .wbel-arrow.wb-arrow-prev {
  position: absolute;
  top: -65px;
  right: 250px;
  left: unset;
}

#slider_entreprises .elementor-widget-container .wbel-arrow.wb-arrow-next {
  position: absolute;
  top: -65px;
  right: 196px;
}

#slider_entreprises .wb_ps_single_item {
  background: none;
  box-shadow: none;
}

#slider_entreprises > div.elementor-widget-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
}

#slider_entreprises .slick-list .slick-track {
  display: flex !important;
  padding-bottom: 10px;
}

#slider_entreprises .slick-list .slick-track .slick-slide {
  height: inherit !important;
}

@media (max-width: 768px) {
  #slider_entreprises .slick-list .slick-track .slick-slide {
    width: 100% !important;
  }
}

#slider_entreprises div.slick-list.draggable {
  overflow: visible !important;
}

#slider_entreprises div.wbel_post_slider_default.slick-slider {
  position: relative;
  margin-right: calc((-100vw + 1440px) / 2 - 120px - 12px);
  padding-right: calc((100vw - 1440px) / 2 + 120px);
  margin-left: -12px;
}

#slider_entreprises .slick-list .slick-track .slick-slide > div,
#slider_entreprises
  .slick-list
  .slick-track
  .slick-slide
  > div
  .slider-entreprises,
#slider_entreprises
  .slick-list
  .slick-track
  .slick-slide
  > div
  .slider-entreprises
  .wb_ps_single_item {
  height: 100%;
}

.slider-entreprises .wb_ps_single_item {
  box-shadow: 0px 8px 24px rgba(39, 6, 109, 0.1);
  border-radius: 9px;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-entreprises .wb_ps_thumbnail.slider-entreprises-img {
  min-height: 44px;
}

.slider-entreprises .slider-entreprises-img img {
  box-shadow: unset;
  max-width:150px;
}

@media (max-width: 1500px) {
  #slider_entreprises > div.elementor-widget-container {
    max-width: 1140px;
    padding: 0 120px;
  }

  #slider_entreprises div.wbel_post_slider_default.slick-slider {
    margin-right: calc((-100vw + 1140px) / 2 - 120px - 12px);
    padding-right: calc((100vw - 1140px) / 2 + 120px);
  }
}

@media (max-width: 1150px) {
  #slider_entreprises > div.elementor-widget-container {
    max-width: 640px;
    padding: 0 10px;
  }

  #slider_entreprises div.wbel_post_slider_default.slick-slider {
    margin-right: calc((-100vw + 860px) / 2 - 10px - 12px);
    padding-right: calc((100vw - 860px) / 2 + 10px);
  }

  #slider_entreprises .elementor-widget-container .wbel-arrow.wb-arrow-prev {
    top: unset;
    bottom: -65px;
    right: 54px;
  }

  #slider_entreprises .elementor-widget-container .wbel-arrow.wb-arrow-next {
    top: unset;
    bottom: -65px;
    right: 0px;
  }
}

@media (max-width: 1024px) {
  #section_slider_entreprises
    .elementor-container
    .elementor-column
    .elementor-element-populated
    #slider_actions {
    bottom: -200px;
  }
}

@media (max-width: 801px) {
  #slider_entreprises > div.elementor-widget-container {
    max-width: 300px;
    padding: 0px;
  }

  #slider_entreprises div.wbel_post_slider_default.slick-slider {
    margin-right: calc((-100vw + 300px) / 2 - 12px);
    padding-right: calc((100vw - 300px) / 2);
  }

  .slider-entreprises .wb_ps_single_item {
    width: 250px;
  }
}

@media (max-width: 768px) {
  .site-header {
    background-color: #27066d;
    background-image: none !important;
  }
}
