.icone-map svg {
    width: 20px;
    height: 25px;
    padding-bottom: 8px;
}
.etoile-bold{
    font-weight: bold;
    font-size: 16px;
}
.result_top_magasins{
    width: 100%;
    min-height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0.5rem;
    box-sizing: border-box;
}
.result_top_magasins img {
    height: 35px;
    width: auto;
    padding-left: 0.5rem;
    max-width: 100%;
}
.image-wrapper {
    position: relative;
    overflow: hidden;
}

.cover-image {
    width: 100%;
    height: 100%;
    /*object-fit: cover; */     /* remplissage comme background-size: cover */
    object-position: center; /* centré */
    display: block;
}

.container_magasin .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.category-icon {
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 7px;
}

.category-icon img {
    opacity: 0.6;
}
.container_parent_magasin{
    margin-right: 7%;
    margin-left: 7%;
    color:#525252;
}
.container_magasin{
    min-height: 570px;
    height: 570px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    margin-right: 7%;
    margin-left: 7%;
}
.bloc-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 41px;
}
.bloc-card-image img{
    max-height: 41px;
    /*max-width: 82px;*/
    max-width: 80%;
}
.container_magasin .card {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.titre-magasin {
    height: 1em;
}

@media (min-width: 576px) {
 
}

@media (min-width: 768px) {
    .etoile-bold{
        font-size: 20px;
    }
    
    .container_magasin, .container_parent_magasin{
        margin-right: 10%;
        margin-left: 10%;
    }

    .bloc-card-image {
       /* min-height: 60px;*/
        min-height: 80px;
    }
    .bloc-card-image img{
       /* max-height: 60px;*/
        max-height: 80px;
    }
   
}
@media (min-width: 992px) {


}
@media (min-width: 1200px) {


}

@media (min-width: 1400px) {
    
}