/*
Theme Name: Astra Child
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: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
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.12.1.1769863157
Updated: 2026-01-31 13:39:17

*/

/*pour détacher l'en-tête de la page en mode mobile  (relative au lieu de absolute*/
    .ast-theme-transparent-header #masthead {
        position: relative;
};
/*-----------*/

.entry-meta {} span.posted-by.vcard.author { display: none; };

.blue h3{color:blue !important}
.nooverflow{padding:5px !important;border:1px solid #CCC !important}
.nooverflow,.zoom-image, figure.zoom-image{overflow:hidden !important}
.zoom-image img {width:100%;height:auto}
.zoom-image img:hover{width:100%;-webkit-transform:scale(1.3);transform:scale(1.3);-webkit-transition:1s ease-in-out;transition:1s ease-in-out}



/* Normaliser la taille de police dans le footer Spectra */
.site-footer .custom-footer-blocks {
  font-size: 1rem;
}

/* Forcer une taille normale pour les icônes Spectra */
.site-footer .custom-footer-blocks .uagb-icon-list__wrap svg {
  width: 1em;
  height: 1em;
  font-size: 1em;
}



#colophon{padding:2rem; background-color:#ee7203 !important; border-top:10px solid black}



.custom-page-footer .uagb-icon-list__source-icon,
.custom-page-footer .uagb-icon {
    font-size: 18px !important;
    width: auto;
    height: auto;
}

.custom-page-footer svg {
    width: 18px !important;
    height: 18px !important;
}

/* Chaque carte devient un conteneur flex en colonne */
.carte-colonne {
  display: flex;
  flex-direction: column;
}


/* Pousser le bloc de boutons en bas de chaque carte */
.carte-colonne > .wp-block-buttons, .carte-colonne .wp-block-button  {
  margin-top: auto;
}


/* mettre une petite bordure aux articles de l'actu sur la page d'accueil */
.uagb-post-grid.is-grid.uagb-post__equal-height .uagb-post__inner-wrap{border-width: 1px !important}

@media screen and (max-width: 727px){
   .ast-site-title-wrap a{color:#000 !important}
   .uagb-block-cd2517a4 .uagb-ifb-title, h1.uagb-ifb-title{font-size: 25px !important}
}


/* Menu sticky */ 
.ast-theme-transparent-header #ast-desktop-header > .ast-main-header-wrap > .main-header-bar, .ast-theme-transparent-header.ast-header-break-point #ast-mobile-header > .ast-main-header-wrap > .main-header-bar {

position: fixed;

width: 100%;

background: white;

}