.container-map{
    margin-top:30px;
}

.map_container{
    height: 100%;
}

.map_container div iframe{
    width: 100%;
    height: 500px;
}
.mapouter{
    position:relative;
    height:350px !important;
    width: 100%;
}
.activite-marker-icon{
    background-color: #fff;
    border-radius: 20%;
    border: 1px solid;
    padding: 5px!important;
    object-fit: contain;
}
.infos_map {
    min-height: 500px;
    height: 500px;
    padding: 0 !important;
    overflow-y: auto;
    box-sizing: border-box;
}
.magasin-img{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px 6px 0 0;
}

.detail_magasin {
    width: 100%;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 0;
    padding-right: 5%;
    padding-left: 5%;
}
.Card_Nature{
    width: 100%;
    height: auto;
}
.zone-bleu{
    width: 24px;
    flex: 0 0 24px; /* important */
    border-radius: 3px 0 0 3px;
}
.map_et_infos {
    flex-direction: column;
}
.img-cheque{
    width:72px;
    height: 69px;
}
.marge-position{
    margin-top: 45px;
}
.titre-magasin{
    font-weight: 600;
}
.title_autres_magasins{
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}
.map-alert{
    z-index: 1000
}
@media (min-width: 576px) {
 
}

@media (min-width: 768px) {
.map_et_infos {
   display: flex;
   flex-direction: row;
}
.mapouter{
    height:500px !important;
}
.container-map{
    margin-top:52px;
}
.marge-position{
    margin-top: 89px;
}

}
@media (min-width: 992px) {


}
@media (min-width: 1200px) {


}

@media (min-width: 1400px) {
    
}