/*
Bienvenue dans l'éditeur de CSS !

Pour en savoir plus sur le fonctionnement de l'éditeur, vous pouvez vous
rendre sur cette page :
http://wp.me/PEmnE-Bt
*/
.has-background-cover .overlay {
	opacity: .4;
}

/* create gap between items on grid pages -- 2241552-hc (DOC) */
.grid-item {
	padding-bottom: 0;
}

/* Hide Author Bio from Posts | #11427552-hc Kf */
.post .author-container {
	display: none;
}

/* Show excerpts & more link for the featured pages on the home page TM-2320604-zen */
.front-block.featured-page .more-link-container, .front-block.featured-page .entry-summary {
	display: block;
}

/*Fix distorted images on gallery | SN-2026571-zen*/
.tiled-gallery img {
	object-fit: cover;
}

/*Hide Summary excerpt | (ABD) Zd-2320604*/
.grid-item .entry-summary {
	display: none;
}

/*Align Grid item Top | (ABD) Zd 2325653 */
.th-mt-0 {
	margin-top: -31px;
}

/*hide captions on tiled gallery images 2560340-zen*/
.tiled-gallery-caption {
	visibility: hidden;
}

.tiled-gallery-item:hover .tiled-gallery-caption {
	visibility: visible;
}

/*Increase margin between panoramic photos 2560340-zen*/
.gallery-columns-1 .gallery-item {
	margin-bottom: 5px;
}

/* remove gray area above featured content  | zd-2698088-ae*/
.overlay.th-mt-0 {
	margin-top: 0;
}

/* Move menu down / 2973656-zd kp */
@media screen and ( min-width: 768px ) {
	.site-header .header-links {
		margin-top: 10px;
	}
}

/*Center align the author of the testimonial|KG-23735505-hc*/
p.front-testimonial-author{
	text-align:center;
}

/*Remove underlines from links|35797833-hc (KAK)*/
a:not(.wp-element-button) {
  text-decoration: none;
}

/* Ajuster la taille du titre du site */
.site-title {
    font-size: 2em; /* Ajustez cette valeur selon vos besoins */
}

/* Ajuster la taille des titres des widgets */
.widget-title {
    font-size: 1.1em; /* Ajustez cette valeur selon vos besoins */
}

.page .jp-relatedposts { display: none !important; }  

#infinite-handle {display: none !important;}

.infinite-scroll .nav-links,

.infinite-scroll .navigation {display: block !important;}