.search_results{
    display: inline-block;

}

.event_height{
    display: inline-block;
    background-color: bisque;
}

.event_locate_container{
    display: flex;
    width: 100%;
    height: 100%;
}

.event_info_display{
    display: inline-block;
}

.panel__footer{
    display: inline-block;
    background-color: #e5352d;
    width: 5%;
}

.event_link{
    display: inline-block;
    width: 99%;
    height: 100%;
    background-color: bisque;
}

.event_hour_romm_type_container{
    width: 25%;
}

.panel__footer .event_link{
    display: inline-block;
    width: 100%;
    height: 70%;
    background-color: #e5352d;
    text-align: center;
    margin-top: 100%;
    color: white;
    font-size: 2em;
    font-weight: bold;
}

.event_center_container{
    margin: 0;
}

.basket_link{
    margin-top: 20px;
}

.buttonSearch{
    width: auto;
    display:inline-block;
}

.labelSearch{
    display: inline-block;
}

.formulaireRecherche{
    display: flex;
    margin-left: 25%;
}