.main-news img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}




.main-news .card-time {
  border-bottom: 1px dashed #CCCCCC;
  padding-bottom: 10px;
}

.main-news .card-time {
  color: var(--color-red-light) !important;
}


.actualites-item img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}


.main-news .row {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

.actualites-item-content {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}



.actualites-item-text .card-time {
  border-bottom: 1px dashed #CCCCCC;
  padding-bottom: 10px;
}

.actualites-item-text .card-time {
  color: var(--color-red-light) !important;
}


/*** actualites show **/



#actualite .meta .by b{
  color: var(--color-red);
}

#actualite .content {
  line-height: 1.75;
  font-size: 1.1rem;
  font-family: var(--font-text);
}

#actualite .aside .aside-header h5{
  border-left: solid var(--color-red) 4px;
  padding-left: 10px;
}


#actualite .aside .card-full {
  background-color: transparent !important;
  border: 0;
}

#actualite .aside .image-wrapper {
  background-color: #f8f9fa;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: linear-gradient(to left, #f8f9fa 0%, #ced4da 15%, #f8f9fa 40%, #f8f9fa 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: 400% 700% !important;
  background-position: center center !important;
  -webkit-animation: AnimationSea 1.5s infinite linear forwards;
  animation: AnimationSea 1.5s infinite linear forwards;
  width: 100%;
}

#actualite .aside .lazy.loaded {
  opacity: 1;
}
#actualite .aside .lazy {
  width: 100%;
  transition: 500ms ease-in-out;
  opacity: 0;
}