/*
Theme Name:  La Sauce aux Jeux 2026
Theme URI:   https://www.lasauceauxjeux.com/
Author:      Fabien ATHIMON & Emeline ZEMAL
Author URI:  https://www.lasauceauxjeux.com/
Description: Thème créé spécialement pour la Sauce aux Jeux
Version:     1.0.0
License:     GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: la-sauce-aux-jeux-2026
Tags:        custom-logo, custom-menu
Requires PHP: 8.5
Tested up to: 7.0

Ce fichier sert de déclaration du thème pour WordPress.
Les styles sont chargés via les 3 fichiers MD3 dans assets/css/.
*/

.post-thumbnail {
	display: block;
	margin-bottom: 2rem;
	border-radius: 8px;
	overflow: hidden;
}

.post-thumbnail img {
	width: 100%;
	height: auto;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}