.liste h2 {
	border:0px;
	margin:0px 0px 10px 0px;
	padding:0px;
	background:none;
	clear:none;
        font-size:1.143em;
        font-weight:600;
        font-family: 'Roboto', sans-serif;
}
.liste .item {
         margin:0px 0px 2% 0px ;
        background:#FFF;
}
.liste .itemsActus .itActu:nth-child(2n+1) {
         margin-right:2%;
}
.liste .item .int {
        padding:15px 25px;
}
.itActu .l_date,
.itDossier .l_date {
    padding-right:5px;
}
.liste .itemsActus .itActu {
    height:auto;
    width:48%;
    position: relative;
}
.liste .itActu .over {
    height:138px;
    margin-bottom:10px;
}
.liste .photo img {
	max-width:200px;
	max-height:110px;
}
.candidature a {
	display:block;
	background:url(../img/candidature.png) no-repeat left top;
	padding:5px 0px 5px 35px;
}
.liste2 .item {
	float:left;
	width:25%;
	height:190px;
	overflow:hidden;
}
.liste2 .img {
	width:100%;
	height:125px;
	background-color:#C1C5CB;
	text-align:center;
}
.liste2 .img .img_aeroport {
	display:block;
	height:125px;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center;
}

.liste2 .img .photo_aeroport {
	display:block;
	background: url(../img/photo_aeroport.png) no-repeat left bottom;
	height:100%;
	width:100%;
}
.liste2 h2 {
	margin:0px;
	padding:6px 0px 0px 0px;
	font-size:17px;
	line-height:18px;
	text-align:center;
	background:none;
}
.liste2 .item a {
	display:block;
	color:#000;
	padding:20px;
	text-align:center;
}
.liste2 .item a:hover {
	background:#FFF;
}

.info_aeroport {
	padding:4px 0px;
	font-size:17px;
	margin:0px 0px 10px 0px;
}
.liste_offres .item:after {
	display:none;
}
/* PAGINATION */
.paginate{
   text-align: center;
   display: block;
}
.contenu .pagination {
  display:inline-block;
  margin: 20px auto;
  border-radius: 4px;
  text-align: center;
}
.contenu .pagination > li {
  display: inline-block;
  padding:0px;
  margin:0px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #1E7CC2;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,

.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #1E7CC2;
  border-color: #1E7CC2;
}
.pagination > .disabled > span,

.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
/* FIN PAGINATION */
.itTag {
    border-left:7px solid #BBC0C7;
}
#s2id_tag-filter {
    float:right;
}
.liste .itTag .over {
    height: 115px;
}
.liste .item.itTag .int {
    padding-bottom:15px;
}
.typeTag {
    margin-top:5px;
    color:#BBC0C7;
    font-weight:700;
    font-family: "PT Sans Narrow",sans-serif;
    font-size:21px;
    text-transform: uppercase;
}
.typeTag:after {
    display: block;
    content:"Dossier";
}
.typeActu .typeTag:after {
    content:"Actu";
}
.itTag .img {
    float:right;
    width:179px;
    height:221px;
    background: url('../img/themes/uafV.jpg') no-repeat center;
    background-size:cover;
    margin-left:20px;
}
.typeDossier h2 {
    font-size:20px;
	transition:0.2s;
}
.typeDossier:hover h2 {
   font-size: 1.65em;
   line-height:1.2em;
}