body {
    background: var(--Final-background, #F3F4F7);
}

.fs-sm {
    font-size: 12px !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.text-green {
    color: var(--Vert-Green-500, #4CAF50) !important;
}

.text-purple {
    color: var(--Vert-Green-500, #7E57C2) !important;
}

.text-blue {
    color: var(--Vert-Green-500, #03A9F5) !important;
}

.text-dark-purple {
    color: #4A2D7B !important;
}

.text-dark-green {
    color: #2E6B30 !important;
}

.text-dark-blue {
    color: #026492 !important;
}

.badge-success {
    color: #4CAF50;
    background-color: #DBF0DC;
}

.badge-purple {
    color: #7E57C2;
    background-color: #E5DDF3;
}

.badge-blue {
    color: #03A9F5;
    background-color: #CDEFFE;
}

.rounded-25 {
    border-radius: 25px !important;
}

.bg-transp {
    background-color: transparent !important;
}

.btn-primary {
    display: inline-flex;
    padding: var(--V-padding, 16px) var(--H-padding, 24px);
    justify-content: center;
    align-items: center;
    color: var(--GrayScale-Text-Disabaled, #6B6B6B);
    /* Body / Regular */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    border: none;
    border-radius: var(--Number-Scale-2s-XS, 6px);
    background: var(--Final-Background, #F3F4F7);
    /* Shadow1 */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
}

.btn-primary:hover,
.btn-primary:focus {
    color: var(--GrayScale-Text-Disabaled, #6B6B6B);
    background: linear-gradient(90deg, #DBF0DC, #E5DDF3, #CDEFFE);
    font-weight: 600;
}

.btn-primary:disabled {
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
    color: var(--GrayScale-Text-Disabaled, #6B6B6B);
    background: var(--Final-Background, #F3F4F7);
    opacity: 0.4;
}

.btn-secondary {
    border-radius: var(--Radius-Full, 999px);
    background: var(--Final-Background, #F3F4F7);
    /* Shadow1 */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
    border: none;
    color: var(--GrayScale-Text-Disabaled, #6B6B6B);
    /* Body / Bold */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.btn-secondary:hover {
    color: #94D196;
    background: var(--Final-Background, #F3F4F7);
}

.btn-secondary:focus {
    background: var(--Final-Background, #F3F4F7);
    color: var(--Vert-400, #6BBD6E);
}

.btn-green {
    border-radius: 6px;
    background: var(--Green-500, #4CAF50);
    color: var(--50, #FFF);
    /* Body / Bold */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    display: flex;
    padding: 15px 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn-green:hover,
.btn-green:focus {
    opacity: 0.7;
    background: var(--Green-500, #4CAF50);
    color: var(--50, #FFF);
}

.btn-purple {
    border-radius: 6px;
    background: var(--Pupule-500, #7E57C2);
    display: flex;
    padding: 15px 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--50, #FFF);
    /* Body / Bold */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
}

.btn-purple:hover,
.btn-purple:focus {
    opacity: 0.7;
    background: var(--Pupule-500, #7E57C2);
    color: var(--50, #FFF);
}

.btn-blue {
    display: flex;
    padding: 15px 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: var(--Blue-500, #03A9F5);
    color: var(--50, #FFF);
    /* Body / Bold */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-blue:hover,
.btn-blue:focus {
    opacity: 0.7;
    background: var(--Pupule-500, #03A9F5);
    color: var(--50, #FFF);
}

.btn-filter {
    height: fit-content;
}

.btn-filter.active {
    border-radius: 25px;
    background: var(--Final-background, #F3F4F7);
    /* Inner shadow */
    box-shadow: -5px -5px 5px 0px #FFF inset, 3px 3px 5px 0px rgba(62, 52, 69, 0.25) inset;
    color: var(--Vert-Green-500, #4CAF50);
    font-weight: 700;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.card-1 {
    border-radius: 20px;
    background: var(--Final-background, #F3F4F7);
    /* Shadow */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
}

@media (max-width:992px) {

    .btn-green,
    .btn-blue,
    .btn-purple {
        padding: 10px 25px;
    }

    .btn-secondary,
    .btn-primary,
    .btn-green,
    .btn-blue,
    .btn-purple {
        font-size: 14px;
    }

    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width:570px) {

    .btn-secondary,
    .btn-primary,
    .btn-green,
    .btn-blue,
    .btn-purple {
        font-size: 12px;
    }

    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.card-header,
.card-body,
.card-footer,
.card {
    background-color: transparent;
    border: none;
}

a {
    text-decoration: none;
}

/**********************************
HERO
************************************/


.hero h1 {
    color: var(--Vert-500, #474747);
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
    /* 51.87px */
    margin-bottom: 20px;
}

.hero h2 {
    color: var(--GrayScale-Text-Caption, #474747);
    text-align: center;
    /* H3 / Bold */
    font-family: "SF Pro Display";
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 37.2px;
    /* 120% */
    margin-bottom: 20px;
}

.hero p {
    color: var(--GrayScale-Text-Caption, #474747);
    text-align: center;

    /* Body / Regular */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    margin-bottom: 40px;
}

.hero p a {
    font-weight: 700;
}

.hero .h1-1 {
    font-size: 39px;
}

.hero .p-2 {
    color: var(--GrayScale-Text-Caption, #474747);
    /* H4 / Regular */
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 120% */
}

.hero ul {
    list-style: none;
    padding-left: 0px;
}

.hero ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 2rem;
}

.hero ul li img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-right: 1rem;
}

.hero ul li h6 {
    color: var(--GrayScale-Text-Caption, #474747);
    /* H4 / Bold */
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    /* 120% */
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.hero ul li p {
    color: var(--GrayScale-Text-Caption, #474747);
    text-align: left;
    /* Headline / Regular */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.hero .img-ressource {
    width: 100%;
    height: 100%;
    max-width: 576px;
    max-height: 576px;
    object-fit: contain;
}

.imgHero1,
.imgHero2 {
    padding: 0px 0px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.imgHero1 img,
.imgHero2 img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
}

.imgHero1 {
    z-index: 2;
}

.imgHero2 {
    margin-left: -3rem;
    z-index: 1;
    margin-top: 3rem;
}

.imgHero1 .bg-dark-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

@media(max-width:992px) {
    .hero h1 {
        font-size: 39px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .hero .h1-1 {
        font-size: 35px;
    }

    .hero .p-2,
    .hero ul li h6 {
        font-size: 18px;
    }

    .hero h2 {
        font-size: 25px;
    }

    .hero ul li p,
    .hero p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .imgHero1,
    .imgHero2 {
        height: 289.583px;
    }

    .hero ul li img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
}

@media(max-width:570px) {
    .hero h1 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .hero .h1-1 {
        font-size: 25px;
    }

    .hero .p-2,
    .hero ul li h6 {
        font-size: 16px;
    }

    .hero h2 {
        font-size: 20px;
    }

    .hero ul li p,
    .hero p {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .hero h1 br,
    .hero p br {
        display: none;
    }

    .imgHero1,
    .imgHero2 {
        height: 189.583px;
    }

    .hero .img-ressource {
        max-height: 200px;
    }

    .hero ul li {
        align-items: start;
    }

    .hero ul li img {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }

    .hero .btn {
        width: 100%;
        margin-bottom: 20px;
    }
}

/*----------------------------------------
card item
------------------------------------------*/
.cardItem .card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    text-align: center;
    border-radius: var(--Number-Scale-2s-S, 8px);
    background: var(--Final-background, #F3F4F7);
    /* Shadow button */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
}

.cardItem .card-header h5 {
    color: var(--Vert-Green-500, #4CAF50);
    text-align: center;
    /* Headline / Bold */
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
}

.cardItem .card-body {
    display: none;
    margin-top: 10px;
    border-radius: var(--Number-Scale-2s-S, 8px);
    background: var(--Final-Background, #F3F4F7);
    box-shadow: -5px -5px 5px 0px #FFF inset, 3px 3px 5px 0px rgba(62, 52, 69, 0.25) inset;
    opacity: 0;
    /* Masquer initialement */
    transform: translateY(-20px);
    /* Décalage initial */
    transition: opacity 0.3s ease, transform 0.3s ease;
    /* Transition pour l'animation */
}

.cardItem:hover .card-body {
    display: block;
    opacity: 1;
    /* Rendre l'élément visible */
    transform: translateY(0);
    /* Rétablir la position normale */
}

.cardItem .card-body p {
    color: var(--GrayScale-Text-Caption, #474747);
    text-align: center;

    /* Body / Regular */
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

@media(max-width:992px) {
    .cardItem .card-header h5 {
        font-size: 18px;
    }

    .cardItem .card-body p {
        font-size: 12px;
    }
}

@media(max-width:570px) {
    .cardItem .card-header h5 {
        font-size: 16px;
    }

    .cardItem .card-body p {
        font-size: 12px;
    }
}

/*************************************
ABOUT
*************************************/
.section-title {
    margin-bottom: 50px;
}

.section-title h2 {
    color: var(--Vert-500, #474747);
    text-align: center;
    /* H2 / Bold */
    font-family: "SF Pro Display";
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    /* 18.252px */
    margin-bottom: 20px;
}

.section-title p {
    color: var(--GrayScale-Text-Caption, #474747);
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 150% */
}

.section-title h4 {
    color: var(--Vert-Green-700, #2E6B30);
    text-align: center;
    /* H4 / Bold */
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    /* 120% */
}

.section-title img {
    width: 100px;
    height: 103px;
    object-fit: contain;
}

.subtitle {
    color: var(--GrayScale-Text-Caption, #474747);
    text-align: center;

    /* H3 / Bold */
    font-family: "SF Pro Display";
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 37.2px;
    /* 120% */
}

.section-title svg {
    margin-bottom: 50px;
}

.card-about {
    border-radius: var(--Number-Scale-2s-S, 8px);
    background: var(--Final-background, #F3F4F7);
    /* Shadow */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
    max-width: 331px;
    height: 100%;
    min-height: 354px;
    border: none !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-about .card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-about .card-header .box {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--Number-Scale-2s-S, 8px);
    background: var(--Final-background, #F3F4F7);
    /* Inner shadow */
    box-shadow: -5px -5px 5px 0px #FFF inset, 3px 3px 5px 0px rgba(62, 52, 69, 0.25) inset;
}

.card-about .card-header .box img {
    height: 80%;
    width: 80%;
    object-fit: contain;
}

.card-about h5 {
    color: var(--Violet-600, #000000);
    text-align: center;
    /* Headline/Bold */
    font-family: "SF Pro Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 20.8px */
}

.card-about .card-body p {
    color: #000;
    text-align: center;
    /* Body / Regular */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    margin-bottom: 0px;
}

.card-about .card-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:992px) {
    .section-title img {
        width: 90px;
        height: 93px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .section-title h4 {
        font-size: 20px;
    }

    .section-title h4 br {
        display: none;
    }

    .section-title svg {
        width: 50%;
        margin-bottom: 40px;
    }

    .section-title p {
        font-size: 18px;
    }

    .subtitle {
        font-size: 25px;
    }

    .card-about {
        width: 90%;
        max-width: none;
        border-radius: 25px;
        min-height: 250px;
    }

    .card-about .card-header .box {
        width: 80px;
        height: 80px;
    }

    .card-about .card-header .box svg {
        width: 25px;
        height: 25px;
    }

    .card-about h5 {
        font-size: 17px;
    }

    .card-about .card-body p {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .section-title .btn {
        width: 100%;
    }

    .section-title .btn svg {
        width: 15px !important;
        height: 15px !important;
    }

    .section-title img {
        width: 70px;
        height: 73px;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .section-title h2 {
        font-size: 25px;
        margin-bottom: 0px;
    }

    .section-title h4 {
        font-size: 16px;
    }

    .section-title p {
        font-size: 16px;
    }

    .subtitle {
        font-size: 20px;
    }

    .section-title svg {
        width: 50%;
        margin-bottom: 30px;
    }

    .card-about .card-header .box {
        width: 50px;
        height: 50px;
    }

    .card-about .card-header .box svg {
        width: 25px;
        height: 25px;
    }

    .card-about h5 {
        font-size: 15px;
    }

    .card-about h5 br {
        display: none;
    }

    .card-about .card-body p {
        font-size: 12px;
    }
}

/*--------------------------------------------
card text
---------------------------------------------*/
.imagesBox img {
    width: 100%;
    height: 100%;
    min-height: 297.03px;
    border-radius: var(--Number-Scale-2s-L, 16px);
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    object-fit: cover;
}

.cardText {
    width: 100%;
    max-width: 297px;
    height: 100%;
    min-height: 297px;
    border-radius: var(--Number-Scale-2s-S, 8px);
    background: var(--Final-background, #F3F4F7);
    /* Shadow button */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
}

.cardText h5 {
    color: #000;
    text-align: center;
    /* Headline / Bold */
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardText p {
    color: #000;
    text-align: center;
    /* Body / Regular */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardText .card-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:992px) {
    .cardText h5 {
        font-size: 18px;
    }

    .cardText p {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .imagesBox img {
        height: auto;
        min-height: 250px;
    }

    .cardText h5 {
        font-size: 16px;
    }

    .cardText p {
        font-size: 12px;
    }

    .cardText {
        max-width: none;
    }
}

@media(max-width:570px) {
    .imagesBox img {
        min-height: 250px;
    }

    .cardText {
        min-height: 250px;
        max-width: none;
    }
}

/*---------------------------------------
FAQ
-----------------------------------------*/
.accordion {
    width: 100%;
    background: transparent !important;
    --bs-accordion-bg: transparent;
    border: none !important;
    --bs-accordion-border-color: transparent;
}

.accordion-item {
    width: 100%;
}

.accordion-item .accordion-header {
    width: 100%;
    border-radius: var(--Number-Scale-2s-S, 8px);
    background: var(--Final-background, #F3F4F7);
    /* Shadow */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
}

.accordion-item .accordion-header .accordion-button {
    color: var(--GrayScale-Text-Caption, #474747);
    /* Headline / Bold */
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
    min-height: 70px;
    box-shadow: none !important;
    background: var(--Final-background, #F3F4F7);
    border-radius: var(--Number-Scale-2s-S, 8px);
}

.accordion-button::after {
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background-position: center;
    /* Shadow button */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
}

.accordion-item .accordion-body {
    margin-top: 10px;
    border-radius: var(--Number-Scale-2s-S, 8px);
    background: var(--Final-background, #F3F4F7);
    /* Inner shadow */
    box-shadow: -5px -5px 5px 0px #FFF inset, 3px 3px 5px 0px rgba(62, 52, 69, 0.25) inset;
}

.accordion-item .accordion-body p {
    color: var(--GrayScale-Text-Caption, #474747);
    /* Headline / Bold */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: start;
    /* 120% */
}

@media(max-width:992px) {

    .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }

    .accordion-item .accordion-body p {
        font-size: 15px;
    }
}

@media(max-width:768px) {

    .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
    }

    .accordion-item .accordion-body p {
        font-size: 14px;
    }
}

@media(max-width:570px) {

    .accordion-item .accordion-header .accordion-button {
        font-size: 15px;
    }

    .accordion-item .accordion-body p {
        font-size: 12px;
    }

    .accordion-button::after {
        width: 30px;
        height: 30px;
    }
}

/*-------------------------------
card temoiganges
--------------------------------*/

.cardTemoignage {
    width: 100%;
    max-width: 360px;
    min-height: 456px;
    border-radius: var(--Number-Scale-2s-L, 16px);
    background: var(--Final-background, #F3F4F7);
    /* Shadow button */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
}

.cardTemoignage .card-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardTemoignage .card-header .rating i {
    font-size: 1.5rem;
    color: var(--Orange-Orange-300, #FBA28E);
    box-shadow: drop-shadow(4px 4px 15px rgba(114, 114, 114, 0.25)) drop-shadow(-10px -10px 30px rgba(255, 255, 255, 0.90));
}

.cardTemoignage .card-body p {
    color: #000;
    text-align: center;

    /* Body / Regular */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.cardTemoignage .card-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cardTemoignage .card-footer img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.cardTemoignage .card-footer h5 {
    color: var(--GrayScale-Text-Caption, #474747);
    text-align: center;
    /* Headline / Bold */
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
}

.cardTemoignage .card-footer p {
    color: var(--GrayScale-Text-Caption, #474747);
    text-align: center;
    /* Body / Regular */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.btn-caroussel {
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 15px 19px;
    align-items: center;
    gap: 10px;
    border-radius: var(--Number-Scale-2s-S, 8px);
    background: var(--Final-background, #F3F4F7);
    /* Shadow button */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
}

.btn-caroussel i {
    color: #474747;
}

@media(max-width:992px) {
    .cardTemoignage {
        min-height: 400px;
    }

    .cardTemoignage .card-header .rating i {
        font-size: 1.2rem;
    }

    .cardTemoignage .card-body p,
    .cardTemoignage .card-footer p {
        font-size: 15px;
    }

    .cardTemoignage .card-footer img {
        width: 80px;
        height: 80px;
    }

    .cardTemoignage .card-footer h5 {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .cardTemoignage {
        min-height: 350px;
        max-width: none;
    }

    .cardTemoignage .card-header .rating i {
        font-size: 1rem;
    }

    .cardTemoignage .card-body p,
    .cardTemoignage .card-footer p {
        font-size: 14px;
    }

    .cardTemoignage .card-footer img {
        width: 70px;
        height: 70px;
    }

    .cardTemoignage .card-footer h5 {
        font-size: 16px;
    }
}

@media(max-width:570px) {
    .cardTemoignage {
        min-height: auto;
        max-width: none;
    }

    .cardTemoignage .card-header .rating i {
        font-size: 0.8rem;
    }

    .cardTemoignage .card-body p,
    .cardTemoignage .card-footer p {
        font-size: 12px;
    }

    .cardTemoignage .card-footer img {
        width: 60px;
        height: 60px;
    }

    .cardTemoignage .card-footer h5 {
        font-size: 15px;
    }
}

/*------------------------------------
sliderProps
--------------------------------------*/

.sliderProps .box {
    margin-right: 1rem;
    width: fit-content;
    min-height: 82px;
    padding: 11px 12px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    border-radius: var(--Number-Scale-2s-S, 8px);
    background: var(--Final-background, #F3F4F7);
    /* Shadow */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
}

.sliderProps .box.shadow-2 {
    border-radius: var(--Number-Scale-2s-S, 8px);
    background: var(--Final-background, #F3F4F7);
    box-shadow: -5px -5px 5px 0px #FFF inset, 3px 3px 5px 0px rgba(62, 52, 69, 0.25) inset !important;
}

.sliderProps .box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.sliderProps .box p {
    color: var(--GrayScale-Text-Caption, #474747);
    /* Body / Bold */
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    margin-top: 0px;
    margin-bottom: 0px;
}

@media(max-width:992px) {
    .sliderProps .box img {
        width: 50px;
        height: 50px;
    }

    .sliderProps .box p {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .sliderProps .box img {
        width: 40px;
        height: 40px;
    }

    .sliderProps .box p {
        font-size: 12px;
    }

    .sliderProps .box.box.shadow-2 {
        display: none;
    }
}

@media(max-width:570px) {
    .sliderProps .box {
        width: 100%;
    }

    .sliderProps .box p br {
        display: none;
    }
}

/*-------------------------
 a propos de nous
 *------------------------*/
.infos-section,
.hero-platformes {
    position: relative;
}

.infos-section .circle-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.infos-section .circle-2 {
    position: absolute;
    top: 28%;
    left: 10%;
}

.hero-platformes .circleTop {
    position: absolute;
    top: 0;
    left: 0;
}

.hero-platformes .circleRight {
    position: absolute;
    top: 0;
    right: 0;
}

.hero-platformes .circleMid {
    position: absolute;
    bottom: -130px;
    right: 15%;
}

.card-about-2 {
    border-radius: 20px;
    background: var(--Final-background, #F3F4F7);
    /* Shadow */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
}

.card-about-2 .text {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.card-about-2 h5 {
    color: var(--GrayScale-Text-Caption, #474747);
    text-align: left;
    /* H2 / Bold */
    font-family: "SF Pro Display";
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 46.8px;
    /* 120% */
}

.card-about-2 .image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-about-2 p,
.card-about-2 li {
    color: var(--GrayScale-Text-Caption, #474747);
    /* Body / Regular */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.card-about-2 img {
    width: 100%;
    max-width: 273px;
    max-height: 273px;
    object-fit: contain;
}

@media(max-width:992px) {
    .card-about-2 h5 {
        font-size: 35px;
    }

    .card-about-2 p,
    .card-about-2 li {
        font-size: 15px;
    }
}

@media(max-width:768px) {

    .infos-section .circle,
    .equipe-section .circle,
    .hero-platformes .circle {
        display: none;
    }

    .card-about-2 h5 {
        font-size: 30px;
    }

    .card-about-2 p,
    .card-about-2 li {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .card-about-2 h5 {
        font-size: 25px;
    }

    .card-about-2 p,
    .card-about-2 li {
        font-size: 12px;
    }
}

/*---------------------------------
card-prosonnel
*---------------------------------*/
.equipe-section {
    position: relative;
}

.equipe-section .circle-1 {
    position: absolute;
    top: 2%;
    right: 0;
}

.equipe-section .circle-2 {
    position: absolute;
    top: 0%;
    left: 0%;
}

.equipe-section .circle-3 {
    position: absolute;
    top: 20%;
    left: 0%;
}

.equipe-section .circle-4 {
    position: absolute;
    top: 20%;
    right: 0%;
}

.equipe-section .circle-5 {
    position: absolute;
    top: 70%;
    left: 0%;
}

.card-prosonnel {
    border-radius: var(--Number-Scale-2s-L, 16px);
    background: var(--Final-background, #F3F4F7);
    /* Shadow button */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
    width: 100%;
    max-width: 360px;
    height: 100%;
    min-height: 392px;
}

.card-prosonnel .card-header img {
    width: 206px;
    height: 206px;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
}

.card-prosonnel .card-body h5 {
    color: var(--GrayScale-Text-Subtitle, #383838);
    text-align: center;

    /* Headline / Bold */
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.card-prosonnel .card-body p {
    color: var(--GrayScale-Text-Caption, #474747);
    text-align: center;

    /* Body / Regular */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.card-prosonnel .card-footer .box {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--Final-Background, #F3F4F7);
    /* Elevation/S */
    box-shadow: -5px -5px 20px -4px #FFF, 1px 1px 7px 0px #A2A2A2;
}

.card-prosonnel .card-footer .box img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

@media(max-width:992px) {
    .card-prosonnel {
        min-height: 350px;
    }

    .card-prosonnel .card-header img {
        width: 150px;
        height: 150px;
    }

    .card-prosonnel .card-body h5 {
        font-size: 18px;
    }

    .card-prosonnel .card-body p {
        font-size: 15px;
    }

    .card-prosonnel .card-footer .box {
        display: flex;
        width: 40px;
        height: 40px;
    }
}

@media(max-width:768px) {
    .card-prosonnel {
        min-height: 300px;
    }

    .card-prosonnel .card-header img {
        width: 100px;
        height: 100px;
    }

    .card-prosonnel .card-body h5 {
        font-size: 16px;
    }

    .card-prosonnel .card-body p {
        font-size: 14px;
    }

    .card-prosonnel .card-footer .box {
        display: flex;
        width: 30px;
        height: 30px;
    }
}

@media(max-width:570px) {
    .card-prosonnel {
        min-height: auto;
    }

    .card-prosonnel .card-header img {
        width: 150px;
        height: 150px;
    }

    .card-prosonnel .card-body h5 {
        font-size: 14px;
    }

    .card-prosonnel .card-body p {
        font-size: 12px;
    }

    .card-prosonnel .card-footer .box {
        display: flex;
        width: 30px;
        height: 30px;
    }
}

/*------------------------------
card-article
*------------------------------*/
.breadcrumb li {
    color: var(--GrayScale-Text-Caption, #474747);
    text-align: center;
    /* Headline / Regular */
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
}

.breadcrumb li a {
    color: var(--GrayScale-Text-Caption, #474747);
}

.pagination .page-link {
    border-radius: var(--Number-Scale-2s-XS, 6px);
    background: var(--Final-Background, #F3F4F7);
    /* Shadow1 */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
    border: none !important;
    color: var(--GrayScale-Text-Subtitle, #383838);
    font-family: "SF Pro Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 10px;
    width: 55px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-pagination {
    color: var(--GrayScale-Text-Caption, #474747);
    text-align: center;
    /* Headline / Regular */
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
}

.card-article {
    border-radius: 20px;
    background: var(--Final-background, #F3F4F7);
    /* Shadow */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
    min-height: 327px;
}

.card-article .image img {
    width: 100%;
    max-height: 327px;
    border-radius: var(--Number-Scale-2s-L, 16px);
    background: lightgray 50%;
    object-fit: cover;
}

.card-article .image .image-1 {
    max-height: 392px;
    border-radius: 10px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    /* Shadow */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
}

.card-article a,
.card-article h5 {
    color: var(--GrayScale-Text-Caption, #474747);
    /* H2 / Bold */
    font-family: "SF Pro Display";
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    line-height: 46.8px;
    /* 120% */
    margin-bottom: 1rem;
}

.card-article p {
    color: #000;
    /* Body / Regular */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.card-article .media img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.card-article .media h6 {
    color: var(--GrayScale-Text-Caption, #474747);
    /* Body / Bold */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    margin-bottom: 0px;
}

.card-article .media p {
    color: var(--GrayScale-Border-Default, #6B6B6B);
    /* Subtitle / Regular */
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
    /* 150% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.card-article .tags {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.card-article .tags span {
    text-align: center;
    /* Subtitle / Regular */
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
    /* 150% */
    border-radius: 25px;
}

.card-article h4 {
    color: var(--GrayScale-Text-Caption, #474747);
    /* H3 / Bold */
    font-family: "SF Pro Display";
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 37.2px;
    /* 120% */
}

@media(max-width:992px) {
    .breadcrumb li {
        font-size: 16px;
    }

    .pagination .page-link {
        font-size: 14px;
        width: 45px;
        height: 45px;
    }

    .card-article a,
    .card-article h5 {
        font-size: 35px;
    }

    .card-article p,
    .card-article .media h6 {
        font-size: 15px;
    }

    .card-article .media img {
        width: 35px;
        height: 35px;
    }

    .card-article .media p,
    .card-article .tags span {
        font-size: 12px;
    }

    .card-article h4 {
        font-size: 28px;
    }
}

@media(max-width:768px) {
    .breadcrumb li {
        font-size: 15px;
    }

    .pagination .page-link {
        font-size: 13px;
        width: 40px;
        height: 40px;
    }

    .card-article .image img {
        height: 280px;
    }

    .card-article a,
    .card-article h5 {
        font-size: 30px;
    }

    .card-article p,
    .card-article .media h6 {
        font-size: 14px;
    }

    .card-article h4 {
        font-size: 25px;
    }
}

@media(max-width:570px) {
    .breadcrumb li {
        font-size: 14px;
    }

    .pagination .page-link {
        font-size: 12px;
        width: 35px;
        height: 35px;
    }

    .card-article .image img {
        height: 200px;
    }

    .card-article a,
    .card-article h5 {
        font-size: 25px;
    }

    .card-article h4 {
        font-size: 20px;
    }

}

/*-------------------------
formulaire
*--------------------------*/
.card-formulaire {
    border-radius: 20px;
    background: var(--Final-background, #F3F4F7);
    /* Shadow */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
}

.card-formulaire h4 {
    color: #000;
    /* Headline / Bold */
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 120% */
}

.formulaire .input-group {
    border-radius: 25px;
    background: var(--Final-Background, #F3F4F7);
    box-shadow: -5px -5px 5px 0px #FFF inset, 3px 3px 5px 0px rgba(62, 52, 69, 0.25) inset !important;
    border: none;
    min-height: 50px;
}

.formulaire .input-group .input-group-text {
    border: none;
    background-color: transparent;
}

.formulaire .input-group .form-control {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.formulaire .form-control,
.formulaire .form-select {
    border-radius: 25px;
    background: var(--Final-Background, #F3F4F7);
    box-shadow: -5px -5px 5px 0px #FFF inset, 3px 3px 5px 0px rgba(62, 52, 69, 0.25) inset;
    min-height: 50px;
    color: var(--GrayScale-Border-Disabaled, #000);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    border: none;
}

.formulaire .form-control::placeholder {
    color: var(--GrayScale-Border-Disabaled, #919191);
}

@media(max-width:992px) {
    .card-formulaire h4 {
        font-size: 18px;
    }

    .formulaire .form-control,
    .formulaire .form-select {
        font-size: 13px;
    }
}

@media(max-width:768px) {
    .card-formulaire h4 {
        font-size: 16px;
    }

    .formulaire .form-control,
    .formulaire .form-select {
        font-size: 12px;
    }
}

/*----------------------------
glossaire
*----------------------------*/
.glossaire-hero,
.glossaire-section {
    position: relative;
}

.glossaire-hero .circle-1 {
    position: absolute;
    left: 0;
    top: 8%;
}

.glossaire-hero .circle-2 {
    position: absolute;
    right: 0;
    top: 8%;
}

.glossaire-section .circle-1 {
    position: absolute;
    right: 10%;
    top: 8%;
}

.glossaire-section .circle-2 {
    position: absolute;
    right: 20%;
    top: 65%;
}

.input-group-search {
    border-radius: 70px;
    background: var(--Final-background, #F3F4F7);
    /* Shadow */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
    border: none;
    width: 100%;
    max-width: 600px;
    height: 68px;
}

.input-group-search .input-group-text {
    border: none;
    background-color: transparent;
}

.input-group-search .form-control {
    border: none;
    background-color: transparent;
    color: var(--GrayScale-Border-Disabled, #000);
    /* Body / Regular */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.input-group-search .form-control::placeholder {
    color: var(--GrayScale-Border-Disabled, #919191);
}

.glossaire-section .tags {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
}

.glossaire-section .tags span {
    text-align: center;
    /* Subtitle / Regular */
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.5px;
    /* 150% */
    border-radius: 25px;
}

.letters {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.letters ::-webkit-scrollbar {
    width: 5px;
}

.letters ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.letters::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.letters .btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--GrayScale-Text-Caption, #474747);
    text-align: center;
    /* Headline / Regular */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 120% */
    margin-right: 7px;
}

.letters .btn.active {
    background-color: #474747;
    color: #fff;
}

.card-text {
    width: 100%;
    height: 100%;
    min-height: 276px;
    border-radius: 20px;
    background: var(--Final-background, #F3F4F7);
    /* Shadow */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
}

.card-text h5 {
    color: #000;
    /* H3 / Bold */
    font-family: "SF Pro Display";
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 37.2px;
    /* 120% */
}

.card-text p {
    color: #000;
    /* Body / Regular */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.details-glossaire {
    height: fit-content !important;
}

.details-glossaire::-webkit-scrollbar {
    width: 5px;
}

.details-glossaire::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.details-glossaire::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media(max-width:992px) {

    .input-group-search .form-control,
    .card-text p {
        font-size: 15px;
    }

    .glossaire-section .tags span {
        font-size: 13px;
    }

    .letters .btn {
        font-size: 14px;
    }

    .card-text h5 {
        font-size: 28px;
    }
}

@media(max-width:768px) {

    .glossaire-hero .circle,
    .glossaire-section .circle {
        display: none;
    }

    .input-group-search {
        height: 50px;
    }

    .input-group-search .input-group-text svg {
        width: 20px !important;
        height: 20px !important;
    }

    .input-group-search .form-control,
    .card-text p {
        font-size: 14px;
    }

    .glossaire-section .tags span {
        font-size: 12px;
    }

    .letters .btn {
        font-size: 13px;
    }

    .card-text h5 {
        font-size: 25px;
    }

    .letters {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}

@media(max-width:570px) {

    .input-group-search .form-control,
    .card-text p {
        font-size: 12px;
    }

    .glossaire-section .tags span {
        font-size: 12px;
    }

    .letters .btn {
        font-size: 12px;
    }

    .card-text {
        min-height: auto;
    }

    .card-text h5 {
        font-size: 20px;
    }
}

/*----------------------------
details-section
*-----------------------------*/
.details-section {
    position: relative;
}

.details-section .circle-1 {
    position: absolute;
    top: 5%;
    left: 0;
}

.details-section .circle-2 {
    position: absolute;
    top: 5%;
    right: 0;
}

.details-section .circle-3 {
    position: absolute;
    top: 80%;
    right: 30%;
}

.details-section .circle-4 {
    position: absolute;
    bottom: -100px;
    left: 0%;
    z-index: 0;
    width: 201.002px;
}

/*------------------------------------
ressources page
--------------------------------------*/
.filters {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
}

.filters .btn-filter {
    text-wrap: nowrap;
}

.filters::-webkit-scrollbar {
    height: 0px;
}

.filters::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.filters::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.cardBlog {
    border-radius: 20px;
    background: var(--Final-background, #F3F4F7);
    /* Shadow */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
    width: 100%;
    height: 100%;
    max-width: 350px;
    min-height: 469px;
}

.cardBlog .card-header img {
    width: 100%;
    height: 151px;
    border-radius: 20px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat, var(--Final-background, #F3F4F7);
    /* Shadow */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
    object-fit: cover;
}

.cardBlog .card-body h5 {
    color: var(--GrayScale-Text-Disabaled, #6B6B6B);
    /* Headline / Bold */
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
}

.cardBlog .card-body p {
    color: var(--GrayScale-Text-Disabaled, #6B6B6B);
    /* Subtitle / Regular */
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
    /* 150% */
}

.cardBlog .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardBlog .card-footer p {
    color: var(--GrayScale-Text-Disabaled, #6B6B6B);
    /* Body / Bold */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    display: flex;
    align-items: center;
    justify-content: start;
}

.cardBlog .card-footer p svg {
    margin-right: 5px;
}

@media(max-width:992px) {

    .cardBlog .card-body h5 {
        font-size: 18px;
    }

    .cardBlog .card-body p {
        font-size: 12px;
    }

    .cardBlog .card-footer p {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .cardBlog {
        min-height: auto;
    }

    .cardBlog .card-body h5 {
        font-size: 16px;
    }

    .cardBlog .card-body p {
        font-size: 12px;
    }

    .cardBlog .card-footer p {
        font-size: 12px;
    }
}

/*-------------------------------------------------
cardText-2
---------------------------------------------------*/
.cardText-2 {
    border-radius: 10px;
    background: var(--Final-background, #F3F4F7);

    /* Shadow */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
    width: 100%;
    max-width: 280px;
    height: 100%;
    min-height: 280px;
}

.cardText-2 .box {
    display: flex;
    width: 60px;
    height: 60px;
    padding: 16px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 5px;
    background: var(--Final-background, #F3F4F7);
    /* Inner shadow */
    box-shadow: -5px -5px 5px 0px #FFF inset, 3px 3px 5px 0px rgba(62, 52, 69, 0.25) inset;
}

.cardText-2 h5 {
    color: var(--GrayScale-Text-Caption, #474747);

    /* Body / Bold */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 150% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardText-2 p {
    color: var(--GrayScale-Text-Caption, #474747);
    /* Subtitle / Regular */
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
    /* 150% */
    margin-top: 0px;
    margin-bottom: 0px;
}

@media(max-width:992px) {
    .cardText-2 {
        max-width: none;
    }
}

/*-----------------------------
cardPlan
*-----------------------------*/
.cardPlan {
    border-radius: 8px;
    width: 100%;
    max-width: 323px;
    height: 100%;
}

.cardPlan .card-header h3 {
    /* Headline/Bold */
    font-family: "SF Pro Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 104%;
    /* 20.8px */
    margin-top: 0px;
}

.cardPlan .card-header p {
    /* H4 / Bold */
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    /* 120% */
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardPlan .card-body ul {
    padding-left: 0px;
    list-style: none;
}

.cardPlan .card-body ul li {
    color: var(--GrayScale-Text-Caption, #474747);
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 230.769% */
}

.cardPlan .card-body ul li i {
    font-size: 15px;
    margin-right: 5px;
}

@media(max-width:992px) {
    .cardPlan .card-header h3 {
        font-size: 18px;
    }

    .cardPlan .card-header p {
        font-size: 23px;
    }

    .cardPlan .card-body ul li {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .cardPlan.mt-5 {
        margin-top: 0px !important;
    }

    .cardPlan .card-header h3 {
        font-size: 16px;
    }

    .cardPlan .card-header p {
        font-size: 20px;
    }

    .cardPlan .card-body ul li {
        font-size: 12px;
    }
}

@media(max-width:570px) {
    .cardPlan {
        max-width: none;
    }

    .cardPlan .card-header h3 {
        font-size: 14px;
    }

    .cardPlan .card-header p {
        font-size: 18px;
    }

    .cardPlan .card-body ul li {
        font-size: 12px;
    }
}

/*----------------------------------
mention legal
-----------------------------------*/
.cardMention {
    width: 100%;
    height: 100%;
}

.cardMention .card-header {
    padding-top: 1rem;
}

.cardMention img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: var(--Number-Scale-2s-L, 50%);
    background: var(--Final-background, #F3F4F7);
    /* Shadow */
    box-shadow: -10px -10px 30px 0px rgba(255, 255, 255, 0.90), 4px 4px 15px 0px rgba(114, 114, 114, 0.25);
}

.cardMention h5 {
    color: var(--Vert-Green-500, #4CAF50);

    /* Headline / Bold */
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
    margin-bottom: 0px;
}

.section-text {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.cardMention ul li,
.section-text p,
.section-text ul li {
    color: var(--GrayScale-Text-Caption, #474747);

    /* Body / Regular */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.section-text p,
.section-text ul li {
    color: #000;
}

.section-text a {
    text-decoration: underline !important;
    color: #000
}

.section-text h2 {
    color: var(--Vilolet-Pupule-600, #623CA5);
    /* H2 / Bold */
    font-family: "SF Pro Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 46.8px;
    /* 120% */
}

@media(max-width:992px) {
    .cardMention h5 {
        font-size: 18px;
    }

    .cardMention ul li,
    .section-text p,
    .section-text ul li {
        font-size: 15px;
    }

    .section-text h2 {
        font-size: 23px;
    }
}

@media(max-width:768px) {
    .cardMention h5 {
        font-size: 16px;
    }

    .cardMention ul li,
    .section-text p,
    .section-text ul li {
        font-size: 14px;
    }

    .section-text h2 {
        font-size: 20px;
    }
}

@media(max-width:570px) {
    .cardMention h5 {
        font-size: 15px;
    }

    .cardMention ul li,
    .section-text p,
    .section-text ul li {
        font-size: 12px;
    }

    .section-text h2 {
        font-size: 18px;
    }
}