@media(min-width: 481px) {}

@media(min-width: 768px) {
  /*------------------- NEWS / ACTU ---------------------*/
  #news .wrapper_slider:first-of-type {
      grid-column:span 2;
      grid-row: span 3
  }
  #news .wrapper_slider:first-of-type .content_slider .title {
      min-width: 600px;
      position: relative;
      z-index: 2
  }
  #news .wrapper_slider:first-of-type .title_slider {
      font-size: 45px;
      text-shadow: 0 0 8px #00000054;
      line-height: 1.1;
      margin-bottom: 15px!important;
  }
  #news .wrapper_slider:first-of-type .wrapper_inner_slider { display: flex   }
  #news .wrapper_slider:first-of-type .thumbnail_slider {
      order: 2;
      height: 550px;
      width: 50%;
  }
  #news .wrapper_slider:first-of-type .content_slider {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  #news .wrapper_slider:first-of-type .text_slider,
  #news .wrapper_slider:first-of-type .text_slider a {
      max-width: 80%;
      line-height: 1.7;
      font-size: 16px
  }
}

@media(min-width: 1025px) {
}

@media(min-width: 1281px) {
}

@media(min-width: 1481px) {
}

@media(min-width: 1681px) {
}


@media(max-width: 1680px) {

}

@media(max-width: 1480px) {

}
@media(max-width: 1280px) {
  
}

@media(max-width: 1024px) {

  /*---------------HEADER---------------------*/
  body:not(.is-toggle-open) #header .ckmenu {
    position: relative;
    z-index: 1000
  }

  .logoParent {
    display: none;
  }

  #header .ckmenu-nav {
    top: 0;
    padding-top: 250px;
  }

  #headerGrid {
    align-items: start;
  }

  /*-------------------MDTAC---------------------*/
  .md-tac {
    text-align: center;
  }

  .title.md-tac:not(.no-after):after {
    left: 50%;
    transform: translateX(-50%);
  }

  /*------------------- NEWS / ACTU ---------------------*/
  #news .content-news {
    grid-gap: 0 30px;
  }

  #news:after {
    content: none;
  }

  #news {
    padding: 80px 15px;
    margin: 0;
  }

  #news .title_slider {
    font-size: 24px
  }

  #news .wrapper_slider:first-of-type .text_slider,
  #news .wrapper_slider:first-of-type .text_slider a {
    font-size: 14px
  }

  #news .wrapper_slider:first-of-type .content_slider .title {
    min-width: 170%
  }

  #news .wrapper_slider:first-of-type .title_slider {
    font-size: 35px;
  }
   #news .wrapper_slider:first-of-type .wrapper_inner_slider {
    display: flex;
    flex-direction: column-reverse
  }

  #news .wrapper_slider:first-of-type .content_slider .title {
    min-width: auto
  }

  #news .title_slider,
  #news .wrapper_slider:first-of-type .title_slider {
    font-size: 22px;
  }

  #news .next_slider {
    margin-top: -10px
  }

  #news .wrapper_slider:first-of-type .thumbnail_slider {
    height: 250px;
    margin-top: 30px
  }

  #news .content-news {
    grid-gap: 30px 0;
  }

  #news {
    padding: 70px 15px 60px;
  }
}

@media(max-width: 767px) {}

@media(max-width: 480px) {}