ul.activity-filters li {
    margin: 0;
    padding: 0 10px 10px 0;
    float: left;
}
ul.activity-filters {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}

a.activity-filter:hover {
   // color: white;
}

.content a:hover {
    text-decoration: none;
}
.activity-filters a {
   // color: #FFF;
    text-decoration: none;
}
a:hover {
    color: #F30;
}

.activity-filter {
    display: block;
 //   background-color: #D4631D;
    padding: 5px 10px;
    color: white;
}
a {
/*font-weight: bold; */
    color: #444;
    text-decoration: none;
}
.search-item {
    margin: 0px 0px 5px 0px;
}

.ignore {
    display: none;
}
.card-img-top {
    height: 197px !important;
    object-fit: cover !important;
}
.actu-fiche .card {
    margin-bottom: 30px;
}
div.card div {
  /*  min-height: 197px !important; */
      min-height: 137px !important;
}    
.card-title {
    min-height: 65px !important;
}
.card-texte {
    min-height: 65px !important;
}
div.required > label{
    background: transparent url("../images/form_label_mandatory.png") no-repeat scroll right center;
} 

div.form-group > label{
	text-align:right;
}

div.form-group > div{
	float:right;
}

input[type="radio"], input[type="checkbox"] {
	margin: revert;
    padding: 5px !important;
}
.actu_adh {
	width: 100%;
	height: 260px !important;
    object-fit: cover !important;
}


.pager_span {
    border-radius: 0.25rem;
	/* background-color: rgba(0, 0, 0, 0.2) !important; */
    color: #6c757d!important;
    padding: 10px;
    width: 40%;
    text-align: center;
    border: 1px solid #6c757d;
}
.pager_span a {
    color: #6c757d!important;
}
.pager_span:hover {
    background-color: rgba(108, 117, 125) !important;
	color: white!important;
}
.pager_span:hover a {
    color: white!important;
}
.pager_span:hover a:hover {
    color: white!important;
}

.card-text{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align : left;
}
.title_bloc{
    height: 60px;
    display: block;
    overflow: hidden;
    text-align: justify;
}