/*
Theme Name: CHEM
Theme URI: https://interlude-sante.com
Author: Interlude Santé
Author URI: https://interlude-sante.com
Description: Thème de démarrage Full Site Editing pour les projets Interlude Santé. Basé sur le thème "FSE Capitaine WP Advanced" par Capitaine WP.
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 8.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: interlude-starter
*/

html {
    scroll-behavior: smooth;
    height: 100%;
}

main {
    margin-bottom: auto;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.wp-site-blocks {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.wp-block-group.header-edito.has-background[style*="background-image"] {
    background-repeat: no-repeat !important;
    background-position: left 96px top -43px !important;
    background-size: 360px auto !important;
}

footer .wp-block-group.has-background[style*="background-image"] {
    background-repeat: no-repeat !important;
    background-position: right 46px bottom 0px !important;
    background-size: 643px auto !important;
}

.scroll-to-top {
    position: fixed;
    bottom: 0px;
    right: 59px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
