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

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

@media(min-width: 1025px) {
    /*-------------------- HEADER -------------------*/
  #header .left>* {
    padding-left: initial;
    padding-right: 25px;
    text-align: right;
  }

  #header .left>*::before {
    left: initial !important;
    right: 0;
  }
  #navprimary
  {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: -30px;
  }
   /*-----------------*/
  /* CONTENT */
  /*-----------------*/
  .home #content {
    /* overflow: hidden; */
    padding: 120px 30px;
    padding-top: 150Px;
  }

  .home #content .blocthumb {
    height: 460px;
  }

  .home #content .tc_content .wp-block-image {
    padding-left: 30px;
    height: 520px;
  }

  .home #content .tc_content {
    padding-left: 22%;
    width: 100%;
    padding-top: 90px;
  }

  .home #content .tertiarythumb,
  .home #content .quaternarythumb,
  .home #content .specialthumb {
    position: absolute;
    left: 0;
  }

  .home #content .tertiarythumb {
    width: 8.7%;
    height: 240px;
    top: 390px;
  }

  .home #content .quaternarythumb {
    left: auto;
    right: 0;
    width: 9.5%;
    top: 175px;
    height: 400px;
  }

  .home #content .specialthumb {
    width: 23%;
    left: -10%;
    bottom: -370px;
    top: auto;
    z-index: 1;
    height: 320px;
  }

  .home #content .linkTurn {
    left: 9%;
    top: 20em;
  }
  /*-----------------*/
  /* CERTIFICATIONS */
  /*-----------------*/
  #certifications {
    width: 115%;
    position: relative;
    z-index: 2;
    background: var(--white);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 20px 50px;
    border-radius: 5px;
    margin-top: -240px;
    margin-bottom: 80px;
  }


  /*------------NEWS / ACTUS--------*/
  #news {
    padding-top: 150px;
  }

  #news .wrapper_slider {
    grid-column: span 2;
  }

  #news .wrapper_slider:first-of-type {
    order: 2;
    grid-column: span 3;
  }

  #news .wrapper_slider:first-of-type .thumbnail_slider {
    height: 680px;
  }

  #news .wrapper_slider:not(:first-of-type) .text_slider {
    display: none;
  }

  #news .wrapper_slider:first-of-type .thumbnail_slider:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    opacity: .8;
    z-index: 1;
  }

  #news .wrapper_slider:first-of-type .content_slider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 1;
  }

  #news .title_slider {
    font-size: 18px;
  }

  #news .wrapper_slider:first-of-type .title_slider {
    font-size: 26px;
    line-height: 1.3;
  }

  #news .wrapper_slider:first-of-type .button {
    color: var(--white);
  }

  #news .wrapper_slider:first-of-type .title_link_slider:hover {
    color: var(--primary-color);
  }

  #news .wrapper_slider:last-of-type {
    order: 3;
    margin: 55px 0 0;
  }

  #news .wrapper_slider:nth-child(2) {
    order: 1;
    margin: 100px 0 0;
  }

  .listedarticle,
  .listedarticle .wrapper_inner_slider {
    height: 100%;
  }


  #news .wrapper_slider:nth-child(1) .title_link_slider,
  #news .wrapper_slider:nth-child(1) .text_slider {
    color: var(--white);
  }
}

@media(min-width: 1281px) {
   /*-----------------*/
  /* CONTENT */
  /*-----------------*/
  .home #content .tc_content {
    padding-left: 12%;
  }

  .home #content .tc_content .wp-block-image {
    padding-left: 50px;
  }

  .home #content .quaternarythumb {
    width: 12.5%;
  }

  .home #content .specialthumb {
    left: -24%;
  }


  .home #content .linkTurn {
    left: 7%;
    top: 10em;
  }
}

@media(min-width: 1481px) {
  /*-------------------- CONTENT -------------------*/
  .home #content .specialthumb {
    width: 38%;
    left: -48%;
    bottom: -320px;
    height: 400px;
  }

  .home #content .tc_content {
    width: 120%;
  }
}

@media(min-width: 1681px) {
  /*-----------------*/
  /* CONTENT */
  /*-----------------*/
  .home #content .tc_content .wp-block-image {
    padding-left: 100px;
  }

  .home #content .quaternarythumb {
    right: 4%;
    width: 16.5%;
  }
}


@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: 50px
  }

  #headerGrid {
    align-items: start;
  }

  #logoheader
  {
    padding: 10px;
  }
  /*-------------------MDTAC---------------------*/
  .md-tac {
    text-align: center;
  }

  .title.md-tac:not(.no-after):after {
    left: 50%;
    transform: translateX(-50%);
  }
    /*-------------------- CERTIFICATIONS -------------------*/
  #certifications {
    margin-bottom: 50px;
  }
/*-----------------*/
  /* CONTENT */
  /*-----------------*/
  .home #content .tc_content .wp-block-image {
    height: 300px;
  }

  .home #content .wp-block-columns {
    flex-wrap: wrap !important;
  }

  .home #content .wp-block-columns>div {
    flex-basis: 100% !important;
  }

  .home #content,
  .home #content>.wrappercontent {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    /* margin-bottom: 50px; */
  }

  .home #content :is(.blocthumb, .specialthumb, .tertiarythumb, .quaternarythumb) {
    width: 50%;
    height: 350px;
    margin-bottom: 30px;
    padding: 0 2px;
  }

  .home #content :is(.tertiarythumb, .quaternarythumb) {
    margin: 0;
    z-index: 0;
  }

  .home #content>.wrappercontent .title {
    width: 100%;
  }

}

@media(max-width: 767px) {
   /*-----------------*/
  /* CONTENT */
  /*-----------------*/
  .home #content .linkTurn {
    --size: 10rem;
  }

  .home #content :is(.blocthumb, .specialthumb, .tertiarythumb, .quaternarythumb) {
    height: 250px;
  }

  #headerHome-title {
    font-size: 12px;
  }
}

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