/*
Theme Name: Astra Child Clients
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.8.10.1740612151
Updated: 2025-02-26 23:22:31

*/
.hfe-nav-menu__layout-horizontal li.menu-item.current-menu-item {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
    padding: 0 !important;
  }

@media (min-width: 1201px) {
    .ast-separate-container .ast-woocommerce-container {
        padding: 1.2em 1.2em !important;
    }
}

@media (min-width: 768px) {
    /* Header transparent : déclenché automatiquement par la class Astra native.
       Astra ajoute ast-theme-transparent-header sur les pages où le header
       transparent est activé (customizer ou metabox page). Pages sans cette
       class = comportement normal, aucun risque de casse sur les nouvelles pages. */
    .ast-theme-transparent-header #main {
        margin-top: -98px;
    }
    .woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
        min-height: 50px;
    }
    body.woocommerce.woocommerce-page #secondary,
    body.woocommerce.woocommerce-page #primary{
        margin-top:15px !important;
        padding-right: 40px;
        padding-left: 40px;

    }
    
}
#menu-menuprincipal a.eael-item-active{
    text-decoration: underline ;

}
@media (max-width: 767px) {
    /* rajouter marge au dessus menu déroulant mobile */
    .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-horizontal {
        margin-top: 30px !important;
    }
}


@media (min-width: 1200px) {
    .ast-plain-container.ast-no-sidebar #primary {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}

/*Masquer image page article seul */
.single.single-post img.digikoder-featured-image,
.single.single-post .post-thumb-img-content.post-thumb {
    display: none !important;
}

/* corrections mise en page formulaire newsletter footer */
#newsletterBox1 .forminator-ui.forminator-custom-form{
  display:flex !important;
}

#newsletterBox1 .forminator-ui.forminator-custom-form .forminator-row.forminator-row-last{

  margin:20px 0 0 0 !important;
} 