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

@media(min-width: 768px) {
  /*------------------- INTRO / CONTENT ---------------------*/
  .home #content .wp-block-media-text
  {
    max-width: 350Px;
    grid-template-columns: 100px 1fr !important;
  }
  /*------------------- 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: 45px;
      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: 50%
  }
  #news .wrapper_slider:first-of-type .content_slider {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end
  }
  #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
  }
  .home #reassurances:before {
    height: 220%;
    top: initial;
    bottom: -40%;
    background: var(--light-color);
  }

  .picto-container li:nth-child(2),
  .picto-container li:nth-child(4) {
    margin-top: 70px;
  }

  .picto-container li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 20px;
    left: calc(100% - 50px);
    --size: 100px;
    width: var(--size);
    height: var(--size);
    z-index: -1;
    background: url(../images/arrowBetween.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .picto-container li:nth-child(even):after {
    transform: scaleY(-1);
    bottom: 30px;
    top: initial;
  }

  .picto-container li p {
    position: absolute;
    bottom: -50px;
  }
  /*---------------------------------*/
  /* SECTIONS */
  /*---------------------------------*/
  #sections .sectionsbloc.section_num2 .wp-block-columns,
  #sections .sectionsbloc.section_num3 .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}

@media(min-width: 1025px) {
  /*-----------------*/
  /* HEADER */
  /*-----------------*/
  #header {
    border-bottom: 1Px solid #ffffff3d;
    margin-bottom: -60Px;
  }

  #header-coordonnees>div br {
    display: none;
  }
  #logoheader
  {
  height: 160px;
  }
  /*------------------- INTRO / CONTENT ---------------------*/
  .home #content .secondaryImgContent
  {
    -webkit-mask: url(../images/shape.svg);
    mask: url(../images/shape.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: left center;
    -webkit-mask-position: left center;
  }
  .imgContentWrap
  {
    --size: 700px;
    width: 100%;
    height: 100%;
  }
  .home .imgContent
  {
    width: var(--size);
    height: var(--size);
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
  }
  .home .primaryImgContent
  {
    --size: 200px;
    top: calc(50% + 155Px);
    left: calc(50% + (var(--size) / 4));
    z-index: 1;
  }
  .home .imgContent img
  {
    position: absolute;
    top: 0;
    left: 0;
    --size: 100%;
    width: var(--size);
    height: var(--size);
  }
  .home .primaryImgContent img
  {
    animation: 4s floating infinite ease-in-out;
    border: 7px solid var(--background-color);
    border-radius: 50%;
  }
  @keyframes floating {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    50% {
        -webkit-transform: translateY(16px);
        transform: translateY(16px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
  }
  /*------------------- PRESTATIONS ---------------------*/
  #prestations
  {
    padding-right: 0;
  }
  .nohome #prestations
  {
    margin-top: 150Px;
  }
  #prestations>.wrappercontent
  {
    overflow-x: hidden;
    max-width: 100%;
    margin: 0 auto;
  }
  .sloganWrap
  {
    max-width: 450Px;
    margin-left: auto;
    padding-right: 50px;
  }
  #prestations>.wrappercontent>.wrapPresta
  {
    width: 100%;
    max-width: 1800Px;
  }
  .prestations-img
  {
    border-radius: 30Px;
    overflow: hidden;
    height: 400px;
  }
  #prestations .next
  {
    left: 35px;
  }
  #prestations:before {
    position: absolute;
    content: '';
    min-height: 350px;
    width: calc(100% + 0px);
    background-color: var(--black);
    top: -320px;
    left: 0;
    z-index: -1;
    border-radius: 0 500px 500px 0;
    transform: translateX(-50%) rotate(-20deg);
    transform-origin: right;
  }
  #prestations :is(.slogan,.title>h2)
  {
    color: var(--white);
  }
  /*------------------- NEWS / ACTUS ---------------------*/
  #news::before, #news .overlay {
    top: -175Px;
    height: calc(100% + 700px);
  }
  /*-----------------*/
  /* SECTIONS */
  /*-----------------*/
  #sections
  {
    padding-bottom: 200px;
  }
  #sections .sectionsbloc .section_thumb>div {
    height: 74%;
  }

  #sections .sectionsbloc .section_thumb .blocthumb {
    position: relative;
    top: 100px;
    overflow: hidden;
  }

  #sections .sectionsbloc .section_txt .wrap-text {
    max-width: 900px;
  }

  #sections .sectionsbloc.even .section_txt .wrap-text {
    margin-left: auto;
  }

  .sectionsbloc.section_num1 {
    padding-top: 0;
  }

  #sections .sectionsbloc.even:not(:first-child) {
    margin-top: -60Px;
  }

  #sections .sectionsbloc.even.section_num2 .specialthumb {
    right: 10%;
    left: initial;
    z-index: 1;
    bottom: -160Px;
  }

  .sectionsbloc.sectionsbloc.even {
    z-index: 2;
  }

  #sections .sectionsbloc.even>* {
    pointer-events: all;
  }

  #sections .sectionsbloc.even .section_txt {
    width: 60%;
  }

  #sections .sectionsbloc.even .section_txt .wrap-text {
    padding: 100px 40px 100px 120px;
    max-width: 1000px;
    margin-left: auto;
  }

  #sections .sectionsbloc.even .section_thumb {
    width: 40%;
    display: initial;
    position: static;
  }

  #sections .sectionsbloc.even .specialthumb {
    position: absolute;
    height: 700px;
    z-index: 1;
    top: auto;
    --size: 200Px;
    width: var(--size);
    height: var(--size);
    left: 72%;
    position: absolute;
    bottom: -140px;
    border-radius: 50%;
  }

  #sections .sectionsbloc.even .section_thumb .blocthumb {
    height: calc(100% + 200px);
    z-index: 1;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    top: initial;
    bottom: 100px;
  }

  #sections .sectionsbloc.odd .section_txt {
    padding-top: 280px;
    padding-bottom: 80px;
  }

  #sections .sectionsbloc.odd .section_txt:before,
  #sections .sectionsbloc.odd .section_txt:after {
    content: "";
    position: absolute;
    right: 0;
    top: 180px;
    width: 120%;
    height: calc(100% - 180px);
    background-color: var(--black);
    z-index: -1;
  }

  #sections .sectionsbloc.odd .section_txt .title h2,
  #sections .sectionsbloc.odd .section_txt,
  #sections .sectionsbloc.odd .has-medium-font-size {
    color: var(--white);
  }

  #sections .sectionsbloc.odd a:not([class*="button"]),
  #sections .sectionsbloc.odd a:not([class*="button"]) strong {
    background-image: linear-gradient(to bottom, transparent 20%, var(--white) 21%);
  }


  #sections .sectionsbloc.odd .section_thumb .blocthumb {
    top: 200px;
  }

  #sections .sectionsbloc.odd .section_thumb .specialthumb {
    top: 0
  }

  .sectionsbloc.section_num3 {
    margin-bottom: 100Px;
  }

  .sectionsbloc {
    padding: 50px 0Px;
  }

  .section_txt {
    position: relative;
    z-index: 2;
  }

  .sectionsbloc .wrap-text {
    padding: 70px;
  }
  .sectionsbloc.even .wrap-text h2
  {
    max-width: 600px;
  }
   /*-------------------FOOTER---------------------*/
   .template-contact-php #footer::before,
   .template-contact-php #footer .overlay {
     height: 100%;
   }
 
   .template-contact-php #footerLinks {
     border-color: #ffffff2b;
     margin: 0;
   }
 
   #footerForm {
     z-index: 1;
     position: relative;
   }
 
   .wrapperContact {
     padding: 0;
   }
 
   #wrapperForm {
     padding: 50Px;
   }
 
   #footerMap {
     margin: 0 auto;
     margin-top: 60px;
     width: calc(100% - 100px);
   }
 
   .maps_canvas {
     height: 100%;
     min-height: 600Px;
   }
 
   #footer #footerbloc {
     margin-left: -150px;
     padding: 60px 30px;
     border-radius: 10px;
     padding-bottom: 50px;
   }
 
   .wrapCoordFooter {
     gap: 30px;
   }
 
   #infotelfixeFooter {
     order: -1;
   }

}

@media(min-width: 1281px) {
  /*------------------- PRESTATIONS ---------------------*/
  #prestations>.wrappercontent>.wrapPresta
  {
    margin-right: -100Px;
    margin-left: auto;
  }
  /*-----------------*/
  /* SECTIONS */
  /*-----------------*/
  #sections .sectionsbloc.even .section_txt .wrap-text {
    padding: 100px 120px 100px 120px;
  }
  .sectionsbloc.section_num0 .wrap-text
  {
    padding-top: 200Px;
  }
  #sections .sectionsbloc.even .specialthumb
  {
    bottom: 50px;
    left: 53%;
    --size: 300Px;
  }
  .sectionsbloc.section_num0::before
  {
    top: 51%;
    height: calc(100% - 400px);
  }
}

@media(min-width: 1481px) {
  /*------------------- INTRO / CONTENT ---------------------*/
  .home .primaryImgContent
  {
    --size: 365px;
  }
  /*----------------SECTIONS----------------------*/
  #sections
  {
    overflow: hidden;
  }
  #sections .sectionsbloc.odd .section_txt:before, #sections .sectionsbloc.odd .section_txt:after
  {
    height: calc(100% - 90px);
  }
  
  #sections .sectionsbloc.odd .section_txt:after
  {
    top: 60%;
    left: 50%;
    transform:translate(-50%,-50%) rotate(15deg);
    --size: 40vw;
    width: var(--size);
    height: var(--size);
    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);
    opacity: .075;
  }
}

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


@media(max-width: 1680px) {
  #reassurances
  {
    padding-bottom: 200Px;
  }

}

@media(max-width: 1480px) {
  /*-----------------*/
  /* SECTIONS */
  /*-----------------*/
  .sectionsbloc .wrap-text {
    padding: 80px 60px;
  }

}
@media(max-width: 1280px) {
  /*-----------------*/
	/* HEADER */
	/*-----------------*/
	.tampon {
	  width: 170px;
	}
  
}

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

	.tampon {
	  width: 140px;
	}
  #header-coordonnees
  {
    transform: initial!important;
    left: initial;
  }

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

  .title.md-tac:not(.no-after):after {
    left: 50%;
    transform: translateX(-50%);
  }
  /*------------------- INTRO / CONTENT ---------------------*/
  .imgContent *
  {
    line-height: 0;
    height: 100%;
  }
  .imgContent
  {
    margin-bottom: 30px;
  }
  /*------------------- 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 .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;
  }
  /*------------------- REASSURANCES ---------------------*/

  #reassurances
  {
    padding: 30Px 10px;
    padding-bottom: 100Px;
  }

  .picto-bloc:nth-child(2)::after
  {
    display: none;
  }
  .picto-container 
  {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .picto-bloc .picto-inner
  {
    --size:200px;
  }
  /*------------------- PRESTATIONS ---------------------*/
  .wrapPresta
  {
    flex-direction: column;
  }
  .prestations-wrapper
  {
    padding-left: 20px;
  }
  /*------------------SECTIONS-----------------*/
  .wrap-text {
    max-width: 700Px;
    margin: 0px auto;
  }

  #sections .section_thumb {
    grid-gap: 0;
  }

  #sections .section_thumb img {
    transform: none !important;
  }

  .certifications {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .sectionsbloc .wrap-text {
    padding: 80px 25px;
  }
  .circleDegrade::after
  {
    display: none;
  }
  /*-------------------FOOTER---------------------*/
  #footer #footerbloc
  {
    margin-left:auto;
    margin-right:auto;
    width: 100%;
    max-width: 700Px;
  }
  .wrapperContact {
    padding: 20px 10px;
  }

  .wrapCoordFooter {
    gap: 15px;
  }

  #footerLinks {
    background: var(--background-color);
    margin-top: 0;
  }

  .wp-block-lazyblock-infosociete * {
    word-break: break-all;
  }

  #footer .wrapCoordFooter>*>span>span
  {
    padding-left: 20px;
  }

}

@media(max-width: 767px) {

	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	.tampon {
	  width: 160px;
	}
  /*------------------- INTRO / CONTENT ---------------------*/
  .home #content .wp-block-media-text__content
  {
    justify-content: center;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
  }
  .home #content .tc_content .wp-block-media-text__media
  {
    height: 100Px;
  }
  /*------------------- NEWS / ACTUS ---------------------*/
  #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;
  }
  /*------------------- reassurances ---------------------*/
  .picto-container 
  {
    grid-template-columns: repeat(1,1fr);
  }
  /*-----------------*/
  /* SECTIONS */
  /*-----------------*/
  .sectionsbloc .wrap-text {
    padding: 50px 25px;
  }
}

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