@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%;
  }
  #news .wrapper_slider:first-of-type .thumbnail_slider img
  {
    filter: brightness(0.5);
  }
}

@media(min-width: 1025px) {
   /*-----------------*/
  /* HEADER + NAVPRIMARY */
  /*-----------------*/
  .navigmenu .naviglink.lvl-0:not(.item-logo) span:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -15px;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -moz-transition: -moz-transform .25s cubic-bezier(.25,.8,.25,1);
    -o-transition: -o-transform .25s cubic-bezier(.25,.8,.25,1);
    -webkit-transition: -webkit-transform .25s cubic-bezier(.25,.8,.25,1);
    transition: transform .25s cubic-bezier(.25,.8,.25,1);
    height: 3px;
    background: var(--primary-color);
  }
  .navigmenu .active .naviglink.lvl-0 span:after, 
  .navigmenu .naviglink.lvl-0:hover span:after {
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -moz-transform: scale(1,1);
      -ms-transform: scale(1,1);
      -webkit-transform: scale(1,1);
      transform: scale(1,1);
  }
  .navigmenu .navbloctitle {
      font-size: 18px;
      color: var(--black);
      border-bottom: 1px solid rgba(0,0,0,.2);
      padding: 14px 8px;
  }
  .siteDE .navigmenu .naviglink
  {
    font-size: 12Px;
    padding: 20px 7px;
  }
  #header-coordonnees::before {
    border: 1px solid rgb(255 255 255 / 40%);
    border-top: none;
    height: calc(100% - 5px);
    box-sizing: border-box;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 59% 100%, 57% 90%, 43% 90%, 41% 100%, 0 100%);
  }

  .navigmenu .naviglink.lvl-2 span {
    padding: 0 0 0 15px;
    display: block
  }

  .navigmenu .naviglink.lvl-2 {
    text-align: left;
    padding: 10px;
    font-size: 14px;
  }

  .navigmenu .naviglink.lvl-2 span:before {
    content: "";
    --size: 6px;
    position: absolute;
    top: 5px;
    left: 0;
    background: var(--primary-color);
    width: var(--size);
    height: var(--size);
    border-radius: 100%
  }

  header:not(.fixed-header) .navigtoogle:not(.navigtoogleLogo) 
  {
    border: 1px solid rgb(255 255 255 / 40%);
    /* background: #064e9f6b; */
    border-left: none;
    border-right: none;
    position: relative;
  }
  #navprimary .navigmenu .naviglink.lvl-0.item-logo
  {
    border: 1px solid rgb(255 255 255 / 40%);
    border-top: none;
  }
  .navigtoogle.social .naviglink.lvl-0
  {
    --padding: 18Px;
    padding-bottom: var(--padding);
    padding-top: calc(var(--padding) + 1px);
  }

  #infoadresse br {
    display: none;
  }

  #header-coordonnees .right {
    order: 2
  }


  #infotelportButton {
    padding: 6px 40px 6px 20px;
  }


  #header-coordonnees #infotelportButton:before {
    right: 15px;
  }

  #logoCoordonnees>a,
  #logo>a {
    height: 200px;
    padding: 10px 25px;
    margin: 0 auto;
    position: relative;
    margin: -20px auto;
    margin-bottom: -174px;
  }
  
  .fixed-header .navigtoogleLogo
  {
    background-color: #fff;
    background-image: url(../images/fav.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    --size: 60Px;
    width: var(--size);
    height: var(--size);
  }
  .fixed-header .navigtoogleLogo>a
  {
    display: none;
  }
  #navprimary .navigmenu .naviglink.lvl-0.item-logo span
  {
    margin-top: -115px;
  }
  .navigmenu .navdown
  {
    min-width: 700Px;
  }
  .navdownwrapper
  {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
  }
  .navigmenu .prestaMenuParent .navdown
  {
    min-width: 800Px;
  }
  /*------------------- HEADERHOME ---------------------*/
  #headerHome .overlay
  {
    background: linear-gradient(to bottom, var(--black), var(--overlay-color));
    opacity: 0.75;
  }
  #headerHome-accroche
  {
    max-width: 600Px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    align-items: center;
    align-content: center;
  }
  /*-----------------*/
  /* 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 {
    overflow: hidden;
  }
  .home #reassurances::before {
    background-image: linear-gradient(to right, #ececec 1px, transparent 1px), linear-gradient(to bottom, #ececec 1px, transparent 1px);
    background-position: 0 0;
    background-size: calc(100vw / 16) calc(100vw / 16);
    --size: 70vw;
    width: var(--size);
    height: var(--size);
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%) rotate(15deg);
  }
  .home #reassurances::before
  {
    opacity: 0.7;
  }
  /*-----------------*/
  /* 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) {
  /*------------------- HEADER ---------------------*/
  .navigmenu .naviglink.lvl-0
  {
    padding: 20px 10px;
    font-size: 15px;
  }
  #header-coordonnees
  {
    padding: 15px 100px;
  }
   /*------------------- NAVPRIMARY ---------------------*/
  .navigmenu .naviglink.lvl-0 {
    padding: 20px 14px;
    font-size: 15px;
  }

  .navigmenu .navdown
  {
    min-width: 1000Px;
  }
  .menuarticle .tb_hoverBloc
  {
    grid-template-columns: repeat(4, 1fr);
  }
  /*-----------------*/
  /* CONTENT */
  /*-----------------*/
  .home #content .content_thumb .specialthumb {
    width: 334px;
    height: 394px;
    top: -355px;
  }

  .home #content {
  }

  .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: -20px;
    padding-top: 50px
  }

  #headerGrid {
    align-items: start;
  }

  .vide
  {
    display: none;
  }

  /*-------------------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) {}