#liens_carte_menu_boissons_gauche {
	margin-top: 2rem;
	margin-bottom: 1rem;
}
#navig_carte_menu_boissons_gauche {
	width: 50%;
	text-align: left;
	float: left;
}
#navig_carte_menu_boissons_droite {
	width: 50%;
	text-align: right;
	float: right;
}
#navig_carte_menu_boissons_end {
	width: 100%;
	clear: both;
}
.conteneurtableau 
	{
		width: 100%;
		margin: 0;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-direction : row;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: stretch;
	} 
.menu_global 
	{
		width: 32%;
		height: auto;
		border: 1px solid #991D57;
		padding: 0.5em; 
	} 
.conteneurtableau h2
	{
		background-color: #991D57;
		color: #ffffff;
		padding: 0.5em; 
	} 
.conteneurtableau p 
	{
		text-align: center;   
	} 
/* ------- début média queries ------- */
@media only screen and (max-width: 799px) 
{ 
	.conteneurtableau 
		{
			width: 100%;
			margin: 0;
			margin-left: auto;
			margin-right: auto;
			display: flex;
			flex-direction : column;
			justify-content: space-between;
			flex-wrap: wrap;
			align-items: center;
		} 
	.menu_global 
		{
			width: 80%;
			height: auto;
			border: 1px solid #991D57;
			padding: 0.5em;
			margin-bottom: 1em; 
		} 
}
/* ------- fin média queries ------- */