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

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

@media(min-width: 1025px) {
  /*------------------- ELEMENTS ---------------------*/
  #wrappersite
  {
    overflow: hidden;
  }
  /*-----------------*/
  /* HEADER */
  /*-----------------*/
  #headerGrid {
    grid-template-areas:
      "headerCoordonnees"
      "navprimary";
    grid-template-columns: 1fr;
  }

  #logo {
    display: none;
  }

  #header-coordonnees>div br {
    display: none;
  }

  #header-coordonnees {
    padding: 8px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }

  #header-coordonnees>div {
    grid-area: auto;
    margin: 7px 0;
  }

  #header-coordonnees>div:first-child {
    order: -1;
  }

  #header-coordonnees .rightHeader {
    padding-left: initial;
    padding-right: 25px;
    text-align: right;
  }

  #header-coordonnees .rightHeader:before {
    left: initial;
    right: 0;
  }

  #header-coordonnees .headerCoordonnees_vide {
    order: -1;
    grid-row: span 2;
  }

  /*-----------------*/
  /* NAVPRIMARY */
  /*-----------------*/
  #navprimary {
    background: var(--black);
    border-radius: 3px;
  }

  #navprimary .navigmenu .naviglink.lvl-0.item-logo {
    border-radius: 50%;
    --size: 170px;
    width: var(--size);
    height: var(--size);
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -70px 20px;
  }

  #navprimary .navigmenu .naviglink.lvl-0.item-logo span {
    background-size: 84%;
  }

  /*------------------- &&& ---------------------*/
  .has-child .naviglink.lvl-0 {
    position: static;
  }

  .navigmenu .navdown {
    min-width: 800Px;
  }

  .navigmenu .naviglink.lvl-2 {
    text-align: left;
  }

  /*-----------------*/
  /* INTRO / CONTENT */
  /*-----------------*/
  .home #content .linkTurn {
    left: 9%;
    top: 20em;
  }

  .home #content .title {
    width: 80%;
    margin: 30px auto;
  }

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

  .home #content .homeContent-img .wp-block-image {
    padding-left: 30px;
    height: 100%;
  }

  .home #content .homeContent-img .wp-block-image a {
    height: 100%;
  }

  .home #content .homeContent-img .wp-block-image img {
    height: 100%;
    object-fit: cover;
  }

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

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

  .home #content .has-medium-font-size {
    font-size: 25px !important;
  }

  .home #content .tertiarythumb {
    width: 8.7%;
    height: 240px;
    top: 290px;
    z-index: 1;
  }

  .home #content .quaternarythumb {
    left: auto;
    right: 0;
    width: 9.5%;
    top: 35px;
    height: 400px;
    z-index: 1;
  }

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

  .home #content .wp-block-media-text.has-media-on-the-right {
    grid-template-columns: auto 65% !important;
    margin-bottom: 0;
  }

  .home #content .wp-block-media-text {
    overflow: visible;
  }

  .home #content .wp-block-media-text__content>p:first-child {
    padding: 30px;
    background: var(--secondary-color);
    background: color-mix(in srgb, var(--secondary-color) 70%, #00000066);
    position: relative;
    color: var(--white);
    margin-top: -300px;
  }
  /*------------------- &&& ---------------------*/
  #sections
  {
    margin-top: 100px;
  }

  /*------------------NEWS / ACTUS----------------------*/
  #news {
    padding: 230Px 20Px;
    padding-top: 120px;
  }

  .wrapperActu {
    padding-top: 50Px;
  }

  .thumbnail_slider {
    height: 180px;
  }

  .wrapper_inner_slider {
    background-color: var(--background-color);
  }

  #news .left {
    max-width: 500Px;
    margin-left: auto;
    z-index: 2;
  }

  #news .left .title {
    margin-top: 100Px;
  }

  #news .right::before {
    background: var(--background-color);
    width: calc(100% + 150Px);
    height: calc(100% + 100px);
    left: initial;
    right: 0;
  }

  #news::before {
    background: var(--light-color);
    width: 70%;
  }

  .titleImg {
    height: 300Px;
  }

}

@media(min-width: 1281px) {

  /*-----------------*/
  /* HEADER */
  /*-----------------*/
  #header:before {
    content: "";
    position: absolute;
    top: 0;
    width: calc(100% - 100px);
    max-width: 1400px;
    height: calc(100% - 30px);
    border: 1px solid var(--white);
    border-top: 0;
    left: 50%;
    z-index: -1;
    pointer-events: none;
    transform: translateX(-50%);
    opacity: 0.5;
  }

  /*-----------------*/
  /* NAVPRIMARY */
  /*-----------------*/
  #navprimary .navigmenu .naviglink.lvl-0.item-logo {
    margin: -70px 60px;
    --size: 200px;
  }
  .navigmenu .naviglink.lvl-0
  {
    padding: 20px 14px;
    font-size: 15px;
  }
  /*-----------------*/
  /* INTRO / CONTENT */
  /*-----------------*/
  .home #content {
    overflow: hidden;
  }

  .home #content .tc_content {
    padding-left: 15%;
  }

  .home #content .title h1 {
    max-width: 90%;
    margin: 0 auto;
  }

  .home #content .title {
    padding: 60px 50px;
    margin-top: 0;
    padding-top: 0;
  }

  .home #content .linkTurn {
    left: 4%;
    top: 12em;
  }

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

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

  .home #content .specialthumb {
    width: 38%;
    left: -48%;
    bottom: -320px;
    height: 400px;
  }

  .home #content .tertiarythumb {
    top: 190px;
    left: 20px;
  }

  .home #content .blocthumb::before,
  .imageRea::after {
    content: "";
    position: absolute;
    --pos: 20px;
    top: var(--pos);
    left: var(--pos);
    --size: 100%;
    width: var(--size);
    height: var(--size);
    border: 1px solid var(--tertiary-color);
    border-radius: 0px;
  }

  .imageRea::after {
    --pos: 10px;
  }

  /*------------------NEWS---------------------*/
  .wrapActu {
    gap: 100Px;
  }

  .hoverActif .content_slider {
    padding-left: 60px;
  }

  .hoverActif .thumbnail_slider {
    height: 300Px;
    transition: all 0.8s;
    width: 120%;
    transform-origin: center;
  }

  .hoverActif .text_slider {
    display: block;
  }
}

@media(min-width: 1481px) {

}

@media(min-width: 1681px) {

  /*-----------------*/
  /* INTRO / CONTENT */
  /*-----------------*/
  .home #content .homeContent-img .wp-block-image {
    padding-left: 100px;
  }

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


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

  /*-----------------*/
  /* NAVPRIMARY */
  /*-----------------*/
  .ckmenu-nav {
    background: var(--title-color);
    top: 80px;
  }

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

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

  /*-----------------*/
  /* INTRO / CONTENT */
  /*-----------------*/
  .home #content .title {
    margin: 30px auto;
  }

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

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

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

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

  .home #content,
  .home #content>.wrappercontent {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
  }

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

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

  .home #content {
    padding-top: 0px;
  }
  /*------------------- &&& ---------------------*/
  .content_slider::before
  {
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    z-index: 1;
    color: var(--tertiary-color);
  }

}

@media(max-width: 767px) {

  /*-----------------*/
  /* NAVPRIMARY */
  /*-----------------*/
  .ckmenu-nav {
    top: 70px;
  }

  /*-----------------*/
  /* INTRO / CONTENT */
  /*-----------------*/
  .linkTurn {
    --size: 10rem;
  }

  .home #content .linkTurn {
    bottom: -200px;
  }

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

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