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

@media(min-width: 768px){
	#content .eb-advanced-tabs-wrapper.vertical ul.tabTitles li.active:after {
	    border-left-color: var(--primary-color) !important;
	    border-top-color: transparent!important;
	}
	
    /*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
    .picto-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media(min-width: 1025px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#header:not(.fixed-header)::before {
        width: calc(100% - 30px);
        max-width: 1140px;
        height: calc(100% - 31px);
        border: 1px solid var(--white);
        border-top: 0;
        left: 50%;
        transform: translateX(-50%);
        opacity: .5;
        clip-path: polygon(0% 0%, 0% 100%, 3% 100%, 10% 10%, 100% 10%, 97% 100%, 10% 100%, 10% 100%, 100% 100%, 100% 0%);
    }
	#header-coordonnees {padding: 25px 20px 15px;}
	#logoCoordonnees {
		margin: 0 60px;
		grid-row: span 2;
	}

    #logoCoordonnees a {
        width: 270px;
        margin: 0 auto
    }
	#header #header-coordonnees>:nth-child(1),
	#header #header-coordonnees>:nth-child(4){
        padding: 0 24px 0 0;
        text-align: right
    }
    #header #infoadresse {order: -1}
    #header #header-coordonnees>:nth-child(1) span,
	#header #header-coordonnees>:nth-child(4) span{text-align: right}
	
    #header #header-coordonnees>:nth-child(1):before,
	#header #header-coordonnees>:nth-child(4):before{
        right: 0;
        left: auto
    }
	
	#header #header-coordonnees #headerElsassisch{
	    width: 160px;
	}

	html[lang=de] .navigmenu .naviglink{
	    font-size: 13px;
	    padding: 20px 8px;
	}
		
	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content:before {
	    background: var(--light-color);
	    --size: 30em;
	    width: var(--size);
	    height: var(--size);
	    top: 15em;
	}
	.home #content .textContent .wp-block-columns{gap: 100px;}
    .contentButton {top: 10px;}

	.textContent {
	    padding: 80px;
	    padding-top: 180px;
	    width: 95%;
	    background-image: url(../images/background.jpg);
	   }

    .nameContent {
	    top: 80px;
	    left: 60px;
	   }

	.imgContent img {height: 500px;}

	.home #content {margin-top: -200px;z-index: 3;}
	.nameContent {font-size: 7em;}
	.contentButton>a{font-size: 1.3em;}

	/*-----------------*/
	/* GALLERY HOME */
	/*-----------------*/
	#galleryHome {
	    height: 900px;
	    overflow: visible;
	    z-index: 2;
	    margin-bottom: -150px;
	}
	#galleryHome .gallery-item {position: absolute;}

    #galleryHome .gallery-item:nth-child(1) {
	    width: 25em;
	    height: 15em;
	    left: -8em;
	    top: 0;
    }

    #galleryHome .gallery-item:nth-child(2) {
	    width: 15em;
	    height: 15em;
	    left: 2em;
	    bottom: 20em;
    }

    #galleryHome .gallery-item:nth-child(3) {
	    width: 17em;
	    height: 20em;
	    left: 50%;
	    transform: translateX(-50%);
	    bottom: 5em;
    }

    #galleryHome .gallery-item:nth-child(4) {
	    width: 15em;
	    height: 15em;
	    right: 2em;
	    bottom: 18em;
    }

    #galleryHome .gallery-item:nth-child(5) {
	    width: 20em;
	    height: 10em;
	    right: -7em;
	    top: 3em;
    }

    #galleryHome .gallery-item:nth-child(6) {
	    width: 22em;
	    height: 30em;
	    left: 50%;
	    transform: translateX(-50%);
	    top: -3em;
    }

	/*-----------------*/
    /* PAIEMENTS */
    /*-----------------*/
	#paiements{padding: 80px 15px;}
    /*-----------------*/
	/* MENUS */
	/*-----------------*/
	#menus{padding: 150px 15px 300px;}

    /*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
    #reassurances {
		padding-top: 0;
		margin-top: -130px;
		z-index: 2;
	}
	#reassurances .title{
	    min-width: 270px;
	}
    .imgRea {height: 500Px;}

    .picto-container {
        grid-template-columns: repeat(4, 1fr);
        position: relative;
    }

    .picto-container::before {
        content: '';
        position: absolute;
        top: calc(100% + 40px);
        left: 0;
        width: 100%;
        height: 1px;
        z-index: -1;
        border-bottom: 1Px solid var(--primary-color);
    }

    .picto-container li {
        padding: 30Px;
        margin-top: -50Px;
        border-radius: 10px;
        background: var(--background-color);
        box-shadow: -10px -10px 20px #0000000f;
        position: relative;
        z-index: 1;
    }

    .picto-container li::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        height: 57px;
        z-index: -1;
        border-right: 1Px solid var(--primary-color);
    }

    .picto-container li::after {
        content: '';
        position: absolute;
        top: calc(100% - 1px);
        left: 50.25%;
        transform: translateX(-50%);
        --size: 10px;
        width: var(--size);
        height: var(--size);
        z-index: -1;
        background: var(--primary-color);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    }

    .nohome #reassurances {padding-bottom: 0;margin: 0;}

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

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    #sections {padding: 100px 30px 120px;}

    .section_txt .wrap-text .title {
        left: -25%;
        width: 124%;
        margin-bottom: 60px
    }
    .sectionsbloc {padding: 80px 0 40px}

    #sections .section_thumb {
        width: 35%;
        z-index: 3;
        order: 2;
    }

    #sections .section_thumb .blocthumb {
        overflow: hidden;
        width: 100%;
        height: 100%;
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0)
    }

 
    .section_thumb .specialthumb {
        position: absolute;
        bottom: -70px;
        left: -50px;
        width: 135px;
        height: 160px;
        border-radius: 120px 120px 0 0;
        overflow: hidden
    }
    .section_txt .tertiarythumb {
        position: absolute;
        left: 0%;
        bottom: 6%;
        width: 20.5%;
        height: 34%;
    }

    #sections .section_txt {
        width: 65%;
        z-index: 2;
        position: relative;
        padding: 50px 40px 110px 0;
    }
    .section_txt .wrap-text {
        position: relative;
        max-width: 70%;
        margin-left: auto;
        padding: 0
    }
    .sectionsbloc::before {
        background: var(--dark-color);
        width: 70%;
        height: calc(100% - 50px);
        top: 50px;
        left: 38%;
        transform: translateX(-50%)
    }

    .section_thumb {position: relative}

    .section_thumb::before {
        content: '';
        position: absolute;
        bottom: 20px;
        left: -40px;
        --size: 100px;
        width: var(--size);
        height: var(--size);
        z-index: 1;
        border: 2px solid var(--primary-color);
        box-sizing: border-box;
        border-radius: 100%;
    }

	/*-----------------*/
	/* CTA */
	/*-----------------*/
	#cta{
		position: absolute;
		left: 20.4%;
		max-width: 380px;
		top: 0;
		padding: 45px 35px;
		text-align: left;
	}
	
	#cta .sociblock .share-buttons{justify-content:flex-start;}
	
	/*-----------------*/
	/* GALLERY FOOTER */
	/*-----------------*/
	#galleryFooter .gallery .gallery-item:nth-child(11n + 1){grid-column: span 2}
	#galleryFooter .gallery .gallery-item:nth-child(11n + 6){
		grid-row: span 2;
		grid-column: span 2
	}
	
	#galleryFooter .gallery .gallery-item:nth-child(11n + 8){grid-column: span 2}
	#galleryFooter{
		padding-top: 80px;
		margin-top: -80px;
		padding-bottom: 1px;
	}

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#infoadresseFooter br{display: none}
	.copyright {
	    margin-left: auto;
	    margin-right: 160px;
	}

}

@media(min-width: 1281px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#header:not(.fixed-header)::before {clip-path: polygon(0% 0%, 0% 100%, 7% 100%, 10% 10%, 100% 10%, 93% 100%, 10% 100%, 10% 100%, 100% 100%, 100% 0%);}
	#logoCoordonnees a {width: 300px;}
	#infoadresse br{display: none;}

	html[lang=de] #header:not(.fixed-header)::before {clip-path: polygon(0% 0%, 0% 100%, 2% 100%, 10% 10%, 100% 10%, 98% 100%, 10% 100%, 10% 100%, 100% 100%, 100% 0%);}
	html[lang=de] .navigmenu .naviglink{
	    font-size: 14px;
	    padding: 20px 11px;
	}
	
	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
    .contentButton a{font-size: 1.5em;}

	/*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
    #galleryHome .gallery-item:nth-child(1) {
	    height: 25em;
	    top: -15em;
	    left: -5em;
    }

    #galleryHome .gallery-item:nth-child(5) {
	    height: 20em;
	    top: -15em;
	    width: 25em;
	}
	
    /*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
    .picto-container li{
        border-radius: 50%;
        --size: 200px;
        width: var(--size);
        height: var(--size);
        display: grid;
        align-items: center;
        justify-items: center;
        align-content: center;
        padding: 40px 32px 60px;
    }
    .picto-container li p{margin-top: 10px;}
    .picto-container li::after{
        all: initial;
        content: "";
        position: absolute;
        --size: 110%;
        width: var(--size);
        height: calc(var(--size) - 2%);
        background: url(../images/border.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 2;
        top: 46%;
        left: 48.5%;
        filter: drop-shadow(1Px 0Px var(--primary-color));
        pointer-events: none;
        transform: translate(-50%, -50%) rotate(var(--rotate));
    }
	
	
	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	.sectionsbloc::before{left: 50%;}
    #sections {padding: 150px 50px 200px;}
    .section_txt .tertiarythumb {
        width: 29.5%;
        height: 50%;
    }
    .sectionsbloc {padding: 130px 0 100px;}

    #sections .section_txt {
        padding: 100px 160px;
        padding-left: 0;
        padding-bottom: 70px
    }
	.section_txt .wrap-text{max-width: 52%;}
	.section_thumb .specialthumb{
		bottom: 58px;
        left: -98px;
        width: 225px;
        height: 280px;
	}
	.section_thumb::before{bottom: 300px;}
}

@media(min-width: 1481px){
	/*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
    #galleryHome .gallery-item:nth-child(1) {
	    left: 2em;
	    top: -15em;
	    width: 30em;
    }

    #galleryHome .gallery-item:nth-child(2) {
	    width: 20em;
	    left: 10em;
	    bottom: 20em;
    }

    #galleryHome .gallery-item:nth-child(4) {
	    width: 20em;
	    right: 10em;
	    bottom: 18em;
   }

    #galleryHome .gallery-item:nth-child(5) {
	    width: 30em;
	    right: 3em;
	    top: -15em;
    }
	/*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
	#reassurances .title{
	    left: -20%;
	    min-width: 120%;
	}
	
	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	.section_txt .tertiarythumb{width: 34.5%;}
}

@media(min-width: 1681px){
	/*-----------------*/
    /* GALERY HOME */
    /*-----------------*/
    #galleryHome .gallery-item:nth-child(1) {
	    left: 2em;
	    top: -15em;
    }

    #galleryHome .gallery-item:nth-child(2) {
	    left: 20em;
	    bottom: 20em;
    }

    #galleryHome .gallery-item:nth-child(4) {
	    right: 20em;
	    bottom: 18em;
    }

    #galleryHome .gallery-item:nth-child(5) {
	    right: 3em;
	    top: -15em;
    }
}
@media(min-width: 1881px){
	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	.section_txt .tertiarythumb{width: 36.5%;}
}

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

@media(max-width: 1480px){
    /*-----------------*/
	/* MENUS */
	/*-----------------*/
    #menus .bloc_menus .primaryIMG{left: 4%;}
    .bloc_menus .menu-title{font-size: 80px;}
}

@media(max-width: 1280px){
	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	.navigmenu .naviglink.lvl-0{
	    font-size: 15px;
	    padding: 20px 13px;
	}
	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{padding-top: 60px;}
	
    /*-----------------*/
	/* MENUS */
	/*-----------------*/
    .bloc_menus .menu-title{font-size: 65px;}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#choixSections .linkSections{padding: 5px 10px;}
	#choixSections .linkSections p{
	    padding: 0 20px;
	    font-size: 13px;
	}
}

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

	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	.navigmenu .naviglink.lvl-0{
	    font-size: 14px;
	    padding: 11px 16px;
	}

	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{padding-top: 140px;}
	
	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	#content .wp-block-media-text.medium-break{grid-template-columns: 1fr !important;}
	#content .wp-block-media-text.medium-break .wp-block-media-text__media{
		grid-column: 1;
        grid-row: 1;
		height: 300px;
	}
	#content .wp-block-media-text.medium-break .wp-block-media-text__content{
		grid-column: 1;
		grid-row: 2;
		padding: 30px 0;
	}
    .home #content {
	    background: var(--dark-color);
	    margin-top: 0;
	    padding: 0 20px 40px 20px;
	}
	.contentButton>a{
		font-size: 14px;
		padding: 20px;
	}
	.imgContent .blocthumb{margin-bottom: -20px;}

	/*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
	#galleryHome .gallery {
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	    grid-auto-rows: 150px;
    }

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances{
	    background: var(--light-color);
	    padding-top: 0;
	    margin-top: 50px;
	}
	.home #reassurances{
	    margin-top: 0;
	    z-index: 2;
	}
	.imgRea{
	    min-height: 200px;
	    margin-top: -50px;
	}
	.picto-container li{
		flex-direction: row;
		text-align: left;
		max-width: 265px;
		width: 100%;
		margin: 15px auto;
	}
	.picto-container li p{margin: 0 0 0 10px;}
	#reassurances .title{padding: 30px 10px;}

	/*-----------------*/
	/* MENU DU JOUR*/
	/*-----------------*/
	#menuJour {padding: 150px 30px;}
	
    /*-----------------*/
	/* MENUS */
	/*-----------------*/
    .bloc_menus .menu-title{font-size: 55px;}
	#menus .bloc_menus :is(.primaryIMG, .secondaryIMG, .tertiaryIMG){display: none;}
	#menus .bloc_menus{padding: 20px 10vw 30px!important;}
	#menus .elemmenus{padding-bottom: 0;}
	#menus{padding-bottom: 120px;} 

	/*-----------------*/
    /* PAIEMENTS */
    /*-----------------*/
	#paiements .grid{grid-gap: 20px;}

	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#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   }

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	.wrap-text{margin: 0px auto;}

	#choixSections {display: none;}

	#sections .sectionsbloc {
	    flex-direction: column;
	    display: flex;
    }

    #sections .section_thumb {
	    display: grid;
	    align-items: stretch;
	    grid-template-columns: repeat(2, 1fr);
	    grid-auto-rows: 300px;
	    margin: 0 auto;
	    width: 100%;
	    z-index: 1;
	    order: 1 !important;
	    height: auto;
	}
  
    #sections .tertiarythumb {height: 300px;}

	/*-----------------*/
    /* GALLERY FOOTER */
    /*-----------------*/
	#galleryFooter .gallery {
		grid-template-columns: repeat(4,1fr);
		grid-auto-rows: 160px;
	}
	#galleryFooter .gallery .gallery-item.empty-item{display: none;}
	#galleryFooter .gallery .gallery-item:nth-child(11){grid-column: span 2;}

	#galleryFooter:before {
	    top: 55px;
	    height: calc(100% - 55px);
	}
	/*-----------------*/
    /* CTA */
    /*-----------------*/
	#cta{
	    margin-top: -60px;
	    font-size: 14px;
	}
}

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

	/*-----------------*/
	/* ELEMENTS */
	/*-----------------*/
	.titlehorairesBis{font-size: 20px;}

	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{padding-top: 100px;}
	
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.nameContent{top: 40px;}
	.textContent{padding: 50px 0 0;}

	/*-----------------*/
    /* PAIEMENTS */
    /*-----------------*/
	#paiements .grid{grid-gap: 10px;}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.tc_content table tr td:not(:first-child){min-width: 55px;}
	#content .eb-advanced-tabs-wrapper .tabTitles .tabIcon{display: none;}
	#content .eb-advanced-tabs-wrapper{flex-direction: column;}
	#content .eb-advanced-tabs-wrapper .tabTitles{flex-direction: row;flex-wrap: wrap;}
	#content .eb-advanced-tabs-wrapper .tabTitles li{height: 200px;padding: 0;}
	#content .eb-advanced-tabs-wrapper .tab-title-text{
	    transform: rotate(-90deg);
	    position: absolute;
	    left: 12%;
	    width: 200px;
	    font-size: 18px !important;
	    height: 100%;
	}

	#content .eb-advanced-tabs-wrapper .tabTitles li.active:after{
		border-top-color: var(--primary-color) !important;
		bottom: -8px;
		left: 50%;
		transform: translateX(-50%);
		top: auto;
		border-bottom: 0;
		border-right: 8px solid transparent;
		border-left-color: transparent;
	}
	
    /*-----------------*/
	/* MENUS */
	/*-----------------*/
	#menus .bloc_menus{padding: 20px 0vw 20px!important;}
	#menus .elemmenus{padding-bottom: 0;}
    .bloc_menus .menu-title{font-size: 31px;letter-spacing: 0;}
	#menus{padding-bottom: 120px;}

	/*-----------------*/
	/* MENU DU JOUR */
	/*-----------------*/
	#menuJour .menuContent {
        width: 75%;
        padding: 30px 10px;
        font-size: 18px;
        max-width: 280px;
    }
	#menuJour .elemmenus > .flex {flex-direction: column;grid-gap: 10px;}
	#menuJour {padding: 70px 15px;}
	
	#menuJour .specialthumb img {height: 250px}

	#menuJour .blocthumb {
		top: auto!important;
		width: 100%;
		padding: 0;
	}

	#menuJour .blocthumb img {height: 200px;}
	#menuJour .specialthumb{width: 100%;top: auto!important;}

	#menuJour .menuContent .has-medium-font-size{
		font-size: 30px!important;
		margin-top: 10px;
	}
	#menuJour .menuContent .has-small-font-size{font-size: 13px!important;}

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

	/*-----------------*/
	/* GALLERY FOOTER */
	/*-----------------*/
	#galleryFooter .gallery {
		grid-template-columns: repeat(3,1fr);
		grid-auto-rows: 120px;
	}
}

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