/* CSS POUR MODIFIER L'APPARENCE DE L'EDITEUR*/
.block-editor-block-list__layout h2.block-editor-block-list__block{
	position: relative;
	padding-top: 15px;
    color: #434341;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}
.block-editor-block-list__layout h2.block-editor-block-list__block:after{
	top: 0;
	left: 0;
	background: #434341;
	width: 120px;
	height: 8px;
    display: block;
    position: absolute;
}
.block-editor-block-list__layout h3.block-editor-block-list__block{
    position: relative;
    padding-left: 60px;
    color: #E84E24;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
.block-editor-block-list__layout h3.block-editor-block-list__block:after{
    top: 50%;
	left: 0;
	background: #E84E24;
	width: 50px;
	height: 12px;
    display: block;
    position: absolute;
}
.block-editor-block-list__layout blockquote.block-editor-block-list__block{
    padding: 2em;
    border-left: none;
    background-color: #ECECEC;
}
.block-editor-block-list__layout blockquote.block-editor-block-list__block p{
    padding: 0 2em 0 4em;
    position: relative;
    font-style: italic;
}
.block-editor-block-list__layout blockquote.block-editor-block-list__block p:before{
	content: '“';
	position: absolute;
	top: -40px;
	left: 0;
	font-size: 5em;
	font-family: 'Perpetua';
}
.block-editor-block-list__layout .bloc_contour{
	padding: 2em;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.block-editor-block-list__layout .wp-block-button__link{
    background-color: #E84E24;
    color: #fff;
    text-transform: uppercase;
}