/*
Theme Name: Divi Child
Description: Theme enfant du theme Divi (Lifetime Access) par TSWD
Author: Thomas Serment
Author URI: https://tswd.fr
Template: Divi
Text Domain: divi-child
Version: 2.0
*/

.banniere-alcool {
	background-color: #f0f0f0;
	padding: 10px;
	text-align: center;
	font-size: 0.8em;
	color: #333;
	border-top: 1px solid #ccc;
}

.banniere-alcool img {
	max-width: 30%;
	height: auto;
}

@media (max-width: 768px) {
	.banniere-alcool img {
		max-width: 100%;
	}

	body .learn-more-content .nutrition-table {
		font-size: 0.8em;
	}
}

body div.et-learn-more div.learn-more-content table.nutrition-table {
	border-collapse: collapse;
	width: 100%;
	max-width: 400px;
	margin: 10px 0 25px 0;
	font-size: 0.9em;
	border: 1px solid #ddd !important;
}

body div.et-learn-more div.learn-more-content table.nutrition-table caption {
	background-color: #f2f2f2 !important;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	caption-side: top;
	border: 1px solid #ddd !important;
}

body div.et-learn-more div.learn-more-content table.nutrition-table td,
body div.et-learn-more div.learn-more-content table.nutrition-table th {
	border: 1px solid #ddd !important;
	padding: 8px;
	text-align: left;
}

body div.et-learn-more div.learn-more-content table.nutrition-table th {
	background-color: #f2f2f2 !important;
}