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

@media(min-width: 768px){
    /*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
	#galleryHome{margin-top: 200px;}
	
    #galleryHome .gallery {
        grid-gap: 15px;
        grid-template-columns: repeat(32,1fr);
        grid-template-rows: repeat(13,52px);
    }
    #galleryHome .title{
        position: absolute;
        top: 50px;
        left: 28vw;
    }
   
    #galleryHome .gallery .gallery-item:first-of-type {
        grid-row: span 3;
        grid-column: span 11;
        padding-left: 24%;
        padding-right: 24%;
    }

    #galleryHome .gallery .gallery-item:nth-child(2) {
        grid-column: span 8;
        grid-row: span 6;
        padding-top: 152px;
    }

    #galleryHome .gallery .gallery-item:nth-child(3) {
        grid-column: span 10;
        grid-row: span 6;
    }

    #galleryHome .gallery .gallery-item:nth-child(4) {
        grid-column: span 3;
        grid-row: span 6;
        padding-top: 82px;
    }

    #galleryHome .gallery .gallery-item:nth-child(5) {
        grid-column: span 6;
        grid-row: span 4;
    }
    #galleryHome .gallery .gallery-item:nth-child(6) {
        grid-column: span 5;
        grid-row: span 3;
    }
    #galleryHome .gallery .gallery-item:nth-child(7) {
        grid-column: span 8;
        grid-row: span 4;
    }
    #galleryHome .gallery .gallery-item:nth-child(8) {
        grid-column: span 11;
        grid-row: span 5;
    }
    #galleryHome .gallery .gallery-item:nth-child(9) {
        grid-column: span 6;
        grid-row: span 4;
    }
    #galleryHome .gallery .gallery-item:nth-child(10) {
        grid-column: span 6;
        grid-row: span 4;
    }
    #galleryHome .gallery .gallery-item:nth-child(11) {
        grid-column: span 8;
        grid-row: span 4;
        position: absolute;
        width: 18.8% !important;
        bottom: 0;
        right: 0;
        height: 190px;
    }
}

@media(min-width: 1025px){
	.title.tar:not(.no-after):after{
		left: auto;
		right: 0;
	}
	/*-----------------*/
	/* INTRO / CONTENT */
    /*-----------------*/
    .home #content .linkTurn {
	    left: 9%;
	    top: 20em;
    }

    .home #content {overflow: hidden;padding-bottom: 140px;}
	.home #content .title{
	    max-width: 700px;
	    margin: 0 auto 60px;
	}
    .home #content .blocthumb {height: 460px;max-width: 740px;margin: 0 auto;}

    .home #content .homeContent-img .wp-block-image {
	    padding-left: 30px;
	    height: 100%;
    }

    .home #content .homeContent-img .wp-block-image a {height: 100%;}

    .home #content .homeContent-img .wp-block-image img {
	    height: 100%;
	    object-fit: cover;
    }

    .home #content .tc_content {
	    padding-left: 22%;
	    width: 120%;
	    padding-top: 90px;
    }

    .home #content :is(.specialthumb, .tertiarythumb, .quaternarythumb) {
	    position: absolute;
	    left: 0;
   }


   .home #content .tertiarythumb {
	    width: 10.7%;
	    height: 240px;
	    top: 340px;
	    left: 5%;
	    z-index: 1;
	}

    .home #content .quaternarythumb {
	    left: auto;
	    right: 0;
	    width: 9.5%;
	    top: 175px;
	    height: 400px;
    }

    .home #content .specialthumb {
	    width: 23%;
	    left: -20%;
	    bottom: -370px;
	    top: auto;
	    z-index: 1;
	    height: 320px;
    }

    .home #content .wp-block-media-text.has-media-on-the-right {
	    grid-template-columns: auto 65% !important;
	    margin-bottom: 0;
    }

    .home #content .wp-block-media-text{overflow: visible!important;}

    .home #content .wp-block-media-text__content{
	    margin-top: -200px;
	    z-index: 1;
    }


	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news {padding: 150px 20px 100px;}
	#news .newsdate{min-width: 150px;}
	#news:before {
		background: var(--black);
		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(--background-color);
        width: calc(100% + 200Px);
        height: calc(100% + 150px);
        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
    }

	
	/*-----------------*/
	/* FOURNISSEURS */
	/*-----------------*/
	#fournisseurs{padding: 50px 15px;}
	#fournisseurs .ckslidercontrols :is(.next,.prev){
	    top: 50%;
	    bottom: auto;
	    transform: translateY(-50%);
	}
	#fournisseurs .ckctrldiv{display: none;}
	#fournisseurs .cksliderwrap{padding: 0 40px;}
	#fournisseurs .widget_element li{padding: 5px !important;}
	
    /*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
	#galleryHome .title{top: 0;}
	#galleryHome .title h2{font-size: 36px;}
    #galleryHome .gallery {grid-gap: 27px;}
	#galleryHome .gallery .gallery-item:nth-child(11){
		height: 210px;
		width: 20.8% !important;
	}

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footerForm{padding-left:50px}
}

@media(min-width: 1281px){
	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
    .home #content .linkTurn {
	    left: 7%;
	    top: 16em;
    }
	.home #content .blocthumb {max-width: 840px;}
	.home #content .title{max-width: 880px;	}
	
    .home #content .homeContent-img .wp-block-image {padding-left: 50px;}
	.home #content .quaternarythumb {width: 12.5%;}

    .home #content .specialthumb {
	    width: 35%;
	    left: -42%;
	    bottom: -320px;
	    height: 400px;
    }
	
    /*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
	#galleryHome .title h2{font-size: 40px;}

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footerForm{padding: 120px 60px;}
}

@media(min-width: 1481px){
	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
	.home #content .tc_content{padding-left: 15%;}
    .home #content .linkTurn {left: 2%;}
	.home #content .blocthumb {max-width: none}

	
    /*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
	#galleryHome .title h2{font-size: 47px;}
}

@media(min-width: 1681px){
	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
	.home #content .homeContent-img .wp-block-image {padding-left: 100px;}

    .home #content .quaternarythumb {
	    right: 4%;
  	    width: 16.5%;
    }
}

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

@media(max-width: 1480px){
	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
	.home #content .wrappercontent.medium{max-width: 950px;}
}

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

@media(max-width: 1024px){
	/*-----------------*/
	/* LOADER */
	/*-----------------*/
	#loader-wrapper svg{
		height:auto;
		width: 200px;
	}
	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	.navigmenu .navdown{
    background: var(--tertiary-color);
}
	
	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
    .home #content .wp-block-columns {flex-wrap: wrap !important;}

    .home #content .wp-block-columns.certifications {flex-wrap: nowrap !important;}

    .home #content .wp-block-columns>div {flex-basis: 100% !important;}

    .home #content,
    .home #content>.wrappercontent {
	    display: flex;
	    flex-wrap: wrap;
	    max-width: 1200px;
    }

    .home #content :is(.blocthumb, .specialthumb, .tertiarythumb, .quaternarythumb) {
	    width: 50%;
	    height: 350px;
	    margin-bottom: 60px;
	    padding: 0 2px;
	   }

	.home #content :is(.tertiarythumb, .quaternarythumb) {margin: 0;}

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	.home #reassurances{
		height: 150px;
		margin-bottom: -40px;
		margin-top: -50px;
	}
	.home #reassurances-container{
		padding: 10px 10px;
		width: calc(100% + 10px);
		max-width: calc(100% + 10px);
		left: -5px;
	}
	.home .picto-container li{padding: 0 15px;}
	.home #reassurances-containerBis{
	    padding: 0 10Px;
	    width: calc(100% + 10Px);
	    max-width: calc(100% + 10Px);
	    height: 50px;
	    left: -5px;
	    font-size: 13px;
	}
	.home #reassurances-containerBis span{padding: 0;}
	.home #reassurances-containerBis span:before{content: none;}
	
	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news .titleImg{display: none;}
	#news{
		padding-bottom: 20px;
		box-shadow: 0 0 20px #7e72726e;
		background: var(--black);
	}
	#news .wrapActu{grid-gap: 0;}
	
    /*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
	#galleryHome{margin-top: 90px;}

	/*-----------------*/
	/* FOURNISSEURS */
	/*-----------------*/
	#fournisseurs .wrappercontent{grid-gap: 20px;}
	#fournisseurs .col.c2{
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		display: grid;
	}
	#content .fournisseurs-listing{
	    grid-template-columns: repeat(3, minmax(0, 1fr));
	    grid-gap: 5px;
	}
}

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

	
	/*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
	.home #content .linkTurn {--size: 10rem;bottom: -140px;}
	.home #content :is(.tertiarythumb, .quaternarythumb) {margin-top: 60px;}
	.home #content :is(.blocthumb, .specialthumb, .tertiarythumb, .quaternarythumb){margin-bottom: 5px;}
	.home #content :is(.blocthumb, .specialthumb, .tertiarythumb, .quaternarythumb) {height: 250px;}

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	.home #reassurances-containerBis span{display: none;}
	.home .picto-container li p{
	    font-size: 12px;
	    letter-spacing: 0.5px;
	}
	.nohome #reassurances .picto-container{
	    max-width: 500px;
	    margin: 0 auto;
	}

	.nohome #reassurances .picto-container li:before {
        top: 50%;
        transform: translateY(-50%);
        --size: 50px
    }

    .nohome #reassurances  .picto-container li svg,
	.nohome #reassurances .picto-container li img {--size: 25px}

    .nohome #reassurances .picto-container li {padding: 19px 35px}

    .nohome #reassurances .picto-container {
        max-width: 330px;
        margin: 0 auto
    }

	/*-----------------*/
	/* 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;}

	/*-----------------*/
	/* FOURNISSEURS */
	/*-----------------*/
	#content .fournisseurs-listing .uagb-post__inner-wrap{height: 110px;}
	#content .fournisseurs-listing .uagb-post__inner-wrap.uagb-post__inner-link p{
    text-align: center;
    font-size: 13px;
}
	
    /*-----------------*/
	/* GALLERY HOME */
	/*-----------------*/
	#galleryHome .gallery .gallery-item:nth-child(11){grid-column: span 2;}
	#galleryHome{padding-top: 2px;}
}

@media(max-width: 480px){
	/*-----------------*/
	/* FOURNISSEURS */
	/*-----------------*/
	#content .fournisseurs-listing{grid-template-columns: repeat(2, minmax(0, 1fr));}
}