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

@media(min-width: 768px){
     /*-----------------*/
	/* HEADER */
	/*-----------------*/
	#header-links .linkIcon:not(:last-child){margin-right: 10px;}
    #header-nav_img{
        width: 35vw;
        left: 30px;
        opacity: 1;
        transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
        overflow: hidden;
        clip-path: inset(0 100% 100% 0);
        -webkit-clip-path: inset(0 100% 100% 0);
        z-index: 5;
    }
    body.is-toggle-open #header-nav_img{
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
    }
    #header-nav_content{padding: 0 1vw 0 43vw;}

	#header-nav:before{
	    content: "";
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 23%;
	    height: 100%;
	    background: var(--tertiary-color);
	}
	

	

	/*-----------------*/
	/* GALLERY HOME */
	/*-----------------*/
	#galleryHome {
		z-index: 2;
		height: 31.725em;
		position: relative;
		font-size: 1.25vw;
		overflow: hidden;
		margin-bottom: 50px;
	}
	#galleryHome .gallery { transition: 0.6s;}
	
	#galleryHome .gallery .gallery-item{
		margin-bottom: 0;
		position: absolute;
		display: none;
	}
	#galleryHome .gallery .gallery-item:nth-child(-n+3){display: flex;}
	
	#galleryHome .gallery .gallery-item:first-of-type{
		width: 17.9375em!important;
		height: 24.55em;
		top: 3.525em;
		left: 0;
		z-index: 1;
	}
	/* #galleryHome .gallery .gallery-item:nth-child(2){
		width: 9.8625em!important;
		height: 14.35em;
		top: 6.8625em;
		left: 14.2375em;
		z-index: 6;
	} */
	
	 #galleryHome .gallery .gallery-item:nth-child(2){
		width: 25.5625em;
	    height: 31.725em;
	    top: 0;
	    left: 27.175em;
	    z-index: 2;
	} 
	/* #galleryHome .gallery .gallery-item:nth-child(4){
		width: 14.2375em!important;
		height: 10.65em;
		top: 11.3em;
		left: 55.475em;
		z-index: 5;
	} */
	
	#galleryHome .gallery .gallery-item:nth-child(3){
		width: 18.1375em!important;
		height: 21.5em;
		top: 5.025em;
		left: 66.8375em;
		z-index: 3;
	}

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	.picto-container li:nth-child(2n){margin-top: 30px;}
	
		/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news{padding: 60px 30px;}
    #news .wrapper_slider:nth-child(2) .thumbnail_slider{height: 270px;}
    #news .wrapper_slider:nth-child(3) .thumbnail_slider{height: 390px;}
    #news .wrapper_slider:nth-child(4).thumbnail_slider{height: 220px;}


}

@media(min-width: 1025px){
     /*-----------------*/
	/* HEADER */
	/*-----------------*/
	#header-links .linkIcon:not(:last-child){margin-right: 20px;}
    .home #header:not(.fixed-header) #logo{display: none;}
    #header.fixed-header #headerGrid{padding: 10px 30px;}
	#header.fixed-header #logoheader{ width: 130px;}
    #header-nav_img{
        width: 40vw;
        top: calc(100px + 5vh);
        height: calc(90vh - 200px);
    }
	#header-nav_content {padding: 0 1vw 0 55vw;}

	 /*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	#header-nav_img{
        width: 35vw;
        left: 100px;
	}
	#header-nav_content{padding: 0 1vw 0 50vw;}
	#header-nav:before{width: 40%;}

  
	/*-----------------*/
	/* HEADER HOME */
	/*-----------------*/
	#headerHome-content{padding-top: 110px;}
	
	/*-----------------*/
	/* GALLERY HOME */
	/*-----------------*/
	#galleryHome {
		margin-bottom: 100px;
		margin-top: 50px;
	}

	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
    .home #content{
	    overflow: hidden;
	    padding: 120px 30px;
	}
    .home #content .blocthumb{height: 460px;}
    .home #content .tc_content .wp-block-image{
	    padding-left: 30px;
	    height: 100%;
    }
    .home #content .tc_content .wp-block-image a{height: 100%;}
    .home #content .tc_content .wp-block-image img{
	    height: 100%;
	    object-fit: cover;
	    position: absolute;
	    top: 0;
	   }
    .home #content #content-body .tc_content{
	    padding-left: 22%;
	    width: 120%;
	    padding-top: 90px;
    }

    .home #content .tertiarythumb,
    .home #content .quaternarythumb,
    .home #content .specialthumb{
		position: absolute;
	    left: 0;
    }
    .home #content .tertiarythumb{
	    width: 8.7%;
	    height: 240px;
	    top: 390px;
    }
    .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 .linkTurn{
		left: 9%;
		top: 20em;
	}

	/*-----------------*/
	/* CONTENT PAGE */
	/*-----------------*/
	.padding-base.bigPadding{padding: 200px 15px;}
	#content .wp-block-columns{gap: 70px;}

	/*-----------------*/
	/* CHAMBRES */
	/*-----------------*/
	#chambresWrapper{
	    padding-top: 200px;
	    padding-bottom: 50px;
	}
	#chambres .chambres-body{padding: 100px 50px;}
	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news{padding-bottom: 90px;}

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances-wrapper{
		padding-top: 250px;
		padding-bottom: 80px;
	}
	.picto-container li:nth-child(2n){margin-top: 70px;}
	
     /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
    #sections .section_title{
        max-width: 830px;
        padding: 0 0 0 6vw;
        position: relative;
        z-index: 2;
        margin-bottom: 30px;
    }
    #sections .section_title h2{
		text-transform: uppercase;
		font-size: 45px;
		text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px  1px 0 #FFF, 1px  1px 0 #FFF;
	}
    #sections .wrap-content{padding: 40px 5vw;}
    #sections .wrap-content .wp-block-columns {gap: 80px;}
    #sections .section_thumb{padding: 0 20px 0 60px;}
	#sections .section_inner{ padding: 140px 15px;}

	/*-----------------*/
	/* CTA */
	/*-----------------*/
	#cta{
		position: absolute;
		left: 20.4%;
		max-width: 370px;
		top: 0;
		padding: 50px 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;}
}

@media(min-width: 1281px){
	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
    .home #content .tc_content .wp-block-image{ padding-left: 50px;}
    .home #content .quaternarythumb{ width: 12.5%;}
    .home #content .specialthumb{
	    width: 38%;
	    left: -48%;
	    bottom: -620px;
	    height: 400px;
	   }
	.home #content .linkTurn{
		left: 7%;
		top: 10em;
	}
	/*-----------------*/
     /* SECTIONS */
    /*-----------------*/
	#sections .section_title h2{font-size: 60px;}
	#sections .section_title{
		max-width: 1180px;
		padding: 0 0 0 10vw;
	}

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances-wrapper{
		padding-top: 320px;
		padding-bottom: 130px;
	}

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#listarticles{column-gap: 50px;}
	
}

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

@media(min-width: 1681px){
	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
    .home #content .tc_content .wp-block-image{ padding-left: 100px;   }
    .home #content .quaternarythumb{
	    right: 4%;
	    width: 16.5%;
    }
}

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

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

@media(max-width: 1280px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	.linkIcon{
	    letter-spacing: 1px;
	    font-size: 15px;
	}
	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	#navprimary .navigtoogle.secondary-nav .naviglink{
	    font-size: 12px;
	    letter-spacing: 0.5px;
	    padding: 10px 15px;
	}
	
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content .wrappercontent.medium{max-width: 740px;}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	.parallax-section p{font-size: 60px;}
}

@media(max-width: 1024px){
	/*-----------------*/
	/* LOADER */
	/*-----------------*/
	#loader-wrapper svg{width: 200px;}
	
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#header-social{padding-left: 10px;}
	body.home #logo{display: none;}
	#header-reservations_inner{padding: 80px 10px 50px;}
	.linkIcon{
	    letter-spacing: 1px;
	    font-size: 13px;
	}
	#info-toogle_name{
    font-size: 12px;
}

	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/

	#navprimary .navigtoogle.secondary-nav .navdown{padding: 0;}

	.navigmenu .naviglink.lvl-0{
	    font-size: 24px;
	    padding: 16px 14px;
	}
	#navprimary .navigtoogle.secondary-nav .naviglink{
	    padding: 14px 9px;
	    font-size: 11px;
	}

	/*-----------------*/
    /* HEADER HOME */
    /*-----------------*/
	#headerHome-logo{width: 260px;}
	#headerHome-content{padding-top: 110px;}
	
	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content .wrappercontent.medium{max-width: none;}
    .home #content .wp-block-columns{flex-wrap: wrap!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: 30px;
	    padding: 0 2px;
    }
	.home #content :is(.tertiarythumb, .quaternarythumb){margin: 0;z-index: 0;}
	.home #content > .wrappercontent .title{width: 100%;}

	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	.prestations-content :is(h2, h3){font-size: 20px;}

	/*-----------------*/
    /* CONTENT PAGE */
    /*-----------------*/
	#content .introBanner{
	    height: 500px;
	    max-width: 95%;
	}
	#introContent{flex-wrap: wrap !important;}
	#introContent .wp-block-column{flex-basis: 100% !important;}

	/*-----------------*/
    /* CONTENT PAGE - CHAMBRES */
    /*-----------------*/
	#chambres .widget_chambres{column-gap: 30px;}
	#chambres .widget_chambres > *{margin-bottom: 50px;}
	
	#chambres .chambres-body{padding: 60px 30px;}
	#chambres .chambres-modaltitle {font-size: 35px;}

	
	/*-----------------*/
	/* GALLERY HOME */
	/*-----------------*/
	#galleryHome .gallery{
		 display: grid;
		 grid-auto-rows: 160px;
		 grid-gap: 5px;
		 grid-template-columns: repeat(3, 1fr);
		 position: relative;
		 z-index: 1;
	}
	#galleryHome .gallery .gallery-item:nth-child(5){grid-column: span 2;}
	
	.home #content .wp-block-gallery{
		display: grid;
		grid-auto-rows: 160px;
		grid-gap: 5px;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 50px!important;
	}
	.home #content .wp-block-gallery .wp-block-image{width: 100%!important;}
	.home #content .wp-block-gallery .wp-block-image:last-child {grid-column: span 2;}
	
	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances-img{height: 40vh;}
	#reassurances-wrapper{padding-top: 180px;}

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news #news-title h2{font-size: 50px;}
	#news .title_slider{font-size: 13px;}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .section_title{margin-bottom: 10px}
	.parallax-section p{font-size: 50px;letter-spacing: 2px;}
	.sectionsbloc .section_thumb .blocthumb{transform: none!important;height: 100%;top: 0;}

	/*-----------------*/
	/* NEWSLETTER */
	/*-----------------*/
	#newsletter{padding: 40px 15px;}

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

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#imageFooter{text-align: center;}
}
@media(max-width: 976px){
	/*----------------- HISTORIQUE -----------------*/
	#content .histoire .uagb-timeline__date-new,
	#content .histoire .uagb-timeline__date-hide.uagb-timeline__inner-date-new{font-size: 38px;}

	#content .histoire.uagb-timeline__left-block :is(.uagb-timeline__date-new, .uagb-timeline__date-hide.uagb-timeline__inner-date-new){color: var(--white);}
}

@media(max-width: 767px){
	/*-----------------*/
	/* LOADER */
	/*-----------------*/
	#loader-wrapper svg{width: 150px;}
	
	/*-----------------*/
    /* HEADER  */
    /*-----------------*/
	#header-social{display: none}
	.linkIcon{font-size: 12px;letter-spacing: 1px;}
	#header-left{-;justify-content: space-between;}
	#header-links{
	    border-bottom: solid 1px #ffffff52;
	    justify-content: space-between;
	    margin: 0 -10px;
	    padding: 0 15px 5px;
	}
	body.is-toggle-open #header-links{border-bottom-color: #00000024;}
	
	#header-nav > .wrappercontent{
	    padding: 30px 0 50px;
	    justify-content: start;
	}
	
	.header-reservations_links{
	    padding: 70px 10px 0;
	    font-size: 14px;
	    margin: 15px 0;
	}
	#header-reservations_img{display: none;}
	#logo{margin-top: -50px;}

	/*-----------------*/
    /* NAVPRIMARY  */
    /*-----------------*/
	.navigmenu .naviglink.lvl-0.item-icon{padding-left: 51px;display: inline-block;}
	#header-nav_img{display: none;}
	.navigmenu .naviglink.lvl-0{
		text-align: center;
		font-size: 16px;
	}
	#navprimary .navigtoogle.secondary-nav .navdown .navdownwrapper{flex-direction: column;}
	#navprimary .navigtoogle.secondary-nav .naviglink{
	    font-size: 13px;
	    padding: 8px 10px;
	}
	.navigtoogle.has-child .naviglink.lvl-0:after{top: 12px;}
		
	#navprimary .naviglink.item-guestapp .guestapp-widget{
	    position: relative;
	    right: auto;
	    top: auto;
	    margin-left: 10px;
	}
	#navprimary .naviglink.item-guestapp{
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	
	/*-----------------*/
    /* HEADER HOME */
    /*-----------------*/
	#headerHome-logo{width: 170px;}
	#headerHome-content{padding-top: 110px;}

	/*-----------------*/
    /* PRESTATIONS */
    /*-----------------*/
	.prestations-img{
	    height: 50px;
	    width: 90px;
	}
	.prestations-content :is(h2, h3){font-size: 30px;}
	
	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content .linkTurn {--size: 10rem;}
    .home #content :is(.blocthumb, .specialthumb, .tertiarythumb, .quaternarythumb){height: 250px;}
	.home #content #content-title{margin: 0;}


	/*-----------------*/
    /* CONTENT PAGE */
    /*-----------------*/
	#content .introBanner{
	    height: 300px;
	    max-width: 100%;
	}
	
	blockquote.has-text-align-center p, .wp-block-quote.has-text-align-center p{font-size: 30px !important;}
	.wp-block-media-text.contentTab .eb-faq-title h3{
	    font-size: 28px !important;
	    letter-spacing: 0;
	}
	.wp-block-media-text.contentTab .eb-tab-wrapper{margin-bottom: 20px;}
	
	/*----------------- TABLEAU CARTE -----------------*/
	.tc_content table tr td:not(:first-child){min-width: 75px;}
	.tc_content table td em{font-size: 13px;}

	
	/*----------------- HISTORIQUE -----------------*/
	#content .histoire .uagb-timeline__date-new,
	#content .histoire  .uagb-timeline__date-hide.uagb-timeline__inner-date-new{font-size: 25px;}
	

	/*----------------- FEATURED LIST -----------------*/
	#content .atouts-listing .eb-feature-list-title{font-size: 15px;}

	/*-----------------*/
    /* CONTENT PAGE - CHAMBRES */
    /*-----------------*/
	#chambres .widget_chambres{
	    column-count: 1;
	    column-gap: 0;
	}
	#chambres #introChambres,
	#chambres .widget_chambres > *{margin: 0 0 40px 0;}
	#chambres .chambres-img{ height: 250px!important;}
	#chambres .chambres-title{margin-top: 20px;}
	#chambres .chambres-title h3{font-size: 22px;}

	#chambres .chambres-label{
	    top: 12%;
	    padding: 25px 15px;
	    left: -30px;
	    font-size: 11px;
	}
	#chambres .chambres-gallery .gallery .gallery-item{
		height: 250px;
	}
	#chambres .innermodal-chambres {
	    flex-direction: column;
	    height: auto;
	    min-height: auto;
	    max-width: initial;
	}
	#chambres .chambres-body {
        padding: 40px 20px;
        overflow: initial;
    }
	#chambres .chambres-modaltitle {
        margin: 0 0 30px;
        font-size: 32px;
    }
	#chambres .chambres-button {margin-top: 40px;}
	.chambres-modal.show {padding: 15px;overflow-y: scroll;}
	
	#chambres .closemodal svg{fill: var(--white);}
	
	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	.parallax-section p{
	    font-size: 30px;
	    min-width: 320px;
	}
	
	

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances-wrapper{padding-top: 120px;}
	#reassurances-img{height: 30vh;}
	.picto-container li:before{
	    left: -2px;
	    top: 7px;
	}


	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news #news-title h2{
		font-size: 32px;
		margin-bottom: 8px;
	}
	#news #news-title{flex-direction: column;}
	.thumbnail_slider {
		width: 100%;
		height: 250px;
	}
	#listarticles{
		column-count: 2;
		column-gap: 20px;
	}
	
	/*-----------------*/
	/* GALLERY HOME */
	/*-----------------*/
	#galleryHome .gallery .gallery-item{width:100%!important}
	
	/*-----------------*/
	/* GALLERY FOOTER */
	/*-----------------*/
	#galleryFooter .gallery {
		grid-template-columns: repeat(3,1fr);
		grid-auto-rows: 120px;
	}

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#imageFooter{
		margin-top: 20px;
		max-width: 500px;
	}

	#footerCoordonnees > div, 
	#footerCoordonneesBis > div{
	    max-width: 270px;
	    margin: 23px auto;
	    width: 100%;
	}

}

@media(max-width: 480px){
	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#logo {margin-top: 0;}
	
	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#listarticles{
		column-count: 1;
	    column-gap: 0;
	}
}