@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 */
	/*-----------------*/
	#infoadresse {order: -1}

    #header-coordonnees div br {display: none}

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

    #logoCoordonnees a {width: 240px    }

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

    #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
    }
	 /*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	#navprimary {
        border-top: solid 1px rgb(130 130 130 / 40%);
        border-bottom: solid 1px rgb(130 130 130 / 40%)
    }
	#navprimary .button.urgence{
	    margin-left: 10px;
	    padding: 20px;
	    font-size: 15px;
	}

	 /*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{padding-top: 260px;}
	
    /*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content .blocthumb {
        position: absolute;
        left: 0;
        top: 0;
        width: 65.9%;
        height: 85%;
    }
	.home #content .wrap-text {
        padding: 0;
        max-width: 57%;
        margin-left: auto;
        background: var(--white);
        position: relative;
        z-index: 1;
        padding: 30px;
    }
	.home #content .content_txt{padding-top: 100px;}
	.home #content .content_title .title{max-width: 55%;margin-bottom: 60px;}
	.home #content .content_thumb .specialthumb{
	    position: absolute;
	    width: 284px;
	    height: 284px;
	    z-index: 1;
	    top: -285px;
	    left: -100px;
	    border: solid 10px var(--background-color);
	}
	.home #content .content_thumb .tertiarythumb{
		height: 90%;
		position: relative;
		top: -25%;
	}
	.home #content .content_thumb{padding-left: 30px;}
	.home #content{
		padding-top: 180px;
		padding-bottom: 120px;
	}
	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news {padding: 150px 20px 100px;}
	#news .newsdate{min-width: 150px;}
	#news:before {
		background: var(--primary-color);
		width: 75%;
		height: 125%;
		}

    #news .left {
        padding-left: 30px;
        max-width: 500px;
        margin-left: auto;
        z-index: 2
    }
	#news .left .title h2{
		color: var(--white);
		font-weight: bold;
		text-shadow: -1px -1px 0 var(--primary-color), 1px -1px 0 var(--primary-color), -1px  1px 0 var(--primary-color), 1px  1px 0 var(--primary-color);
	}
	#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 .title_slider {font-size: 28px;}

    #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 */
	/*-----------------*/
	.section_txt { z-index: 2}
	.sectionsbloc .wrap-text{
		width: 100%;
	    margin: 0 auto;
	    max-width: 900px;
	}
	.sectionsbloc .specialthumb{
		position: relative;
		left: -200px;
		width: calc(100% + 100px);
		margin-bottom: 90px;
		height: 320px;
	}
	.sectionsbloc.odd .specialthumb {left: 200px;}
	.sectionsbloc.odd:before {
		top: 400px;
		height: calc(100% - 400px);
	}
	
	.sectionsbloc {padding: 120px 0;}
    
    .sectionsbloc.odd{padding-bottom: 140px;padding-top: 50px;}
	.sectionsbloc .section_thumb .blocthumb{overflow: hidden}
	
	.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(--tertiary-color);
    }

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

@media(min-width: 1281px){

	 /*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{padding-top: 170px;}

    /*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content .content_thumb .specialthumb{
	    width: 334px;
	    height: 394px;
	    top: -435px;
	}
	.home #content{padding: 120px 0 100px;}
	.home #content .wrap-text{
		padding: 50px;
		max-width: 47%;
	}

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	.sectionsbloc .specialthumb{height: 380px;}
}



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

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

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

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

@media(max-width: 1280px){
	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news .wrapActu{grid-gap: 30px;}
}

@media(max-width: 1024px){
	#logoCoordonnees{order: -1;}
	 /*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	.navigmenu .naviglink.lvl-0{font-size: 15px;}
	.navigmenu .naviglink.lvl-0:not(.item-logo, .button) span:after{
	    bottom: 0;
	    height: 2px;
	}
	#navprimary .button.urgence{
	    margin-top: 10px;}
		
    /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.prestations-wrapper{grid-template-columns: 1fr 1fr 1fr;}

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news{
		padding-bottom: 20px;
		box-shadow: 0 0 20px #7e72726e;
		background: var(--white);
	}
	#news .wrapActu{grid-gap: 40px;}


    /*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content {
	    flex-direction: column;
	    display: flex;
	}
	.home #content .content_thumb  {
		display: grid;
		align-items: stretch;
		grid-template-columns: repeat(2,1fr);
		grid-auto-rows: 200px;
	}
	.home #content .content_thumb > div{height: 100%;}
	.home #content .content_txt .wrap-text{grid-column: span 2;}
	.home #content .content_txt .blocthumb {height: 400px;}
	.home #content .content_title{padding: 0;}

	.home #content .linkTurn{
	    --size: 9rem;
	    position: absolute;
	    top: -70px;
	    margin: 0 auto;
	    right: 0;
	}
	/*-----------------*/
	/* HEADER HOME */
	/*-----------------*/
	#headerHome-txt{font-size: 20px;}
	#headerHome-accroche{line-height: 1;}
	#headerHome-content{padding-top: 140px;}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .sectionsbloc .section_thumb{width: 50%;}
	#sections .sectionsbloc .specialthumb{
		right: 0;
		width: 50%;
		position: absolute;
		bottom: -450px;
		height: 450px;
	}

	.circle_percent{font-size: 150px;}
	.circle_item{padding: 0 10px;}
	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#logoCoordonneesFooter img{width: 200px;}
}

@media(max-width: 767px){
	#cta .title h2 {font-size: 28px;}

 	/*-----------------*/
	/* CHIFFRES */
	/*-----------------*/
	.circle_container{flex-direction: column;}
	.circle_item{
		flex: 1 1 100%;
	    width: 100%;
	    padding: 20px 0 ;
	}
	
	.circle_item:nth-child(2n) {margin-top: 0;}

 	/*-----------------*/
	/* HEADER HOME */
	/*-----------------*/
	#headerHome-txt{font-size: 18px;}
	#headerHome-accroche{line-height: 1;}
	#headerHome-content{padding-top: 90px;}
    /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.prestations-wrapper{grid-template-columns: 1fr;}
	.prestations-title{padding: 20px 35px;text-align: center;}
	.prestations-title:after{
	    width: 90%;
	    height: 120%;
	    left: 5%;
	}
	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#listarticles .listedarticle .tc_excerpt{font-size: 15px;}
	#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;}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .sectionsbloc .specialthumb{bottom: -300px;}
	
    /*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content .content_txt .blocthumb{height: 300px;}
    
    /*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	.picto-container li:before{
		top: 50%;
		transform: translateY(-50%);
	}
	.picto-container{
		max-width: 420px;
		margin: 0 auto;
	}
	.picto-container li p{font-size: 14px;}
	
	.picto-container li:nth-child(even){padding-right: 10px;}
	.picto-container li:nth-child(odd){padding-left: 10px;}

	
}

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