.banner, .bannerFond {
    position: relative;
}

.bannerQualiopi .row {
    position: relative;
    display: flex;
    padding: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #1A2843;
    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 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.bannerQualiopi .btn::after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background-image: url("https://comet-bfc.fr/wp-content/uploads/2025/05/Layer.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

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

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

.bannerQualiopi .flottant1 {
    z-index: 1;
    position: absolute;
    bottom: 5%;
    right: 6%;
    width: 10%;
    aspect-ratio: 234/191;
    background-image: url("https://comet-bfc.fr/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("https://comet-bfc.fr/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("https://comet-bfc.fr/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("https://comet-bfc.fr/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 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.bannerSimple .btn::after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background-image: url("https://comet-bfc.fr/wp-content/uploads/2025/05/Layer.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.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("https://comet-bfc.fr/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("https://comet-bfc.fr/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("https://comet-bfc.fr/wp-content/uploads/2025/05/BlueForm.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

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

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

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

.bannerPresentation .listebannerPresentation .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;
}

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

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

.bannerPresentation .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.bannerPresentation .btn::after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background-image: url("https://comet-bfc.fr/wp-content/uploads/2025/05/Layer.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.bannerPresentation h2 {
    margin: 0 0 16px auto;
}

.bannerPresentation .content {
    padding: 0;
    margin: 0 0 32px auto;
}

.bannerPresentation .content em {
    font-style: normal;
    color: #0AACB1;
    text-transform: uppercase;
}

.bannerPresentation .flottant1 {
    z-index: 1;
    position: absolute;
    top: -20%;
    right: 6%;
    width: 10%;
    aspect-ratio: 234/191;
    background-image: url("https://comet-bfc.fr/wp-content/uploads/2025/05/RedForm.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bannerPresentation .flottant2 {
    display: none;
}

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

.bannerPresentation .flottant4 {
    display: none;
}

.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 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.bannerListe .btn::after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background-image: url("https://comet-bfc.fr/wp-content/uploads/2025/05/Layer.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.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("https://comet-bfc.fr/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("https://comet-bfc.fr/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("https://comet-bfc.fr/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("https://comet-bfc.fr/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: 32px;
    }
}