@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.fixed-header #headerGrid{
		padding: 8px 10px;
	}


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

	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	.navigtoogle.social{margin-left: auto;}

	 /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	.sectionsbloc .section_thumb .blocthumb img{height: 120%;}
	
    /*-----------------*/
    /* FOOTER */
    /*-----------------*/
	.wrapperFooter {
        margin-top: -125px;
        padding: 50px;
        width: 94%
    }
	body:not(.template-contact-php) #footer #footerbloc {
        padding: 150px 20px;
        padding-bottom: 230px;
    }

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

@media(min-width: 1281px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#header.fixed-header #headerGrid{
		grid-template-columns: 185px 1fr 50px;
		padding: 8px 20px;
	}
	#header.fixed-header #logoheader{width: 120px;}
	#header.fixed-header #qualibat-rge{width: 40px;}
	
    /*-----------------*/
    /* 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){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#qualibat-rge {width: 30px;}
}

@media(max-width: 1024px){

	/*-----------------*/
    /* ELEMENTS */
    /*-----------------*/
	.section-separator svg {
        height: 30px;
        top: -29px
    }
	.home #content .title{max-width: none;}

	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	#prestations-wrapper{padding: 100px 15px;}
	
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#qualibat-rge {width: 40px;}

    /*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news {padding: 60px 30px;}
	#news .next_slider {width: 140px;}
	
	.title_slider {font-size: 22px}
    .newsdate .day {font-size: 30px}
    .newsdate .month {font-size: 17px}
	.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}

    /*-----------------*/
    /* 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){
    /*-----------------*/
    /* 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: 20px;}
    .title_slider {font-size: 20px}
    #news .next_slider {
		justify-content: flex-start;
		width: auto;
	}

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