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

@media(min-width: 768px) {

}

@media(min-width: 1025px) {
  /*------------------- HEADERHOME ---------------------*/
  #headerHome
  {
    padding-bottom: 100px;
    overflow: hidden;
  }
  body .vegas-container {
    clip-path: polygon(100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
  }
  #headerHome:before, #headerHome:after {
    content: "";
    position: absolute;
    background: var(--primary-color);
    z-index: -1;
    --size: 600px;
    width: var(--size);
    height: var(--size);
    left: -100px;
    top: auto;
    bottom: 110px;
    transform: rotate(75deg);
  }
  #headerHome:after {
    left: initial;
    right: -100px;
    transform: rotate(-75deg);
  }
  /*------------------- CERTIFICATIONS ---------------------*/
  #certifications .cksliderwrap
  {
    max-width: 80%;
    margin-left: auto;
  }
  #certifications .wrappercontent
  {
      width: 95%;
      border-radius: 10px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      overflow: hidden;
  }
  /*------------------- INTRO / CONTENT ---------------------*/
  .home #content .title
  {
    position: sticky;
    top: 20px;
  }
  .home .safari #content
  {
    z-index: 400;
  }
  /*------------------- SECTIONS ---------------------*/
  .sectionsbloc .specialthumb::before
  {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -2px;
    width: calc(100% - 8px);
    height: 50%;
    border:6px solid var(--primary-color);
    border-right: none;
    border-top: none;
    z-index: 1;
  }
  .sectionsbloc .specialthumb::after
  {
    content: "";
    position: absolute;
    bottom: -5px;
    right: -44px;
    --size: 50px;
    width: var(--size);
    height: var(--size);
    background-image: url(../images/prise.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .sectionsbloc .specialthumb img
  {
    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
  }
  /*------------------- FOURNISSEURS ---------------------*/
  #partenaires h3
  {
    margin-bottom: -20px;
    background: var(--primary-color);
    z-index: 3;
    position: relative;
    top: 10px;
    padding: 5px 30px;
    font-size: 14px;
    display: inline-block;
    margin-top: 0px;
  }
}

@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: 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
  {
    background: var(--white);
  }

}

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

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