.page p, .single p
{
		margin-top: 1em;
		margin-bottom: 1em;
}

.wp-block-image
{
		margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.contact form label
{
	font-weight: bold;
	font-size: 18px;
}

.contact form label .required
{
		color: rgb(217, 223, 37);
		font-size: 18px;
}

.contact label input, .contact label textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid rgb(217, 223, 37);
    margin-top: 10px;
    border-radius: 3px;
    font-family: 'Arial';
    color: black;
    font-size: 1em;
}

.contact form input[type=submit]
{
    background: rgb(217, 223, 37);
    border: none;
    padding: 1em;
    color: black;
    font-family: 'Arial';
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.contact form input[type=submit]:hover
{
		background: black;
		color: white;
}

.reglement-interieur
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#wp-block-file--media-9c71c730-f85c-422a-a0e0-56d5a6916f77
{
    padding: 1em;
}

.banniere-titre-actu-des-jeunes
{
		margin-top: 0;
}

.blog-article-link .img-article-link
{
		padding-top: initial!important;
    padding-bottom: initial!important;
}

strong
{
		font-weight: bold;
}

.groupe-semaine-programme p.numero-de-semaine
{
		margin: 0px;
}

.derniers-articles-accueil li .wp-block-latest-posts__featured-image img
{
		height: 150px;
		width: 150px;
}

@media (min-width: 992px) 
{
		.infos-parents-responsabilites .wp-block-media-text__content
		{
				padding-left: 0;
		}
}