/*
Theme Name: Thème Noé
Author: Christian
Author URI: 
Version: 1.0
Description: C'est un thème personnalisé de Noé qui agit sur l'entête et le pieds de page
*/
/* Add Theme Image */
.screenshot {
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    margin-top: 10px;
    display: block;
    overflow: hidden;
}

.screenshot img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0;
}

#randomPostsCarousel a.carousel-control-prev {
	left: -72px;
}

#randomPostsCarousel a.carousel-control-next {
	right: -72px;
}

.journal-grid-container .grid-item img {
	aspect-ratio: 3/2 !important;
}


.wpcf7-not-valid-tip {
	color: red !important;
}

input.wpcf7-not-valid, textarea.wpcf7-not-valid {
	border: 1px solid red !important;
}

.wpcf7-form label {
    width: 100%;
}
 