@media(min-width: 481px) {
  /*------------------- REASSURANCES ---------------------*/
  .picto-container
  {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
}

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

@media(min-width: 1025px) {

  /*-----------------*/
  /* HEADER */
  /*-----------------*/
  #infoadresse {
    order: -1
  }

  #header-coordonnees div br {
    display: none
  }

  #logoCoordonnees {
    grid-row: span 2;
    order: -1;
    margin: 0 60px;
  }

  #logoCoordonnees a {
    width: 260px;
    margin: 0 auto;
  }

  #header-coordonnees {
    margin: 10px auto 20px;
  }

  #header-coordonnees>:nth-child(1),
  #header-coordonnees>:nth-child(4) {
    padding: 0 24px 0 0;
    text-align: right
  }

  #header-coordonnees>:nth-child(1) span,
  #header-coordonnees>:nth-child(4) span {
    text-align: right
  }

  #headerSocial .sociblock .share-buttons {
    justify-content: flex-start
  }

  #header-coordonnees>:nth-child(1):before,
  #header-coordonnees>:nth-child(4):before {
    right: 0;
    left: auto
  }

  /*-----------------*/
  /* NAVPRIMARY */
  /*-----------------*/
  #navprimary {
    background: var(--primary-color);
    border-radius: 3px;
    padding: 0 20px;
    z-index: 2;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    width: 96%;
    margin: 0 auto -30px;
  }

  .navigmenu .navigBloc {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .navigtoogle.social .naviglink.lvl-0 {
    padding: 14px 10px;
  }

  .navigmenu .naviglink.lvl-3 span {
    padding: 0 0 0 14px;
    display: inline-block;
  }

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


  /*-----------------*/
  /* HEADERHOME */
  /*-----------------*/
  #headerHome {
    margin-top: -15px;
  }
  #headerHome-content {
    padding-bottom: 150px;
  }

  .imageDiapo
  {
      clip-path: polygon(1% 5%, 99% 0%, 94% 100%, 4% 96%);
  }
  /*-----------------*/
  /* INTRO / CONTENT */
  /*-----------------*/
  .titleWrap
  {
      padding: 30px 0;
      margin-top: -30px;
      --left:40px;
      padding-left: var(--left);
  }

  /*------------------- ELEMENTS ---------------------*/
  #prestations .title small
  {
    font-family: var(--font-alt);
    font-size: 5em;
    color: var(--black);
    opacity: 0.05;
    margin-bottom: -40px;
    margin-top: -50px;
    margin-left: -20px;
  }
  /*------------------- PRESTATIONS ---------------------*/
  #prestations::before
  {
      width: 90%;
      height: 75%;
  }
  .prestations-content
  {
    position: absolute;
    bottom: 0;
    left:0;
    max-width: 500px;
    width: 50%;
    padding: 0px;
    background: #fff0;
  }
  .prestations-content .title_content
  {
    color: var(--white);
    padding: 0 30px;
  }

  .prestations-contentWrap
  {
    padding: 50px;
    background: var(--background-color);
  }
  
  #choixPrestations {
    display: flex;
    flex-direction: column; /* Empile les éléments verticalement */
    transform: rotate(-90deg) translateY(400px) translateX(-250Px);
    transform-origin: left bottom;
    width: 750px;
    height: 400px;
  }
  
  .linkPresta {
    display: grid;
    align-items: center;
    padding: 10px;
    flex: 1;
    transition: all 0.4s;
    counter-increment: linkPresta;
    background: var(--primary-color);
    position: relative;
  }
  .linkPresta::before {
    content: "0" counter(linkPresta); 
    position: absolute;
    left: 20px; 
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--font-title);
    color: var(--white); 
    border-right: 1px solid var(--white);
    padding-right: 15px;
  }
  .linkPresta:hover,#choixPrestations:not(:hover) .linkPresta.active
  {
    flex: 2;
    background: var(--tertiary-color);
  }
  .prestations-img
  {
    width: calc(100vw - 350px);
    clip-path: polygon(0% 10%, 45% 10%, 48% 0, 100% 0, 100% 100%, 83% 100%, 80% 90%, 55% 90%, 52% 100%, 0 100%);
  }
  .fullBorder
  {
    border-left: 1px solid #ffffff2b;
    padding: 100Px 0;
  }
  #prestations .title:not(.no-after):after
  {
    width: 2px;
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: var(--quaternary-color);
  }

  #choixPrestations .linkPresta.active p,
  #choixPrestations .linkPresta:hover p,#choixPrestations .linkPresta p {
      color: var(--white);
  }

  /*------------------- REASSURANCES ---------------------*/
  .home #reassurances
  {
    position: absolute;
    top: -250px;
    right: 2%;
    z-index: 1;
    max-width: 500px;
  }
  .nohome #reassurances
  {
    padding: 0;
  }
  .nohome #reassurances .picto-container 
  {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
  }
  .nohome #reassurances .picto-bloc:nth-child(even) 
  {
    margin-top: 50px;
  }
  .nohome #reassurances .picto-bloc:nth-child(odd) 
  {
    margin-bottom: 50px;
  }
  /*---------------------NEWS--------------------*/
  #news
  {
    padding: 0;
    margin: 100Px 0;
  }
  .formeBefore::before
  {
    clip-path: polygon(0 0, 50% 0, 60% 55%, 100% 55%, 100% 100%, 0 100%);
  }

  #news .thumbnail_slider {
    height: 700Px;
  }

  #news .content_slider {
    padding: 40Px;
  }

  #news :is(.prev, .next) {
    top: 48%;
    transform: translateY(-50%);
    padding: 40px 70px;
  }

  .wrapper_slider {
    padding: 0 50Px;
  }

  #news::before,
  #news::after {
    background: url(../images/home-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30%;
    height: 40%;
    top: 50%;
    transform: translateY(-50%);
    left: 0%;
    filter: brightness(0.5);
  }

  #news::after {
    left: initial;
    right: 0;
    background-image: url(../images/home-bg3.jpg);
  }

  #news .content_slider
  {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: var(--background-color);
  }
  /*------------------- SECTIONS ---------------------*/
  .sectionsbloc {
      padding: 70px 0Px;
  }
  .tertiary_thumb
  {
    position: absolute;
    bottom: 0Px;
    left: 50%;
    transform: translateX(-50%);
  }
  .secondary_thumb
  {
    position: relative;
    left: -200px;
    width: calc(100% + 100Px);
    margin-bottom: 90Px;
    height: 220px;
  }
  .sectionsbloc.even .secondary_thumb
  {
    left: 200px;
  }

  .sectionsbloc.even::before
  {
    width: 70%;
  }
  .sectionsbloc.odd::before
  {
    width: 5%;
    background: var(--background-color);
  }

  .secondary_thumb *
  {
    height: 100%;
  }
  .section_txt
  {
    z-index: 2;
  }
  .sectionsbloc.even::before
  {
    top: 300px;
  }

  .sectionsbloc.even.section_num2::before{
    height: calc(100% + 300px);
  }

  .sectionsbloc .specialthumb::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20Px;
    --size: 100%;
    width: var(--size);
    height: calc(var(--size) + 40Px);
    border: 1px solid var(--primary-color);
  }

  .sectionsbloc.even .specialthumb::before {
    left: initial;
    right: 20Px;
  }

  /*------------------- FOOTER ---------------------*/
  #footer::before
  {
    height: 45%;
    top: initial;
    bottom: 0;
  }
  .template-contact-php #footer::before
  {
    height: 100%;
  }
  #contactMore::before
  {
    background-image: url(../images/home-bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #contactMore .overlay
  {
    z-index: 1;
  }
  #contactMore::before,#contactMore .overlay
  {
    height: 68%;
    top: 50%;
    transform:translateY(-50%);
    width: 50%;
  } 
  #contactMore
  {
      margin-bottom: 20px;
      z-index: 16;
  }

}

@media(min-width: 1281px) {
  /*------------------- &&& ---------------------*/
  #headerHome::before
  {
    height: 20%;
    top: initial;
    bottom: -1px;
    background: var(--light-color);
  }

  /*-----------------*/
	/* INTRO / CONTENT */
	/*-----------------*/
  .home #content::before
  {
    height: calc(100% + 0px);
    top: initial;
    bottom: 0;
    clip-path: polygon(0 0, 0 85%, 25% 85%, 25% 100%, 75% 100%, 75% 90%, 100% 90%, 100% 0);
    margin-bottom: -1Px;
  }
  #content-wrapper .content-body .title {
    left: -25%;
    width: 120%;
    margin-bottom: 90px;
  }
  #content-img .specialthumb
  {
    right: 50Px;
    width: 350px;
  }
  /*------------------- SECTIONS ---------------------*/
  .secondary_thumb
  {
    height: 250px;
  }
}

@media(min-width: 1481px) {

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

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


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

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

@media(max-width: 1280px) {

  /*-----------------*/
  /* HEADERHOME */
  /*-----------------*/
  #headerHome-content {
    padding-bottom: 100px;
  }

  #certifications {
    left: 10px;
    bottom: 10px;
  }

  #certifications .linkTurn {
    --size: 160px;
  }

  #certifications img {
    width: 50px;
  }

  .bloc-offreGlobale {
    left: 20px;
    bottom: 50px;
    max-width: 375px;
  }

  .bloc-offreGlobale .offreGlobale-content {
    padding: 15px;
    font-size: 14px;
  }

  /*-----------------*/
  /* NAVPRIMARY */
  /*-----------------*/
  .navigmenu .naviglink.lvl-0 {
    padding: 20px 10px;
    font-size: 14px;
  }

  /*------------INTRO / CONTENT--------------------------*/
  .home #content {
    padding: 100px 20px
  }

  #content-wrapper {
    padding: 0 0px 0 0;
    display: flex;
    flex-wrap: wrap
  }

  #content-wrapper .content-body {
    max-width: none;
    order: -1;
    padding: 0 25px 30px;
  }

  #content-wrapper .tertiarythumb,
  #content-wrapper .quaternarythumb {
    position: relative;
    height: 250px;
    width: 50%;
    top: 0 !important;
    left: 0 !important
  }

  #content-wrapper .quaternarythumb {
    padding-right: 1px
  }

  #content-wrapper .tertiarythumb {
    padding-left: 1px
  }
  #content-wrapper .content-body .title
  {
    padding-right: 100px;
  }
  /*------------------- SECTION ---------------------*/
  .sectionsbloc:not(.section_num1) .wp-block-columns
  {
    display: block;
  }
  /*-----------------CTAFOOTER------------------------*/
  #ctaFooter .title small
  {
    font-size: 10vw;
  }
}

@media(max-width: 1024px) {

  /*-----------------*/
  /* HEADER */
  /*-----------------*/
  #logoCoordonnees {
    order: -1
  }

  #logoCoordonnees img {
    width: 150px;
  }

  #header-coordonnees>div {
    max-width: 190px;
    width: 100%;
    margin: 15px auto
  }

  /*-----------------*/
  /* NAVPRIMARY */
  /*-----------------*/
  .navigmenu .naviglink.lvl-0 {
    padding: 10px 15px;
  }

  .navigmenu .naviglink.lvl-0:hover {
    color: var(--primary-color);
  }

  .sociblock .share-buttons a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
  }

  .navigmenu .naviglink.lvl-3 {
    padding: 5px;
  }

  .navigmenu .naviglink:is(.lvl-2, .lvl-3) {
    text-align: center;
  }


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

  .title.md-tac:not(.no-after):after {
    left: 50%;
    transform: translateX(-50%);
  }
  /*------------------- HEADERHOME ---------------------*/
  #headerHome
  {
    z-index: 2;
  }
  .bloc-offreGlobale {
    bottom: -50px;
  }

  #content-wrapper .content-body .title
  {
    padding-right: 0px;
  }
  /*------------------- INTRO / CONTENT ---------------------*/
  .home #content
  {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .home #content #reassurances
  {
    grid-column: span 2;
    padding-top: 0;
  }
  #content-wrapper,#content-img
  {
    width: 100%;
  }
  /*-----------------*/
  /* PRODUCT PAGE */
  /*-----------------*/
  body.woocommerce-php #content .gutter100 {
    grid-gap: 0 50px !important;
  }

  #pagesidebar {
    margin-top: 50px;
  }

  #filter {
    padding: 30px 20px;
  }

  #sliderproductrelated .listprod {
    min-width: 50%;
  }

  .product-intro-single .summary {
    padding: 50px
  }
  /*------------------- PRESTATIONS ---------------------*/
  #prestations::before
  {
    height: 80%;
  }
  .prestations-img {
    height: 300px;
  }

  .bloc_prestations
  {
    box-shadow: 10px 10Px 20px #00000021;
  }

  .prestations-title {
    min-width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  #choixPrestations .linkPresta p:before {
    content: none;
  }

  #choixPrestations .linkPresta p {
    font-size: 13px;
    letter-spacing: 1px;
  }

  .prestations-img {
    height: 220px;
  }

  .prestations-content {
    padding: 30px 20px 70px 20px;
  }

  .prestations-content .liresuite a {
    padding: 0px 14px;
    right: initial;
    left: 50%;
    bottom: -50px;
    transform:translateX(-50%);
    margin: 0;
    background-size: 18px;
    --size: 100px;
  }

  .prestations-content .content_link,
  .prestations-content .tc_excerpt {
    font-size: 13px;
  }
/*------------------- SECTIONS ---------------------*/
  .section_num1 .wp-block-columns {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
  }
  .wrap-text
  {
    max-width: 700Px;
    margin: 0px auto;
  }
  .sectionsbloc .first_thumb,.sectionsbloc .tertiary_thumb,.secondary_thumb,.sectionsbloc .section_thumb img,.sectionsbloc .specialthumb img
  {
    height: 350px;
  }
  .sectionsbloc .specialthumb
  {
    margin-top: -150px;
  }
  .sectionsbloc .section_thumb img
  {
    transform: initial!important;
  }
  .wrap-text .title
  {
    margin-top: 30Px;
  }
  .section_thumb 
  {
    display: grid;
    align-items: stretch;
  }
  .section_txt
  {
    z-index: 2;
    position: relative;
  }

  #footer figure.wp-block-gallery.has-nested-images
  {
    gap: 0;
  }

}

@media(max-width: 767px) {

  /*-----------------*/
  /* HEADER HOME */
  /*-----------------*/

  .bloc-offreGlobale
  {
    margin: 0 auto;
    margin-top: -100px;
  }

  #headerHome-title {
    padding-bottom: 20px;
  }

  .home #headerHome {
    z-index: 2;
  }

  #headerHome-title_wrapper {
    padding: 10px;
  }

  .bloc-offreGlobale {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 360px;
    top: 34px;
    left: 0;
    width: 90%;
  }

  .offreGlobale-img {
    padding: 10px;
    width: 160px;
  }

  .bloc-offreGlobale .offreGlobale-content {
    font-size: 13px;
    padding: 15px;
  }

  .bloc-offreGlobale .offreGlobale-content p strong {
    font-size: 12px;
  }

  /*-----------------*/
  /* PRODUCT PAGE */
  /*-----------------*/
  #relatedProducts {
    padding: 90px 15px 80px;
    border-top-right-radius: 60px;
  }

  .titlesinglewoo {
    font-size: 22px;
  }

  .product-intro-single .summary {
    padding: 30px 10px;
  }

  .product-intro-single .summary .title {
    margin: 0;
  }

  #sliderproductsinglewoo .woocommerce-product-gallery__image {
    min-width: calc(100% / 5);
  }

  #sliderproductsinglewoo img {
    width: 100%;
  }

  #sliderproductrelated .listprod {
    min-width: 50%;
    padding: 0 15px !important;
  }

  #blocbreadcrumb {
    justify-content: center;
    border: none;
    padding-bottom: 0;
  }

  #breadcrumb {
    display: none;
  }

  .wpc-filter-chip {
    margin: 3px !important;
    display: inline-block;
  }

  .wpc-custom-selected-terms .wpc-filter-chips-list:not(.wpc-empty-chips-container) {
    padding: 10px 15px;
    text-align: center;
  }
}

@media(max-width: 480px) {
  /*------------------- INTRO / CONTENT ---------------------*/
  .home #content
  {
    display: grid;
    grid-template-columns: 1fr;
  }
  .home #content #reassurances
  {
    grid-column: span 1;
  }
  #content-img>.blocthumb
  {
    width: 100%;
    margin-top: 2px;
  }
}