
/* LES BOUTONS */

.wp-block-button__link
{
	border-radius:0px;
	text-transform:uppercase;
	font-size:23px;
	padding-top: 12px;
    padding-bottom: 11px;
    margin-right: 30px;
	background:#3a3a39;
}
a.wp-block-button__link:hover
{
	text-decoration:none;
	background:#e8451f;
	color:#ffffff;
}

#post-8 .wp-block-button__link
{
	background:#9f2521;
	font-size:16px;
	padding-left:70px;
	padding-right:70px;
}
#post-8 .wp-block-button :hover
{
	color:#ffffff;
}
#post-8 .wp-block-button :active
{
	color:#ffffff;
}
#post-8 .wp-block-button__link:hover
{
	background:#3a3a39;

}


.textes_accompagnons .wp-block-button__link
{
	background:white;
	color:black;
	margin-top: 20px;
}
.textes_accompagnons .wp-block-button__link:hover
{
	background:black;
	color:white;
}
/* FIN LES BOUTONS */
