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

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

@media(min-width: 1025px){
    /*-----------------*/
	/* ELEMENTS */
	/*-----------------*/
    .title.tar:not(.no-after):after{
		left: auto;
		right: 0;
	}
    
    /*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news {padding: 150px 20px 100px;}
	#news .newsdate{min-width: 150px;}
	#news:before {
		background: var(--background-color);
		width: 75%;
		height: 125%;
		}

    #news .left {
        padding-left: 30px;
        max-width: 500px;
        margin-left: auto;
        z-index: 2
    }
	#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(--light-color);
        width: calc(100% + 200Px);
        height: calc(100% + 200px);
        left: initial;
        right: 0;
        top: -50px;
    }

    #news .title_slider {font-size: 24px;}

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

	/*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
	#reassurances-wrapper{padding: 150px 15px;}

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	.wrapperFooter {
        margin-top: -125px;
        padding: 50px;
        width: 94%
    }
	body:not(.template-contact-php) #footer #footerbloc {
        padding: 120px 20px;
        padding-bottom: 220px;
    }

    body:not(.template-contact-php) #footerLinks {padding: 40px 20px}
}
}

@media(min-width: 1281px){
	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	 body:not(.template-contact-php) #footerLinks {padding: 70px 20px}
}

@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){
	.navigmenu .navdown{background: var(--black)}
    /*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news .titleImg{display: none;}
	#news{
		padding-bottom: 20px;
	}
	#news .wrapActu{grid-gap: 0;}

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	.wrapperFooter {
	    padding: 70px 25px;
	    grid-gap: 0!important;
	}
	#footer #footerbloc>.wrappercontent {
	    grid-template-areas:
    	    "footerlogo      footerlogo        footerlogo        footerlogo"
    	    "infoadresseFooter       infoouvertureFooter       infotelportFooter       infomailFooter";
	    grid-template-columns: 1fr 1fr 1fr 1fr;
	    grid-row-gap: 20px;
	}
}

@media(max-width: 767px){
	/*-----------------*/
    /* ELEMENTS */
    /*-----------------*/
	.section-separator svg {
        height: 30px;
        top: -29px
    }
	
    /*-----------------*/
	/* ACTU */
	/*-----------------*/
	#listarticles .listedarticle .tc_excerpt{font-size: 15px;}
	
	#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;}

	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	#choixPrestations li{
    height: 100%;
}
	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footer #footerbloc>.wrappercontent {
	    grid-template-areas:
	        "footerlogo"
	        "infoadresseFooter"
	        "infoouvertureFooter"
	        "infotelportFooter"
	        "infomailFooter";
	    grid-template-columns: 1fr;
	    grid-row-gap: 20px;
	}
	.wrapperFooter {padding: 40px 15px}
}

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