/*@media only screen and (min-width: 768px) {*/
  .hdf-actus-fp .slick-track {
    display: flex;
  }
  .hdf-actus-fp .slide {
    padding: 0 50px;
    height: auto;
  }
  .hdf-actus-fp article {
    border: solid lightgray 2px;
    height: 100%;
    /*padding-bottom: 99999px;
    margin-bottom: -99999px; */
  }
  
  .hdf-actus-fp .content> div:first-of-type {
    padding: 10px;
  }
  
   .hdf-actus-fp .field--name-field-preview-image {
    position: relative;
    padding-bottom: 56.2%;
  }
  
  .hdf-actus-fp .slide .content {
    position: relative;
  }
  
  .hdf-actus-fp .content img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  } 
  
  .hdf-actus-fp .slide .content > div:last-of-type {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 10px;
    top: 50%;
    transition: top 350ms;
  }
  
  .hdf-actus-fp .slide .content > div:last-of-type > div {
    background-color: rgba(112, 228, 255,0.8);
    padding: 25px;
    padding-top: 10px;
    height: 100%;
    overflow: hidden;
  }
  
  .hdf-actus-fp .slide .content > div:last-of-type > div * {
    color: white;
    text-decoration: none !important;
    font-size: 15px;
  }
  
  /*.hdf-actus-fp .view-content > div:first-of-type .content > div:last-of-type:not(:hover) section:last-of-type,.hdf-actus-fp .view-content > div:first-of-type .content > div:last-of-type:hover section:nth-of-type(3){*/
  /*  display: none;*/
  /*}*/
  
  .hdf-actus-fp .view-content > div:first-of-type .content > div:last-of-type section:nth-of-type(+n+3){
    margin-top: 15px;
  }
  
  .hdf-actus-fp .view-content > div:first-of-type .content > div:last-of-type section:last-of-type {
/*     padding-bottom: 20px; */
  }
  
  .hdf-actus-fp .view-content > div:first-of-type .content > div:last-of-type section:nth-of-type(-n+2){
    font-weight: bold;
  }
  
  /*.hdf-actus-fp .view-content > div:first-of-type .content > div:last-of-type section:nth-of-type(1){*/
  /*  font-family: 'raleway bold';*/
  /*  font-size: 18px;*/
  /*}*/
  
  /*.hdf-actus-fp .view-content > div:first-of-type .content > div:last-of-type section:nth-of-type(2){*/
  /*  font-family: 'raleway semi-bold';*/
  /*  font-size: 14px;*/
  /*}*/
  
  .hdf-actus-fp .slide .content > div:last-of-type:hover{
    top: 0;
  }
  
  .hdf-actus-fp .slide .content > div:last-of-type:hover > div {
    padding-top: 50px;
  }
  
/*}*/

/* Responsive */

@media only screen and (min-width: 540px) {
  .hdf-actus-fp .slide:first-of-type:last-of-type {
    margin: 0 auto;
    width: 75%;
  }
}
@media only screen and (min-width: 540px) and (min-width: 1100px) {
  .hdf-actus-fp .slide:first-of-type:last-of-type {
    width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .hdf-actus-fp .slide {
    padding: 0;
  }
  .hdf-actus-fp .slide .content > div:last-of-type > div * {
    font-size: 12px;
  }
  
  .hdf-actus-fp .slide .content > div:last-of-type:hover > div {
    padding-top: 0;
  }
}

.hdf-actus-fp article h2 {
  display: none;
}

.hdf-actus-fp {
    display: flex;
    flex-direction: column-reverse;
}
.hdf-actus-fp > div:last-of-type:not(.view-content) a {
    float: right;
    color: rgb(112, 228, 255) !important;
    font-size: 1.5em;
    margin-bottom: 15px;
    margin-right: 50px
}

/* .hdf-actus-fp article section {*/
/*  font-size: 15px;*/
/*}*/
/*.hdf-actus-fp article section:nth-of-type(2) {*/
/*  font-size: 20px;*/
/*  font-weight: bold;*/
/*  text-transform: uppercase;*/
/*} */


/*Image in Editor Style*/
.hdf-actus-fp .view-content > div:first-of-type .content > div:last-of-type section:last-of-type > .field--name-body  img{
  position: relative;
} 