/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*olivier: reduire les espaces autour du widget de connexion*/
.separate-containers .inside-article {
    padding: 8px 80px 8px 80px;
	/*margin-bottom: -20px;*/
}

.footer-widgets {
    padding: 12px 120px 12px 120px;
}

.inside-header {
    padding: 10px;
}
.site-header .header-image {
    padding-left: 20px;
}
/*------------------*/
/*olivier: soulignement des liens, mais pas dans le menu ni h2 */
.main-navigation .main-nav ul li a {
	text-decoration:none;
}
a :hover {
    /*color: #ed3300;*/
	text-decoration:underline;
}
/*--------------------*/
/*olivier : reduit l'espace entre blocs*/
.has-text-align-center {
    margin-bottom: 0.5em;
}
.has-very-light-gray-background-color {
    margin-bottom: 0.5em;
}
.entry-content > [class*="wp-block-"]:not(:last-child) {
    margin-bottom: 0.5em;
}
.wp-block-image {
    margin-bottom: 0.5em;
}
/*--------------------*/


