:root {

  --theme-color:  #214754;
  --theme-color-light: #2D6B80; 
	--max-width : 1600px;
--swiper-pagination-color:rgba(170,32,56,1.00);
--swiper-theme-color:rgba(187,187,23,1.00);	
	
var(--swiper-navigation-color, var(--swiper-theme-color))	
}



.swiper-pagination-bullet { background : var(--swiper-theme-color); }
.swiper-pagination-bullet-active {
	
	background: var(--swiper-theme-color); 

}

body { min-width: 960px; 
background-color: #2a2428;
}


.mfp-content {
		max-width: unset;
	
	min-width:unset;

	width:100%!important;
}



#gabarit {
	    padding-top: 62px;
}
.ui-datepicker{
	z-index:9999!important;
}


.bgglobal {
	
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #2a2428;
    background-image: url("/images/content/bca52838760943530b819819f803332d.jpg");
    background-position: 4.8% 40%;
    background-blend-mode: overlay;
    background-size: cover;
    opacity: 0.4;
}


/* section BOUTIQUE */
#customer-infos .error {
	color:darkgoldenrod;
	font-size: 0.75em;
	margin-left: 10px;
}
#customer-infos .error:before {
	content: "\f071";
	margin-right: 6px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
} 

.button {
	background-color: #80ad49;
	font-family: 'Abril Fatface', cursive;
	padding: 10px 30px;
	border: 1px solid #80ad49;
	border-radius: 1.25em;
	font-size: 1.2em;

	line-height: 1.6em;	
}




.button:hover, .button:disabled  {
	

	background: none;
	border: 1px solid white;
}

.button:disabled {
	opacity: 0.6;
}
.event-product-buy-list { margin: 30px 0px; }
.quantity-button{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 1.12em;
    color: #fff!important;
    border-radius: 50%;
    background-color: #000;


}
.quantity-button.increase:before {
    display: block;
    content: '+';
}
.quantity-button.decrease:before {
    display: block;
    content: '-';
}



.cart-icon[data-count="0"] { display: none!important; }
.cart-icon:before,.quote-icon:before{

	display:flex;

	width:12px;

	height:12px;

	content:attr(data-count);

	background-color:#00b7a3;

	padding:5px;

	border-radius:50%;

	position:absolute;

	font-size:14px;

	top:0px;

	left:22px;

	align-items:center;

	justify-content:center;

}


.details-row{

	display:flex;

	justify-content:space-between;

	align-items:center;

	padding:5px 0;

	border-bottom:2px solid #00aeef;

}

.detail-item{

	display:flex;
	padding: 5px;
	flex:1;

}

.detail-item:nth-child(1){
	flex : 4; 
	display: initial;
}
.shipping-amount .detail-item:nth-child(1),
.sub-total .detail-item:nth-child(1),
.tps-amount .detail-item:nth-child(1),
.tvq-amount .detail-item:nth-child(1),
.grand-total .detail-item:nth-child(1) {
	flex : 6; 
}


.detail-item>.quantity{

	display:flex;

	align-items:center;

	justify-content:center;

	width:40px;

	height:40px;

	background-color:#fff;

	color:#000;

	border-radius:50%;

	margin:0 10px;

}

.flex-box-column{

	display:flex;

	flex-direction:column;

}


#pickup_option { 
	font-size: 13px;
	padding: 5px 20px 5px 30px;
	
	border:1px solid white;
	border-radius: 30px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	opacity: 0.6;
}
#pickup_option[pickup_option="active"]{
/*	border-color: #80AD4C;*/
	color:#80AD4C;
	opacity: 1;
}

#pickup_option:before {
	content: "\f111";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 10px;
}
#pickup_option[pickup_option="active"]:before {
	content:"\f058";
}
#customer-infos input, #customer-infos select {
	margin: 10px 0px;
	padding: 5px;
}

form[id^=buy-form] input[name=quantite]
{
	 display: inline-block;
    text-align: center;
    width: 40px;
    margin: 0 20px;
    position: relative;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    outline: none;
    border: none;
	color:black!important;
}   

.event-product-item { 
	
	padding: 10px 0px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

p + p { margin-top: 1em;}

main a:link, a:visited, footer a:link, footer a:visited {color:white;}

.pad10 {
	padding: 1em; box-sizing: border-box; }

.pad20 {
	padding: 2em; box-sizing: border-box; }

.mfp-container a:link, .mfp-container a:visited, 
.datepicker a:link, .datepicker a:visited {color: var(--theme-color); }

 .redactor-modal-action-btn {background-color: var(--theme-color); 
border: 0px;

}
.message-box-wrapper{

	z-index:8000;

}
.contenusnippet { padding-top: 80px; }
.cms-tag {display: none; }
.editMode .cms-tag {    
    display: block;
    position: absolute;
    opacity: 0.6;
    transform: translateY(-1em);
    font-size: 0.6em;
    color: pink; }

.lst_chambre_accueil a { display: block;}
.message-box{

	padding:10px;

	border-radius:4px;

	background-color:hsla(0,0%,4%,0.73);

	color:#fff;

/*	border:1px solid #fff;*/

	font-size:1.2em;

}


em { font-style: italic; }
.editMode [data-aos^=fade][data-aos^=fade]{ opacity: 1!important;}
.event-slider .swiper-pagination, .event-slider .swiper-scrollbar {
	position: relative;
	margin-bottom: 2em;
}

.event-slider .swiper-button-next,
.event-slider .swiper-button-prev{ color: white; }


.event-sldier .swiper-button-prev:after, 
.event-sldier.swiper-button-next:after {
	text-shadow:1px 1px 20px black;
}
.event-slider .swiper-pagination{
	
	    bottom: -20px;
}
.event-slider .swiper-pagination .swiper-pagination-bullet {
	    font-size: 15px;
	
    border: solid 2px white;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    padding: 0.25em;
    background: none;
	margin: 0 1em;
}



.swiper-scrollbar {
    background: rgb(255 255 255 / 20%);
}
.swiper-scrollbar-drag { background-color: white; }

/*Partie avant vient avec le CMS*/


.Roundedfigure figure { width: 100%; padding-bottom: 100%; 
	overflow: hidden;
}
.Roundedfigure figure img {
	
    width: 100%;
    height: 100%;
    position: absolute;
    clip-path: circle(50%);
    object-fit: cover;

}

body,main {

	
	min-height: 100vh;
	overflow-x: hidden;
}


main, #main-menu {color: white; }



/*TYPOGRAPHIE*/
body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 2em;
    
}

p,.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_cinquieme { }



h1,h2, h3, h4 {
	font-family: 'Abril Fatface', cursive;
	font-weight: 100;
	margin-bottom: 0.7em;
	line-height: 1.1em;
	position: relative;
}

h1 { font-size: 2.56em; }
h2 { font-size: 1.76em; }
h3 { font-size: 1.44em;}
h4 { font-size: 1em; font-weight: 700;}

h1:before, .swiper_accueil_attrait h4:before {
	content:"";
	width: 200px;
	height: 1px;
	background-color: white;
	position: absolute;
	top:-17px;
	left: -50px;
	
}


.swiper_accueil_attrait h4 {  font-size: 2em; text-shadow: 0 0 20px #000000a6; }

.swiper_accueil_attrait .swiper-slide {
	    min-height: 50vh;
		background-size: cover;
		width: 100%;
		background-position: center center;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
}


header {
	    display: flex;
    width: 100%;

    justify-content: space-between;
    align-items: flex-start;
    background: rgba(0,0,0,0.3);
    position: relative;
    top: 0;
    left: 0;
    z-index: 101;
    box-sizing: border-box;
    flex-direction: row-reverse;
}

footer { color:hsla(0,0%,16%,1.00);  }

footer .logo {
	vertical-align: top;
	margin: 20px 20px 20px 0px;
	
/*	margin-bottom: 1em;*/
}

footer .fab {
	font-size: 1.8em;
	margin-right: 0.25em;
}

footer a:link, footer a:visited {
	color: var(--theme-color);
}

footer .sitemap, footer .cc { font-size: 13px;}
footer a:link, footer a:visited { text-decoration: none; display:inline-block;}

footer a.lien_don { 
	font-size: 1.35em; 
	padding: 10px 3em;
	line-height: 1.1em;
	margin-bottom: 10px;
}

footer a.lien_don:hover {
	color: white;
}
footer img { max-width: 80%; height: auto;}
figure { margin: 0px; }

footer .logoPartenaire {
	
}

footer .logoPartenaire img {
	width: 20%;
	padding: 2%;
	opacity: 0.47;
}

.hamburger {padding: 0px;}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {   
	background-color: #000; 

}
#gabarit a:link, #gabarit a:visited, #gabarit a:hover { 
	color: white; 
	text-decoration: none; 
	
}



/*//ACCUEIL*/

#swiper_accueil .blocinfo {
/*	position: absolute;*/
    top: 0px;
    right: 0px;
    height: 100%;
    width: 33%;
/*    background-color: rgb(124 65 67 / 68%);*/
/*	backdrop-filter: blur(5px);*/
    box-sizing: border-box;
	z-index: 10;
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;

	
			    position: relative;
			width: 100%;
			display: block;
			text-align: left;

	
}
#swiper_accueil .blocinfo h2 { font-size: 2.4em; width: 100%; }
#swiper_accueil .BlocSousPage:after {
	
/*
	content: "";
	width: 33%;
	background-color: #b96a6d;
	position: absolute;
    top: 0px;
    right: 0px;	

	  background-color: rgb(124 65 67 / 68%);
	backdrop-filter: blur(5px);
	
	height: 100%;
	z-index: 5;
*/
}
#swiper_accueil h3 {
	text-align: center;
	margin: 2em 0;
}
#swiper_accueil h3:before, #swiper_accueil h3:after {
    content: "";
    width: 200px;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50px;
}
#swiper_accueil h3:after {
    right: 50px;
	left: unset;
}

/*
#swiper_accueil .BlocSousPage:before {
	
	content: "";
	width: 33%;
	background-color: #b96a6d;
	position: absolute;
    top: 0px;
    right: 0px;	
	mix-blend-mode:multiply;
	height: 100%;
	z-index: 3;
}
*/
#swiper_accueil  .sousPageLinkIcone{ 
	padding-bottom: 65%; 
	border-radius: 0px;
}

/*#swiper_accueil .swiper-slide  { width: inherit; }*/
.sb3 .container12 {
	flex-wrap:wrap;
}
.sb3 .grid_4 h3:before {
    content: "";
    width: 100%;
    height: 100px;
    background-size: contain;
    background-position: center center;
    display: block;
    background-repeat: no-repeat;
	margin-top: 10px;
}

.sb3 .grid_4:nth-child(2) h3:before {
    background-image: url("/images/Icone-01.svg");
}

.sb3 .grid_4:nth-child(3) h3:before {
    background-image: url("/images/Icone-02.svg");
}
.sb3 .grid_4:nth-child(4) h3:before {
    background-image: url("/images/Icone-03.svg");
}

.sb3 a:link, .sb3 a:visited { 
	padding: 10px; border: 1px solid white; 
display: inline-block;
	margin: 15px 10px;
	
}
.sb3 .pad20 { padding: 3em 1em; }

.sb3 .pad20:hover {}
.back-mauve { 
	color: white; 
	background-color: var(--theme-color);

}


.back-gris {
/*	background-color: #B9B9B9;*/
	background: radial-gradient(circle, rgba(241,241,241,1) 0%, rgba(194,194,194,1) 100%);
}

.padding5 { padding-top : 5%; padding-bottom: 5%; }


.blue-overlay:after {
	content:"";
	background: rgb(57,15,81);
background: linear-gradient(90deg, rgba(57,15,81,0.7) 0%, rgba(146,93,110,0.7021183473389356) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
}

.scroll-down{

	display:block;

	width:50px;

	height:100px;

	margin-top:auto;

	background-image:url('/images/scrolldown.png');

	background-size:contain;

	background-position:center center;

	background-repeat:no-repeat;

	z-index:1;

	text-decoration:none;

	animation:scroll_move 2s ease-out infinite;

}


/*//Slider GRID*/

.widget_10 figure { 
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	
}

.widget_10 .editable figure { 
	margin: -10%;
}
.widvet_10  span.FullScreen { font-size: 22px; }
.widget_10 .content-slider>.swiper-wrapper>.swiper-slide { min-height:inherit; }
.widget_10 .editable { min-height: 30vw; padding: 10%; box-sizing: border-box;}
.widget_10 figure img {
	
    width: 100%;
    height: 100%;
    position: absolute;
/*    clip-path: circle(50%);*/
    object-fit: cover;
	object-position: 25% 50%;
	object-position-x:30%;
		object-position-y:6%;

}

.widget_10 figure:hover figcaption {

	transform: translateY(0%)
}
.widget_10 figure figcaption {
	position: absolute;
	bottom: 0px;
	padding: 2em;
	padding-top: 5em;
	width: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0) 100%);
	transform: translateY(120%);
		 transition: transform .3s ease;
	font-size: 0.8em;
}

.boutoncontainer {
	position: absolute;
	padding: 20px;
	background-color: rgba(35,35,35,0.78);
	font-size: 20px;
	z-index: 3000;
	top:0px;
	left:0px;
	transform: translate(-100%, -100%);
	 transition: transform .3s ease;
	width: fit-content;
}

figure:hover .boutoncontainer,
.swiper-slide:hover .boutoncontainer,
.image-static:hover .boutoncontainer,
.sousPageLinkIcone:hover  .boutoncontainer,
figure:hover .ajustCropBt,
.sousPageLinkIcone:hover  .ajustCropBt,
.image-slider:hover .swiper-slide .ajustCropBt  {
	transform: translate(0px, 0px);
}
.image-static,
.swiper-slide,
figure,
.sousPageLinkIcone,
.image-slider {overflow: hidden;}

.image-slider .swiper-pagination-bullet:only-child {
    visibility: hidden;
}

.sousPageLinkIcone { padding-bottom: 50%; }
.sousPageLinkIcone figure { 
	    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
/*    margin: -10%;*/
}
.sousPageLinkIcone figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.widget_10.sliderFullScreen {
	
	
    position: fixed!important;
    /* padding: 10%; */
    display: flex!important;
    align-items: center;
    height: 100vh;
    width: 100vw;
    top: 0px;
    left: 0px;
    z-index: 200;
    background-color: red;
	
}

.btMovable {
	
	position: absolute;
	top:50%;
	left: 50%;
	width: 40px;
/*
	margin-left: -20px;
	margin-top: -20px;
*/
	height: 40px;
	background-color: red;
	border-radius: 20px;
	
	
}
.widget_10.sliderFullScreen .swiper-slide { width: 100%!important; min-height: 80vh;  }
.widget_10.sliderFullScreen figure > img { object-fit:contain;  }

.widget_10 .grid-slider{

	height:30vw;

	padding-bottom:40px;

}

.grid-slider .swiper-wrapper,.album-grid .swiper-wrapper{

	flex-direction:column;

	flex-wrap:wrap;

	justify-content:space-between;

}

.editMode .background, .editMode .slide-background {

/*
	display:flex;

	justify-content:center;

	align-items:center;
*/

}

.editMode .background>.fa{

	z-index:2;

}



.grid-slider.content-slider>.swiper-wrapper>.swiper-slide{
/*

	height:calc(50% - 15px);
*/

    box-sizing: border-box;
    
	min-height:unset;

}
/*FIN*/

.widget_patrimoine  .container12.flex > .grid_6 {
	
	position: relative;
    flex-grow: 5;
    width: 50%;

    display: flex;
    align-content: center;
    align-items: center;
	
}


.editable .content {
    min-height: 150px;}

#BlocSousPages .sousPageLinkTitre {
    font-size: 1.8em; 
    font-weight: 100; }

#sortable {
    display: flex;
    flex-flow: wrap;
}

#sortable>li {background-color: black; 
	border-radius: 20px;
}
/*#sortable>li:hover { background-image: radial-gradient(circle, var(--theme-color) 0%, var(--theme-color) 100%); }*/

#sortable .add { background: none; }
	.content a:link, .content a:visited, .description a:link, .description a:visited, .sousPageLinkDescription a:link {
	
	transition: background-size .1s cubic-bezier(.455,.03,.515,.955) 75ms;
    background-size: 100% 40%;
    background-position-y: bottom;
/*	background-image: radial-gradient(circle, var(--theme-color) 0%, var(--theme-color) 100%);*/
	background-repeat : no-repeat;
}

.BlocSousPage  .sousPageLinkIcone{ 
	padding-bottom: 65%; 
	border-radius: 20px 20px 0px 0px;
	overflow: hidden;
	position: relative;
	background: url("/images/default-img.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.BlocSousPage .sousPageLinkIcone .background {
	background-size:150%;
	
	
}
.BlocSousPage .blocinfo {
	
	padding: 20px;

}
.LayoutSp1 .BlocSousPage  .sousPageLinkIcone{ 
	
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	



}




.content a:hover, .description a:hover, .sousPageLinkDescription a:hover {
    background-size: 100% 100%;
}



.content figure img {
	width: 100%!important;
    height: 100%;
    object-fit: cover;
}
.redactor-in {
	background: rgb(135 135 135 / 26%);
}
/*.mfp-content { color:darkgray;}*/
#new_sp .redactor-in { padding: 10px; }
#new_sp input { background-color: rgba(0, 0, 0, 0.15);
padding: 10px;
border: none;
	outline: none;
}
.menu { 
	display: flex;  
	width: 100%;
/*	background-color: white;*/
/*	height: 40px;*/

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
/*    background-color: #fff;*/
    flex-shrink: 0;
    transition: transform .3s ease;
    z-index: 5;
	justify-content: space-evenly;
	line-height: 40px;
	min-height:60px;

}

.menu a:link, .menu a:visited, .menu a:active { 
	color : #232323; 
	text-decoration: none;
/*	font-size: 1.25em;*/
	position: relative;
}

.menu .fab, .menu .fas {
	font-size: 1.25em;
}

.menu .cart { position: relative; }
.menu .cart .qt {
    background-color: green;
    border-radius: 50%;
    font-size: 1em;
    padding: 0.5em;
    font-size: 0.5em;
    color: white;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-align: center;
    position: absolute;
    top: -5px;
    left: 20px;
}

.menu ul.submenu { 

/*
	position: absolute;
	top:0px;
	left: 0px;
*/

    opacity: 0;
	visibility: hidden;
    padding-top: 8px;
    height: 0px;
    transform: translateY(-2em);
	    width: 100%;
    padding-right: inherit;
/*	margin-top:10px;*/
border-top: 2px solid rgba(0,0,0,0.00);
/*	background-color: aqua;*/
/*	position: relative;*/
	
}

.menu.ishover ul.submenu {

    transform: translateY(0);
	visibility: visible;
    opacity: 1;
 	height: auto;
    transition: all .3s ease;
/*	transition-delay: 2s;*/


}
ul.submenu li {	
	font-size: 0.8em;
	line-height: 2em;
}

ul.menu li:hover >.submenu {
	border-top: 2px solid black;
	
}

.menu .menuback {
	z-index: -2;
   transition: all 0.3s ease;	
	position: absolute; bottom: calc(100% - 60px); width: 100%; height: 100%;
	background-color: white;
	box-shadow:0px 0px 6px 5px #0000004a;
	min-height: 60px;
}

.menu.ishover .menuback { 
	bottom:0px!important;
	 transition: all 0.3s ease!important;
/*	transition-delay: 2s!important;	*/
}
.menu .logo {
    height: 40px;
}



body.onsroll-up .menu{
/*		transition-delay: 0.5s!important;	*/
	    transform: translateY(-100%);


}

/*ACCUEUIL - widget_patrimoine*/

.widget_patrimoine .group_6 {	
	display: flex;
    flex-direction: column;
}

.widget_patrimoine .group_6:nth-child(1)  div:nth-child(2) {height: 60vh;} 
.widget_patrimoine .group_6:nth-child(1)  div:nth-child(1) {height: 30vh;}
.widget_patrimoine .group_6:nth-child(2)  div:nth-child(2) {height: 30vh;} 
.widget_patrimoine .group_6:nth-child(2)  div:nth-child(1) {height: 60vh;}

.widget_patrimoine .group_6 .grid_6:before {
	
/*
	content:"";
	position: absolute;
background: linear-gradient(0deg, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 100%);
	height: 100%;
	width: 100%;
	bottom: 0px;
*/
}
.widget_patrimoine .group_6 .grid_6 {
	display: flex;
	align-items: flex-end;
}
.widget_patrimoine h2 { 
	z-index: 20; 
	padding-left: 1em; 
	position: absolute;
	bottom: 0px;
	background: linear-gradient(0deg,rgba(0,0,0,.6) 0,transparent 100%);
	margin-bottom: 0px;
	padding-bottom: 1em;
	padding-top: 5em;
	width: 100%;
	box-sizing: border-box;
}
/* FIN */





.hamburger--collapse .hamburger-inner {
    top : 28px; }


.icone {
	background-size: contain;
	background-repeat: no-repeat;
	width: 1.25em;
	height: 1.25em;
	display: block;
	background-position: center;
}

.icone.messenger { background-image: url("/images/icone/messenger.png"); }
.icone.facebook { background-image: url("/images/icone/facebook.png"); }
.icone.instagram { background-image: url("/images/icone/instagram.png"); }
.icone.tripadvisor { background-image: url("/images/icone/tripadvisor.png"); }


.slide-menu{

	display:flex;

	flex-direction:column;

	align-items:center;

	width:100%;

	height:100%;

	padding-top:115px;

	position:fixed;

	top:-100%;

	left:0;

	opacity:0;

	transition:top 0.5s ease,opacity 0.5s ease;

	background: rgb(0,111,184);

	background: -moz-radial-gradient(circle, var(--theme-color-light) 0%, var(--theme-color) 100%);

	background: -webkit-radial-gradient(circle, var(--theme-color-light) 0%, var(--theme-color) 100%);

	background: radial-gradient(circle, var(--theme-color-light) 0%, var(--theme-color) 100%);

	color:#fff;

	z-index:100;

	box-sizing:border-box;

	overflow-y:scroll;

    line-height: 1.5em;
    
    font-size:0.9em;

}

.slide-menu.is-active{

	top:0;

	opacity:1;

}

.upper-menu{

	display:flex;

	width:80%;

	justify-content:space-between;
    
/*    align-items: flex-start;*/

	flex:1;

}

.menu-block{

	justify-content:center;

/*	width: 20%;*/

	display:flex;

	flex-direction:column;

}

.menu-block.block-center { 

/*	width: 45%; */

}

.menu-block:nth-of-type(5)>.menu-item{

	border:1px solid #fff;

	padding:20px;

	justify-content:space-between;

}


.menu-item{

	display:flex;

	flex-direction:column;

/*	flex:1;*/

}

.menu-item+.menu-item{

	margin-top:30px;

}

.menu-item>h2{

	font-weight:100;
    margin-bottom: 0.3em;

}

.menu-item>.description{

/*	margin-top:20px;*/

}

.menu-item>a{

	color:#fff;

	text-decoration:none;

}
.menu-item>.description>li {

    line-height: 1.1em;
    margin-bottom : 0.8em;
    
}

.menu-item>.description>li>a{

	color:#fff;

	text-decoration:none;

}

.separator{

	height:100%;

	border-right:1px solid #ffffff75;

	margin: 0px 2%;
	
}

.bottom-menu{

	padding:50px;

	text-align:center;

}

.bottom-menu>a{

	color:#fff;

	text-decoration:none;

	font-size:1.4em;

}




.image-static{

	padding-bottom:40%;

	position:relative;

}

.editMode .sousPageLinkIcone { background-color: rgba(43,178,1,0.73);}

.editMode .background{

/*
	display:flex;

	justify-content:center;

	align-items:center;
*/

}

.editMode .background>.fa{

	z-index:2;

}

.background{

	background-size:cover;

	background-repeat:no-repeat;

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

}
.editMode .image-slider { min-height: 200px; background-color: paleturquoise; }

.image-slider .swiper-slide{

	padding-bottom:75%;

}

.swiper-slide>.slide-background{

	width:100%;

	height:100%;

	position:absolute;

	top:0;

	left:0;

	background-position:center center;

	background-size:cover;

	background-repeat:no-repeat;

	z-index:1;

}

.image-slider{

	overflow:hidden;


}



#horraire1 > div {
	margin-bottom: 4px;
	display: inline-block;
}

#horraire1 > div:nth-child(even) {
/*	background-color: red;*/
	width: 46%;
	margin-left: 2%;
}

#horraire1 > div:nth-child(odd) {
/*	background-color: blue;*/
	width: 50%;
}

#horraire1 > div  p + p {
	margin-top: 4px;
}
.spacing100 { margin-top: 100px; }
.spacing100-bottom { margin-bottom: 100px; }


#bandeau_expo_en_cours .container12 {
	
	min-height: 30vw;
	
}

#bandeau_expo_en_cours  .image-static {
	
	padding-bottom: 0px;
}

#bandeau_expo_en_cours .bleed_left {
	position: relative;


    background-color: #81ac48;

	
	position: relative;

	
    margin-right: 1.5%;
	
	border-radius: 0px 20px 20px 0px;
	
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#bandeau_expo_en_cours .group_7 {
	margin-left: 1.5%;
}
#bandeau_expo_en_cours .bleed_left h2.titre_section {
    border: 1px solid;
    padding: 10px;
    width: 115%;
	margin-left: -10px;						   
    z-index: 4;
}





/*STYLE CUSTOM POUR REDACTOR*/

.box-botton-styled { 
	padding: 1em; 
	border: 1px solid;
	display: inline-block;
}

.box-botton-styled:hover { 
	background-color: var(--theme-color);
	border-color: var(--theme-color-light);
	transition: all 0.3s ease;
}


/*---*/

@keyframes scroll_move{

	0% {

		transform: translateY(0);

	}

	50% {

		transform: translateY(10px);

	}

}





@media screen and (max-width: 640px) {
	
	footer img.logo {
	vertical-align: top;
		width: 90%;
		max-width: 90%;
	margin : 5% 20px;
	
/*	margin-bottom: 1em;*/
}
	
	#swiper_accueil h3:before, #swiper_accueil h3:after {
		width: 100%;	
		left: 0px;
		right: unset;		
	}
	#swiper_accueil h3:before {
		top: -20px;
	}
	#swiper_accueil h3:after {
		bottom:-20px;
		top:unset;

	}
	.event-slider .swiper-button-prev, .swiper-button-next {
		top:30%;
		
	}	
	.menu .master_menu_niv1 { display: none; }
	.menu.ishover .master_menu_niv1 {display: block; }
	
	
	.menu .logo {  height: 32px; }
	
	.widget_patrimoine  .container12.flex > .grid_6 {
		width:100%;
	}
	
#bandeau_expo_en_cours .bleed_left {
		margin: 0px;
		padding: 0px;	
	border-radius: 0px;
    }   
#bandeau_expo_en_cours   .bleed_right {
		margin: 0px;
		padding: 0px;
		border-radius: 0px;
    }   
	#bandeau_expo_en_cours .group_7 { margin-left: 0px;}	
#bandeau_expo_en_cours .bleed_left h2.titre_section {	
	
	width: fit-content;
}
	
	#sortable>li { padding: 0px; }
	
	body.onsroll-up .menu:not(.ishover) {
	
	    transform: translateY(-100%);		
		
	}	

	
	.menu {
		flex-direction: column;
		text-align: center;
		font-size: 1.2em;
	}	
	
	.menu ul.submenu {
		font-size: 0.8em;
	}
	.menu a {width: 100%; }
	
	.master_menu_niv1 { 
		display: none; 
	
	}	
	.master_menu_niv1:nth-child(3) {
		margin-top: 30px;
	}	
	
	.menu.ishover {
		position: fixed;
	}
	.menu.ishover {
/*		overflow-y:scroll;*/
		position: fixed;
		height: 100vh;
		
	}
#bandeau_expo_en_cours .grid.bleed_left3 h2.titre_section {
	width: max-content;	
}
#bandeau_expo_en_cours .image-static	{
	padding-bottom: 65vw;		
		
}
	#bandeau_expo_en_cours .grid.bleed_left3 {
    position: relative;
    padding: 5%;
    box-sizing: border-box;
    border-radius: unset;
			
		
}	
	#bandeau_expo_en_cours .grid_7 {
		padding: 0px;
	}
	
	.cart_box { 
		position: absolute; 
		right: 100px; 
				top:10px;
	
	
	}	
	.hamburger {
		position: absolute;
		right:20px;
				top:10px;
	}
	.logo_box {
		position: absolute;
		left: 20px;
		top:10px;
		
	}
.PaddingSupp1 {
        padding-top: 0em;
    }
.Roundedfigure figure {
    width: 80%;
    padding-bottom: 80%;
    margin: 0 10%;             
    }

    .sb3.widget_5 .container12 { flex-direction:column;  }
    
    .upper-menu { flex-direction: column; }
	
	#swiper_accueil .blocinfo {
		    position: relative;
			width: 100%;
			display: block;
			text-align: left;
	}
	#swiper_accueil .blocinfo h2 {
		width: 100%;
	}
	#swiper_accueil .BlocSousPage:before, 	#swiper_accueil .BlocSousPage:after { content: unset; }
	#horaire_tarifs .grid_4 { width: 97%; }
  
		
	#swiper_accueil  .event-slider .swiper-pagination .swiper-pagination-bullet { margin : 8px;}
	
	
	#horraire1 div { vertical-align: top; }
	
}    


