/********** POLICE ****************/


/***************************************************/
/*********** BODY **********************************/
/***************************************************/
.bouton-corps {
    text-align: center;
    vertical-align: middle;
    /* padding: 15px 10px 15px 10px;     */
    border-radius: 8px;
    background: #828fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#E0C95E), to(#8e6208));
    background: -moz-linear-gradient(top, #E0C95E, #8e6208);
    background: linear-gradient(to bottom, #E0C95E, #8e6208);
    -webkit-box-shadow: #aa7800 0px 0px 40px 0px;
    -moz-box-shadow: #aa7800 0px 0px 40px 0px;
    box-shadow: #aa7800 0px 0px 40px 0px;
    text-shadow: #3c3c3c 1px 1px 1px;
    /* font: normal normal bold 4vmax arial; */
	font-size: 3vmax;
    color: #ffffff;
    text-decoration: none;
	/* width:100%; */
}
.bouton-corps:hover,
.bouton-corps:focus {
    background: #ffea41;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffea41), to(#ad7f24));
    background: -moz-linear-gradient(top, #ffea41, #ad7f24);
    background: linear-gradient(to bottom, #ffea41, #ad7f24);
    color: #ffffff;
    text-decoration: none;
}
.bouton-corps:active {
    background: #8e6208;
    background: -webkit-gradient(linear, left top, left bottom, from(#8e6208), to(#684b0e));
    background: -moz-linear-gradient(top, #8e6208, #684b0e);
    background: linear-gradient(to bottom, #8e6208, #684b0e);
}
@media (min-width: 768px){
	.bouton-corps {
		font-size: 1.5rem;
	}
}