/*
Theme Name: Bravada Child
Theme URI: https://www.cryoutcreations.eu/wordpress-themes/bravada
Description: Thème enfant de Bravada pour le site de l'association LACUMA.
Author: LACUMA
Template: bravada
Version: 1.0.0
Text Domain: bravada-child
*/

/* Personnalisations CSS LACUMA */
:root {
  --lacuma-blue: #1565C0;
  --lacuma-green: #2E7D32;
  --lacuma-text: #263238;
  --lacuma-light: #F5F7F8;
}


/* LACUMA — Page d’accueil en pleine largeur */

body.home:not(.bravada-landing-page) #container {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.home #content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.home #main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.home article,
body.home .entry-content,
body.home .wp-block-html {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Hero de bord à bord */
body.home .lacuma-hero {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    min-height: 720px;

    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}