
.texte-bouton{
	display: inline-block;
	font-family: "Roboto-Slab", serif ;
	font-weight: 700;
    color: white;
	font-size:18px;
    text-align: center;
	background-color : #CEAB5D;
    padding: 10px 40px 10px 40px;
    text-transform: uppercase;
	-moz-box-shadow: 6px 7px 2px #00000026;
    -webkit-box-shadow: 6px 7px 2px #00000026;
    box-shadow: 6px 7px 2px #00000026;
}