/* 
Theme Name: stand90
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

a{color:#CB051C;}

#moteur-accueil{padding:2px 2px 10px 2px;}
#moteur-accueil p {margin:0;}

#moteur-interieur{padding:2px 2px 10px 2px;}
#moteur-interieur p {margin:0;}
#moteur-interieur{border: 1px solid #626262;}

#masthead .elementor-sticky--effects{background-color: #fff;}

#masthead .elementor-sticky--effects a{color: #626262;}

#masthead .elementor-sticky--effects #header-menu-2 .elementor-icon{color: #CB051C;fill: #CB051C;border-color: #CB051C;}
#masthead .elementor-sticky--effects #header-menu-2 a{color: #CB051C !important;}

body:not(.home) #masthead  a {color: #626262;}

body:not(.home) #masthead  #header-menu-2 .elementor-icon{color: #CB051C;fill: #CB051C;border-color: #CB051C;}
body:not(.home) #masthead  #header-menu-2 a{color: #CB051C;}


/* Aligner horizontalement l'icône et le numéro */
#tel-header .elementor-icon-box-wrapper {display: flex;align-items: center;gap: 10px; }
/* S'assurer que l’icône et le texte restent bien inline */
#tel-header .elementor-icon-box-icon,#tel-header .elementor-icon-box-content {display: inline-flex;align-items: center;}


.wpfFilterContent .wfpDescription{font-weight: bold;color:#606060;}



.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #cb051c;
}


/* Medium devices (tablets, less than 1024px)*/
@media (min-width: 1023px){
    div.wpfMainWrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wpfFilterButtons{margin-top:25px;}
}