/*
Theme Name: Le Brasero - Child
Author: MATRYS
Author URI: https://matrys.fr
Description: Thème enfant Astra pour Le Brasero
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: le-brasero-child
Template: astra
*/
/* --- VARIABLES GLOBALES --- */


/* --- RESET GLOBAL --- */

html{
    scrollbar-width: auto;
    scrollbar-color: var(--ast-global-color-1) var(--ast-global-color-2);
}

p, li{
    text-wrap: pretty !important;

}

* {
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    -webkit-hyphens: none !important;
       -moz-hyphens: none !important;
        -ms-hyphens: none !important;
            hyphens: none !important;
    word-break: normal !important;

    /* background: rgba(128,77,0,0.1) !important; */
    
}

/* --- ASTRA: SCROLL TO TOP --- */
.ast-scroll-to-top-right {
    bottom: 15px !important;
    right: 15px !important;

    border: 1px solid var(--ast-global-color-0);
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.ast-scroll-to-top-right:hover {
    border: 1px solid var(--ast-global-color-1);

}

/* --- ASTRA: FOOTER MENU RESET --- */
ul#astra-footer-menu {
    padding: 0;
    margin: 0;
    text-align: center;
}


::marker{
    content: "◆" !important;
    color: var(--ast-global-color-0) !important;

}

li{
    padding-left: 1em !important;
}
