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

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

@media(min-width: 1025px) {
  /*------------------- HEADER ---------------------*/
  #header-coordonnees
  {
    background: var(--black);
    border-radius: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 6px 70px;
    margin-bottom: 10px;
  }
  .navigtoogle.has-child
  {
    position: static;
  }
  .navigmenu .navdown
  {
    min-width: 700Px;
  }
  .navdownwrapper
  {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  #logo
  {
    margin-bottom: -100px;
  }
  /*------------------- SECTIONS ---------------------*/
  #sections .sectionsbloc .section_thumb .blocthumb img
  {
      height: 150%;
      min-height: 500px;
  }
  /*------------------- REASSURANCES ---------------------*/
  #reassurances
  {
    padding-bottom: 200px;
  }
  /*------------------- NEWS / ACTUALITES ---------------------*/
  #news
  {
    padding-top: 0;
    z-index: 2;
    margin-top: -100px;
  }
  .content_slider
  {
    background: var(--background-color);
    border-radius: 6px;
    box-shadow: 0px -10px 20px #00000012;
  }

}

@media(min-width: 1281px) {
  /*------------------- HEADER ---------------------*/
  #navprimary
  {
    padding-right: 50px;
  }
  #logo
  {
    position: relative;
    left: 50px;
  }
}

@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: -10px;
    padding-top: 80px;
  }

  #headerGrid {
    align-items: start;
  }
  .tb_hoverBloc
  {
    display: none;
    max-width: 600Px;
    margin: 0 auto!important;
  }
  /*-------------------MDTAC---------------------*/
  .md-tac {
    text-align: center;
  }

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

}

@media(max-width: 767px) {
  .menuarticle .tb_hoverBloc
  {
    grid-template-columns: 1fr;
  }
}

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