.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: 210px;
    width:48%;
    position: relative;
}
.liste .itActu .over {
    height:138px;
    margin-bottom:10px;
}
.liste .photo img {
	max-width:200px;
	max-height:110px;
}
.liste_agenda .itemsActus {
    -moz-column-count:3;
  -webkit-column-count:3;
  column-count:3;
  -moz-column-gap:30px;
  -webkit-column-gap:30px;
  column-gap:30px;
  width: 100%;
}
.liste_agenda .itemsActus {
    background:none;
    margin-top:65px;
}
.liste .btn.gerer {
    position: absolute;
    top:0px;
    right:0px;
}
.liste_agenda .itemsActus .itActu {
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;   
    float:none;
    width:auto;
    margin:0px 0px 60px 0px !important;
    height:auto;
}
.liste_agenda .itemsActus .itActu .l_date {
   position: absolute;
   top:-34px;
   left:0px;
   font-size: 1.3em;
   color: #556576;
}
.liste_agenda .itActu .over {
    height: auto;
    margin-bottom: 0px;
}
.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:#C6C7C9;
	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: #F7A600;
  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: #F7A600;
  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: #FFCC00;
  border-color: #FFCC00;
}
.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 #C6C7C9;
}
#s2id_tag-filter {
    float:right;
}
.liste .itTag .over {
    height: 115px;
}
.liste .item.itTag .int {
    padding-bottom:15px;
}
.typeTag {
    margin-top:5px;
    color:#BBBBBD;
    font-weight:700;
    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;
}
.column3  {
    -moz-column-count:3;
  -webkit-column-count:3;
  column-count:3;
  -moz-column-gap:90px;
  -webkit-column-gap:90px;
  column-gap:90px;
  width: 100%;
}
.column3 .it {
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;   
	vertical-align: top;
}
.col3 .cl {
	float:left;
	width:33%;	
}
.col3 .cl:nth-child(3n+2) {
	text-align: center;
}
.col3 .cl:nth-child(3n+2) .it {
	display: inline-block;
	text-align: left;
}
.col3 .cl:nth-child(3n+3) {
	float:right;
}
.col3 .cl:nth-child(3n+3) .it {
	float:right;
	text-align: left;
}
.liste_equipe .it {
	height:440px;
	width:203px;
}
.corps .liste_equipe h4 {
	margin:3px 0px 0px 0px;
	color:#526576;
	font-weight: 300;
	line-height: 1.1em;
	font-size:23px;
	text-transform: none;
}
.corps .liste_equipe h6 {
	margin:10px 0px 4px 0px;
}
.corps .liste_equipe h4::after {
	display: none;
}
.corps .liste_equipe p {
	margin:0px;
	color:#526576;
}
.corps .liste_equipe .bouton {
	display: block;
	padding:1px 0px;
	text-align: center;
}