.banner, .bannerFond {
    position: relative;
}

.bannerQualiopi .row {
    position: relative;
    display: flex;
    padding: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: linear-gradient(90deg, #3958A4 0%, #64BA88 100%);
    overflow: hidden;
}

.bannerQualiopi .container-content {
    z-index: 2;
}

.bannerQualiopi .listeBannerQualiopi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0 auto 48px auto;
}

.bannerQualiopi .listeBannerQualiopi .item {
    display: flex;
    flex: 1 1 350px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding: 16px 6px;
    border-radius: 25px;
    background: #273F6C;
}

.bannerQualiopi .listeBannerQualiopi .item .item__description {
    display: contents;
    font-family: "Roboto";
    font-weight: 200;
    color: white;
}

.bannerQualiopi .listeBannerQualiopi .item .item__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: auto;
}

.bannerQualiopi h2 {
    max-width: 777px;
    margin: 0 auto 32px auto;
}

.bannerQualiopi .content {
    max-width: 777px;
    padding: 0;
    margin: 0 auto;
}

.bannerQualiopi .content a {
    margin: 16px auto 0 auto !important;
}

.bannerQualiopi .flottant1 {
    z-index: 1;
    position: absolute;
    bottom: 5%;
    right: 6%;
    width: 10%;
    aspect-ratio: 234/191;
    background-image: url("http://localhost:8888/Comet/wp-content/uploads/2025/05/RedForm.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bannerQualiopi .flottant2 {
    z-index: 1;
    position: absolute;
    top: -20%;
    left: 4%;
    width: 20%;
    aspect-ratio: 365/335;
    background-image: url("http://localhost:8888/Comet/wp-content/uploads/2025/05/OrangeForm.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bannerQualiopi .flottant3 {
    z-index: 1;
    position: absolute;
    bottom: -10%;
    left: -8%;
    width: 20%;
    aspect-ratio: 245/182;
    background-image: url("http://localhost:8888/Comet/wp-content/uploads/2025/05/GreenForm.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bannerQualiopi .flottant4 {
    z-index: 1;
    position: absolute;
    top: 5%;
    right: 6%;
    width: 10%;
    max-width: 100px;
    aspect-ratio: 114/114;
    background-image: url("http://localhost:8888/Comet/wp-content/uploads/2025/05/BlueForm.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bannerSimple .row {
    position: relative;
    display: flex;
    padding: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #1A2843;
    overflow: hidden;
}

.bannerSimple .container-content {
    z-index: 2;
}

.bannerSimple .listebannerSimple {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0 auto 48px auto;
}

.bannerSimple .listebannerSimple .item {
    display: flex;
    flex: 1 1 350px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding: 16px 6px;
    border-radius: 25px;
    background: #273F6C;
}

.bannerSimple .listebannerSimple .item .item__description {
    display: contents;
    font-family: "Roboto";
    font-weight: 200;
    color: white;
}

.bannerSimple .listebannerSimple .item .item__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: auto;
}

.bannerSimple h2 {
    text-align: center !important;
    max-width: 777px;
    margin: 0 auto 32px auto;
}

.bannerSimple .content {
    text-align: center !important;
    max-width: 777px;
    padding: 0;
    margin: 0 auto 32px auto;
}

.bannerSimple .content p {
    text-align: center !important;
}

.bannerSimple .flottant1 {
    z-index: 1;
    position: absolute;
    bottom: -20%;
    right: 6%;
    width: 10%;
    aspect-ratio: 234/191;
    background-image: url("http://localhost:8888/Comet/wp-content/uploads/2025/05/RedForm.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bannerSimple .flottant2 {
    z-index: 1;
    position: absolute;
    top: -30%;
    left: 4%;
    width: 20%;
    aspect-ratio: 365/335;
    background-image: url("http://localhost:8888/Comet/wp-content/uploads/2025/05/OrangeForm.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bannerSimple .flottant3 {
   display: none;
}

.bannerSimple .flottant4 {
    z-index: 1;
    position: absolute;
    top: 3%;
    right: 22%;
    width: 10%;
    max-width: 100px;
    aspect-ratio: 114/114;
    background-image: url("http://localhost:8888/Comet/wp-content/uploads/2025/05/BlueForm.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bannerPresentation .row {
}

.bannerPresentation .row .image-top {
    display: block;
    grid-row: 1;
    grid-column: 1 / 3;
    aspect-ratio: 1161/300;
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.bannerPresentation .container-content {
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 48px;
    column-gap: 16px;
}

.bannerPresentation .container-content h2 {
    color: #000;
    grid-row: 2;
    grid-column: 1 / 2;
}

.bannerPresentation .container-content p {
    color: #000;
}

.bannerPresentation .container-content .content {
    grid-row: 2;
    grid-column: 2 / 3;
}

.bannerPresentation .container-content a {
    margin: 16px auto 0 0 !important;
}

.bannerListe .row {
    position: relative;
    display: flex;
    padding: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #1A2843;
    overflow: hidden;
}

.bannerListe .container-content {
    z-index: 2;
}

.bannerListe .listeBannerSimple {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    gap: 16px;
    margin: 0 auto 48px auto;
}

.bannerListe .listeBannerSimple .item {
    display: flex;
    flex: 1 1 350px;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0;
    align-items: flex-start;
    justify-content: stretch;
    padding: 32px;
    border-radius: 25px;
    background: #273F6C;
}

.bannerListe .listeBannerSimple .item .item__description {
    display: flex;
    flex: 1 1 0;
    font-family: "Roboto";
    font-weight: 200;
    color: white;
}

.bannerListe .listeBannerSimple .item .item__titre h3 {
    color: #0AACB1;
    text-align: left;
    font-family: Roboto;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.bannerListe h2 {
    text-align: center !important;
    max-width: 777px;
    margin: 0 auto 32px auto;
}

.bannerListe .content {
    max-width: 777px;
    padding: 0;
    margin: 0 auto 32px auto;
}

.bannerListe .flottant1 {
    z-index: 1;
    position: absolute;
    bottom: 5%;
    right: 6%;
    width: 10%;
    aspect-ratio: 234/191;
    background-image: url("http://localhost:8888/Comet/wp-content/uploads/2025/05/RedForm.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bannerListe .flottant2 {
    z-index: 1;
    position: absolute;
    top: -20%;
    left: 4%;
    width: 20%;
    aspect-ratio: 365/335;
    background-image: url("http://localhost:8888/Comet/wp-content/uploads/2025/05/OrangeForm.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bannerListe .flottant3 {
    z-index: 1;
    position: absolute;
    bottom: -10%;
    left: -8%;
    width: 20%;
    aspect-ratio: 245/182;
    background-image: url("http://localhost:8888/Comet/wp-content/uploads/2025/05/GreenForm.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bannerListe .flottant4 {
    z-index: 1;
    position: absolute;
    top: 5%;
    right: 6%;
    width: 10%;
    max-width: 100px;
    aspect-ratio: 114/114;
    background-image: url("http://localhost:8888/Comet/wp-content/uploads/2025/05/BlueForm.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.banner h2, .banner h3, .banner p, .banner a {
    color: white;
    text-align: left;
}

.banner .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .row .container-content .content p {
    font-weight: 200;
    margin: 0;
}

.banner .row .container-content a {
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .banner .row .container-content {
        width: 90%;
    }

    .bannerPresentation .row {
        padding: 0;
    }

    .bannerPresentation .row .image-top {
        aspect-ratio: 1/1;
    }

    .bannerPresentation .container-content {
        grid-template-columns: repeat(1,1fr);
    }

    .bannerPresentation .container-content h2 {
        grid-column: unset;
    }

    .bannerPresentation .container-content .content {
        grid-row: 3;
        grid-column: unset;
    }

    .imagedroite .flottant {
        width: 70%;
    }

    .imagegauche .flottant {
        width: 70%;
    }

    .bannerQualiopi .row {
        padding: 24px;
    }
}