/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. 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 so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: astra-child
Template: astra
*/
.bouton_01
{
background-color: #cf2e2e !important;
color: #000000 !important;

}

.bouton_banniere {
cursor : pointer;
text-decoration: none;
padding: 10px;
font-family: arial;
font-size: 1em;
background-color: #CED9C4!important;
color: #000000!important;
border-radius: 24px;
-webkit-border-radius: 24px;
-moz-border-radius: 24px;
border: 1px solid #FFFFFF;
}
.bouton_banniere:hover {
padding: 10px;
color: #FFFFFF!important;
background-color: #cf2e2e!important;
}
/* fin bouton*/

.bouton_banniere_02_annimation {
  display: inline-block;
  border-radius: 24px;
  background-color: #CED9C4;
  border: none;
  color: #405f73;
  text-align: center;
  font-size: 21px;
  padding: 10px;
  width: 270px;
  transition: all 0.2s;
  cursor: pointer;
  margin: 5px;
}

.bouton_banniere_02_annimation  span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}

.bouton_banniere_02_annimation  span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.2s;
}

.bouton_banniere_02_annimation:hover span {
  padding-right: 25px;
}

.bouton_banniere_02_annimation:hover span:after {
  opacity: 1;
  right: 0;
}
.bouton_banniere_02_annimation:hover {
  background-color: #cf2e2e;
  color: #ffcc00;
  
}
/* fin du bouton 2  */

.wp-block-quote:not(.has-text-align-right):not(.has-text-align-center) {
    border-left: 5px solid #cc9900;}

fieldset {
  background-color: none;
}

legend {
  padding: 5px 10px;
  font-size: 26px;
  color: #cc9900;
}

.ombrage-titre-1 {
  text-shadow: 2px 2px 1px rgba(39,60,71,0.6);
}
.ombrage-texte-2 {
  text-shadow: 1px 1px 1px rgba(39,60,71,0.6);  
}
.ombrage-photo-1 {
box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
}
.dashicons-admin-home {font-size:30px!important; } /*afin d'agrandir l'icone "home" dans le menu header (mega menu) */

.effet_fondu:hover {opacity: .8;} /*effet opacity quand on survole les photos produit dans le sub menu 12/11/2024 */

/* Masque l'auteur et la date en haut de chaque article https://kinsta.com/fr/base-de-connaissances/cacher-titre-pages-articles-wordpress/*/
.entry-header {
display: none;
}
/* Masque le bouton "article suivant" en bas de page de chaque article */
.post-navigation {
display: none;
}


