@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){
    /*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news{
	    padding-bottom: 120px;
	}
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content .content-txtHome{gap: 100px;}
	.home #content .content-txtHome{text-align: justify;}
}

@media(min-width: 1281px){
	 /*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news{padding-top: 0;}
}

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

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

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

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

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

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

	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content .content-txtHome{flex-wrap: wrap!important;text-align: center;}
	.home #content .content-txtHome .wp-block-column{
    flex-basis: 100% !important;
}
	/*-----------------*/
    /* ELEMENTS */
    /*-----------------*/
	.section-separator svg {
        height: 30px;
        top: -29px
    }

	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	.navigmenu .navdown{background: var(--tertiary-color);}

	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#qualibatRGE{width: 50px;}

	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content .content-imgHome{margin-bottom: 0;}
	.home #content{padding-bottom: 0;}

    /*-----------------*/
	/* GALLERY HOME */
	/*-----------------*/
	#galleryHome{margin-top: 50px;}

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

}

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

	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-content{padding-bottom: 50px;}
	#qualibat{margin-left:10px;}
	#qualibatRGE{width: 40px;}


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

}

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