.rn-vehicule-radiogroup {
    display: flow-root;
}

.rn-vehicule-radiogroup .rn-choix-vehicule .rn-vehicule-image {
    width: 100%;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding:120px 0;
}

.rn-choix-vehicule {
    margin:25px 0;   
}

.rn-vehicule-radiogroup .rn-choix-vehicule .rn-radio,
.rn-creneaux-radiogroup .rn-choix-creneau .rn-radio
{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.rn-creneau-date
{
    display: none;
}