#cf_steps {
    /* TODO: a voir cette couleur, flashe trop ... */
    background: #10269e;
    margin-top: 40px;
    margin-bottom: 20px;
    border: 1px solid white;
    border-radius: 15px;
}

#cf_steps .row {
    justify-content: space-around;
    align-content: space-around;
    /*flex-wrap: wrap;*/
    /*padding: 5px;*/
    /*align-items: center;*/
}

#cf_steps > div:nth-child(1) > div {
    text-decoration: underline 2px solid white;
}

.cf_ordinance > p {
    font-style: italic;
    font-size: smaller;
}

#cf_steps > div:nth-child(2) > div {
    margin: 0;
}

#cf_steps .col-3 {
    margin: 0;
    /*color: #ed2c5c;*/
}

/* TODO: a mettre des marges bien, voir pour le responsive aussi */

.text-accent {
    color: #ffce2d;
}
