div.container-relais-list * {
    font-weight: unset;
}

div.container-relais-list {
    margin: 2rem 0 2rem 0;
}

div.container-relais-list ul.relais-list li.list-item {
    display: flex;
    word-wrap: break-word;
    margin-bottom: .2rem;
    padding: 5px;
    border-radius:5px;
}

div.container-relais-list ul.relais-list li.list-item .bold {
    font-weight: bold;
}

div.container-relais-list ul.relais-list li.list-item input[type="radio"] {
    margin-right: 10px;
    position: relative;
    bottom: 1px;
}

div.container-relais-list ul.relais-list li.list-item label {
    margin-bottom: 0;
    text-align: left;
}

#checkout .choix_point_relais{
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    display: inline-block;
    background-color: lightgray;
    text-align: center;
    cursor: pointer;
}

.leaflet-popup-content .adresse_point_relais {
    display:block;
    font-weight: unset;
    text-align:center;
    margin-bottom: 8px;
}

.leaflet-popup-content .jour_ouverture {
    width:100px;
    text-align:right;
    display:inline-block;
    font-weight: unset;
    margin-bottom: 0;
}

.leaflet-popup-content .horaires_ouverture {
    font-weight: bold;
	margin-bottom: 0;
}

.leaflet-popup-content .choix_point_relais_cont {
    display:block;
    font-weight: unset;
    text-align:center;
}

.container-points-relais li:has(> input:checked) {
	border: 1px solid green;
}
.container-points-relais li:has(> input:checked) label {
	color:green;
}

