.shop-address
{
		display:flex;
		text-align:left;
		flex-direction:column;
}


.shop-address-infos
{
		display:flex;
		flex-direction:column;
		justify-content:space-between;
}

.gmap
{
    width: 100%;
    height: 250px;
    box-shadow: 1px 1px 5px 0px rgba(000, 000, 000, 0.3);
    margin: 0 auto;
}


.markerRestaurant, .markerShop
{
	display:none;
}


.item
{
	width:100%;
}

.item input[type=text]
{
		margin-top:5px;
}


.deewee-shopping
{
	display:flex;
	width: 100%;
	justify-content: center;
}

.deewee-shopping > article
{
	margin-top:0;

}

.deewee-shop-list
{
	overflow-y:scroll;
	height:600px;
	width:100%;
/*	max-width:600px;*/
}

.deewee-map
{
	height:600px;
	width:100%;
}

.shopping-menu
{
	display:none;
	width:100%;
}

#displayList
{
	display:block;
}

/*
#displayMap
{
	display:block;
}

#displayMobileList
{
	display:block;
}
*/

/*
@media (max-width: 960px)
{
	.deewee-map
	{
		display:none;
		
	}

	#container-list
	{
		/isplay: none;
	}

	.deewee-shopping
	{
		flex-direction: column-reverse;
	}

	#displayList
	{
		display: block;
	}

	#displayMobileList
	{
		display:block;
	}
}*/


.picture-preview
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 440px;
    max-height: 440px;
    margin: 25px auto 0 auto;
}

.picture-preview img
{
	display: block;
	max-width: 440px;
	max-height: 440px;
	box-shadow: 1px 1px 5px 0px rgba(000, 000, 000, 0.3);

}


#cke_description
{
	width:100%;
}
