/* index */

.index h1{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 2em;
}

.index h2{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.searchbar-section{
    background-color: #b1215a !important;
    color: #eee;
    padding-bottom: 60px;
}

.boutonrecherche{
    color: black;
}

.selectcategories{
    margin-bottom: 40px;
}

.categories{
    background-color: #749918;
    color: #eee;
}

.liencategorie{
    color: white;
}

.liencategorie:hover{
    color: white;
}

.categories .image{
    background-color: rgb(218, 218, 218);
    width: 80%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}
.categories .image img{
    width: 60px;
    margin-left: 30px;
    margin-top: 10px;
}
.categories p{
    text-align: center;
}

.custom-combobox-input{
    border: none !important;
    padding: 8px 15px 8px 8px;
    width: 80%;
}

.ui-button{
    padding: 17px !important;
    margin-top: -2px;
}


.boutonrecherche{
    margin-top: 30px;
    background-color: #fff !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px !important;
}

/* page commerce details */



.fondcouleurdetail{
    background-color: #187ab3;
    color: white;
}
.retourliste{
    width: 120px;
    margin-top: -40px;
}
.btn-default {
 border-color:none !important;
}
.list-group .horaires{
    height: 150px;
}

.horaire{
    max-width: 160px;
}




/* page commerce liste  */


.fondcategorie{
    min-height: 100px;
    background-color: #187ab3;
    color: white ;
}

.imgcommerce{
    width: 70px;
}

.nomcommerce{
    font-size: 1.5em;
}

.info-box-icon {
    height: 98px !important;
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 0 !important;
}