.dates {
    padding: 10px;
    border: 1px solid #B1B1B1;
    margin: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.175);
    background-color: white;
    width: 50%;
    min-width: 430px;
    height: min-content;
}

.selection_date_bulle {
	padding: 5px;
	background-color: #e7e7e7;
	border: #e7e7e7;
	cursor: pointer;
	margin: 5px;
	color: black;
}

.selection_date_bulle:hover {
	background-color: #9e9e9e;
}

.choix_ville_affichage{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.selectionne_date_bulle {
	padding: 5px;
	background-color: #5ba4ff;
	border: 1px solid #5ba4ff;
	cursor: pointer;
	margin: 5px;
	color: white;
}

#nb_parti{
    width: 20%;
}

span.progress-mark{
    font-size: 1.4em;
}

span.progress{
    height: initial;
    margin-bottom: initial;
    padding-top: 5px;
}

#validerDate{
    float: right;
    margin-bottom: 10px;
}

.modal-subtitle{
    display: flex;
    justify-content: space-between;
}

.progress-bar{
    white-space: nowrap;
}

.modal-btn{
    width: 50%;
}

input[type=radio]{
    display: none !important;
}

.format-label{
/*     display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px; */
    text-align: center;
}

.btn-label{
    grid-column: 1/3;
    margin-right: auto;
    margin-left: auto;
    width: 40%;
}

.label-format{
    grid-row: 2;
}

.size-8{
    font-size: small;
}

@media all and (max-width: 960px) {
    #prix{
        margin: 0px;
    }

    .modal-subtitle{
        flex-direction: column;
    }

    .modal-btn{
        width: 100%;
        height: 50px;
    }

    .progress-bar{
        white-space: normal;
    }

    .format-label{
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(1, 1fr);
    }

    .btn-label{
        grid-column: auto;
    }

    .label-format{
        grid-row: unset;
    }
}

@media all and (max-width: 1200px) {
    .dates{
        padding: 0px;
        margin: 0px;
        min-width: 100%;
    }

    .dates>*{
        margin: 15px;
    }
}