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

@media(min-width: 768px){
    /*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
	#reassurances{padding: 120px 15px;}

     /*-----------------*/
    /* PARTENAIRES */
    /*-----------------*/
    #partenaires #partenaires-header {margin-bottom: 50px;}
    #partenaires-intro {padding-left: 60px}
}

@media(min-width: 1025px){
	/*-----------------*/
	/* ELEMENTS */
	/*-----------------*/
	.title.tar:not(.no-after):after{
		left: auto;
		right: 0;
	}

	.title h2{text-transform: uppercase}

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

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

    #logoCoordonnees img {width: 280px;}

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

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

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

    /*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
    #navprimary {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-bottom: 1px solid rgb(255 255 255 / 40%);
        border-top: 1px solid rgb(255 255 255 / 40%);
    }
	.navigmenu .social .naviglink.lvl-0{padding: 0 6px;}

	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{padding-top: 220px;padding-bottom: 100px;}
	
    /*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content {padding: 120px 0 80px;}
	.home #content .principalContent{gap: 50px;}

    .home #content .eb-wrapper-inner-blocks {
        width: 73%!important;
        padding-right: 90px;
        max-width: 1000px;
        padding-left: 60px;
    }

    .home #content .wp-block-gallery {
        margin-bottom: -350px!important;
        display: grid;
        transition: .6s;
        grid-template-columns: repeat(18,1fr);
        grid-gap: 60px;
        grid-auto-rows: 164px;
        grid-auto-flow: row dense
    }

    .home #content .wp-block-gallery .gallery-item {
        grid-column: span 4;
        width: 100%!important;
        grid-row: span 2
    }


    .home #content .wp-block-gallery .gallery-item:nth-child(1) {
        grid-column: span 4;
        grid-row: span 2
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(1) > a {height: 63%!important}

    .home #content .wp-block-gallery .gallery-item:nth-child(2) {
        grid-column: span 10;
        padding-top: 100px;
        grid-row: span 3
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(3) {
        padding-top: 165px;
        padding-left: 100px
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(4) > a {
        height: 59%!important;
        width: 63%!important;
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(4) {
        grid-column: span 5;
        top: -145px;
        grid-row: span 2;
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(5) {
        grid-column: span 13;
        top: -226px
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(5) > a {
        width: 26%!important;
        margin-left: auto;
        height: 91%!important;
        flex: 1 1 100%!important
    }

	/*-----------------*/
	/* EQUIPES */
	/*-----------------*/
	#equipes{padding-bottom: 220px;}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.home #prestations{padding-top: 160px;}
    
    /*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	.home #reassurances{
		margin-top: -120px;
		padding-top: 210px;
		padding-bottom: 160px;
	}
	.nohome #reassurances{padding: 170px 15px;}
	#reassurances .wrappercontent > div:first-child{min-width: 380px;}

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news {padding: 150px 20px 100px;}
	#news .newsdate{min-width: 150px;}
	#news:before {
		background: var(--black);
		width: 75%;
		height: 125%;
	}
	#news .title_slider{
    font-size: 26px;
}

    #news .left {
        padding-left: 30px;
        max-width: 500px;
        margin-left: auto;
        z-index: 2
    }
	#news .left .title h2{
		color: var(--white);
		text-shadow: -1px -1px 0 var(--black), 1px -1px 0 var(--black), -1px  1px 0 var(--black), 1px  1px 0 var(--black);
	}
	#news .wrapperActu{padding-top: 40px;}

    #news .left .title {
		margin-top: 100px;
		margin-bottom: 50px;
	}
	#news .left .title .separator{margin-bottom: 0;}
    #news .titleImg {height: 440px;}

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

    

    #news .hoverActif .content_slider {padding-left: 30px}

    #news .content_slider {transition: all .4s}
    #news .hoverActif .thumbnail_slider {
        height: 300px;
        transition: all .8s;
        width: 120%;
        transform-origin: center
    }
    
    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	#sections{padding-top: 150px;}
	.sectionsbloc.even .wrap-text{max-width: 800px;}
	.sectionsbloc  .specialthumb img {
		position: absolute;
	    top: 0;
	    left: 0;
	}
    .sectionsbloc.section_num2 {padding-top: 150px;}
    .sectionsbloc.even {z-index: 2;}
    .sectionsbloc{gap: 0 30px;}
    .sectionsbloc.even .section_thumb .blocthumb {
	    position: relative;
	    top: 250px;
	    height: calc(90% - 170px);
	    margin-right: -200px;
	    border: 10px solid var(--background-color);
	    border-left: initial;
	    border-top: initial;
	    width: 100%;
	}
	.sectionsbloc.even .section_thumb{padding-bottom: 20px;}
    .sectionsbloc.odd .section_thumb,
    .sectionsbloc.odd .section_txt {grid-column: span 9; }
    .sectionsbloc.odd .secondary_thumb{display: none;}
  
    .sectionsbloc.odd .section_thumb{
	    height: 800px;
	    margin-top: -105px;
	    filter: brightness(0.5);
	}
    .sectionsbloc.odd .section_txt {
	    max-width: 1200px;
	    margin: 0 auto;
	    margin-top: -280px;
	    width: 95%;
	    background: var(--black);
	}

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

	
    .sectionsbloc.odd .section_txt,
    .sectionsbloc.odd .section_txt .title h2{color: var(--white);}

	.sectionsbloc.even .buttons-wrap{padding-top: 60px;}
  
    .sectionsbloc .specialthumb{
	    height: 70%;
	    margin-left: -300px;
	    border: 10px solid var(--background-color);
    }
    .sectionsbloc.odd .wrap-text{
	    column-count: 2;
	    column-gap: 80Px;
	}
	.sectionsbloc.odd .section_thumb .blocthumb img{height: 130%;}

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

@media(min-width: 1281px){
	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#logoCoordonnees {margin: 0 40px;}
	
	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news .title_slider {font-size: 25px;}
	
    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .sectionsbloc.odd .section_thumb{margin-top: -125px;}
	.sectionsbloc.section_num1{padding-bottom: 0;}
}

@media(min-width: 1481px){
    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .sectionsbloc.odd .section_thumb .blocthumb {
	    width: calc(100% - 150px);
	    margin-left: auto;
    }
}

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

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

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

@media(max-width: 1280px){
	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	
	#labels img{height: 100px;}
	#labels img.centre-service{height: 120px;}
	
	/*-----------------*/
	/* EQUIPES */
	/*-----------------*/
	#equipes .widget_equipes{grid-gap: 20px;}

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news .wrapActu{grid-gap: 30px;}
	
    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	.sectionsbloc .wrap-text {padding: 80px 50px;}
}

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

	/*-----------------*/
    /* ELEMENTS */
    /*-----------------*/
	.section-separator svg{
		height: 50px;
		top: -49px;
	}

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

	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	#navprimary .navigmenu .naviglink.lvl-0:not(.item-logo) span:after{
	    bottom: 0;
	    height: 1px;
	}

	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{padding-top: 120px;padding-bottom: 160px;}
	#labels{
	    right: 15px;
	    bottom: 60px;
	}
	#labels img{height: 80px;}
	#labels img.centre-service{height: 100px;}
	
    /*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content{padding-bottom: 20px;}

	/*-----------------*/
	/* EQUIPES */
	/*-----------------*/
	.equipe-img{height: 400px;}
	#equipes .bloc_equipes .equipe-title :is(h2,h3){font-size: 50px;}
	.equipe-title{bottom: 300px;width: 220px;}
	#equipes .widget_equipes{grid-gap: 20px;}
	
    /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/ 
	#prestations .widget_parentpage{grid-gap: 15px;}
	#prestations :is(.prestations-img, .prestations-content){padding: 20px;}
	.prestations-content .content_link, .prestations-content .tc_excerpt{font-size: 14px;}
    
    /*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances .linkTurn{
		margin-top: 20px;
		--size: 10rem;
	}
	.home #reassurances .section-separator.top{display: none;}

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news{
		padding-bottom: 20px;
		box-shadow: 0 0 20px #7e72726e;
		background: var(--white);
	}
	#news .wrapActu{grid-gap: 40px;}
    
    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .sectionsbloc .section_txt{
	    margin: 0 auto;
	    width: 100%;
	    order: -1;
	}
	.sectionsbloc .wrap-text {padding: 50px 15px;}
    .sectionsbloc .specialthumb{height: 100%;}
	.sectionsbloc .section_thumb{order: 0!important;}
	.sectionsbloc .secondary_thumb{height: 450px;}

    /*-----------------*/
    /* PARTENAIRES */
    /*-----------------*/
    #partenaires {padding: 80px 25px 100px;}

    /*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer #footerbloc {
		grid-template-areas:
			"footerlogo             footerlogo                        footerlogo"
			"infoouvertureFooter   infoadresseFooter     infotelfixeFooter";
		grid-template-columns:  1fr 1fr  1fr;
		grid-column-gap: 20px;
	}
	#footer:before,
	#footer:after{content: none;}
	.imgContact {height: 300px;}
	
	#footer #wrapperForm{padding: 40px 20px;}
	#footerLinks{flex-direction: column;}
}

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

	/*-----------------*/
    /* ELEMENTS */
    /*-----------------*/
	.section-separator svg{
		height: 20px;
		top: -19px;
	}
	
	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{padding-top: 80px;padding-bottom: 100px;}
	#labels{
	    right: 15px;
	    bottom: 30px;
	}
	#labels img{height: 60px;}
	#labels img.centre-service{height: 70px;}
    /*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content{padding-bottom: 20px;}
    .home #content .wp-block-gallery {
        grid-template-rows: repeat(3,150px);
        grid-gap: 5px;
        grid-template-columns: repeat(2,1fr);
        display: grid
    }

    .home #content .wp-block-gallery .gallery-item {
        grid-column: span 1!important;
        grid-row: span 1!important;
        width: auto!important
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(5) {grid-column: span 2!important;}
	
	.home #content .eb-wrapper-outer{
		padding: 25px 10px 0!important;
		margin: 0;
	}

	/*-----------------*/
	/* EQUIPES */
	/*-----------------*/
	.equipe-img{height: 300px;}
	.equipe-title{bottom: 240px;}

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#listarticles .listedarticle .tc_excerpt{font-size: 14px;}
	#news{padding-bottom: 0;}
	
	#news .wrapper_inner_slider {padding: 30px 0;}
	#news .content_slider {padding: 20px 0 0;}
	#news .content_slider::before {
        left: 50%;
        transform: translateX(-50%);
        top: 200px;
    }
	.thumbnail_slider {height: 250px;}
    
    /*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances .picto-container{grid-template-columns: repeat(1, 1fr);}
	
	#reassurances .picto-container li p{font-size: 14px;}
	.picto-container li p strong{font-size: 16px;}

	#reassurances .picto-container li:nth-child(3){border-bottom: none;}

	#reassurances .picto-container li{padding: 40px 20px;}
    
    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	.sectionsbloc .secondary_thumb{height: 300px;}

    /*-----------------*/
    /* PARTENAIRES */
    /*-----------------*/
    #partenaires {padding: 50px 15px 80px;}
    #partenaires-header{
       grid-gap: 20px;
       margin-bottom: 40px;
    }
    #partenaires .widget_marques li{min-height: 130px;}

    /*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer #footerbloc {
		grid-template-areas:
			"footerlogo"
			"infoadresseFooter"
			
			"infotelfixeFooter"
			"infoouvertureFooter"
			"infomailFooter"
		;
		grid-template-columns:  1fr;
		grid-row-gap: 20px;
	}
}

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