/*
Theme Name: WPavance
Theme URI: https://www.agence-alchimy.fr
Author: Mathias CLAVELIN
Author URI: https://www.agence-alchimy.fr
Description: Thème de base
Requires at least: WordPress 5.0
Version: 1.0
*/

header.header {
    display: flex;
    align-items: center;
    justify-content: center;
}
header.header img {
    width: 300px;
}
section.hero, section.collectif {
    background-image: url(http://wpavance.local/wp-content/themes/wpavance-main/img/hero-accueil.jpg);
    background-size: cover;
    height: 80vh;
}
section.collectif {
    background-image: url(http://wpavance.local/wp-content/themes/wpavance-main/img/collectif.jpg);
}