@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-infos{padding-right: 12px;}
	

	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	
    #headerHome-content .wrappercontent{
        padding: 40px 20px;
        left: -8%;
        background: var(--white);
        border-radius: 10px;
        max-width: 440px;
    }
 
    #headerHome-portfolio{
        width: 40%;
        flex-direction: column;
    }
    #headerHome-portfolio .headerHome-portfolio._1{
        left: 3%;
        top: 15%;
        height: 34%;
        width: 82%;
    }
    #headerHome-portfolio .headerHome-portfolio._2{
        width: 32%;
        top: 22%;
        height: 34%;
        left: 10%;
    }
    #headerHome-portfolio .headerHome-portfolio._3{
        width: 35%;
        height: 24%;
        left: 50%;
        top: 13%;
    }

	/*-----------------*/
	/* GALLERY HOME */
	/*-----------------*/
	#galleryHome .fashion-slider-button{
	    top: auto;
	    transform: none;
	    bottom: 50px;
	}

	/*-----------------*/
	/* CONTENT  */
    /*-----------------*/
	.home #content {padding: 150px 0 50px;}
	.home #content .title{
	    max-width: 600px;
	    margin: 0 auto 60px;
	}
    .home #content .eb-wrapper-inner-blocks {
        width: 70%!important;
        padding: 0 80px 0 0px;
        max-width: 1000px;
    }

	.home #content .eb-wrapper-inner-blocks .wp-block-quote{margin: 0 0 20px !important;}

    .home #content .wp-block-gallery {
        margin-bottom: -400px!important;
        display: grid;
        transition: .6s;
        grid-template-columns: repeat(18,1fr);
        grid-gap: 60px;
        grid-auto-rows: 164px;
        grid-auto-flow: row dense;
        z-index: 1;
        position: relative;
        margin-top: -70px!important;
    }
    .home #content .wp-block-gallery .gallery-item {
        grid-column: span 4;
        width: 100%!important;
        display: none;
        grid-row: span 2
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(-n+5) {display: flex}

    .home #content .wp-block-gallery .gallery-item:nth-child(1) {
        grid-column: span 4;
        grid-row: span 2
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(1) > a {height: 63%!important}

    .home #content .wp-block-gallery .gallery-item:nth-child(2) {
        grid-column: span 10;
        padding-top: 100px;
        grid-row: span 3;
        z-index: 3
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(3) {
        padding-top: 165px;
        padding-left: 100px
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(4) > a {
        height: 59%!important;
        width: 43%!important
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(4) {
        grid-column: span 5;
        top: -145px;
        grid-row: span 1
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(5) {
        grid-column: span 13;
        top: -226px
    }

    .home #content .wp-block-gallery .gallery-item:nth-child(5) > a {
        width: 26%!important;
        margin-left: auto;
        height: 91%!important;
        flex: 1 1 100%!important
    }

	/*-----------------*/
	/* PARTENAIRES */
	/*-----------------*/
	#partenaires{padding-bottom: 120px;}	
	
    /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.home #prestations{
		padding: 150px 0 140px;
		overflow: hidden;
	}
	.home #prestations .widget_parentpage{margin:0 -25px;}

	#prestations .next{right: 20%;}
	#prestations .prev{left: 20%;}

    /*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news{padding:150px 30px;}

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footer:before,
	#footer:after{
	    height: 500px;
	    top: 100px;
	}
	.wrapperContact{width: 90%;}

	#wrapperForm .title {
        position: absolute;
        top: 0;
        left: 0px;
        background: var(--quaternary-color);
        padding: 10px 15px 5px;
        margin: 0;
        box-shadow: 0px 0px 30px #1a1a2612;
    }
	#wrapperForm .title h2 {
        color: var(--white);
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 2px;
    }

    #wrapperForm .title::after {display: none}
	
	#infoadresseFooter br{display: none;}
	
}

@media(min-width: 1281px){

	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	#navprimary .navigmenu{justify-content: flex-end;}

	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-content .wrappercontent{max-width: 480px;padding: 50px 20px;}
	
	/*-----------------*/
    /* NAVPRIMARY DE */
    /*-----------------*/
	html[lang="de"] .navigmenu .naviglink.lvl-0{
		font-size: 17px;
		padding: 20px 15px;
	}
	
    /*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	.bloc_prestations {padding: 0 15px;}
}

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

@media(min-width: 1681px){
	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
    #headerHome-portfolio .headerHome-portfolio._1{
        width: 77%;
        height: 40%;
        left: 15%;
        top: 10%;
    }
    #headerHome-portfolio .headerHome-portfolio._2{
        width: 32%;
        left: 10%;
    }
    #headerHome-portfolio .headerHome-portfolio._3{top: 8%;}
	
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content .eb-wrapper-inner-blocks{
		padding: 0 50px;
		max-width: 1100px;
	}
}

@media(max-width: 1680px){
	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	html[lang="de"] .navigmenu .naviglink.lvl-0{
		font-size: 15px;
		padding: 20px 8px;
	}
}

@media(max-width: 1480px){
	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	.navigmenu .naviglink.lvl-0{
		font-size: 16px;
		padding: 20px 10px;
	}
	
}

@media(max-width: 1280px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#header-infos #catalogues{margin-right: auto;}
	#header-infos{border-bottom: solid 1px #ffffff47;margin-bottom: 10px;padding-bottom: 5px;}


	
	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	.navigmenu .naviglink.lvl-0{
		font-size: 17px;
		padding: 20px 10px;
	}
	html[lang="de"] .navigmenu .naviglink.lvl-0{
		font-size: 15px;
		padding: 20px 8px;
	}
	
	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content .eb-wrapper-inner-blocks {width: auto}
    .home #content .eb-wrapper-outer {padding: 0!important;}
	.home #content .wp-block-columns.grid{grid-gap: 40px;}
	
    /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.bloc_prestations .wrap-prestations{padding: 0 15px;}
}

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

	/*-----------------*/
	/* ELEMENTS */
	/*-----------------*/
	 .ckslidercontrols :is(.next, .prev) {
        top: auto;
        bottom: -23px;
        transform: scale(.7);
        height: 78px
    }

    .ckslidercontrols .prev {left: -20px;}
    .ckslidercontrols .next {right: -20px}


	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-accroche{font-size: 36px;color: var(--white);}
	#headerHome-portfolio{
		position: absolute;
		bottom: -250px;
		z-index: 2;
		left: 0;
		right: 0;
		display: grid;
		grid-template-columns: repeat(3,1fr);
	}
	#headerHome-diaporama{height: 100%;}
	
	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	html[lang="de"] .navigmenu .naviglink.lvl-0, .navigmenu .naviglink.lvl-0{
		padding: 10px 16px;
		font-size: 16px;
	}
	#navprimary .navigmenu .naviglink.lvl-0:not(.item-logo) span:after{
	    bottom: 8px;
	    height: 2px;
	}

	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#header-infos{
		gap: 13px 0;
		padding-bottom: 5px;
		width: 100%;
	}

	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-content{padding-top: 170px;}
	
	
	/*-----------------*/
	/* GALLERY HOME */
	/*-----------------*/
	#galleryHome{margin-bottom: -50px;}
	    .swiper-wheel {
        padding-bottom: 100px;
    }

	/*-----------------*/
	/* MENU PAGE RESTAURANT */
	/*-----------------*/
	#menu{
		float: none;
		margin: 0 auto 30px;
		width: auto;
		padding: 30px 20px;
		max-width: 430px;
	}
	
    /*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	.bloc_prestations .wrap-prestations{
		padding: 0 10px;
		clip-path: inset(0 0 100px);
	}
	.prestations-img {height: 450px;}
	.prestations-content{
	    --dist: 10px;
	    padding: 20px;
	}
	.prestations-text{display: none;}
	.prestations-content :is(h2,h3){font-size: 20px;}

	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content .tc_content{
		display: flex;
		flex-direction: column-reverse;
	}
	.home #content .eb-wrapper-outer{margin: 0;}

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

	/*-----------------*/
	/* PARTENAIRES */
	/*-----------------*/
	#partenaires .title{margin-bottom: 20px;}

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer #footerbloc {
		grid-template-areas:
			"infoadresseFooter      infotelfixeFooter             infoouvertureFooter";
		grid-template-columns:  1fr 1fr 1fr ;
		grid-column-gap: 20px;
	}
	#footer:before,
	#footer:after{content: none;}
	.imgContact {height: 300px;}
	
	#wrapperForm{padding: 40px 20px;}
	
	.safari #wrapperForm .title {
		display: inline-flex;
		width: 100%;
		justify-content: center
	}
	#footerLinks{flex-direction: column;}
}

@media(max-width: 767px){
	/*-----------------*/
	/* BANNER */
	/*-----------------*/
	#flexBanner{
	    flex-direction: column;
	    align-items: center;
	    gap: 5px;
	    margin: -8px 0;
	    font-size: 15px;
	}
	
	/*-----------------*/
	/* LOADER */
	/*-----------------*/
	#loader-wrapper svg{width: 100px;}

	/*-----------------*/
	/* ELEMENTS */
	/*-----------------*/
	.elementor-shape svg{height: 20px;}
	
	/*-----------------*/
	/* HEADER */
	/*-----------------*/	
	#header-infos{border-bottom: solid 1px #ffffff47;}
	#header-infos #catalogues{width: 100%;margin: 0;text-align: center;}
	#header #coursesU img {width: 130px;}
	#header-infos #catalogues .button{display: inline-block;}
	#header-infos{justify-self: flex-start;flex-wrap: wrap;}
	#header-social{margin-right: 10px;}
	
	.sociblock .share-buttons a{--size: 30px;}
	.sociblock .share-buttons a svg{--size: 13px;}

	.buttonIcon{
	    padding: 14px 16px 12px 38px;
	    font-size: 12px;
	}
	.buttonIcon:before{
	    --size: 12px;
	    left: 16px;
	}
	#coursesU{margin-left: auto;}

	/*-----------------*/
    /* HEADERHOME + BANNER */
    /*-----------------*/
	#headerHome, #banner{margin-top: 54px;}
	#headerHome:before, #banner:before{
		content: "";
		position: absolute;
		background: var(--dark-color);
		left: 0;
		top: -70px;
		width: 100%;
		height: 80px;
		z-index: 1;
	}

	

	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{padding-top: 140px;}
	#headerHome-accroche{font-size: 27px;}
	#headerHome-portfolio{bottom: -150px;}
	#headerHome-portfolio .headerHome-portfolio {height: 150px;}


	/*-----------------*/
	/* TABLEAU CARTE */
	/*-----------------*/
	body.template-carte-php .tc_content table td{
		padding: 10px!important;
		font-size: 11px;
	}
	body.template-carte-php .tc_content table td:last-child{
		font-size: 14px;
		min-width: 120px;
	}
	
	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content .wp-block-gallery {
        grid-template-rows: repeat(3, 150px);
        grid-gap: 5px;
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    }
	 .home #content .wp-block-gallery .gallery-item {
        grid-column: span 1!important;
        grid-row: span 1!important;
        width: auto!important
    }

    .home #content .wp-block-gallery .gallery-item:last-of-type {
        grid-column: span 2!important
    }
	.home #content .linkTurn{
		bottom: 50px;
		--size: 9rem;
		left: 50%;
	}

	/*-----------------*/
	/* CONTENT COORDONNEES*/
	/*-----------------*/
	#content-coordonnees{padding: 80px 15px;}
	#content-coordonnees .flex.wrappercontent{
		flex-direction: column;
		gap: 40px;
	}

	
    /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.bloc_prestations .wrap-prestations{
		padding: 0 5px;
		clip-path: inset(0 0 0);
	}
	.prestations-img {height: 350px;}
	.bloc_prestations .prestations-content {
		transform: translateY(0);
		opacity: 1;
	}
	.prestations-content :is(h2,h3){font-size: 18px;}
	.bloc_prestations {padding: 0;}

	

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

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer #footerbloc {
		grid-template-areas:
			"infoouvertureFooter"            
	        "infoadresseFooter"     
			"infotelfixeFooter" 
		;
	    grid-template-columns: 1fr ;	
	}
}

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