.contentDoc h4 {
    font-weight: 300;
    font-size: 26px;
    line-height: 1.1em;
    color: #333333;
}
.contentDoc .puceList {
	overflow: hidden;
	margin-bottom: 10px;
}
.contentDoc a {
	color: #d92231;
	background-color: white;
	text-decoration: none;
}
.puceList li{
	list-style: disc;
    margin-left: 15px;
}

.puceList.col li {
	list-style: none;
	margin:0;
}

/* DTP + TAB */
@media (min-width: 768px) {
	
}

/* MOB */
@media (max-width: 767px) {

}