/*
Theme Name: Gutty Child Theme
Theme URI: https://guttypress.com
Author: GuttyPress
Author URI: https://guttypress.com
Description: Child theme for Gutty Child Theme
Version: 1.0
Template: gutty
Text Domain: gutty
*/
/* Make the header sticky */
.wp-block-template-part {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: white; /* Assure une bonne lisibilité */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Ajoute un léger effet de profondeur */
}
.wp-block-themepunch-revslider {
    position:absolute !important;;
    top:0 !important;;
    margin-top:-104px !important;

}
.widget-fixed {
    /* Conteneur des widgets en bas */

    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 1000;
    background-color: transparent; /* Pour éviter la superposition de fond */

}

