/*
Theme Name: Piwigo Blog
Description: Atomic Blocks Child Theme
Author: Claire Michard
Author URI: https://www.piwigo.com
Template: atomic-blocks
Version: 0.1.0
*/

/*
Center title on pages*/
.entry-title { text-align:center; }


/* PERSONNALISATION DES LIENS QUI APPARAISSAIENT EN GRIS*/

a {
  color: #e94260;
  transition: .07s ease-in-out;
}

a:hover, a:focus, a:active {
  font-weight: bold;
	color: #e94260;
}


/* Lirre l'article page d'accueil : mettre en rose et enlever double soulignement hover*/

.ab-block-post-grid .ab-block-post-grid-more-link:hover {
    text-decoration: none;
}

.ab-block-post-grid .ab-block-post-grid-more-link {
  color: #e94260;
}

/* Personnalisation header et taille logo*/
.site-header { 
	background:#fff;
	border-bottom: 2px solid #f2f2f2;
}

.custom-logo-link img {
    display: block;
    width: 200px;
}
	