.fleches-bleus > div p::before {
    background: url(/wp-content/uploads/2022/11/check-1.png) no-repeat;
}

.fleches-bleus-no-first .et_pb_text_inner > p:first-child {
    display: block;
}

.fleches-bleus-no-first .et_pb_text_inner > p:first-child::before {
    display: none;
}

.amenagements {
    border-radius: 20px;
    background-color: #08415c;
    padding: 15px;
    color: white;
}

.amenagements h3{
    color: white;
}

.amenagements a.contact-btn {
    background-color: var(--orange);
    border-radius: 5px;
    padding: 3px 25px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.2s;
}

.amenagements a.contact-btn:hover {
    background-color: var(--orangelight);
}

/*comment candidater*/
.candidater-blue {
    background-color: #08415c;
    border-radius: 20px;
    padding: 25px 35px;
    color: white;
    font-weight: 700;
}

.candidater-last {
    background-color: #db7c26;
}

.personaliser-fleche {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.personaliser-nothing {
    height: 100%;
    width: 100%;
}

.candidater-grid {
    display: grid;
    grid-template-columns: 1fr 15px 30px 15px 1fr;
    grid-auto-rows: 5px 1fr 5px 50px;
}

.candidater-grid > .candidater-blue:nth-child(5n + 1) {
    grid-column: 1 / 3;
    grid-row: 1 /  4;
}

.candidater-grid > .candidater-blue:nth-child(6) {
    grid-row: 5 / 8;
}

.candidater-grid > .candidater-blue:nth-child(11) {
    grid-row: 9 / 12;
}

.candidater-grid > .candidater-blue:nth-child(5n + 3) {
    grid-column: 4 / 7;
    grid-row: 1 /  4;
}

.candidater-grid > .candidater-blue:nth-child(8) {
    grid-row: 5 / 8;
}

.candidater-grid > .candidater-blue:nth-child(13) {
    grid-row: 9 / 12;
}

.fleche-droite {
    grid-column: 2 / 5;
    grid-row: 1 / 4;
    z-index: 1;
}

.fleche-gauche {
    grid-column: 2 / 5;
    grid-row: 5 / 8;
    z-index: 1;
}

.candidater-grid > .fleche-droite:nth-child(12) {
    grid-row: 9 / 12;
}

.nothing-left {
    grid-column: 1 / 4;
}

.nothing-right {
    grid-column: 3 / 6;
}

.fleche-bas-droite {
    grid-column: 4 / 7;
}

.fleche-bas-gauche {
    grid-column: 1 / 3;
}

@media (max-width: 600px) {
    .candidater-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 1fr 60px;
    }

    .candidater-grid > div {
        grid-column: inherit !important;
        grid-row: span 1 !important;
    }

    .personaliser-nothing {
        display: none;
    }

    .fleche-droite > span {
        transform: rotate(90deg);
    }

    .fleche-gauche > span {
        transform: rotate(-90deg);
    }

    .personaliser-fleche {
        margin-top: -5px !important;
    }

    .candidater-blue {
        margin-top: -10px !important;
        padding: 20px 10px;
    }
}
/*fin candidater*/
.fleches-blanches {
    color: white;
}

.fleches-blanches > div p::before {
    background: url("/wp-content/themes/Divi-child/assets/img/fleche-blanche-orange.png") no-repeat;
}

.frais-dossier {
    max-width: 920px;
    margin: auto;
}

.fleches-no-first .et_pb_text_inner > p:first-child {
    display: block;
}

.fleches-no-first .et_pb_text_inner > p:first-child::before {
    display: none;
}

.fleches-oranges > div p::before{
    content: "";
    background: url(/wp-content/uploads/2023/01/check-orange.png) no-repeat;
}