/*
Theme Name: Chevrettes de France
Author: Hugo Jousseaume
Version: 1.0.0
*/
.h2, h2, h2.wp-block-heading {
	margin-top: 2rem;
	font-size: 2rem;
	color: #006ba1;
}
.h3, h3, h3.wp-block-heading  {
	margin-top: 2rem;
	font-size: 1.5rem;
	color: #006ba1;
}
p {
	font-size: 1.1rem;
}
.hide {
	display:none!important;
}
.container {
	max-width: 900px!important;
}


.wpcf7-form-control.wpcf7-submit.btn.btn-default {
    color: #006ba1 !important;
    border: 1px solid #006ba1 !important;
}
.wpcf7-form-control.wpcf7-submit.btn.btn-default:hover {
		color: #fff !important;
    background-color: #006ba1 !important;
}
input.wpcf7-form-control.wpcf7-quiz {
    width: 50px;
}
form.wpcf7-form.init {
    text-align: center;
    margin: 30px auto !important;
    max-width: 400px;
}
h1.page-title.screen-reader-text {
    border: 0;
    clip: auto !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
    min-height: 150px !important;
    height: 100% !important;
    margin: 50px 0 0 0 !important;
    overflow: hidden;
    padding: 0;
    position: relative !important;
    width: 100% !important;
    word-wrap: normal!important;
}
.wp-block-post-featured-image {
    margin-left: auto !important;
    margin-right: auto !important;
    max-height: 180px;
    margin-bottom: 40px;
    width: 100%;
    text-align: center !important;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column-reverse;
    justify-content: center;
}

.flag.flag-en a::before {
	content: ""; /* Nécessaire pour afficher le pseudo-élément */
	display: inline-block;
	width: 23px; /* taille du drapeau */
	height: 23px;
	margin-right: 6px; /* petit espace entre le drapeau et le texte */
	background-image: url('/wp-content/uploads/2025/10/flag-en.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.flag.flag-es a::before {
	content: ""; /* Nécessaire pour afficher le pseudo-élément */
	display: inline-block;
	width: 23px; /* taille du drapeau */
	height: 23px;
	margin-right: 6px; /* petit espace entre le drapeau et le texte */
	background-image: url('/wp-content/uploads/2025/10/flag-es.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.video-youtube {
	/* z-index: 99999999; */
	position: relative;
}
.wp-block-post-featured-image {
	margin-left: auto !important;
	margin-right: auto !important;
	max-height: 180px;
	margin-bottom: 20px !important;
}
.wp-block-post-title {
	font-size: 1.5rem;
}
.wp-block-post-date {
	color: #9b9b9b;
}
.video-youtube.left { 
	display: flex;
	justify-content: flex-start;
	align-items: center;
} 
.video-youtube.center { 
	display: flex;
	justify-content: center;
	align-items: center;
} 
.video-youtube.right { 
	display: flex;
	justify-content: flex-end;
	align-items: center;
} 
.wp-block-latest-posts.is-grid li {
	margin: 0 1.25em 1.25em 0;
	background: hsl(200deg 100% 32% / 10%);
	padding: 2rem 1.5rem 1.5rem;
	text-align: center;
	width: 100%;
}
.wp-block-post-template.is-flex-container>li {
	background: hsl(200deg 100% 32% / 10%);
	padding: 2rem 1.5rem 1.5rem;
	margin: 0;
	margin-bottom: 3rem;
	width: 100%;
}
/* .entry-header-banner h1, .page-header h1 {
	color: #006ba1 !important;
}
.entry-header-banner:after, .page-header:after { 
	background: rgba(255, 255, 255, .15) !important;
} */
.wp-block-embed iframe { 
	width: 100%;
}
	.home .section-top .carousel {
		width: 100%;
		max-width: 590px;
		padding: 1rem !important;
	} 
@media (max-width: 767.98px) {
	.home .section-top { 
		margin-top: 10rem !important;
	}
}
@media (min-width: 768px) {
	body {
		padding-top: 74px !important;
	}
}
@media (min-width: 992px) {
	.home .section-top .carousel {
		width: 45%;
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
		justify-content: center;
		flex-direction: column;
		flex-wrap: wrap;
		align-content: flex-end;
	}
}
	