/**
 * Theme Name: CTFFME 58.2
 * Template: ollie
 * ...other header fields
 */

/*main,
.wp-block-post-content,
.wp-site-blocks {
    padding-top: 20 !important;
    margin-top: 20 !important; 
}*/

/*#main {
    padding-top: 0px;
}*/


/* Supprime l'espace au-dessus de l'image bannière 
.wp-block-image {
    margin-top: 0 !important;   
}*/

.custom-logo {
    position: absolute;
    top: 59px; /* descend ou monte selon la valeur négative ou positive */
    left: 0px; /* optionnel : repositionner */
    height: 300px; /* taille réelle du logo visible */
    width: auto;
    z-index: 1000;
}

/*.site-header {
    position: relative; /* nécessaire pour que le logo soit ancré dedans */
/*    height: 60px; /* tu forces la hauteur souhaitée */
/*}
*/

/* Image bannière full width */
.wp-block-image.banner img {
    margin-top: -32px;
    /*margin-top: calc(-1*wp-bloc-group.padding-bottom) !important;*/
    /*padding-top: -50px !important;*/
    width: 100vw;
    max-width: 100vw;
    height: auto;
    display: block;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
	z-index: 1;
}

@media (max-width: 768px) {
    .wp-block-image.banner img {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        left: 0;
        right: 0;
    }
}