/* pour avoir header transparent
.site-header {
background-color: transparent;
border-bottom-color: transparent;
}
/* supprim le footer */
.site-footer {
display: none;
}
/* footer transparent
.site-footer {
background-color: transparent;
} */
/* fond menu transparent (mobile) */
.storefront-primary-navigation {
background-color: transparent;
}
/* fond bouton menu transparent (mobile) */
button.menu-toggle:hover {
background-color: transparent;
}
button.menu-toggle:not(:hover) {
background-color: transparent;
}
/* rendre plus visible texte */
.page {
background-color: rgb(100,136,153, 0.85)
}
filter: drop-shadow(0 0 0.1rem rgba(156, 225, 215, 0.3))
}