
.journees-public{
    padding: 5rem ;
    min-height: 400px;
    display: grid;
    grid:
            "journees-contenu" auto
            "journees-affiche" auto
            / auto;
}
.journees-contenu{
    padding-left: 0rem;
    padding-bottom: 5rem;
}

.btn-green{
    display: block  !important;
}


html h1 {
    margin-top: 0;
    font-size: 2.4rem;
}

.gpage-container {
    width: 100%;
}

.gpage-main{
    justify-content: center;
    align-items: center;
}

.gpage-bandeau{
    /*background: url("../img/bandeau_bak.jpg") left center / cover;*/
    border-bottom: 4px solid var(--green);
    border-bottom: 2px solid var(--gpage-primary);
}

.gpage-bandeau-tagline{
    display: none;
}
a.gpage-bandeau-tagline{

}

