@media not all and (min-resolution:.001dpcm) { 
	@media {
    /*
      MEDIA QUERIES POUR CIBLER SAFARI UNIQUEMENT
     */   
    
    }
}
@media(min-width: 481px){}

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

@media(min-width: 1025px){
	/*-----------------*/
	/* HEADER */
    /*-----------------*/
	#header-coordonnees::before {
        border: 1px solid rgb(255 255 255 / 40%);
        border-top: none;
        box-sizing: border-box;
        border-radius: 50px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
	#header-coordonnees #logoCoordonnees{
	    margin: 0 30px;
	    order: 0;
	    grid-row: span 2;
	}
	#header-coordonnees #logoCoordonnees img{width: 288px;}
	
	#header-coordonnees>:nth-child(1),
    #header-coordonnees>:nth-child(4),
    #header-coordonnees>:nth-child(6) {
	    padding: 0 24px 0 0;
	    text-align: right;
	   }

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

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

	/*-----------------*/
	/* NAVPRIMARY */
    /*-----------------*/
	.navigmenu .naviglink.lvl-0:not(.item-logo) span:after{
	    height: 3px;
	    bottom: -14px;
	}
	.navigmenu .naviglink.lvl-2 span{padding-left: 14px;}
	.navigmenu .naviglink.lvl-2 span:before{
		content: "";
		--size: 6px;
		width: var(--size);
		height: var(--size);
		position: absolute;
		left: 0;
		background: var(--primary-color);
		top: 10px;
	}
	/*-----------------*/
	/* INTRO / CONTENT */
    /*-----------------*/
    .home #content .linkTurn {
	    left: 9%;
	    top: 20em;
    }
    .home #content {
		overflow: hidden;
		padding-bottom: 200px;
		padding-top: 120px;
	}
	.home #content .title{
	    max-width: 690px;
	    margin: 0 auto 60px;
	}
    .home #content .blocthumb {
		height: 460px;
		max-width: 740px;
		margin: 0 auto;
	}

    .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;
	    overflow: hidden;
	  }


   .home #content .tertiarythumb {
	    width: 10.7%;
	    height: 240px;
	    top: 340px;
	    left: 5%;
	    z-index: 1;
	}

    .home #content .quaternarythumb {
	    left: auto;
	    right: 0;
	    width: 9.5%;
	    top: 175px;
	    height: 400px;
	}
	
    .home #content .specialthumb {
	    width: 20%;
	    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!important;}

    .home #content .wp-block-media-text__content{
	    margin-top: -200px;
	    z-index: 1;
    }

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.prestations-content :is(h2,h3){
    font-size: 28px;
}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections{padding: 80px 30px 0;}
	#sections .blocthumb {
        position: absolute;
        left: 0;
        top: 0;
        width: 65.9%;
        height: 85%;
    }
	.sectionsbloc .wrap-text {
        padding: 0;
        max-width: 57%;
        margin-left: auto;
        background: var(--white);
        position: relative;
        z-index: 1;
        padding: 30px;
    }
	.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{padding-left: 30px;}
	.sectionsbloc{
		padding-top: 180px;
	}

	
    /*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
	#galleryHome{margin-top: 100px;	}
    #galleryHome .gallery {
        grid-gap: 27px;
        grid-template-columns: repeat(32,1fr);
        grid-template-rows: repeat(13,52px);
    }
   
    #galleryHome .gallery .gallery-item:first-of-type {
        grid-row: span 3;
        grid-column: span 11;
        padding-left: 24%;
        padding-right: 24%;
    }

    #galleryHome .gallery .gallery-item:nth-child(2) {
        grid-column: span 8;
        grid-row: span 6;
        padding-top: 152px;
    }

    #galleryHome .gallery .gallery-item:nth-child(3) {
        grid-column: span 10;
        grid-row: span 6;
    }

    #galleryHome .gallery .gallery-item:nth-child(4) {
        grid-column: span 3;
        grid-row: span 6;
        padding-top: 82px;
    }

    #galleryHome .gallery .gallery-item:nth-child(5) {
        grid-column: span 6;
        grid-row: span 4;
    }
    #galleryHome .gallery .gallery-item:nth-child(6) {
        grid-column: span 5;
        grid-row: span 3;
    }
    #galleryHome .gallery .gallery-item:nth-child(7) {
        grid-column: span 8;
        grid-row: span 4;
    }
    #galleryHome .gallery .gallery-item:nth-child(8) {
        grid-column: span 11;
        grid-row: span 5;
    }
    #galleryHome .gallery .gallery-item:nth-child(9) {
        grid-column: span 6;
        grid-row: span 4;
    }
    #galleryHome .gallery .gallery-item:nth-child(10) {
        grid-column: span 6;
        grid-row: span 4;
    }
    #galleryHome .gallery .gallery-item:nth-child(11) {
        grid-column: span 8;
        grid-row: span 4;
        position: absolute;
        height: 210px;
		width: 20.8% !important;
        bottom: 0;
        right: 0;
    }

    /*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footer:before{
	    height: 500px;
	    top: 70px;
	}
	.wrapperContact{width: 90%;}
	#infoadresseFooter br, 
	#infoouvertureFooter br{display: none}
}

@media(min-width: 1281px){

	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#header-coordonnees #logoCoordonnees{margin: 0 50px;}

	
	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
    .home #content .linkTurn {
	    left: 7%;
	    top: 16em;
    }
	.home #content .blocthumb {max-width: 840px;}
	.home #content .title{max-width: 750px;}
	
    .home #content .homeContent-img .wp-block-image {padding-left: 50px;}
	.home #content .quaternarythumb {width: 12.5%;}

    .home #content .specialthumb {
	    width: 29%;
	    left: -26%;
	    bottom: -320px;
	    height: 400px;
	}
	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	.section_thumb .specialthumb{
	    width: 334px;
	    height: 334px;
	    top: -305px;
	}
	#sections{padding: 100px 0 0 }
	.sectionsbloc .wrap-text{
		padding: 50px;
		max-width: 47%;
	}

}

@media(min-width: 1481px){
	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
	.home #content .tc_content{padding-left: 15%;}
    .home #content .linkTurn {left: 2%;}
	.home #content .blocthumb {max-width: none}
	.home #content .specialthumb {
		width: 27%;
		left: -30%;
	}
}

@media(min-width: 1681px){
	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
	.home #content .homeContent-img .wp-block-image {padding-left: 100px;}
	.home #content .specialthumb {
		width: 35%;
        left: -42%;
	}
}

@media(min-width: 1881px){
    /*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
	.home #content .homeContent-img .wp-block-image {padding-left: 100px;}
    .home #content .quaternarythumb {
	    right: 4%;
  	    width: 16.5%;
    }
}
@media(max-width: 1680px){}

@media(max-width: 1480px){
	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
	.home #content .wrappercontent.medium{max-width: 950px;}
}

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

@media(max-width: 1024px){
	/*-----------------*/
	/* LOADER */
	/*-----------------*/
	#loader-wrapper svg{width: 300px;}

	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#header-coordonnees #logoCoordonnees{order: -1;}
	
	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	.has-child-megamenu .naviglink.lvl-2{text-align: center;padding: 7px 10px;}
	
	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
    .home #content .wp-block-columns {flex-wrap: wrap !important;}

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

    .home #content .wp-block-columns>div {flex-basis: 100% !important;}
	.home #content{overflow: hidden;}
    .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: 60px;
	    padding: 0 2px;
	}

	.home #content :is(.tertiarythumb, .quaternarythumb) {margin: 0;}
	
    /*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
	#galleryHome .wp-block-image:nth-child(11){grid-column: span 2;}
	#galleryHome{padding-bottom:2px;}

    /*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news {padding: 60px 30px;}
	#news .next_slider {width: 140px;}
	
	.title_slider {font-size: 18px;}
    .newsdate .day {font-size: 22px;}
    .newsdate .month {font-size: 16px;}
	.newsdate {
        padding: 20px 20px;
        height: calc(100% - 140px);
        top: 50px;
        left: -60px;
        min-height: 150px
    }
	
    #news .content_slider {padding: 50px 0 50px 80px;}
	.thumbnail_slider{height: 300px;}
	#news-title {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        border: none;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    #news-title .title { margin-bottom: 10px}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#choixSections {display: none;}
	#sections .sectionsbloc {
	    flex-direction: column;
	    display: flex;
	}
	#sections .section_thumb  {
		display: grid;
		align-items: stretch;
		grid-template-columns: repeat(2,1fr);
	}
	#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 #footerbloc {
		grid-template-areas:
			"infoadresseFooter              infotelportFooter        infoouvertureFooter";
		grid-template-columns:  1fr 1fr  1fr;
		grid-column-gap: 20px;
	}
	#footer:before{content: none;}
	.imgContact {height: 300px;}
	
	#wrapperForm{padding: 40px 20px;}
}

@media(max-width: 767px){
	/*-----------------*/
	/* LOADER */
	/*-----------------*/
	#loader-wrapper svg{width: 200px;}
	
	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
	.home #content .linkTurn {--size: 10rem;bottom: -140px;}
	.home #content :is(.tertiarythumb, .quaternarythumb) {margin-top: 60px;}
	.home #content :is(.blocthumb, .specialthumb, .tertiarythumb, .quaternarythumb){margin-bottom: 5px;}
	.home #content :is(.blocthumb, .specialthumb, .tertiarythumb, .quaternarythumb) {height: 200px;}
	
    /*-----------------*/
    /* ACTU */
    /*-----------------*/
	.thumbnail_slider{height: 250px;}
	#news {padding: 50px 15px;}

    #news .content_slider {padding: 40px 0 20px}
	.text_slider, .text_slider a{font-size: 14px;}
    .newsdate {
        left: 20px;
        top: -40px;
        height: auto;
        padding: 10px 15px;
        min-height: auto
    }
    .newsdate .month {font-size: 14px;}
    .newsdate .day {font-size: 18px;}
    .title_slider {font-size: 16px;}
    #news .next_slider {
		justify-content: flex-start;
		width: auto;
	}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .section_txt .blocthumb{height: 300px;}
	#sections .section_title{padding: 50px 15px 0;}

    /*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer #footerbloc {
		grid-template-areas:
	        "infoadresseFooter"       
			"infotelportFooter"
			"infoouvertureFooter"
		;
	    grid-template-columns:  1fr;	
	}
}

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