/*
Theme Name: Dadou a faim
Theme URI: https://food.davewoodhall.com/
Author: Dadou
Author URI: https://charlie4.ca
Description: 
Version: 1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dadou
*/

body {
    font-family: system-ui, sans-serif;
    margin: 0;
    padding: 0;
    background: #fafafa;
    color: #222;
}

header, footer {
    background: #eee;
    padding: 1rem;
}

article {
    margin: 2rem;
}


img {
	width: 100%;
	max-width: 100%;
}



.single-nourriture h2 {
	margin: 40px 0 10px;
}
.single-nourriture .infos {
	display: flex;
	flex-wrap: nowrap;
	list-style-type: none;
	gap: 50px;
}
.single-nourriture .infos strong {
	display: block;
}
.single-nourriture .ingredients {
	border-collapse: collapse;
}
.single-nourriture .ingredients tr {
	border: 1px solid #ccc;
}
.single-nourriture .ingredients th + th,
.single-nourriture .ingredients td + td {
	border-left: 1px solid #ccc;
}
.single-nourriture .ingredients th,
.single-nourriture .ingredients td {
	padding: 5px 20px;
}
