/*
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;
}

p{
    text-wrap: balance !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;

    -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);
}



.wp-block-list li::marker{
    content: "◆" !important;
    color: var(--ast-global-color-0) !important;

}

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

.custom_li ::marker{
    content: "" !important;
}

.custom_li li{
    padding: 0 !important;
}




.wp-block-list li{
    padding-left: 1em !important;
}




.aspect-16-6 img{
    aspect-ratio: 16/6 !important;
    height: auto !important;
}

.image-degrade {
    position: relative !important;
}

.image-degrade::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(18,10,7,.32),rgba(18,10,7,.82));
    opacity: 0.4;
}


.ast-desktop .main-header-menu > li.menu-item > .menu-link {
    position: relative;
    line-height: 1.7;
}

.ast-desktop .main-header-menu > li.menu-item > .menu-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--ast-global-color-0), var(--ast-global-color-1));

    transition: width .3s;
}

.ast-desktop .main-header-menu > li.menu-item:hover > .menu-link::after, .ast-desktop .main-header-menu > li.menu-item.current-menu-item > .menu-link::after {
    width: 100%;
}

.menu-item{
    padding-left: 1em;
}


figure{
    overflow: hidden !important;
}
figure img{
    transition: transform 0.7s ease !important;
}

figure:hover img{
    transform: scale(1.03);
}

.is-style-logos-only{
    padding: 0 !important;
    gap: 1em !important;
}

.is-style-logos-only li{
    padding: 5px !important;
    border : 1px solid var(--ast-global-color-2);
}
.spectra-google-map{
    height: unset !important;
}

.ast-desktop #ast-fixed-header .ast-container{
    padding: 0 !important;
}

.ast-desktop .site-footer-primary-section-2 aside{
    display: flex !important;
    justify-content: center !important;
}