  @keyframes placeHolderShimmer {
	0% {
	  background-position: -800px 0
	}
	100% {
	  background-position: 800px 0
	}
  }
  
  .animation_text_attente {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background-color: #f6f7f8;
	background: linear-gradient(to right, #eeeeee 8%, #e4e2e2 18%, #eeeeee 25%);
	background-size: 800px 104px;
	height: 30px;
	border-radius:20px;
	margin-bottom: 10px;
	position: relative;
  } 
  
  .animation_recherche_attente {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background-color: #f6f7f8;
	background: linear-gradient(to right, #eeeeee 8%, #e4e2e2 18%, #eeeeee 25%);
	background-size: 800px 104px;
	height: 55px;
	border-radius:20px;
	margin-bottom: 10px;
	position: relative;
  } 
  
  .animation_text_mini_attente {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background-color: #f6f7f8;
	background: linear-gradient(to right, #eeeeee 8%, #e4e2e2 18%, #eeeeee 25%);
	background-size: 800px 104px;
	height: 10px;
	border-radius:20px;
	margin-bottom: 10px;
	position: relative;
  } 
  
  .animation_image_attente {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background-color: #f6f7f8;
	background: linear-gradient(to right, #eeeeee 8%, #e4e2e2 18%, #eeeeee 25%);
	background-size: 800px 104px;
	height: 150px;
	border-radius:20px;
	margin-bottom: 10px;
	position: relative;
  } 
  
  .animation_image_modale {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background-color: #f6f7f8;
	background: linear-gradient(to right, #eeeeee 8%, #e4e2e2 18%, #eeeeee 25%);
	background-size: 800px 104px;
	height: 200px;
	border-radius:20px 20px 0px 0px;
	margin-bottom: 10px;
	position: relative;
  }  

.animation_image_liste {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background-color: #f6f7f8;
	background: linear-gradient(to right, #eeeeee 8%, #e4e2e2 18%, #eeeeee 25%);
	background-size: 800px 104px;
	height: 200px;
	border-radius:20px 20px 20px 20px;
	margin-bottom: 10px;
	position: relative;
  }
  
.animation_video_liste {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background-color: #f6f7f8;
	background: linear-gradient(to right, #eeeeee 8%, #e4e2e2 18%, #eeeeee 25%);
	background-size: 800px 104px;
	height: 150px;
	border-radius:20px 20px 20px 20px;
	margin-bottom: 10px;
	position: relative;
  }

.animation_photo_liste {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background-color: #f6f7f8;
	background: linear-gradient(to right, #eeeeee 8%, #e4e2e2 18%, #eeeeee 25%);
	background-size: 800px 104px; 
	border-radius:50% !important;
	height:40px;
	width:40px;
	padding:1px 1px 1px 1px;
  } 

  .animation_video_lecture {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background-color: #f6f7f8;
	background: linear-gradient(to right, #eeeeee 8%, #e4e2e2 18%, #eeeeee 25%);
	background-size: 800px 104px;
	height: 500px;
	border-radius:0px 0px 0px 0px;
	margin-bottom: 10px;
	position: relative;
  }