/* agrandissement images articles

figure {overflow: hidden;}

figure a:hover img {
	transition:0.4s;
	transform:scale(1.3);
	-webkit-filter: blur(2px) brightness(130%);
  	+filter: blur(2px) brightness(130%);
  }

  figure a:before img:hover {
    display: block;
    position: absolute;
    top: 20%;
    left: 41%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    content: "";
    background: url(../assets/loupe+.png);

     
}*/

/* recherche publication & ressources*/

@keyframes display-animation {
    from {
        opacity: 0;
        visibility: 0;
        	
	}

    to {
        opacity: 1;
        visibility: 1;
        
    }
}	

a.deplier {
	opacity: 1;
    visibility: 1;
}
a.deplier.hidden_animation{
	opacity: 0;
    visibility: 0;
    transition: opacity 2s ,visibility 2s;
}

.masonry .item.animate{
	opacity: 0;
	 visibility: 0;
    animation: display-animation 1s linear forwards;
}

/* loading 
<div class="loading"><ul><li></li></ul></div>
*/

.loading {
	position:absolute;
	z-index:100;
    margin-top: -1em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
}
.loading li {
  width: .5em;
  height: .5em;
  border-radius: 50%;
  margin: 0 0.35em 0.6em;
  display: inline-block;
}

.loading li:nth-child(n) {
  animation: color 1100ms infinite ease-in-out;
}

.loading li:nth-child(2n) {
  animation: change-color 1200ms infinite ease-in-out;
}

.loading li:nth-child(3n) {
  animation: change-color 1300ms infinite ease-in-out;
}

.loading li:nth-child(5n) {
  animation: change-color 1400ms infinite ease-in-out;
}

.loading li:nth-child(7n) {
  animation: change-color 1500ms infinite ease-in-out;
}
/* ?? est ce vraiment util ? */

.loading ul:nth-child(n) {
  animation: change-opacity 1100ms infinite ease-in-out;
}
.loading ul:nth-child(2n) {
  animation: change-opacity 1200ms infinite ease-in-out;
}
.loading ul:nth-child(3n) {
  animation: change-opacity 1300ms infinite ease-in-out;
}
.loading ul:nth-child(5n) {
  animation: change-opacity 1400ms infinite ease-in-out;
}
.loading ul:nth-child(7n) {
  animation: change-opacity 1500ms infinite ease-in-out;
}

@keyframes change-opacity {
  from, to {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change-color {
  from, to {
    background: #E1BB11;
  }
  50% {
    background: #30B8BC;
  }
}

@keyframes moveTicker {
    0% { left: 0; }
    100% { left: -7200px;/*60*120*/}
  }

.ticker { /* fo 2x les meme li d'une taille fixe*/
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;/*les espaces entre les li*/
    white-space: nowrap; /*saute pas a la ligne */
    transition:  opacity 0.5s ease-out; 
    animation:    moveTicker 10s linear infinite;

}

aside ul.ticker{ border: none;}
/*
.ticker:hover{
    animation-play-state: paused
}
*/
.ticker li {
    display:inline-block;
    width:120px;
    overflow:hidden
}

.ticker-container{
    position: relative;
    height: 120px;
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.slide-inner{
    position: relative;
    height: 160px;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.slide-inner ul {
    position: absolute;
    top: 10px;
    left: 0;
    margin:0;
    padding:0;
    font-size: 0;/*les espaces entre les li*/
    white-space: nowrap; /*saute pas a la ligne */
}
.slide-inner li {
    display:inline-block;
    /* width:139px; */
    margin: 0 6px;
    overflow:hidden
}
.slide {
position:relative;/* pour les bouttons */
margin: 0 0 -1px;
}
/*
input[type=radio], input[type=checkbox]{
  margin: 4px 5px;
}
*/
.prevbtn, .nextbtn {
	height:40px;
  width:40px;
  border-radius:40px;
  color:#412226;
	margin:100px 0 0 0;
  position: absolute;
  top: 0;
  z-index: 500;
  display:inline-block;
  background-color: #eee;
  opacity:0.8;
  padding:10px 13px;
  font-weight: bold;
}
.prevbtn:hover, .nextbtn:hover{
	opacity:0.5;
}
.nextbtn {
    right: 0;
  
}
.nextbtn::after{
  content: "";
  font-family: "Glyphicons Halflings";
      color:#412226;

}
.prevbtn::after{
    content: "";
    font-family: "Glyphicons Halflings";
    color:#412226;
}
/* Find form */
.togglefiltre ul {

	columns:5;
	-moz-columns:5;
	-ms-columns:5;
	-webkit-columns:5;
	-webkit-perspective:1;
  background-color: #f1f1f1;
  margin: 10px 20px 0 20px;
  padding: 20px;
}

.togglefiltre{
	display:none;
}
.filtremot.filled {
    background-color: #fff;
}

.filtremot::after{
content : "";
font-family: "FontAwesome";
color: #412226;
}
.filtremot.opened::after{
content : "";
font-family: "FontAwesome";
color: #412226;
}
.filtremot.opened{
	border: 1px solid #e1bb11;
}

.slide-inner li {
  display: inline-block;
  width: auto;
  height: 235px;
  margin: 0 6px;
  overflow: hidden;
}
.slide img.img-responsive {
  width: auto!important;
  height: 100%!important;
}
.slide-inner {
  position: relative;
  height: 270px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}