/*Style du sidebar*/

hr{
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 15px;
}

.delivery_block button{
    display: flex;
    flex-direction: row;
    gap: 6px;
    background-color: white;
    border: none;
    width: 100%;
}

.delivery_block .livreur{
    width: 40px;
    height: 40px;
}

.delivery_place{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.delivery_place .now{
    text-align: left;
	font-size: 14px;
	line-height: 19px;
    color: #585c5c;
}

.delivery_place .town{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
}

.delivery_place .town_part1{
	font-size: 16px;
	line-height: 22px;
    font-weight: bold;
}
.delivery_place .town_part2{
	font-size: 14px;
	line-height: 19px;
    color: #00b8a9;
}

.choice ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
}

.choice ul label span{
    padding-left: 10px;
}


.second_header {
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 100;
}



.slider-container {
    overflow: auto;
    max-height: 500px;
}

.slider-container .slider_element{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.slider-container a{
    text-decoration: none;
}

.slider-container button{
    display: block;
    background-color: white;
    border: none;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    cursor: pointer;
}

.slider-container .slider_element span{
    font-weight: bold;
}

.slider-container::-webkit-scrollbar {
    width: 5px;
    border-radius: 6px;
    background-color: white;
}

.slider-container::-webkit-scrollbar-thumb {
    background-color: rgb(188, 188, 188);
    border-radius: 6px;
}