.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;
}

.intervention-author-image{
	width:100px !important;	
}

.lien-intervention-detail{
	text-decoration:none;	
	color:#2B426C;
}

.title-detail-intervention{
	font-size:30px !important;
	color:#2B426C;
	font-weight:800 !important;
	hyphens: auto;
}