.page-template-page-burnout .page-header {
	background: #0067ad;}

.page-template-page-burnout .page-header h1 {
	color: #fff;
	text-align: center;
}
#heroimg {
	position: relative;
	display: flex;
	align-items: center;
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 130%;
	background-repeat: no-repeat;
	height: 50vh;
	margin-bottom: 50px;
}
#heroimg::after {
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
#heroimg h1 {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	color: #fff;
	font-size: 60px;
	line-height: normal;
}

.page-template-page-burnout #primary {
	width: 100%;
	font-size: 18px;
}
h2.wp-block-heading,
.editor-styles-wrapper > * h2, .editor-styles-wrapper > * h2.wp-block {
	font-size: 34px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
h2.wp-block-heading strong,
.editor-styles-wrapper > * h2 strong, .editor-styles-wrapper > * h2.wp-block strong {
	-moz-osx-font-smoothing: initial;
	-webkit-font-smoothing: initial;
}
.wp-block-image img {
	border-radius: 15px;
}
.wp-block-quote {
	background: none;
	padding: 0;
	color: #f27d42;
	font-weight: 400 !important;
	line-height: normal;
}
.wp-block-quote strong {
	font-weight: 700;
}

.wp-block-button a {
	border-radius: 9999px;
	font-size: 14px;
	line-height: 1.2;
	padding: 15px 30px;
}
.wp-block-button a:hover,
.wp-block-button a:focus {
	color: #fff;
}
.wp-block-button a strong {
	font-size: 18px;
}


// Liste icones
.liste ul {
	padding: 0;
	margin: 0 !important;
}
ul.list_icons li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	line-height: normal;
}
ul.list_icons li p {
	margin: 0;
}
ul.list_icons li .fas {
	flex-shrink: 0;
	position: relative;
	top: 5px;
	font-size: 20px;
	margin-right: 10px;
}
ul.list_icons li .fas.fa-times-circle,
ul.list_icons li .fas.fa-minus-circle {
	color: rgb(128, 0, 0);
}