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

div#contenu-peda ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px 30px;
}

div#contenu-peda ul > li {
    background-color: #08415c;
    border-radius: 10px;
    padding: 10px 20px;
    color: white;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}

.bloc-infos-pratiques .et_pb_column {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

body #page-container .amenagements .et_pb_button.btn-jaune:after {
    border: 2px solid #a8d9dd;
}

@media (max-width: 980px) {
    .marg-gauche {
        padding-left: 20px !important;
    }

    .marg-gauche-et-droite.et_pb_row {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    div#contenu-peda ul {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 400px) {
    div#contenu-peda ul {
        grid-template-columns: 1fr;
    }
}

.fleches-bleus > div p::before{
    content: "";
    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;
}

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

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

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