.greenFatText {
    font-size: 600;
    color: #00cc00;
}

.swiper-wrapper article.formation-essentiel {
    border-radius: 20px !important;
}

article.formation-essentiel:hover .wrap {
    background: rgba(32, 32, 62, 0.86);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.linkButtonHome a {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    background-color: ##e75480;
    color: white;
    width: fit-content;
    border-radius: 1.8rem /1.8rem;
    padding: 0 5rem 0 2rem;
    font-weight: 500;

}

.center .linkButtonHomeHome a {
    margin-bottom: 1rem;
}

.linkButtonHome a .fakeButtonCard {
    position: absolute;
    top: 5px;
    right: 4.5px;
    border-radius: 100%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    background-image: url(../images/pictos/arrow-back-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

.linkButtonHome a:hover {
    background-color: #b83535;
}

.linkButtonHome {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-top: 2rem;
}

.divFormation3Steps {
    margin: 0 auto;
    max-width: 1200px;
}

.btn-contact-expert {
    margin-bottom: 0rem !important;
}

.margTopHome4 {
    margin-top: 2rem !important;
}

.margBotHome {
    margin-bottom: 2rem !important;
}

.allFiliereBanner {
    background-color: #fff;
    padding: 1.8rem 2rem 1.8rem 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.pillFiliere {
    flex: 1;
    color: #000;
    display: flex;
    text-align: center;
    align-items: center;
    background-color: #eeeef8;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem 0.2rem;
    justify-content: center;
}

.pillFiliere:hover {
    background-color: #ceced6;
}

div.parcours {
    background-color: #1c1d3b;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 0;
}

div.parcours div.parcoursContainer {
    margin: 0 1rem;
    width: calc(100% - 2rem);
    max-width: 1200px;
}

div.parcours div h2 {
    color: #fff;
    text-align: center;
}

h2,
h2.h2Sections {
    font-size: 1.8rem !important;
}

.parcoursPills {
    padding: 1.8rem 0rem 0rem 0rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.parcoursPills .pillFiliere {
    flex: unset;
    border-radius: 50px;
    background-color: #3e3f58;
    color: #fff;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    flex-wrap: nowrap;
    flex-grow: 1;
}

.parcoursPills .pillFiliere:hover {
    cursor: pointer;
    background-color: #70718b;
}

.activePill {
    background-color: #fff !important;
    color: #000 !important;
}

.activePill:hover {
    background-color: #dbdcea !important;
    color: #000 !important;
}

div.slidesFilieres {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
    justify-content: center;
}

.hideTab {
    display: none !important;
}

.divNewLook {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 1rem;
    background-color: #f5f5f8;
    text-align: center;
}

.newSignatureTextDiv {
    padding: 1rem;
}

.divNewLook div h2 {
    margin-top: 0;
    font-size: 2rem !important;
}

.subTextNewLook {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.details-note--surface {
    background: rgba(248, 249, 255, 0.95);
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    color: #4a4f66;
    margin: 1rem 0;
}

/* Assistant widgets */
.assistant-launchers{
    position:fixed;
    right:26px;
    bottom:24px;
    display:flex;
    flex-direction:column;
    gap:12px;
    z-index:1100;
}
.assistant-button{
    width:60px;
    height:60px;
    border:none;
    border-radius:20px;
    background:linear-gradient(135deg,#ff5fa2,#5da6ff);
    color:#fff;
    font-size:24px;
    box-shadow:0 18px 35px rgba(14,10,61,.35);
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:transform .2s ease, box-shadow .2s ease;
}
.assistant-button:hover{
    transform:translateY(-2px);
    box-shadow:0 22px 40px rgba(14,10,61,.4);
}
.assistant-button--secondary{
    background:linear-gradient(135deg,#0e0eed,#00b5e2);
}
.assistant-panel{
    position:fixed;
    right:110px;
    bottom:20px;
    width:320px;
    max-width:90vw;
    background:#fff;
    border-radius:24px;
    box-shadow:0 32px 80px rgba(15,23,42,.25);
    padding:1.5rem;
    z-index:1099;
    display:none;
    flex-direction:column;
    gap:1rem;
    border:1px solid rgba(15,23,42,.06);
}
.assistant-panel.is-open{display:flex;}
.assistant-panel__header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-weight:700;
    color:#0f172a;
}
.assistant-panel__close{
    border:none;
    background:transparent;
    font-size:1.1rem;
    cursor:pointer;
    color:#6b7280;
}
.assistant-panel__body{font-size:.9rem;color:#374151;}
.assistant-chatlog{
    background:#f8f9ff;
    border-radius:16px;
    padding:1rem;
    max-height:180px;
    overflow-y:auto;
    display:flex;
    flex-direction:column;
    gap:.6rem;
}
.assistant-chat-msg{
    margin:0;
    line-height:1.35;
}
.assistant-chat-msg--user{font-weight:600;color:#0f172a;}
.assistant-question-list{
    display:flex;
    flex-direction:column;
    gap:.5rem;
}
.assistant-question-list button{
    border:none;
    border-radius:12px;
    background:#f0f4ff;
    padding:.65rem .8rem;
    text-align:left;
    cursor:pointer;
    font-size:.85rem;
    color:#1f2a44;
    transition:background .2s ease;
}
.assistant-question-list button:hover{
    background:#e0e7ff;
}
.assistant-calendly{
    background:#f8f9ff;
    border-radius:16px;
    padding:1rem;
    font-size:.9rem;
    color:#374151;
}
.assistant-calendly a{
    margin-top:.8rem;
    display:inline-flex;
    align-items:center;
    gap:.4rem;
    padding:.7rem 1rem;
    border-radius:999px;
    background:linear-gradient(135deg,#ff5fa2,#5da6ff);
    color:#fff;
    text-decoration:none;
    font-weight:600;
    box-shadow:0 14px 30px rgba(15,23,42,.25);
}
@media(max-width:720px){
    .assistant-launchers{
        right:16px;
        bottom:16px;
    }
    .assistant-panel{
        right:12px;
        bottom:90px;
    }
}

.text-blanc {
    color: white !important;
    text-align: center;
}

.divNewLook div {
    max-width: 1200px;
    margin: 0 auto;
}

.descriptionTextNewLook {
    font-size: 1.3rem;
    line-height: 2.2rem;
}

.homeGrid2Parts {
    gap: 1rem !important;
    padding-top: 1.5rem !important;
}

.homeGrid2Parts .imgFlexDiv {
    height: 40rem;
}

.homeGrid2Parts .flexCardsDiv {
    gap: 1.2rem;
    height: 40rem;
}

.homeGrid2Parts .flexCardsDiv .cardObject {
    width: 100%;
    flex-grow: 1;
    min-height: 15.4rem;

}

.homeGrid2Parts .flexCardsDiv .cardObject h3 {
    font-size: 2rem !important;
}

.homeGrid2Parts .flexCardsDiv .cardObject h3 span {
    font-weight: 400;
}

.divFinanceFormation {
    background-color: #fff;
}

.blocksFinancement {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    text-align: center;
}

.articleFinancementDiv {
    position: relative;
    width: 24%;
    height: 22rem;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    background-color: #1c1d3b;
}

.articleFinancementDiv a {
    display: flex;
    justify-content: center;
    width: 100%;

}

.articleFinancementDiv a:hover .imgFinance {
    opacity: 0.35;
}

.textCardFinance {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
    justify-content: start;
    align-items: center;
    flex-grow: 1;
    color: #fff;
    margin-top: 6.5rem;
}

.textCardFinance h3 {
    color: #fff;
    text-align: center;
}

.textCardFinance p {
    font-size: 0.85rem;
    line-height: 1.4;
    margin: 0.6rem 1.2rem 0;
}

.subTitleFinance {
    color: #fff;
    background-color: #e75480;
    border-radius: 10px;
    padding: 0.4rem 0.6rem;
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 0.6rem;
}

.imgFinance {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: 0;
    opacity: 0.5;
    width: 100%;
    height: 24rem;
    background-repeat: no-repeat;
    background-position: center;
}


.oblongArrowButton {
    position: absolute;
    top: 0px;
    right: 4.5px;
    width: 40px;
    height: 40px;
    background-image: url(../images/pictos/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.univers .linkButtonHome {
    justify-content: left;
    margin-left: 1rem;
}


.univers .linkButtonHome a {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    background-color: #e75480;
    color: white;
    width: fit-content;
    border-radius: 1.8rem /1.8rem;
    padding: 0 3rem 0 1rem;
    font-weight: 500;
    font-size: 1rem;
}

.univers .linkButtonHome a:hover {
    background-color: ##e75480;
}

.classic-columns.univers .col-33 {
    text-align: left;
}

.logos-carrousel div {
    max-width: none !important;
    height: fit-content !important;
}

.dash-actualites article .picture {
    border-radius: 20px;
}

.dash-actualites article p.tag {
    text-align: left;
}

.dash-actualites h3 {
    text-align: left;
}

.dash-actualites h4 {
    text-align: left;
}

.blockQualiopiHome {
    background-color: #fff;
    border-radius: 20px;
    text-align: left;
    max-width: 600px !important;
    padding: 2rem;
    margin: 0rem auto !important;
}

.blockLabelsQuali {
    padding-top: 2.5rem !important;
}

.blockLabelsQuali .content img {
    max-width: 15rem;
    height: auto !important;
}

.blockLabelsQuali .linkButtonHome a {
    background-color: #0e1084;
    color: #fff;
}

.blockLabelsQuali .linkButtonHome a:hover {
    background-color: #060741;
}

section#contact div {
    max-width: 100% !important;
}

/* .slick-list::before, .slick-list::after {
    background: linear-gradient(to right,#f5f5f8 1%, #f5f5f800 100%) !important;
}

.slick-list::after {
    background: linear-gradient(to left,#f5f5f8 1%, #f5f5f800 100%) !important;
} */

.logos-carrousel {
    background: #fff !important;
    padding: 0rem 0 !important;
}

#header {
    padding-top: 200px !important;
    padding-bottom: 100px !important;
}

#worldmap {
    text-align: left;
}

.dash-actualites p.buttons a {
    padding: 1.1em 1.1em;
    padding-left: 3rem;
    font-weight: 600;
    border-radius: 50px;
    transition: background-color 0.2s;
    /* transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); */
}

.swiper {
    width: 100%;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: fit-content !important;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

p.buttons a.arrow,
 p.buttons a.add {
   padding-left: 2rem;
    padding-right: 3.2rem;
    border-radius: 50px;
    background-position-y: center;
    background-position-x: 8rem;
}

@media screen and (max-width: 1300px) {
    .articleFinancementDiv {
        width: 23%;
    }
}

@media screen and (max-width: 1150px) {
    .cardObject {
        max-width: 500px !important;
    }
}

@media screen and (max-width: 1160px) {
    .articleFinancementDiv {
        width: 90%;
    }

    .dash-actualites p.buttons a {
        width: 13rem;
        background-size: 1.5em;
        background-position-x: 10.5rem;
        background-image: url(../images/pictos/arrow.svg);
    }
}

@media screen and (min-width: 980px) {
    .dash-actualites p.buttons a {
        border-radius: 0;
    }
}

@media screen and (max-width: 550px) {
    .parcoursPills .pillFiliere {
        width: 100%;
    }

    .pillFiliere {
        width: 100%;
        flex: auto;
    }
}


@media screen and (max-width: 410px) {
    .cardObject .buttonGetFormations {

        padding-left: 2rem !important;
        padding-right: 3rem !important;

    }

/* Keep styles reusable; class name encodes the color */
.section--bg-fee9ea {
  background-color: #fee9ea; /* why: exact brand/hex match required */
  padding: 1rem;
  border-radius: 0.75rem;
  margin: 1rem 0;
}
