/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/**
    Fonts
*/


/**
    General Style
*/

html,body{
    overflow-x: hidden;
}

.loader{
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
}

.admin-bar{
    #nav_header{
        margin-top: 30px;
    }
    #nav_header_mobile{
        margin-top: 46px;
    }
}

footer{
    &.et-l--footer{
        &.fixed{
            position: fixed;
            width: 100%;
            bottom: 0;
            left: 0;
        }
    }
}

.H2-neulis{
    font-family: "neulis-cursive", sans-serif;
}

.citation{
    font-family: "kepler-3-variable",sans-serif;
    font-style: italic;
    font-variation-settings: 'opsz' 5, 'wdth' 80, 'wght' 280;
/*font-variation-settings: "wdth" 60, "wght" 200;*/
}
.titre-blanc{
    color: #f5f5f5;
}