/*
Theme Name: Divi Child
Description: Thème enfant de Divi
Author: Centre de Formation Optim'hum
Author URI: https://optimhum.net
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Positionner le footer en bas sur les pages courtes */
#et-boc {
    min-height: 100vh;
}
#et-boc, #et-main-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#et-main-area, #et-main-area > div {
    flex: 1;
}