/* Actualites Album */
@media only screen and (min-width: 768px) {
  .ces-actu .slick-track {
    display: flex;
  }
  .ces-actu .slide {
    padding: 0 50px;
    height: auto;
  }
  .ces-actu article {
    border: solid lightgray 2px;
    height: 100%;
    /*padding-bottom: 99999px;
    margin-bottom: -99999px; */
  }
  .ces-actu article section:nth-of-type(3) p {
    padding: 0 3em;
    text-align: center;
  }
  .ces-actu article section:not(:first-of-type) {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ces-actu .field--name-field-preview-image {
    position: relative;
    padding-bottom: 56.2%;
  }
  .ces-actu .content img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 540px) {
  .ces-actu .slide:first-of-type:last-of-type {
    margin: 0 auto;
    width: 75%;
  }
}
@media only screen and (min-width: 540px) and (min-width: 1100px) {
  .ces-actu .slide:first-of-type:last-of-type {
    width: 50%;
  }
}
.ces-actu article h2 {
  display: none;
}
.ces-actu article section {
  font-size: 15px;
}
.ces-actu article section:nth-of-type(2) {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.ces-actu article section:last-of-type {
  font-style: italic;
  color: #00a8c1;
  font-weight: 555;
  text-transform: uppercase;
}
