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

@media(min-width: 768px){
.grid-img{
	position: relative;
        z-index: 2;
}
}

@media(min-width: 1025px){
	/*-----------------*/
    /* ELEMENTS */
    /*-----------------*/
	.title.tar:not(.no-after):after{
		left: auto;
		right: 0;
	}
	
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#infoadresse {order: -1}

    #logoCoordonnees {
        grid-row: span 2;
        margin: 0 40px;
    }

	#header-coordonnees{margin: 10px auto 20px;}
	#header-coordonnees > div{font-size: 18px;}
	
	#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}
	#headerSocial .sociblock .share-buttons {justify-content: flex-start}

    #header-coordonnees>:nth-child(1):before,
	#header-coordonnees>:nth-child(4):before {
        right: 0;
        left: auto
    }
	
	#header-coordonnees > div br {display: none;}

 
    #header-coordonnees > div :is(span, .horaires.nomodal .titlehoraires){
      color: var(--title-color);
      padding-bottom: 0;
    }

	 /*-----------------*/
	/* GALLERY HOME */
	/*-----------------*/
	#galleryHome .wp-block-gallery {
        display: block !important; /* On casse le flex d'origine pour l'absolute */
        position: relative;
        min-height: 670px; /* Donne de l'espace pour le scroll */
        overflow: visible !important;
        padding: 0;
    }

    #galleryHome .wp-block-gallery .wp-block-image {
        position: absolute !important;
        top: 25%;   
        left: 0;  
        width: 40% !important; 
        max-width: 480px;
        margin: 0 !important;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
        border-radius: 16px;
        overflow: hidden;
        transform-origin: center center; 
        transition: none !important;
    }

    /* Ordre d'empilement */
    #galleryHome .wp-block-gallery .wp-block-image:nth-child(1) { z-index: 3; }
    #galleryHome .wp-block-gallery .wp-block-image:nth-child(2) { z-index: 2; }
    #galleryHome .wp-block-gallery .wp-block-image:nth-child(3) { z-index: 1; }

	 /*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	#navprimary{
		border-top: 1px solid rgb(0 0 0 / 20%);
		/* border-bottom: 1px solid rgb(255 255 255 / 40%); */
	}
	
	#navprimary.fixed-header .navigmenu .naviglink.lvl-0:not(.item-logo) span:after{bottom: -11px;}
	#header.fixed-header .navigtoogle.logo{
		display: block;
		margin-right: auto;
	}
	#header.fixed-header  #header-coordonnees {display: none}
	#header.fixed-header #navprimary{padding: 5px 10px;}
	#header.fixed-header .navigtoogle.lang{margin-left: auto;}

	html[lang=de] .navigmenu .naviglink.lvl-0{
	    font-size: 15px;
	    padding: 20px 10px;
	}
	.navigtoogle.lang .naviglink.lvl-0{padding-right: 0!important;}

	html[lang=de] #header.fixed-header .navigmenu .naviglink.lvl-0{font-size: 14px;}


	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-content{padding-bottom: 180px;}
	#headerHome,
	#banner{margin-top: 140px;}

	/*-----------------*/
	/* PRODUCT */
	/*-----------------*/
	.primaryCat .products{
    grid-template-columns: repeat(3, 1fr);
}

	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content .title {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 50px;
        max-width: 890px;
    }
	.home #content{padding: 140px 30px 680px;z-index: 1;}	
	.grid-img {
	    margin: 0 -1rem -80px -1rem!important;
	    display: grid!important;
	    pointer-events: none;
	}
	.grid-img .wp-block-image{pointer-events: all;}
	
	.grid-img .first .wp-block-image{
	    width: 200%;
	    margin-left: -100%;
	    margin-top: 1.5rem;
	    height: 440px;
	}
	.grid-img .second .wp-block-image{ height: 300px;}
	.grid-img .third .wp-block-image{
		margin-top: 2.5rem;
		height: 299px;
	}
	.grid-img .fourth .wp-block-image{
		width: 200%;
	    margin-right: -100%;
	    height: 440px;
	}
	.intro-txt {
	    max-width: 500px;
	    margin: 0 auto 0 18%!important;
	    padding-right: 20px;
	}
	.intro-link{margin: 0 17% 0 auto!important;}


	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news {padding: 150px 20px 100px;background: var(--background-color);}
	#news .newsdate{min-width: 150px;}
	#news:before {
		background: var(--light-color);
		width: 75%;
		height: 125%;
	}

    #news .left {
        padding-left: 30px;
        max-width: 500px;
        margin-left: auto;
        z-index: 2
    }
	.title_slider {
    font-size: 24px;
}
	
	#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 .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  #img-reassurance{
		width: 75%;
		position: absolute;
		right: -40%;
		height: 100%;
		margin: 0;
	}
	#reassurances .right {padding: 50px 0 50px 18%;}
	#reassurances .title h2 {
	    position: relative;
	    font-size: 40px;
	    line-height: 1.3;
	    text-shadow: 0 0 7px var(--black);
	    text-transform: uppercase;
	    font-weight: bold;
	}
	#reassurances .left .accroche{
	    margin: 15px 0 0;
	    max-width: 60%;
	    padding-right: 10px;
	}

	
    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections{padding: 100px 0 150px;}
    .section_thumb {width: 38%;}
	.section_txt {width: 62%;}
	.section_title{
		width: 100%;
		margin-bottom: 20px;
		padding: 0 60px;
	}
	.sectionsbloc{
		padding: 70px 0 0;
		width: 100%;
		flex-wrap: wrap;
	}
    .section_thumb .blocthumb {
        height: 100%;
        width: 81%;
    }
    .section_thumb .specialthumb {
        position: absolute;
        bottom: -30px;
        right: 5%;
        width: 30%;
        height: 200px;
        border: solid 10px var(--background-color);
    }
    .section_txt .wrap-text{
        padding: 50px 50px 20px;
        width: 80%;
        margin-left: auto;
        max-width: 770px;
    }
    .sectionsbloc .section_txt .wrap-content {
        padding-left: 70px;
        padding-right: 0;
    }
    .sectionsbloc .section_txt .tertiarythumb {
        position: absolute;
        left: -30%;
        bottom: 70px;
        width: 38%;
        height: 70%;
    }
	.buttons-wrap{align-items: flex-start;	}

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footer:before{
	    height: 500px;
	    top: 100px;
	}
	.wrapperContact{width: 90%;}
	#infoadresseFooter br{display: none}
}

@media(min-width: 1281px){
	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#header :is(.adresse br){display: none;}
	html[lang=de] .navigmenu .naviglink.lvl-0{
	    font-size: 16px;
	    padding: 20px 14px;
	}



	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.intro-txt {margin: 0 auto 0 8%!important;}
	.intro-link{margin: 0 2% 0 auto!important;}

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

	/*-----------------*/
    /* REASSURANCES  */
    /*-----------------*/
	#reassurances .right {padding: 50px 0 50px 223px;}
	#reassurances .title h2 {font-size: 48px;}

	
    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections{padding: 100px 0 150px;}
	.section_thumb {width: 40%;}
    .section_txt {width: 58%;}
}

@media(min-width: 1481px){
    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	.section_txt .wrap-text {padding: 60px 70px;}
}

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

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

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

@media(max-width: 1280px){
	 /*-----------------*/
	/* HEADER */
	/*-----------------*/
	.navigmenu .navigtoogle.logo .naviglogo {max-height: 30px;}
    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#choixSections:before {
		left: 30px;
		width: calc(100% - 60px);
		top: 83px;
	}
	#choixSections:after {left: 20px;top: calc(100% + 64px);}

	.subimageSections{--size: 50px;}
	#choixSections .linkSections .subimageSections:before{font-size: 1.5em;}
	#choixSections .linkSections p{padding: 0 15px;	}


	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news .wrapActu{grid-gap: 30px;}

}

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

	
	/*-----------------*/
	/* HEADERHME */
	/*-----------------*/
	#headerHome-content{padding-bottom: 10%;}
	
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.grid-img {
	    margin: 30px 0;
	    grid-gap: 10px!important;
	    display: grid!important;
	}
	.grid-img .wp-block-image{height: 100%;}
	.home #content {padding: 90px 15px;}
	#content .fond{display: none;}
	
    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    #choixSections {display: none;}
    #sections .sectionsbloc {
	    flex-direction: column;
	    display: flex;
	}
	.section_thumb {
        height: 450px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 450px;
    }
	#sections .tertiarythumb{
	    margin-top: 50px;
	    height: 300px;
	}
	#sections .section_title {
        gap: 0;
        padding: 60px 30px 10px;
    }

	/*-----------------*/
    /* REASSURANCES  */
    /*-----------------*/
	#reassurances {padding: 100px 20px;}
	#reassurances .left {flex-direction: column;}
	#reassurances .right {padding: 0 0 0 30px;}
	#reassurances .picto-container{
		flex-direction: row;
		flex-wrap: wrap;
	}
	#reassurances .picto-container .picto-bloc{flex: 1 1 48%;padding-right: 50px;}
	#img-reassurance{
    max-width: 290px;
    background-position: center 20%;
}

	.woocommerce-category-php #content{padding:0;}

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

	body.woocommerce-category-php #content{padding:0;}

	/*-----------------*/
	/* CERTIFICATIONS */
	/*-----------------*/
	.widget_certifications li .wrap-element{--size: 110px;}
	
	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer #footerbloc {
		grid-template-areas:
			"footerlogo             footerlogo                        footerlogo"
			"infoouvertureFooter   infoadresseFooter     infotelfixeFooter";
		grid-template-columns:  1fr 1fr  1fr;
		grid-column-gap: 20px;
	}
	#footer:before,
	#footer:after{content: none;}
	.imgContact {height: 300px;}
	
	#footer #wrapperForm{padding: 40px 20px;}
}

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


	/*-----------------*/
	/* CERTIFICATIONS */
	/*-----------------*/
	.widget_certifications li .wrap-element{--size: 60px;}
	.widget_certifications li{padding: 0 0px !important;}
	.widget_certifications img {max-height: 51px;}
	
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content {padding: 70px 15px;}

	/*-----------------*/
	/* FILTER PRODUCT */
	/*-----------------*/
	#filterProduct.sbwoo {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
        padding: 20px 15px;
        border: solid 1px #c9c9c9;
        box-shadow: none;
    }
    
    #filterProduct.sbwoo article {
        flex: 1 1 100%;
        width: 100%;
    }
    
    #filterProduct.sbwoo a.button.reset {
        width: 100%;
    }
	
    /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .section_title {padding: 50px 20px 0}
	.section_thumb{grid-auto-rows: 300px;}
	#sections .tertiarythumb{height: 200px;}

	 /*-----------------*/
	/* GALLERY HOME */
	/*-----------------*/
	#galleryHome .wp-block-gallery{
		grid-auto-rows: 170px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 2px;
	}
	#galleryHome .wp-block-gallery .wp-block-image{width: 100%!important;}

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#listarticles .listedarticle .tc_excerpt{font-size: 17px;}
	#news{padding-bottom: 20px;}
	
	#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;}

	/*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
	#reassurances {padding: 60px 15px;}
	#reassurances .picto-container {
	    max-width: 210px;
	    margin: 0 auto;
	    flex-direction: column;
	}
	#reassurances .right {padding: 0 0 0 10px;}
	#reassurances .picto-container .picto-bloc{
		margin: 21px 0;
		flex: 1 1 100%;
		padding: 0;
	}
	#reassurances .picto-container li:before {
	    --size: 50px;
	    left: -10px;
	    margin-top: -25px;
	}
	#reassurances .picto-container li svg, 
	#reassurances .picto-container li img { --size: 30px;}
	#reassurances .picto-container li p {
	    font-size: 14px;
	    letter-spacing: 0;
	    margin-left: 36px;
	}
	#img-reassurance{max-width: 250px;}

	/*-----------------*/
	/* WOOCOMMERCE */
	/*-----------------*/
	#btformsinglewoo{margin: 50px 0 0}

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer #footerbloc {
		grid-template-areas:
			"footerlogo"
			"infoadresseFooter"
			
			"infotelfixeFooter"
			"infoouvertureFooter"
			"infomailFooter"
		;
		grid-template-columns:  1fr;
		grid-row-gap: 20px;
	}
}

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