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

@media(min-width: 768px) {

    /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations .bloc_prestations{ padding: 10px ;}
	#prestations .bloc_prestations:nth-child(2) {padding: 0;}

	#prestations .prestations-wrapper{height: 340px;}
	#prestations .bloc_prestations:nth-child(2) .prestations-wrapper {height: 430px;}
	#prestations .prestations-content{padding: 50px 20px;}

	#prestations .prestations-txt .liresuite{margin-top: 50px;}
}

@media(min-width: 1025px) {
 
/*------------------- HEADER ---------------------*/
   #info-toogle::before
   {
    --size:130px;
    top: -35px;
   }
   #info-toogle {
    position: fixed;
    right: 10px;
    top: 0px;
    background: #fff0;
  }

  .is-toggle-open #header #info-toogle:before {
    opacity: 1;
  }


  #header-coordonnees {
    display: grid;
    grid-template-columns: 3fr 2fr;
    align-items: center;
    align-content: center;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
    gap: 100px;
  }

  .wrapCoordOnly {
    display: grid;
    align-items: center;
    gap: 20px;
  }

  .imagesCoord {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
  }

  .imagesCoord>*:nth-child(1) {
    height: 50svh;
    z-index: 1;
    position: relative;
    margin-right: -100Px;
    width: calc(100% + 100px);
  }

  .imagesCoord>*:nth-child(2) {
    height: 80svh;
    margin-left: -50px;
    width: calc(100% + 50px);
    z-index: 0;
    position: relative;
  }
  #navprimary .navigtoogle:not(:last-child)>.naviglink::before
  {
    content: "";
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    right: 0;
    width: 1px;
    height: 20px;
    border-right: 1px solid var(--white);
    opacity: 0.5;
  }
  
   
    /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations{margin-bottom: 80Px;z-index: 3;margin-top: -150px;}
	#prestations .prestations-txt .tc_excerpt{display: block;}
	#prestations .bloc_prestations{ padding: 10px 20px;}
	#prestations .prestations-content{padding: 60px 30px;}
	#prestations .prestations-title h3{
		font-size: 30px;
	}
    /*-----------------*/
	/* INTRO / CONTENT */
	/*-----------------*/
	.home #content{
        padding-top: 0; 
        margin-top: -100px;
    }

	.home #content .content-txtHome > .wp-block-column{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		align-items: center;
	}
	.home #content .content-txtHome .title{
		padding-right: 50px;
		padding-bottom: 0;
		margin: 0;
	}
	.home #content .content-txtHome .title:after{
		right: 0;
		width: 2px;
		height: 50%;
		top: 50%;
		transform: translateY(-50%);
		left: auto;
	}
	.home #content .content-txtHome .content_text{
		padding: 30px 50px;
	}
    .home #content::before
    {
        background: var(--black);
        -webkit-mask: url(../images/bottomCurve.svg);
        mask: url(../images/bottomCurve.svg);
        mask-size: cover;
        -webkit-mask-size: cover;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-position: bottom center;
        -webkit-mask-position: bottom center;
        height: calc(100% + 200px);
        top: 100px;
    }
    .home #content
    {
        padding-bottom: 0;    
    }
    /*------------------- &&& ---------------------*/
    #video
    {
        padding-bottom: 300px;
    }
    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    #sections {
        padding: 80px 30px 70px;
        padding-bottom: 0;
    }

    .sectionsbloc .blocthumb {
        position: absolute;
        left: 0;
        top: 0;
        width: 65.9%;
        height: 100%;
    }

    .sectionsbloc .wrap-text {
        padding: 0;
        max-width: 57%;
        margin-left: auto;
        background: var(--background-color);
        position: relative;
        z-index: 1;
        padding: 30px;
        margin-bottom: 50px;
    }

    .section_txt {
        padding-top: 100px;
    }

    .section_title .title {
        max-width: 50%;
        margin-bottom: 60px;
    }

    .section_thumb .specialthumb {
        position: absolute;
        width: 284px;
        height: 284px;
        z-index: 1;
        top: -285px;
        left: -100px;
    }

    .section_thumb .tertiarythumb {
        height: 80%;
        position: relative;
        top: -15%;
    }

    .section_thumb .tertiarythumb img {
        object-position: center;
    }

    .section_thumb {
        padding-left: 30px;
    }

    .sectionsbloc {
        padding: 100px 0px;
    }

    .section_num2
    {
        padding-bottom: 0;
    }
    .sectionsbloc.odd::before
    {
        background: var(--black);
        bottom: 0;
        top: initial;
        height: calc(100% + 250px);
    }
    .sectionsbloc.odd .wrap-text,
    .sectionsbloc.odd::before
    {
        background: var(--black);
    }
    /*------------------- &&& ---------------------*/
    #reassurances
    {
        z-index: 2;
    }
    /*------------------- 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: 2em;
        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: 90%;
    }

    #news .wrapper_slider:first-of-type .content_slider {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #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
    }

    #news .wrapper_slider:first-of-type .content_slider {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #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%;
    }

    /*------------------REASSURANCES----------------------*/

    .nohome #reassurances {
        margin-bottom: 100px;
    }

    #reassurances .title h2 {
        font-size: 3em;
    }

    .reaFull::before {
        left: 50%;
        z-index: -1;
        top: -70px
    }

    .wrapRea {
        margin: 180px 0;
        width: 100%;
    }

    #reassurances::before,
    #reassurances .overlay {
        width: 55%;
        clip-path: polygon(0 0, 55% 0, 63% 10%, 100% 10%, 100% 100%, 0 100%);
    }

    .picto-container {
        margin: 100px 0;
        margin-left: -60px;
        z-index: 1;
    }

    .picto-container {
        flex-direction: column;
    }

    .picto-bloc {
        padding: 40px 40px;
        box-sizing: border-box;
        display: grid;
        align-items: center;
        grid-template-columns: 70px 1fr;
    }

    .picto-container li p {
        margin-top: 8px;
        line-height: 1.6em;
        font-family: var(--font-bold);
        text-align: left;
        padding: 0 40px;
        box-sizing: border-box;
    }

    /*------------------- 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) {

    /*------------------- &&& ---------------------*/
    .navigmenu .naviglink.lvl-0
    {
        padding: 20px 14px;
        font-size: 15px;
    }
     /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations .prestations-content{padding: 60px 40px;}
	#prestations .bloc_prestations{ padding: 10px 40px;}
	.sectionsbloc .wrap-text {padding: 100px 120px}
    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .section_thumb .specialthumb {
        width: 334px;
        height: 334px;
        top: -305px;
    }

    #sections {
        padding: 100px 0 70px;
        padding-bottom: 0;
    }

    .sectionsbloc .wrap-text {
        padding: 50px;
        max-width: 55%;
        /* box-shadow: 0px 20px 20px #00000042; */
    }
}

@media(min-width: 1481px) {


    /*------------------- SECTIONS ---------------------*/
    .section_num2 {
        padding-top: 80px;
    }
}

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


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

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

@media(max-width: 1280px) {

    /*-----------------CTAFOOTER------------------------*/
    #ctaFooter .title small {
        font-size: 10vw;
    }
}

@media(max-width: 1024px) {

/*---------------HEADER---------------------*/
  body:not(.is-toggle-open) #header .ckmenu {
    position: relative;
    z-index: 1000
  }

  .logoParent {
    display: none;
  }

  #header .ckmenu-nav {
    top: -20px;
    padding-top: 50px
  }

  #headerGrid {
    align-items: start;
  }
  .ckmenu::before {
      content: '';
      position: absolute;
      top: -30px;
      left: -30px;
      --size: 110px;
      width: var(--size);
      height: var(--size);
      z-index: -1;
      background: var(--primary-color);
      border-radius: 50%;
  }
  .wrapCoordOnly
  {
    display: grid;
    gap: 20px;
    justify-items: center;
  }
  #logo
  {
    margin-top: 40Px;
  }


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

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

    /*-------------------REASSURANCES-------------------*/
    #reassurances {
        padding: 80px 20px 30px;
        background: var(--light-color);
    }

    .picto-container {
        justify-items: center;
    }

    .picto-container li {
        display: flex;
        align-items: center;
        padding: 0 20px;
        margin: 15px 0;
        flex-direction: column;
        text-align: center;
        flex: 1 1 25%;
    }

    #reassurances .title h2 {
        /* color: var(--black); */
    }

    #reassurances::before,
    #reassurances .overlay {
        display: none;
    }

    #reassurances .title {
        text-shadow: 0px 0px 0px #000;
    }

    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    #choixSections {
        display: none;
    }

    #sections .sectionsbloc {
        flex-direction: column;
        display: flex;
        padding: 10px;
    }

    #sections .section_thumb {
        display: grid;
        align-items: stretch;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 10px;
    }

    #sections .section_thumb>div {
        height: 100%;
    }

    #sections .section_txt .wrap-text {
        grid-column: span 2;
    }

    #sections .section_txt .blocthumb {
        height: 400px;
    }

    #sections .section_title {
        padding: 60px 30px 10px;
    }

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

@media(max-width: 767px) {

  	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
	.home #content{/* margin-top: -60px; */}
	.home #content .content-txtHome {margin-top: 50px;}
	
	.home #content .content-imgHome{gap: 10px;}
	.home #content .content-imgHome .wp-block-column .wp-block-image{height: 250px;}

    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    #sections {
        padding-bottom: 0;
    }

    #sections .section_txt .blocthumb {
        height: 300px;
    }

    #sections .section_title {
        padding: 50px 25px 0;
    }

    /*------------------- 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 img {
        filter: brightness(0.8);
    }

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

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

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