/*
 Theme Name:   Studioburo
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Thème twentytwentyfive modifié pour Studioburo
 Author:       Guillaume
 Author URI:   
 Template:     twentytwentyfive
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, responsive-layout, accessibility-ready
 Text Domain:  studioburo-theme
*/

header {
    position: fixed; z-index: 10;
    top:0; left:0; right:0;
    background: linear-gradient(#1B1B1B, transparent);
}

@media screen and (min-width:1024px) {
    #modal-1 { width:fit-content; max-width:25dvw; margin-left:auto;}
}
