.detail-intervention p{
	margin-bottom: 5px !important;	
	margin-top: 0px !important;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #0073aa;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
    cursor: pointer;
}

.button:hover {
    background-color: #005a87;
}