a.voirPlusActu {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: white;
    font-size: 36px;
    transition: 0.3s;
}
a.voirPlusActu:hover{
	opacity: 0.7;
	text-decoration: none;
	color: white;
}
.map-btn{
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  animation-delay: 2s;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.map-btn:hover{
  animation: shakeHover 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  animation-delay: 0s;
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shakeHover {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
#bonBlocLienCarnet{
	margin-left: auto;
}
#bonBlocLienCarnet a{
	margin-left: auto;
	width: 330px;
	background-color:#27798e!important;
	border-color: white;
  color:white;
	transition: 0.5s;
}
#bonBlocLienCarnet a:hover{
	color:#27798e !important;
	background-color:white !important;
	border-color: white;
}
@media (max-width: 991px){
	#bonBlocLienCarnet{
		display: none;
	}
}
#liste-lacs .lieu-lac .lac .pic-block .background{
	background-position: center !important;
}
.margbotRea{
	margin-bottom: 15px;
}
.logoPNE{
	position: absolute;
	bottom: 2px;
	left: 2px;
	z-index: 99;
	width: 100px;
}
.recents-posts h2{
	margin-bottom: 40px;
}