@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: 2em;
      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: 90%;
  }
  #news .wrapper_slider:first-of-type .content_slider {
      width: 100%;
      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
  }
    #news .wrapper_slider:first-of-type .content_slider {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  #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%;
      filter: brightness(0.5);
  }
}

@media(min-width: 1025px) {

  /*-----------------*/
  /* INTRO / CONTENT */
  /*-----------------*/
  .home #content .blocthumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 65.9%;
    height: 85%;
  }

  .home #content .wrap-text {
    padding: 0;
    max-width: 57%;
    margin-left: auto;
    background: var(--white);
    position: relative;
    z-index: 1;
    padding: 30px;
  }

  .home #content .content_txt {
    padding-top: 100px;
  }

  .home #content .content_title .title {
    max-width: 55%;
    margin-bottom: 60px;
  }

  .home #content .content_thumb .specialthumb {
    position: absolute;
    width: 284px;
    height: 284px;
    z-index: 1;
    top: -285px;
    left: -100px;
  }

  .home #content .content_thumb .tertiarythumb {
    height: 80%;
    position: relative;
    top: -15%;
  }

  .home #content .content_thumb .tertiarythumb img {
    object-position: right;
  }

  .home #content .content_thumb {
    padding-left: 30px;
  }

  .home #content {
    padding-top: 180px;
    padding-bottom: 120px;
  }
  /*------------------- NEWS ---------------------*/
  #news
  {
    margin-top: 100px;
  }
  /*-----------------*/
  /* SECTIONS */
  /*-----------------*/
  #sections .section_title {
    /* margin-bottom: 80px; */
    padding: 0 60px;
  }

  #sections .section_title .title {
    padding: 0;
    margin: 0;
  }

  .sectionsbloc .section_thumb .blocthumb {
    height: 80%;
    top: 10%;
  }

  #sections .section_title p {
    margin: 0;
  }

  #sections .section_title .title:after {
    height: 100%;
    width: 1px;
    left: auto;
    right: -50px;
    background: rgb(255 255 255 / 33%);
  }

  #sections {
    padding-top: 70px;
  }

  #sections .section_txt {
    padding: 40px 40px 0px 0;
  }

  .sectionsbloc {
    padding: 70px 0 0;
  }

  .section_txt {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .section_txt .specialthumb {
    order: -1;
  }

  .sectionsbloc .wrap-text {
    padding: 40px;
  }
}

@media(min-width: 1281px) {
  /*------------------- &&& ---------------------*/
  .navigmenu .naviglink.lvl-0
  {
    padding: 20px 10px;
    font-size: 15px;
  }
  /*-----------------*/
  /* CONTENT */
  /*-----------------*/
  .home #content .content_thumb .specialthumb {
    width: 334px;
    height: 394px;
    top: -355px;
  }

  .home #content {
    padding: 200px 0 0;
  }

  .home #content .wrap-text {
    padding: 50px;
    max-width: 47%;
  }
}

@media(min-width: 1481px) {

  /*-----------------*/
  /* SECTIONS */
  /*-----------------*/
  #choixSections .linkSections:not(:last-of-type) {
    margin-right: 10px;
  }

  #sections .section_txt .tertiarythumb {
    left: 14%;
    --size: 195px;
    width: 275px;
  }
}

@media(min-width: 1681px) {

  /*-----------------*/
  /* SECTIONS */
  /*-----------------*/
  #sections .section_txt .tertiarythumb {
    left: 14%;
    --size: 225px;
  }
}


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

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

@media(max-width: 1280px) {
  .section_txt .wp-block-columns
  {
    display: block;
  }
}

@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;
  }

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

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

  /*-----------------*/
  /* INTRO / CONTENT */
  /*-----------------*/
  .home #content {
    flex-direction: column;
    display: flex;
  }

  .home #content .content_thumb {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }

  .home #content .content_thumb>div {
    height: 100%;
  }

  .home #content .content_txt .wrap-text {
    grid-column: span 2;
  }

  .home #content .content_txt .blocthumb {
    height: 400px;
  }

  .home #content .content_title {
    padding: 0;
  }

  .home #content .linkTurn {
    --size: 9rem;
    position: absolute;
    top: -70px;
    margin: 0 auto;
    right: 0;
  }

  /*-----------------*/
  /* SECTIONS */
  /*-----------------*/
  #choixSections:before {
    left: 30px;
  }

  #choixSections:after {
    left: 20px;
  }

  #choixSections {
    display: none;
  }

  #sections .sectionsbloc {
    flex-direction: column;
    display: flex;
  }

  #sections .sectionsbloc>*:not(.section_thumb) {
    max-width: 700Px;
    margin: 0 auto;
    width: 100%;
  }

  #sections .section_txt {
    display: grid;
    align-items: stretch;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 10px;
    margin-bottom: 10px !important;
  }


  #sections .section_txt :is(.tertiarythumb, .specialthumb) {
    height: 400px;
  }

  #sections .section_title {
    gap: 0;
    padding: 60px 30px 10px;
  }

  .sectionsbloc :is(.specialthumb, .tertiarythumb) {
    order: -1;
  }

}

@media(max-width: 767px) {

  /*-----------------*/
  /* INTRO / CONTENT */
  /*-----------------*/
  .home #content .content_txt .blocthumb {
    height: 300px;
  }

  #content .eb-feature-list-item {
    margin-bottom: 20px;
  }

  /*-----------------*/
  /* SECTIONS */
  /*-----------------*/
  #sections .section_txt :is(.tertiarythumb, .specialthumb) {
    height: 300px;
  }

  #sections .section_title {
    padding: 50px 20px 0;
  }
   /*------------------- 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 img
  {
    filter: brightness(0.8);
  } 
  #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: 480px) {}