.cta-text {
    position: relative;
    background-color: white;
    padding: 64px 5%;
}

.cta-text .row {
    padding: 0 5%;
}

.cta-text .flottant1 {
    z-index: -1;
    position: absolute;
    top: 35%;
    left: -3%;
    width: 160px;
    aspect-ratio: 160 / 90;
    background-image: url(https://regietech.fr.preview-domain.com/wp-content/uploads/2025/04/BorderGrey.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.cta-text .flottant2 {
    z-index: -1;
    position: absolute;
    bottom: 20%;
    right: 10%;
    width: 59px;
    aspect-ratio: 113/67;
    background-image: url("https://regietech.fr.preview-domain.com/wp-content/uploads/2025/04/FullGrey.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.cta-text .flottant3 {
    z-index: -1;
    position: absolute;
    bottom: 10%;
    right: 2%;
    width: 113px;
    aspect-ratio: 113/67;
    background-image: url("https://regietech.fr.preview-domain.com/wp-content/uploads/2025/04/FullGrey.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.text-centered {
    max-width: 768px !important;
    margin: 0 auto;
}

.cta-text__centered {
    max-width: 768px !important;
    margin: 0 auto;
}

.cta-text__centered * {
    text-align: center;
}

.cta-text .cta-text-contenu {
    margin: 0 0 32px 0;
}


.cta-text__centered .btn {
    margin: 16px auto;
}

.cta-text-little {
    font-style: italic;
    margin: 16px auto 0 auto;
}

.cta-text-little p {
    font-size: 12px;
}

.cta-liste-liens {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: auto;
    column-gap: 16px;
    row-gap: 16px;
}

.cta-liste-liens .cta-liste-item p, .cta-liste-liens .cta-liste-item a, .cta-liste-liens .cta-liste-item .cta-text-little {
    text-align: center;
    margin: 0;
}

.cta-liste-liens .cta-liste-item a {
    margin: 12px 0;
}

.cta-liste-liens .cta-liste-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fiche-centree p {
    text-align: center;
}

.fiche-centree a {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .cta-text .flottant1, .cta-text .flottant2, .cta-text .flottant3 {
        display: none;
    }
}