/*
Theme Name: RuchePaille Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: 1001 Abeilles
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1731760575
Updated: 2024-11-16 13:36:15

*/

/*cacher catégorie non classée*/
    .stec-top-filter-item-inline-id-0{display:none;}
/* points dans texte*/
p.dots span::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 4px;
    background-color: #a5131c;
    margin: 3px 12px;
  }


/* pour titres 2 couleurs*/
.api{color: #0693E3;
	font-family: "boogaloo", Sans-serif;
	font-size: 1.8em;
  font-weight: 900;
  border-style: none;
    }
.vannerie{
color: #a5131c;
  font-family: "boogaloo", Sans-serif;
  font-size: 1.8em;
  font-weight: 900;
  border-style: none;
    }
.jardin{
color: #969100;
  font-family: "boogaloo", Sans-serif;
  font-size: 1.8em;
  font-weight: 900;
  border-style: none;
    }
.ruche{
color: #c97800;
  font-family: "boogaloo", Sans-serif;
  font-size: 1.8em;
  font-weight: 900;
  border-style: none;
    }
.cathe{
color: #632a00;
  font-family: "boogaloo", Sans-serif;
  font-size: 1.8em;
  font-weight: 900;
  border-style: none;
    }
	/*Font pour span*/
.grande {
  font-size: 1.5rem;
}
/*Quote*/
.bquote {
   width: 80%;
   margin: 0 auto;
}
.bquote p {
   font-style: italic;
   margin-bottom: 0;
}
.bquote p::before,
.bquote p::after {
   font-family: Georgia;
   font-size: 4em;
   position: absolute;
   opacity: 0.3;
}
.bquote p::before{
       content: "“";
      margin: -2rem 0 0 -4rem; 
}
.bquote p::after {
   content: "”";
   margin: -1rem -2rem 0 1rem;
}

/*Pour galerie propre*/
.gallery-item img{
    height: 12.3vw !important;
    object-fit: cover;
}
@media (min-width:2000px){
.gallery-item {
        max-width:8.333% !important;
    }
.gallery-item img{
        height: 8.333vw !important;
    }
}
@media (max-width:1024px){
.gallery-item {
        max-width:16.6666% !important;
    }
}
.gallery-item img{
        height: 16.666vw !important;
    }

@media (max-width:648px){
.gallery-item {
        max-width:33% !important;
    }
.gallery-item img{
        height: 33vw !important;
    }
}
 