/*
 Theme Name:   Kawi Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Kawi Child Theme
 Author:       Pierre Réguer
 Author URI:   http://alouest-editions.com
 Template:     kawi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  kawi-child
*/


.wp-block-image {
    margin-top: 0;
}

.site-info {
    display: none;
}

   /*mettre sassy share derrière cookie notice*/
.heateor_sss_vertical_sharing {
    z-index: 100000 !important;
}

   /*Styles pour affichage par vignettes*/
.article-vignette h2 {
    font-size: 1.2em ;
    color: #d4065a;
    text-decoration: none;
    line-height: 1.6em;
    margin-top: 1.6em;
   }
.article-vignette h2 a {
    color: #0ea4e4;
	text-decoration: none;
   }   
   
.article-vignette {
    text-align: center;
    max-width: 30%; 
    max-height: 500px; 
    overflow: hidden; 
    float: left; 
    margin : 15px 5px !important; 
    padding: 5px;
   }

.article-vignette header {
    margin : 0 auto;

}   
#page-vignettes {
    padding-left: 15%;
    padding-right: 15%;
}

#page-vignettes :nth-child(3n)::after{
   content: "\0000a0";
   display: block; 
   clear: both;
}

.intro-blog {
    margin-bottom: 5em;
}

.site-footer {
	float:left;
	clear:both;
}
   
@media screen and (max-width: 640px) {
.article-vignette {
    max-width: 100%; 
    display: block;
    float: none;
    margin: 0 auto;
   }
   .article-vignette header {
    margin : 0 auto;
    }
}
   /*FIN Styles pour affichage par vignettes*/


   /*Enlever le truc moche sur les liens */
a:active, a:focus, a:hover {
    background-color: #FFF;
}
   /*FIN Enlever le truc moche sur les liens */


/* masque auteur et catégories */
.byline.post-meta-item, .categories.post-meta-item {
  display: none;
}
.icon.icon-date {
  display: none;
}
.posted-on.post-meta-item::before {
  content: "publié le ";
	margin-right:5px;
}

.published:not(.updated) {
  display: block;
}