.annonce{
border: 1px solid #eee;
padding: 15px;
margin: auto 15px;
box-shadow: 0px 0px 36px -18px rgba(0,0,0,0.61);
-webkit-box-shadow: 0px 0px 36px -18px rgba(0,0,0,0.61);
-moz-box-shadow: 0px -2px 0px -18px rgba(0,0,0,0.61);
height: 580px;
margin-bottom: 30px;
}
.annonce img{
margin: auto;
max-height: 200px !important;
display: block;
}
.annonce h2 {
font-size: 20px !important;
margin-top: 20px;
line-height: 1.2;
}
.annonce p {
color: #000;
padding-bottom: 7px;
}
.annonce i{
color: #6e564a;
margin-right: 10px;
}
.pagination {
clear:both;
position:relative;
font-size:16px; 
line-height:13px;
float:right; 
list-style-type:none;
width:100%
}
.pagination>li {
display: inline-block !important;
}
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff; 
background: #237697; 
}
.pagination a:hover{
color:#fff;
background: #000; 
}
.pagination .current{
padding:6px 9px 5px 9px;
background: #999; 
color:#fff;
}
.bloc_search{
margin-bottom: 20px;
}
.annuaire_list {
display: inline-flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-end;
width:100%;
}
.annuaire_list .col-md-4 {
max-width: 33.33%;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.annuaire_wrap {
margin: 0 auto;
max-width: 100%;
width: 85%;
}
.bloc_search {
text-align: center;
margin-top: 35px;
margin-bottom: 35px;
}
.bloc_search .form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
ul.pagination {
float: none;
text-align: center;
}
li.page-item.active a {
color: #fff;
background: #000;
}
form#primaryPostForm input.text, form#primaryPostForm input.title, form#primaryPostForm input[type=email], form#primaryPostForm input[type=password], form#primaryPostForm input[type=tel], form#primaryPostForm input[type=text], form#primaryPostForm select, form#primaryPostForm textarea {
width: 100%;
padding: 6px 12px;
height: 34px;
border-radius: 4px;
border: 1px solid #ccc;
}
form#primaryPostForm label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}
form#primaryPostForm select{
height: auto;
}
@media screen and (max-width: 992px) {
.annuaire_list .col-md-4 {
max-width: 50%;
}
}
@media screen and (max-width: 600px) {
.annuaire_list .col-md-4 {
max-width: 100%;
}
}