.wp-singular.single-post .banner_title_container {
	max-width: unset;
    width: 100%;
}

article h2 {
    position: relative;
    padding-left: 40px;
	margin-top: 45px;
	line-height: 1.1em
}
article h2::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 6px;
    width: 34px;
    height: 34px;
    background: url(./img/WIDEA-Puce.svg) center / contain no-repeat;
    display: block;
}

/* TEXTE <p> */
article p {line-height:1.2em;}

/* BOUTONS */
/* Reset / structure de base */
.wp-block-buttons .wp-block-button__link {
	width: auto;
}

.wp-block-button__link {
	display: inline-flex!important;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	font-weight: 700;
	border-radius: 0;
	padding: 20px 45px;
	margin-bottom: 1px;
	background-color: #000038;
	border: 1px solid #000038;
    height: 36px!important;
	color: #fff;
	transition: all 0.3s ease;
}

/* Effet avant (flèche verte en fond) */
.wp-block-button__link::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("/wp-content/uploads/2025/10/Vector-2-green.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: opacity 0.3s ease;
}

/* Accessibilité : focus visible */
.wp-block-button__link:focus-visible {
	outline: 2px solid #00ff84;
	outline-offset: 3px;
}

#section-12-299, #section-31-11 {
    padding-inline:20px;
}
