/*
Theme Name:         France PAT
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme.
Version:            10.6.0
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage
License:            MIT License
License URI:        https://opensource.org/licenses/MIT
Requires PHP:       8.0
Requires at least:  5.9
*/
.img-height-full img {
    height: 100% !important;
} 

.img-object-fit-contain img {
    object-fit: contain !important;
} 

.img-width-full img {
    width: 100% !important;
}