html,body{
	width:100%;
	height:100%;
	position:fixed;
	overflow:hidden !important;
	overscroll-behavior: none;
	top:0;
	font-family: "Oxygen",sans-serif !important;
	font-size:100%;
    font-size: calc(.5vmin + .7vmax) !important;
     -webkit-font-smoothing: antialiased;
    font-display: optional;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1) !important;
    overflow-x:hidden;
    overscroll-behavior-x: contain;
    line-height: 1.4em;
    --menubackground : linear-gradient(-90deg, #2e3134, #172025);
    --footerbackground : linear-gradient(-90deg, #2e3134, #172025);
    --mainbackground:#fffcf5;
    --redbackground :linear-gradient(-45deg, #878f95, #172025);
    --redbackground_2 :linear-gradient(-45deg, #ce0d0f, #570509);
	--blackbackground : linear-gradient(0deg, #212425, #0a0b0c);
	--blackbackground_2 : linear-gradient(0deg, #36322a, #14130f);
	--goldbackground : linear-gradient(-45deg, #eae7db 0%,#ac8421 50%, #531e1e 100%);
	--goldbackgroundwheel : linear-gradient(45deg, #736819 0%,#d1c190 50%, #9f911e 100%);
	--goldbackground_2 : linear-gradient(-45deg, #dab157, #754d16);
	--headbackground:#e2dcc9;
	--darkbackground : linear-gradient(135deg, rgb(23 27 32) 0%,rgb(32 36 37)80%, rgb(19 20 20) 100%);
	--darkbackground_2 : linear-gradient(0deg, rgb(19 23 25) 0%,rgb(53 60 61)80%, rgb(0 0 0) 100%);
	--darkbackground_3 : linear-gradient(0deg, rgb(19 23 25 / 65%) 0%,rgb(53 60 61 / 65%)80%, rgb(0 0 0 / 65%) 100%);
	--lightbackground : linear-gradient(180deg, rgb(236 231 220) 0%,rgb(255 254 249)80%, rgb(247 242 228) 100%);
	--labelbackground : linear-gradient(0deg, rgb(40 49 53) 0%,rgb(53 60 61)80%, rgb(0 0 0) 100%);
	--fullwidth: calc(80vw - 18px);
	--width_event: calc((100vw - 18px) / 4);/*accueil*/
	--aff_width_1:20vw;
	--aff_width_2 : calc((var(--fullwidth)) / 8);
	--widthratio : 1.4;
	--contenteditable : rgb(251 251 251);
	--contenteditable_transp : rgb(251 251 251 / 90%);
	--headerheight : calc(50vh - 25px);
	--highlight :#cebc88;
	--highlight_2 : #dfd6b6;
	--highlight_3 : #e0ddd4;
	--highlightover : #d1ac5b;
	--headlink : #e7ce70;
	--menuHeight:50px;
	--footerheight:30px;
	--posterwidth : 280px;
	--posterheight : 420px;
	--homelimit:9;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
	margin: 0 ;
	padding: 0 ;
	-webkit-appearance: none !important;
	appearance: none !important;
}
a,
a:link,
a:visited {
	color: #000 ;
	text-decoration: none ;
	font-weight:bold;
	cursor:pointer;
}
a:hover {
	color: #998753 !important ;
	text-decoration: none ;	
}
h1{
	font-size:3em;
}
h2{
	font-size:2em;
}
h3{
	font-size:1.6em;
}
h4{
	font-size:1.3em;
}
h5{
	font-size:1em;
}
.bigger{
	font-size:1.5em;
	padding : 10px 0 5px 0;
	display: block;
	text-indent:0;
	line-height: 1.3em;
}
hr{
	border:1px dotted;
}
img{
	cursor:pointer;
}
/*scrollbar*/
.mainSite .slide::-webkit-scrollbar {
	width: 12px !important;
	background: rgb(0 0 0 / 50%);
}
::-webkit-scrollbar {
    display: none !important;
}
@media screen and (min-width: 800px) {
	.slide::-webkit-scrollbar{
		width: 5px !important;
	}
	.slide::-webkit-scrollbar-thumb {
		background: rgba(249, 247, 219, 0.6);
		border-radius: 0px;
	}
	.slide::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		border-radius: 0px;
	}
}
.mainSite .new_scrollbar{
	z-index:10000 !important;
}
.mainSite .FSmenu .new_scrollbar{
	display:none;
	margin-top:150px;
	margin-right:20px;
}
.new_scrollbar .scrollbar{
	border-radius: 2px;
	background:rgb(46 57 58) !important;
}
.new_scrollbar .track{
	background:linear-gradient(180deg,rgb(156 178 186 / 85%),rgb(161 184 189 / 40%)) !important;
}
.new_scrollbar .thumb-main{
	border-radius: 2px;
	background:#fff !important;
}
.new_scrollbar .thumb-reverse{
	border-radius: 2px;
}
.mainSite .FSmenu .new_scrollbar .track,
.mainSite .FSmenu .new_scrollbar .scrollbar,
.mainSite .FSmenu .new_scrollbar .thumb-main,
.mainSite .FSmenu .new_scrollbar .thumb-reverse{
	background:rgba(0,0,0,.5) !important;
}
.mainSite .display{
	display : inline-block !important;
}
/*menus*/
.mainSite .FSmenu{
	text-align: left;
    font-size: 1.08em;
    height: var(--menuHeight) !important;
    background: var(--menubackground);
    box-shadow: inset 0 -1px 2px rgba(0,0,0,.65), inset 0 2px 8px rgba(0,0,0,.65);
}
.mainSite .menu_item{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0;
	text-align:center;
    color: #fff;
    height: 30px;
    padding: 5.5px 0.6vw;
    transition:all 1s;
    border-right: 0.5px dotted var(--highlight);
    border-radius:2px;
}
.mainSite .menu_item:hover{
    background:white;
    color: black;
    box-shadow: inset 1px 1px 2px rgba(0 0 0 / 30%);
}
.mainSite .menu_item_content{
	display: inline-block;
}
.mainSite .menu_submenu{
	font-size:.9em;
	background:var(--darkbackground_2);
	display:none;
	height: var(--menuHeight);
    padding: 0 100px;
    pointer-events:all;
    width: calc(100vw) !important;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: scroll !important;
    box-shadow: 0 20px 10vh rgba(0,0,0,.65);
    cursor:pointer;
    z-index:-1;
}
.mainSite .menu_submenu .menu_item_content{
	text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    max-width: 500px;
    height: auto;
}
.mainSite .menu_submenu::-webkit-scrollbar{
	width: 0px !important;
	height:0px;
}
.mainSite .menu_submenu .menu_item{
    margin: 5px 0;
    padding: 0 10px;
    display: inline-block;
    color: white;
    position: relative;
    height: 40px;
    vertical-align: middle;
    z-index: 0;
    text-align: center;
    transition: all 1s;
    border-right: 0.5px dotted white;
    border-radius:2px;
}
.menu-espacepersonnel{
	border-left: 1px solid white;
	border-radius: 0;
}
.mainSite .menu_submenu .menu_item:hover{
    color: #000;
    z-index: 1;
    width: auto;
    background-color: rgba(255,255,255,1);
}
.mainSite .menu_submenu .menu_item .menu_item_content{
	top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.mainSite .menu_item_current{
	/*background:var(--blackbackground);*/
	box-shadow: 1px 1px 2px rgba(0 0 0 / 30%);
}
.menu_item_current .menu_item_content{
	background: -webkit-linear-gradient(0deg,#b2a371 0%, var(--headlink) 50%,#b2a371 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mainSite .menu_item_current::before{
	content:"";
	opacity:0;
}
.mainSite .menu_item_current::after{
	content:"";
	opacity:1;
}
.mainSite .menu_item_current .menutitle-text::before{
	content:"\0027A4\0000A0";
}
.mainSite .menu_submenu .menu_item_current{
	color: #000 !important;
    font-weight: bold;
    background: none;
    /*text-shadow: none;*/
    height: 37.11px;
    border-radius: 3px;
}
.recallMenu{
	width: 1vw;
    height: var(--menuHeight);
    margin: 0px 1vw;
    display: inline-block;
    position: relative;
    top: calc(-50% + 0.5vw);
    border-left: 0.8vw solid transparent;
    border-right: 0.8vw solid transparent;
    border-top: 1.2vw solid white;
    transform: scaleY(-100%);
    vertical-align: middle;
    opacity: 0;
}
.recallMenu:hover{
	color: white;
}
.mainSite .menu_item.fullscreen {
    display: none;
}
.menu_dropdown{
	background: transparent;
	font-size:.8em;
	top: calc(var(--menuHeight) - 0.8vw) !important;
	margin-top:0.2vw;
	border-radius:3px;
    padding: 0 0 5px 0;
    max-height: calc(100vh - 80px);
    overflow: auto !important;
    pointer-events: auto !important;
}
.menu_dropdown .menu_item{
	background: white;
	color:black;
	padding:0 5px !important;
	/*border-bottom:1px solid #a08825;*/
	border-radius:0;
	box-shadow:inset 1px 1px 2px rgba(0,0,0,.3);
}
.menu_dropdown .menu_item:hover{
	background:var(--mainbackground) !important;
}
.menu_dropdown .menu_item:last-child{
	/*border-bottom:5px solid white;*/
}
.menu_dropdown .menu_item_content{
	height:auto !important;
	padding:5px 0;
}
.menu_dropdown .menutitle-text{
	line-height:1.25em;
	text-overflow: ellipsis;
    word-break: break-word;
    max-height:calc(line-height*4);
}
.subarrow{
	font-weight:bold;
	font-size:2em;
	vertical-align: middle;
	color:#fff;
}
.screendown{
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 18px solid var(--mainbackground);
    position: absolute;
    top: calc(100vh - 75px);
    display: none;
    left: calc(50%);
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 10000000;
}
#searchform{
	right: 11.1vw;
    top: 11.5px;
    position: absolute;
    display: inline-block;
    z-index: 1000000;
    pointer-events: all;
    width: 18vw;
}
#searchform input[type=search],#usersearch input[type=search],#lieusearch input[type=search],#ciesearch input[type=search],#eventsearch input[type=search],#castsearch input[type=search],#pressesearch input[type=search],#agendasearch input[type=search]{
	display: inline-block;
    position: relative;
    width: 100%;
    height:27px;
    -webkit-appearance: none;
    appearance: none;
    padding-left: 10px;
    border-radius: 5px 0 0 5px;
    outline: none;
    box-shadow: inset 1px 1px 4px rgb(0 0 0 / 30%);
}
#usersearch input[type=search],#lieusearch input[type=search],#ciesearch input[type=search],#eventsearch input[type=search],#castsearch input[type=search],#pressesearch input[type=search],#agendasearch input[type=search]{
	width: calc(60vw);
	max-width: 100%;
    text-align: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
    background: white;
    border-radius: 5px;
    border:.5px solid #8c7733;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 30%);
}
#agendasearch:not(.lieux #agendasearch,.cie #agendasearch) input[type=search]  {
    width: calc(80vw - 200px);
    display: inline-block;
    left: calc(10vw + 10px);
    transform: none;
}
#agendasearch .genreSelect {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    right: calc(-10vw - 15px);
}
#agendasearch select{
	color: black;
    font-weight: bold;
    border-color: #bbae81;
    height: 30px;
    padding: 5px;
    background: white;
}
::placeholder{
	font-weight:bold;
}
.autosearchDiv,.searchDOMDiv{
	width: 100%;
    background: white;
    border-radius: 5px;
    min-height: 25px;
    position: relative;
    padding: 5px 0;
    max-height: 500px;
    overflow: auto;
    display: none;
    box-shadow: inset 1px 1px 4px rgb(0 0 0 / 50%);
    transform: translateX(-50%);
    left: 50%;
    transition:all .5s;
}
.searchDOM{
	width: calc(100vw);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    margin-bottom: 5px;
    min-height: 50px;
    background: var(--lightbackground);
    text-align:left;
}
*[agendasrc]{
	/*transition:all 1s;*/
}
#lieusearch,#ciesearch,#eventsearch,#castsearch,#pressesearch{
	width: 100%;
    text-indent: 0;
    margin-top:10px;
    transform: none;
    left: 0;
    height: auto !important;
    border-radius: 10px;
}
.searchDOMDiv{
	width: calc(60vw);
    max-width: 100%;
    font-size: .9em;
    text-align: left;
    top: -10px;
    margin-bottom: 10px;
    position: relative;
    height: auto;
    padding:0 10px;
}
.unlogdiv{
	position: absolute;
    top: 11.5px;
    right: 29.8vw;
}
.editbut.unlog{
    right: 0px;
    background: url(../img/se-deconnecter.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
    border: none;
    min-width: unset;
    width: 2vw;
    height: 2vw;
    top: 0;
    transition: all 1s;
}
.editbut.unlog:hover{
	transform:scale(1.1);
}
.autosearchDiv a{
	background:none;
}
.autosearchDiv p:hover{
	background:var(--mainbackground);
}
.autosearchDiv p{
	padding:10px 5px;
}
.historyback,.historynext{
	z-index: 2;
    position: absolute;
    top: calc(50vh);
    height: var(--menuHeight);
    font-size: 3em;
    line-height: 1.5em;
    color: white;
    cursor: pointer;
    padding: 0px 20px 0px 0px;
    border-radius: 8px;
    background: rgb(0 0 0 / 0%);
    text-shadow:1px 1px 1px rgba(0 0 0 / 80%);
    display:none
}
.historynext{
	transform: scaleX(-100%);
    right: 12px;
    z-index: 1;
}
/**/
.siteLogo{
	background-image: url("../img/cultureon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
    width: 10vw;
    height: 50px;
    position: fixed;
    z-index: 10000;
    top: 0px;
    right: 1vw;
    pointer-events:none;
}
/**/
.FSloading{
	color:white;
	width:100vw;
	height:var(--menuHeight);
	background:rgba(0,0,0,.5) !important;
}
.FSloading::backdrop{
	background:rgba(0,0,0,.5) !important;
	pointer-events:none;
}
.mainSite .FSheader{
	text-align:center;
	color:black;
	height:var(--menuHeight);
	padding:0;
	box-shadow: 0px 0px 10vh rgb(0 0 0 / 100%);
	background-size:cover;
	pointer-events: all;
	font-family: "Oxygen",sans-serif;
}
.mediascreen{
	display:none;
}
.mediascreen a{
	color: #ded0a8 ;
}
.mainSite{
	color:black;
	background: var(--darkbackground);
}
.mainSite .sub .FScontent{
	text-align:center;
}
.mainSite .main .FScontent{
	text-align:left;
}
.mainSite .FSheader .track{
	background:rgba(0,0,0,.2);
}
.slideHeader{
	color: var(--headlink);
    padding: 10px 19vw 10px calc(19vw + 20px);
    display: inline-block;
    height: 50px;
    width: calc(100vw);
    left: unset;
    text-align: left;
    font-size: 1.8em;
    font-family: "Oxygena",sans-serif;
    line-height: 1em;
    position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
    top:var(--menuHeight);
    background: var(--menubackground);
    z-index: 2;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 50%);
}
.slideHeader p,.accueil h3 center{
	background: -webkit-linear-gradient(0deg,#b2a371 0%, var(--headlink) 50%,#b2a371 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.accueil .slideHeader{
	text-align:center;
}
.copylink{
	display:inline-block;
	position:relative;
	width:100px;
	height:48px;
	margin: 5px;
	cursor:pointer;
	pointer-events:all;
	overflow:hidden;
	color:#f4f3ef;
	top:5px;
}
.copylink::after{
	content:"\002750";
	font-size:32px;
	position: relative;
    top: 6px;
}
.copylink:not(.pagefooter .copylink):hover{
	transform: translateX(-50%) scale(1.2) !important;
    left: 50% !important;
	color:white;
}
.copylink:not(.pagefooter .copylink):hover::before{
		content:"copier le lien ";
		font-size:.25em;
}
.socialLinks.allpage{
	position: absolute;
    right: 30px;
    top: 5px;
    z-index: 1000000;
}
.mainSite #footer{
	background: var(--footerbackground);
    text-align: center;
    height: var(--footerheight);
    color:white;
    position:absolute;
    width:100%;
    display: inline-block;
    left: 50%;
    bottom:0;
    transform: translateX(-50%);
    padding: 0 20px;
    line-height: var(--footerheight);
    box-shadow: 0px -2px 20px rgba(0,0,0,.5);
    font-size:.9em;
    font-family: "Oxygen",sans-serif;
}

/**/
/*individual slides*/
.accueil .screendown{
	border-top: 18px solid var(--mainbackground);
	display: inline-block;
}
.accueil h3{
	color: var(--headlink);
    margin-bottom: 20px;
}
.accueil h3 center{
	display: inline;
    font-size: 1.5em;
}
.espacepersonnel .slideHeader span{
	display:block;
	text-align:center;
}
.slide-espacepersonnel.main .slideHeader{
	font-size:1.2em;
	font-weight:normal;
	line-height:1.8em;
}
.slide-espacepersonnel .screendown{
	display:none !important;
}
.infoslegales{
	display:block;
	padding-bottom:32px;
	color:#ebe7da;
}
.infoslegales a{
	color:grey !important;
	display:inline-block !important;
}
.infoslegales a:hover{
	color:black !important;
}
//
.onclick div:not(.agenda_ONLINE){
	color:#77662c !important;
}
.onclick .event_GENRE{
	color:#fff !important;
}
.mainContent{
	text-align: justify;
	width: 100vw;
	max-width:100%;
    padding: 0px 10vw 20px 10vw;
    margin: 0 auto;
    font-size: 1.1em;
    background:var(--mainbackground);
    color:black;
    z-index: 1;
    position: relative;
    box-shadow: 0px 0px 100px black;
    overflow:hidden;
}
.accueil .mainContent,.saison .mainContent,.festival .mainContent{
	padding : 0 0vw 40px 0vw;
	text-align:center;
	background:var(--darkbackground);
}
.lieux .mainContent,.cie .mainContent{
	background:var(--mainbackground);
}
.text{
	text-align: justify;
	max-width:100%;
    padding: 20px calc(10vw);
    margin: 0 auto;
    font-size: 1.2em;
    background:#fffcf4;
    color:black;
}
.headtext{
	line-height: 1.4em;
}
.main.sub .mainText{
	display:block;
}
.mainText{
	background: var(--mainbackground);
	text-indent: 20px;
	text-align: justify;
    margin: 0 auto;
    font-size: 1em;
    color:black;
    padding: 20px 10vw;
    width: 100%;
    /*min-height: calc(50vh - 235px);*/
    white-space: break-spaces;
}
.accueil .mainText{
	box-shadow: inset 0 2px 4px rgba(0 0 0 / 50%), inset 0 -2px 4px rgba(0 0 0 / 50%);
}
.accueil .mainText p:nth-child(1){
	margin-top:10px;
}
.slide-gestionagenda .mainText, .slide-gestionlieu .mainText{
	background: white;
    margin-top: 20px;
    margin-bottom : 20px;
    border-radius: 5px;
    width: 100%;
}
.slide-gestionlieu .mainText{
	margin:0;
	margin-top: 20px;
}
.collection{
	background: var(--darkbackground_2);
    color: white;
    padding: 10px 0 14px 0;
    border-radius: 10px 10px 0 0;
    font-weight:bold;
    display: inline-block;
    width: 100%;
    cursor:pointer;
    text-align: right;
    margin-top:20px;
}
.collection-titre{
	font-weight: bold;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-right: 20px;
    opacity:.85;
    border-bottom: 1px solid #171b1d;
}
.collection p{
	margin-top: 10px;
}
.collection span{
	font-weight:normal;
	font-size: .8em;
}
.collection .text{
	text-align: justify;
    font-weight: normal !important;
    font-size: 1.2em;
    line-height:1.2em;
    width: calc(100% - 60px - (var(--aff_width_2) * 1.5));
    margin-right: 20px;
    height: calc((var(--aff_width_2) * 6 / 4) * 1.5);
    text-indent: 10px;
    display: inline-block;
    padding: 20px 50px;
    margin-top: 10px;
    background: #00000033;
    color: #ece2c4;
    opacity:.85;
}
.collection .afficheDiv{
	overflow: hidden;
    width: calc(var(--aff_width_2) * 1.5);
    height: calc((var(--aff_width_2) * 6 / 4) * 1.5);
    left: 20px;
    margin-top: 10px;
    margin-right: 40px;
}
.event_DURATION{
	text-align: center;
    padding: 0 !important;
    display: inline-block;
    position: relative;
    float: right;
    width: 100px;
    line-height: 32px;
    right: -60px;
    min-width: unset !important;
    font-weight: bold;
}
.timelabel{
	float: right;
    display: inline-block;
    width: 60px;
    height: 32px;
    position: relative;
    right: 100px;
    line-height: 32px;
}
.subtext{
	text-align: justify;
    text-indent: 20px;
    /*background:#fffcf4;*/
}
.mainText p,.subtext p{
	margin-top:5px;
	margin-bottom:5px;
	overflow-wrap: break-word;
}
.citation{
	border-top: 1px dotted;
    border-bottom: 1px dotted;
    padding: 10px 0;
    font-family: "Playfair Display";
    text-align:justify;
    font-size:1.2em;
}
.imgDIV{
	width: 100%;
    text-align: center;
    height: 450px;
    display: inline-block;
    text-indent: 0;
    margin-top:10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted;
    border-top: 1px dotted;
}
.imgDIV span{
	position:relative;
	text-align:center;
}
.imgDIV span span{
	position: absolute;
    bottom: 8px;
    font-weight: bold;
    background: rgba(0,0,0,.5);
    transform:translateX(-50%);
    left: 50%;
    width: 180px;
    text-align: center;
    font-size: .85em;
    color: white;
    z-index: 1;
}
.imgDIV img{
	width:180px;
	height:200px;
	object-fit:cover;
	margin: 5px 10px;
	cursor:pointer;
}
.actualite{
	background:var(--mainbackground);
	padding:40px 20vw;
	margin-top:20px;
	box-shadow: inset 0 2px 4px rgba(0 0 0 / 50%), inset 0 -2px 4px rgba(0 0 0 / 50%);
}
.alaffiche .affiche_fest,.alaffiche .affiche_prog{
	min-height: unset;
    border-radius: 0;
    float: none;
    padding: 0;
    margin: 0;
    background: unset;
    width: calc(15vw);
    height: calc(15vw * 6/4);
    box-shadow: 2px 2px 10px rgb(0 0 0 / 30%);
}
.alaffiche .affiche_fest{
	position: relative;
    background: linear-gradient(90deg,black 0%,#847b67 50%,black 100%);
    left: -10vw;
    width: 100vw;
    height: calc(20vw * 6/4);
    margin-bottom: 20px;
    box-shadow: 5px 5px 40px rgb(0 0 0 / 100%);
}
.alaffiche .affiche_fest div{
	width: 19vw;
	height: calc(19vw * 6 / 4);
    position: relative;
    display: inline-block;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    box-shadow: 5px 5px 30px black;
}
.event .h1{
	font-weight:bold;
	font-size:1.5em;
	text-align:center;
	margin-bottom:20px;
}
.event .sub:not(.main) .mainContent{
	padding: 20px 20vw 20px 20vw;
	display:inline-block;
}
.event .AFFICHE img,.event .cie_PHOTO img,.event .cie_PHOTO div,.affiche_fest img,.affiche_prog img, .saison .AFFICHE img,.festival .AFFICHE img,.eAffiche img{
	width: calc(100%);
	height: calc(100%);
    object-fit: cover;
    cursor:pointer;
}
.event .AFFICHE img{
	position:relative;
	display:block;
}
.event .AFFICHE .creaimage{
	margin-top: 20px;
    position: relative;
    width: 100%;
    min-height: calc(280px * 1080/1920);
    cursor:pointer;
}
.event .AFFICHE .creaimage img{
	top:unset;
	position:relative;
}
.event .compagnie{
	padding: 20px;
    background: var(--darkbackground_2);
    width: calc(60vw - 300px);
    color: white;
    border-radius: 0px 20px 5px 0px;
    float: right;
    font-weight: bold;
    margin-bottom:10px;
}
.compagnie .genreSelect{
	float:left;
}
.event .cie_PHOTO{
    position: relative;
    margin: 0px 0px 10px 20px;
    overflow: hidden;
    width: calc(60vw - 300px);
    left: 20px;
    border-radius: 5px;
}
.event .cie_PHOTO img{
	 border-radius: 5px;
}
.event .subtext{
	float: right;
    width: calc(100% - 280px);
    /*min-height: 420px;*/
    padding: 0 0 0 20px;
    text-indent: 20px;
    min-height:144px;
    font-size: 1.1em;
}
.event .subtext p:nth-of-type(1)::first-letter,.event .h1::first-letter{
	font-size:1.5em;
	text-transform: capitalize;
	font-weight:bold;
	color:rgb(100 82 40);
}
.event .sub:not(.main) .mainText{
	padding:0;
	font-size:1em;
}
.event .event_CASTING{
	width: calc(60vw - 300px);
    border-radius: 0px 5px 5px 0px;
    background:linear-gradient(180deg,rgb(204 195 175 / 50%),rgb(204 195 175 / 30%));
    float: right;
    margin: 0px 0 10px 20px;
    color: #000;
    padding: 10px;
    text-align: center;
    font-size: 1em;
    font-family: "Oxygen",sans-serif;
}
.event .rolecast{
	display: inline-block;
}
.event .cast a{
	color:black;
}
.event .cast a:hover{
	color:#d0ad5b;
}
.event .relatedPresse{
    float: right;
    text-align: left;
    background: rgb(210 190 149 / 15%);
    border-radius: 0px 5px 5px 0px;
    width: calc(60vw - 300px);
    color: black;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: "Oxygen",sans-serif;
}
.event .relatedPresse b{
	color:black;
}
.event .relatedPresse a{
	padding: 0 10px;
    border-right: 1px dotted;
    font-size:.9em;
    display:block;
}
.event .events_MEDIA_URL{
	height: calc(((60vw - 300px) * 1080/1920));
    width: calc(60vw - 300px);
    border-radius: 5px;
    display: block;
    position: relative;
    float:right;
    background: rgb(210 190 149 / 15%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
}
.event .events_MEDIA_URL iframe{
	width: 60vw;
    height: calc(60vw * 1080/1920);
}
.event .more {
	background: var(--darkbackground_2);
    border-radius: 0px 0px 20px 0px;
    position: relative;
    display: block;
    width: calc(60vw - 300px);
    min-height: 50px;
    z-index: -1;
    padding: 20px;
    color: white;
    margin:0;
    float:right;
}
.event .dlLinks{
	text-align: center;
    display: block;
    position: relative;
    width: calc(60vw - 300px);
    padding: 10px;
    font-family: "Oxygen",sans-serif;
    float: right;
    border-radius: 5px;
}
.event .dlLinks a{
	font-size:2em;
	vertical-align: middle;
	display: inline-block;
    width: 100%;
}
.event .dlLinks a:hover{
	color:black !important;
}
.event .event_DATE{
    font-style: unset;
    font-weight: bold;
    width: calc(60vw - 300px);
    height: 30px;
    /*clear:both;
    float: right;*/
    padding: 0;
    margin-bottom: 10px;
    padding-right: 20px;
    font-family: "Oxygen",sans-serif;
}
.event .event_DATE::before{
	content:"";
}
.newDay{
	margin-top:10px !important;
}
.calendos .hr{
	margin-top: 20px;
	border-top:1px dotted white;
	border-bottom:1px dotted white;
    padding: 10px;
    color: #dfc16f;
    text-align: left;
    font-weight: bold;
    font-size: 1.5em;
}
.event .fichetech-label::before{
	content:"• ";
}
.event .fichetech-label{
	display: inline-block;
    margin-right: 5px;
}
.event .fichetech{
	display: inline-block;
    margin-right: 20px;
    font-weight:bold;
    color: white;
}
.event .dp-label::before{
	content:"• ";
}
.event .dp-label{
	display: inline-block;
    margin-right: 5px;
}
.event .dpresse{
	display: inline-block;
	font-weight:bold;
    color: #ddc379;
}
.label {
    text-align: center;
    width: calc(60vw - 300px);
    display: block;
    float: right;
    background: linear-gradient(180deg,rgb(204 195 175 / 80%),rgb(210 190 149 / 20%));
    color: white;
    margin-bottom: 10px;
    margin-top: 0;
    border-radius: 5px;
}
.label img {
    width: 50px;
}
._MEDIA_URL{
	position: relative;
    display: inline-block;
    float: right;
    min-width: 280px !important;
    text-align:right;
    margin: 10px 0;
    width: calc(60vw - 300px);
}
.videoLink{
	float: right;
    height: 32px;
    line-height: 32px;
}
.alaffiche .affiche_prog{
	float: left;
	background: black;
}
.alaffiche .affiche_prog div{
	height: calc(15vw * 6/4);
}
.alaffiche .mainContent{
	padding-bottom:0px;
}
.alaffiche .creneau{
	height: calc(15vw * 6/4);
    padding-right: 0px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 10%);
    display: inline-block;
    width: 80vw;
    border-radius: 0 20px 20px 0;
}
.more{
	text-align: right;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.2em;
    color: black;
    border-radius: 0 0 20px 0;
    display:inline-block;
    position:relative;
    z-index:10;
}
.creneau:nth-child(odd){
	background:#fff;
}
.creneau:nth-child(1){
	margin-top:20px;
}
.alaffiche .subtext .titre{
	font-size: 1.5em;
	text-transform:uppercase;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    line-height: 1.1em;
    /* border-radius: 0 0 0 10px; */
    padding-left: 10px;
    color: white;
    background: linear-gradient(180deg,rgb(167 159 140),rgb(204 195 175 / 60%));
    text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
    border-radius: 0 20px 0 0;
}
.compagnie{
	font-size: 1.5em;
	padding-top:5px;
	font-weight:bold;
}
.agenda_HORAIRE{
	font-size: 2em;
	font-weight: bold;
}
.agenda_RELACHES{
	font-size: 1em;
	font-weight: normal;
	padding-bottom: 0 !important;
}
.ac_prix{
	font-size: 1em;
	font-style: italic;
}
.compagnie,.agenda_HORAIRE,.agenda_RELACHES,.ac_prix{
	padding: 0px 10px 10px 20px;
	display: block;
	text-align: right;
	width: 100%;
}
.alaffiche .event_DATE{
	font-size: 1.2em;
    font-style: normal;
    text-align: right;
    padding: 5px 20px;
    display: inline-block;
}
.alaffiche .event_CASTING,.alaffiche .text{
	padding-top:20px;
	font-size:1.1em;
	line-height: 1.4em;
	padding-left:30px;
	padding-right: 30px;
	background:#f8f8f8;
}
.alaffiche .subtext{
	float: right;
    width: calc(65vw - 0px);
    text-indent: 0;
    padding-left: 10px;
    cursor: pointer;
    text-align:right;
}
.alaffiche .compagnie,.alaffiche .horraire,.alaffiche .relache,.alaffiche .prix{
    float: none;
    width: auto;
    padding-right:20px;
    display:inline-block;
}
.cast_item{
	margin: 20px 0;
	display: inline-block;
	width: 100%;
	box-shadow:2px 2px 4px rgba(0,0,0,.1);
	border-radius:20px 0 20px 0;
	overflow: hidden;
}
.cast_item .nom{
	font-weight:bold;
	font-size:1.5em;
	text-align: right;
    margin-bottom: 10px;
    padding:10px 20px;
    background: rgb(210 199 178 / 70%);
    border-radius:20px 0 0 0;
    font-family: "Oxygen",sans-serif;
}
.nom .cast_prenom,.nom .cast_nom{
	display:inline-block;
}
.nom .cast_prenom{
	margin-right:5px;
}
.cast_item .cast_PHOTO{
	width: 250px;
	height: 250px;
    /*min-height: 350px;*/
    display: inline-block;
    float:left;
    vertical-align: top;
    filter:grayscale(1);
    margin: 0 10px 2px 0;
    position: relative;
    z-index: 2;
}
.cast_item .cast_spectacles {
    clear: both;
    width: 75vw;
    margin: 10px 0 10px 20px;
    padding: 10px 0;
    border-top: 1px solid #cbc6b5;
    text-transform: uppercase;
}
.cast_item .cast_spectacles a{
	display:inline-block;
	padding-right:5px;
}
.cast_item .cast_spectacles a::after{
	content:" - ";
}
.creatitre{
	display: inline-block;
}
.cast_item .cast_PHOTO div{
	width: 250px;
	height: 250px;
}
.cast_item .cast_PHOTO img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}
.cast_item .subtext{
	padding: 0 20px 0 20px;
    /*min-height: 350px;*/
    vertical-align: top;
}
.cast_item .cast_creations{
	background: rgb(210 199 178 / 70%);
	border-radius:0 0 20px 0;
	margin-top:10px;
	padding:10px 20px;
	text-align: left;
	font-family: "Oxygen",sans-serif;
}
.cast_item .cast_creations::before{
	content:"SPECTACLES : ";
}
.cast_item .cast_creations a{
	margin-right:5px;
	padding:0 10px 0 5px;
}
.cast_item .cast_creations a:not(:last-child){
	border-right:2px solid;
}
.cast_item .cast_creations .creatitre{
	display:inline-block;
}
.liste-cast{
	text-indent:0;
}
.presse .mainContent:not(.slide-presse .mainContent){
	padding: 20px calc(20vw);
}
.presse_header{
	position: relative;
	display:block;
    padding-bottom: 4px;
    background: linear-gradient(180deg,#eae4d5,#fffcf4);
    padding: 10px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    border-radius: 5px 5px 0 0;
    height:120px;
    font-family: "Oxygen",sans-serif;
}
.presse .media{
    display: inline-block;
    font-weight: bold;
    font-size: 2em;
    line-height: 3em;
    padding: 0 10px;
    text-align: left;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.presse .media_logo{
	display: inline-block;
    position: relative;
    float:right;
    vertical-align: middle;
    width: 256px;
    height: 100px;
    overflow:hidden;
}
.presse .media_logo img{
	position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.presse .event_DATE::before{
	content:"publié le ";
}
.presse .event_DATE{
	font-style:unset;
	font-weight:bold;
	padding: 10px 0px;
	margin-right:10px;
	width:100%;
	font-family: "Oxygen",sans-serif;
}
.presse .relatedCreation{
	display: inline-block;
    width: 100%;
    padding: 0;
    font-weight: bold;
    font-size: 1.5em;
    font-family: "Oxygen",sans-serif;
}
.presse .img{
	width: 100%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.presse .img img{
	width: 100%;
    height: 100%;
    left: -20px;
    position: relative;
    object-fit: cover;
}
.presse .subtext{
    width: 100%;
    column-count: 2;
   padding: 20px 0 5px 0;
    display: inline-block;
}
.presse .subtext p:nth-of-type(1)::first-letter{
	font-weight:bold;
	font-size:1.5em;
	color:rgb(100 82 40);
}
.presse .auteur{
	text-align:right;
	padding-top:0px;
	font-weight:bold;
	margin-right:10px;
}
.presse .sourcelink{
	background: linear-gradient(0deg,#eae4d5,#fffcf4);
    padding: 10px;
    border-radius: 0 0 5px 5px;
    font-family: "Oxygen",sans-serif;
    font-size: .9em;
}
.liste-presse{
	text-indent:0;
}
.accueil .mainText,.saison .mainText,.festival .mainText{
	min-height:unset;
	padding:20px 20vw;
}
.saison .mainText p:nth-child(1),.festival .mainText p:nth-child(1){
    font-family: "Playfair Display",sans-serif;
}
.calendos{
	margin: 0;
	width: var(--fullwidth);
    border-radius: 0px;
    text-align: center;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding-top: 0px;
}
.accueil .calendos{
	padding-top: 40px;
}
.espacepersonnel .calendos{
	padding-top: 0;
}
.espacepersonnel .itemLinks{
	display:none;
}
.lieux .mainContent .ac_filterlabel,.cie .mainContent .ac_filterlabel{
	background:var(--mainbackground);
	color: black;
    font-weight: bold;
    transition:all .5s;
    display:none;
}
.ac_month{
	display:none;
}
.main .ac_month,.espacepersonnel .ac_month,.ac_filterlabel{
	width:calc(var(--fullwidth));
    height: 40px;
    line-height: 40px;
    font-size: 1.2em;
    color: #dfc16f;
    text-align: left;
    padding: 0 20px;
    position: relative;
    background: var(--labelbackground);
    display:inline-block;
    border-radius: 3px;
    cursor:pointer;
    vertical-align: middle;
    font-weight:bold;
}
.ac_month:hover,.ac_filterlabel:hover{
	color: white;
}
.main .ac_month span,.espacepersonnel .ac_month span,.ac_filterlabel span{
	font-weight:bold;
	font-size:1.2em;
	margin-left:5px;
}
.lieux .mainContent .ac_filterlabel:not(.open):hover,.cie .mainContent .ac_filterlabel:not(.open):hover{
	color: var(--highlight);
	background:white !important;
}
.festival .ac_month{
	display:none;
}
.espacepersonnel .ac_filterlabel{
	font-weight:bold;
	color:black;
}
.ac_month::before,.ac_filterlabel::before{
	content: "\00261E\0000A0\0000A0";
	font-size: 1.6em;
	vertical-align:top;
}
.ac_month.open::before,.ac_filterlabel.open::before{
	content: "\00261F\0000A0\0000A0";
	font-size: 1.6em;
	vertical-align:top;
}
.ac_month.open::after,.ac_filterlabel.open::after{
	content: "\0000A0\0000A0\02022";
	font-size: 3em;
	color:#11e111;
	vertical-align:top;
	float:right;
}
.event-item{
	 font-family: "Oxygen",sans-serif;
	 padding: 0;
	 width: calc(var(--fullwidth));
	 height: calc((var(--aff_width_2) * 6 / 4) + 40px);
	 display: inline-block;
	 position:relative;
	 text-align:left;
	 margin-top:10px;
	 margin-bottom:10px;
	 box-shadow: 2px 2px 6px rgb(0 0 0 /100%);
	 border-radius: 5px 5px 20px 5px;
	 overflow:hidden;
	 border: 0.5px solid black;
}
.onoff{
	display:none !important;
}
.on{
	clear:both;
	/*visibility:hidden;*/
}
.off{
	box-shadow: 2px 2px 4px rgb(0 0 0 / 30%);
}
.liste-lieux .ac_filterlabel,.liste-cie .ac_filterlabel{
	background:var(--lightbackground) !important;
}
*.ac_filterlabel.open,* .ac_month.open{
	color: white !important;
    background: var(--blackbackground) !important;
    margin-bottom:10px;
}
.ac_filterlabel span{
	font-weight:normal;
}
.event-item:last-child:not(.accueil .event-item) .agenda_HORAIRE,.event-item:last-child{
	border-radius:5px 5px 60px 5px;
	margin-bottom:0;
}
:nth-child(1 of .accueil .event-item){
	border-radius:60px 5px 5px 5px;
}
:nth-child(1 of .accueil .event-item) .afficheDiv {
	border-radius:30px 3px 3px 3px;
}
.accueil .event-item:last-child{
	border-radius:5px 5px 60px 5px;
}
.accueil .event-item{
	display: inline-block;
    position: relative;
    width: var(--width_event);
    padding: calc((var(--width_event) - var(--aff_width_1)) / 2);
    height: 100vh;
    text-align: center;
    vertical-align: top;
    border-radius: 5px;
    transform:scale(.85);
    margin: -2.2vw 0;
}
.afficheDiv{
	display: inline-block;
    position: relative;
    background:#181817;
    text-align: center;
    width: calc(var(--aff_width_2) + 40px);
    height: calc((var(--aff_width_2) * 6 / 4) + 40px);
    box-shadow: 5px 5px 20px rgb(0 0 0 / 30%);
    z-index:1;
    float:left;
}
.accueil .afficheDiv{
	display: inline-block;
	overflow:hidden;
    position: relative;
    width: var(--aff_width_1);
    height:calc(var(--aff_width_1) * 6 / 4);
    float:none;
    border-radius:3px;
}
.cie_AFFICHE,.event_ALT_AFFICHE{
	display: inline-block;
	position: relative;
    top: 20px;
    width: calc((var(--aff_width_2)));
    height: calc((var(--aff_width_2)) * 6 / 4);
    overflow: hidden;
    background: rgb(20,20,20);
}
.accueil .cie_AFFICHE,accueil .cie_AFFICHE div,.accueil .event_ALT_AFFICHE,accueil .event_ALT_AFFICHE div{
	position:relative;
	width: var(--aff_width_1);
    height: calc(var(--aff_width_1) * 6 / 4);
    top:0;
}
.AFFICHE.afficheDiv{
	height:auto;
	min-height: calc(100vh - 100px);
	width: 280px;
    float: left;
    background: #000;
    display: block;
    overflow:hidden;
    position:relative;
    padding-top:40px;
    padding-bottom:8000px;
    margin-bottom:-8000px;
    border-radius:20px 5px 5px 20px;
    cursor:pointer;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
    z-index:2;
}
.AFFICHE img,.cie_AFFICHE img,.event_ALT_AFFICHE img{
	position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.AFFICHE div{
	width:100% !important;
	height:auto !important;
	position:relative;
}
.cie_AFFICHE div,.event_ALT_AFFICHE div{
	width: calc(var(--aff_width_2));
    height: calc((var(--aff_width_2)) * 6 / 4);
}
.accueil .cie_AFFICHE div,.accueil .event_ALT_AFFICHE div{
	width:var(--aff_width_1);
	height:calc(var(--aff_width_1) * 6 / 4);
}
.accueil .user_CIE{
	font-size: .9em;
    display: inline-block;
    margin-bottom: 10px;
    height:37px;
}
.agenda_WHOLEDATE{
	font-size: 1em;
    line-height: 1.4em;
    text-align: center;
    font-style: unset;
    font-weight: bold;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 20px;
    display: inline-block;
    color: #000;
    width: calc((var(--aff_width_2)) + 40px);
    vertical-align: middle;
}
.accueil .agenda_WHOLEDATE{
	display: inline-block;
	width:100%;
	transform:unset;
	left:0;
	font-size: 1.2em;
}
.accueil .ac_date_2{
	display: none;
}
.agenda_WHOLEDATE div{
	position: absolute;
    width: 100%;
    display: block;
    background: rgba(0,0,0,.35);
    z-index: 1;
    left: 0;
   	bottom: 0;
    color: #fff;
    padding: 10px 0;
}
.agenda_WHOLEDATE .agenda_DATE,.agenda_WHOLEDATE .agenda_DATE_END{
	padding:0;
	text-align: center;
    background: var(--contenteditable_transp) !important;
    color:black;
    font-size:1em;
}
.agenda_WHOLEDATE .agenda_DATE{
	position:relative;
}
.agenda_WHOLEDATE .agenda_DATE_END{
    bottom: 0;
    position:relative;
}
.accueil .agenda_WHOLEDATE div{
	left: 0;
    bottom: 0;
    width: var(--aff_width_1);
    color: white;
}
.event-item .ac_event_infos{
	display: inline-block;
    position: relative;
    width: calc(var(--fullwidth) / var(--widthratio));
    height: calc((var(--aff_width_2) * 6 / 4) - 40px);
    overflow-y: hidden;
    overflow-x:hidden;
    vertical-align: top;
    padding: 10px 5px;
    font-size: 1em;
    text-align:justify;
    cursor:pointer;
}
.accueil .ac_event_infos,.accueil .ac_event_link{
	display: inline-block;
    width: 100%;
    height:unset;
    padding: 5px 0px;
    text-align:center;
    position:relative;
    margin-bottom: 0;
}
.ac_more{
    vertical-align: middle;
    font-size: 2em;
    color: #a08825;
    padding:0;
}
.accueil .more{
	display: inline-block;
    padding: 0;
}
.itemLinks{
	background: var(--highlight);
    width: calc(var(--fullwidth) - (var(--fullwidth) / var(--widthratio)) - (var(--aff_width_2) + 40px));
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.event-item .copylink{
	position: absolute;
    width: calc(var(--fullwidth) - (var(--fullwidth) / var(--widthratio)) - (var(--aff_width_2) + 40px));
    height: 40px;
    right: 0;
    bottom: 40px;
    top: unset;
    margin: 0;
    background: none;
    text-align: center;
    font-size:2.5em;
    border-bottom: 1px dotted grey;
}
.event-item .copylink::after{
	content: "\002750";
    font-size: 24px;
    position: relative;
    top: 8px;
}
.resa{
	padding: 10px;
    position: absolute;
    text-align: center;
    width: calc(var(--fullwidth) - (var(--fullwidth) / var(--widthratio)) - (var(--aff_width_2) + 40px));
    height:40px;
    bottom: 0;
    right: 0;
    color: #f4f3ef;
    border-radius: 0;
    background: var(--goldbackground);
}
.resa span:not(.accueil .resa span){
	position: relative;
    line-height: 0px;
}
.accueil .resa{
	left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50%;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    color: var(--highlight_3);
}
.accueil .itemLinks{
	background:var(--goldbackgroundwheel);
	width: var(--aff_width_1);
    border-radius: 0 0 5px 5px;;
    overflow: hidden;
    height: 35px;
    transform: translateX(-50%);
    left: 50%;
    bottom: 30px;
    box-shadow: 4px 4px 8px rgb(0 0 0 /30%);
}
.event-item .resa{
	background:none;
	transition: all 1s;
	transform:translateX(-50%);
	left:50%;
}
.espacepersonnel .resa{
	height:80px;
}
.event_TEXT,.event_RESUME,.agenda_RESUME{
	padding: 0 10px;
	text-indent:10px;
	font-weight:normal;
}
.event_TEXT b{
	font-weight:bold;
}
.ac_event_link{
	padding-left:10px;
	font-weight: bold;
	font-size: 1.2em;
	padding-right: 10px;
    margin-bottom: 5px;
    width: calc(100% - 200px);
}
.event_TITRE,.ac_event_link .event_TITRE{
	font-size: 1em;
	font-weight:bold;
	text-transform: uppercase;
	color:#a08825;
	text-align:left;
}
.accueil .ac_event_link .event_TITRE,.accueil .ac_event_link .agenda_ALT_TITRE{
	display:block;
	margin-bottom: 5px;
	text-align:center;
	height:37px;
	font-size:1em;
	line-height: 1.1em;
	text-transform: uppercase;
}
.user_CIE, .agenda_ALT_CIE{
	font-weight: normal;
    display: inline-block;
    margin: 5px 0;
    padding-top: 2px;
    border-top: 0.5px solid black;
}
.event_GENRE, .agenda_ALT_GENRE{
	background: var(--highlight);
    color: white !important;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    width: 200px;
    text-align: center;
    border-radius: 0 0 0 50px;
    transition:all 1s;
    overflow:hidden;
    min-height:35px;
}
.event_GENRE:hover{
	background:var(--highlightover);
}
.ac_event_infos:hover{
	/*background:var(--mainbackground);*/
}
.resa:hover,.copylink:hover{
	color:#fff !important;
	transform-origin:center;
	left:50%;
	transform:translateX(-50%) scale(1.2);
}
.accueil .event_GENRE,.accueil .agenda_ALT_GENRE{
	margin: 0;
	display:block;
	position:relative;
	right:unset;
	top:unset;
	width:unset;
	border-radius: 5px 5px 0 0;
	height: 35px;
    line-height: 35px;
    padding: 0;
    background:var(--goldbackgroundwheel);
    box-shadow: 4px 4px 8px rgb(0 0 0 /30%);
}
.accueil .users_CIE,.accueil .agenda__ALT_CIE{
	display: inline;
}
.ac_lieu{
	width: calc(var(--fullwidth) / var(--widthratio));
    left: calc(var(--aff_width_2) + 40px);
    display: inline-block;
    position: absolute;
    color: #000;
    vertical-align: middle;
    right: 0;
    bottom: 0;
    height: 80px;
    background: white;
    padding: 10px;
    font-weight: bold;
    text-align:right;
    font-size: .8em;
    border-radius:100px 0 0 0;
    transition:all .5s;
    cursor:pointer;
}
.ac_lieu .lieu_LIEU,.ac_lieu .agenda_ALT_LIEU{
	transform: translateY(-50%);
    top: 50%;
    right:0;
    float:right;
}
.accueil .ac_lieu{
	width: 100%;
    height: unset;
    left:unset;
    position: relative;
    background: none;
    text-align: center;
    transform: none;
    bottom: unset;
    font-size: 1.2em;
    padding: 0;
    float: none;
}
.lieu_LOGO,.users_LOGO{
	display: inline-block;
    position: relative;
    vertical-align: middle;
    height: 60px;
    width:200px;
    margin-left: 10px;
    pointer-events: none;
}
.lieu_LOGO img,.lieu-logo img,.users_LOGO img,.users-logo img{
	height: 100%;
    width: 100%;
    object-fit: contain;
    display: inline-block;
    position: relative;
}
.lieu_LIEU,.users_CIE,.agenda_ALT_LIEU{
	display: block;
    position: relative;
    font-size: 1.5em;
    font-weight: bold;
}
.accueil .agenda_ALT_LIEU{
	font-size: 1.2em;
	margin-top: 10px;
	text-align: center;
    width: 100%;
}
.lieu_PHOTO{
	height: 20vw;
	width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 4px;
}
.lieu_PHOTO div{
	height: 20vw;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.lieu_PHOTO img{
	position: relative;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    width:100%;
    height:auto;
}
.ac_lieu_infos,.ac_cie_infos{
	font-size:1em;
	text-align:center;
	background:var(--blackbackground);
	color:white;
	padding: 0 10px;
	position: relative;
    min-height: 50px;
}
.ac_lieu_spectacles{
    padding: 0;
    margin-bottom: 0px !important;
    position: relative;
    display: block !important;
}
.ac_lieu_infos div,.ac_cie_infos div{
	margin: 10px 5px;
    display: inline-block;
    vertical-align: baseline;
    height: auto;
    min-height:32px;
    line-height: 24px;
}
.ac_cie_infos{
	padding:0px;
}
.users_TEXT{
	text-align: justify;
    padding: 20px 8vw;
    margin: 0 !important;
    background: #f5f3ec;
    color: black;
}
.lieu_LIEU:not(.accueil .lieu_LIEU,.liste-lieux .lieu_LIEU,.espacepersonnel .ac_lieu .lieu_LIEU){
	padding: 0 10px;
    font-size: 1.2em;
    display: inline-block;
    top: unset;
    transform: none;
    vertical-align: middle;
    float: none;
}
.ac_lieu:not(.accueil .ac_lieu){
	cursor:pointer;
	pointer-events:all;
}
.ac_lieu:not(.accueil .ac_lieu):hover{
	
}
:nth-child(2n+1 of .calendos .event-item){
	background:rgb(255 255 255);
}
:nth-child(2n of .calendos .event-item){
	background:var(--mainbackground);
}
:nth-child(2n+1 of .calendos .event-item)  .ac_lieu:not(.accueil .ac_lieu){
	background:var(--mainbackground);
}
:nth-child(2n of .calendos .event-item) .ac_lieu:not(.accueil .ac_lieu){
	background:rgb(255 255 255);
}
:nth-child(2n+1 of .calendos .event-item) .ac_lieu:not(.accueil .ac_lieu):hover{
	background:var(--lightbackground);
}
:nth-child(2n of .calendos .event-item) .ac_lieu:not(.accueil .ac_lieu):hover{
	background:var(--lightbackground);
}
.accueil .lieu_LIEU,.accueil .agenda_ALT_LIEU{
	text-align:center;
	font-size: 1em;
	float: none;
    top: unset;
    margin-top:10px;
}
.lieu_ADRESSE,.users_ADRESSE{
	display: block;
    position: relative;
    font-weight: unset;
}
.lieu_TEL,.users_TEL{
	display: block;
    position: relative;
    text-align: right;
    font-weight: unset;
}
.liste-lieux,.liste-cie{
	margin: 10px 0;
	width: 100%;
	padding: 0 0vw;
	position: relative;
	height:auto !important;
}
.lieu-item,.cie-item{
	display: block;
	position:relative;
    margin: 20px 0;
    overflow: hidden;
    background:white;
}
button[name="localisation"]{
	padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    background: var(--goldbackground_2);
    color: white;
    cursor:pointer;
}
.slide-compte .liste-cie{
	width: calc(80vw - 18px);
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}
.logoDiv{
	width: 300px;
    position: relative;
    height:70px;
    display: inline-block;
    margin-right: 10px;
    padding: 5px;
    float: left;
    background: #fff;
    text-align:center;
    z-index:2;
}
.liste-lieux{

}
.liste-lieux .lieu_LOGO,.liste-cie .users_LOGO{
	margin-left: 0;
    display: block;
    height: 60px;
    float:none;
    display: inline-block;
}
.liste-lieux .lieu_LIEU,.liste-cie .users_CIE{
	margin: 5px 150px 0 300px;
}
.liste-lieux .lieu_ADRESSE,.liste-cie .users_ADRESSE{
	margin: 5px 10px 0 300px;
}
.liste-lieux .lieu_TEL,.liste-cie .users_TEL{
	text-align:left;
	margin: 5px 10px 0 300px;
}
.liste-events{
	text-indent:0;
}
.ac_lieu_spectacles a,.ac_lieu_spectacles a .more{
	color:var(--highlight) !important;
}
.ac_lieu_spectacles a:hover,.ac_lieu_spectacles a .more:hover{
	color:#fff !important;
}
.infosCompl{
	padding:10px;
}
.infosCompl .group{
	padding:10px;
	width:calc(25%);
}
.infosCompl .group div{
	padding:5px;
	width:calc(100%);
}
.infosCompl div{
	display:inline-block;
	text-align:left;
}
.infosCompl span{
	display:inline-block;
}
.agenda_HORAIRE{
	padding: 5px;
    width: calc(var(--fullwidth) - (var(--fullwidth) / var(--widthratio)) - (var(--aff_width_2) + 40px));
    height: calc((var(--aff_width_2) * 6 / 4) - 40px);
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    top: 0;
    right:0;
    color: #a08825;
    border-left: 1px solid rgba(0,0,0,.2);
}
.agenda_HORAIRE div{
	display: inline-block;
    position: relative;
    transform: translateY(-50%);
    top: calc(50% + 5px);
}
.espacepersonnel .agenda_HORAIRE{
	top:40px !important;
}
.accueil .agenda_HORAIRE{
	display: block;
	position:relative;
    text-align: center;
    height: unset;
    border: none;
    width: 100%;
    font-size:1.2em;
    padding:0;
}
.accueil .agenda_HORAIRE div{
	transform:unset;
	top:unset;
	text-align: right;
}
.agenda_HORAIRE span{
	display:block;
	font-size:.65em;
	margin-bottom:5px;
}
.accueil .agenda_HORAIRE span{
	display:inline-block;
	margin-right:5px;
	font-size:.7em;
	margin-bottom: 0;
}
.agenda_TARIF{
	font-weight: normal;
	font-size: .85em;
	display:inline-block;
}
.ac_comment{
	padding: 10px 0 0 10px;
}
*[contenteditable]:not(.agenda_HORAIRE,.agenda_WHOLEDATE div,.event_DURATION){
	min-width: 180px;
	text-transform:none;
	margin: 0;
    font-size: .9em;
    padding:0px;
    /*clear:both;*/
	display:inline-block;
	
}
*[id^="events_"] [contenteditable]:not([id^="events_"] [id^="agenda_"][contenteditable]){
	float:right;
}
.espacepersonnel [contenteditable]{
	display:block !important;
}
*[contenteditable],*[contenteditable] div,*[contenteditable] span{
	min-width: 100px;
	background: var(--contenteditable) !important;
	/*min-height: 32px;*/
	color: black;
	padding:2px;
	border: 0.5px solid grey;
	border-radius:3px;
}
*[contenteditable]:hover{
	box-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
    z-index: 1;
    position:relative;
    background:white !important;
}
.agenda_HORAIRE[contenteditable]:hover{
	position:absolute !important;
	
}
*[contenteditable]:focus{
	outline:none;
	border:2px dotted black;
}
.event_TITRE[contenteditable]:not(.event-item .event_TITRE){
	text-align:right;
	font-size:1.5em;
	padding:10px;
	font-weight:bold;
	display:block;
}
.ifexists{
	font-size:.8em;
	line-height:.8em;
	padding:5px;
	background:white;
	display:none;
	position:relative;
	height:25px;
	border:2px solid lightgrey;
}
.ac_lieu .ifexists{
	bottom: -42px;
    right: calc(-100% + 180px);
    width: 180px;
    font-size:1.1em;
    line-height:1.1em;
}
.espacepersonnel .agenda_ALT_LIEU:not(.isLieu){
	width:180px;
	float:right;
}
.agenda_ALT_LIEU.isLieu{
	display:none;
}
.accueil .ac_month,.accueil .event_RESUME,.accueil .agenda_RESUME,.accueil .lieu_LOGO,.accueil .lieu_ADRESSE,.accueil .lieu_TEL,.accueil .ac_comment,.accueil .agenda_TARIF,.accueil .agenda_RELACHES{
	display:none;
}
.infos{
	font-family: "Oxygen",sans-serif;
}
.infos iframe{
	border-radius:5px;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
}
.slide-infostechniques .mainText{
	text-align: left;
	font-family: "Oxygen",sans-serif !important;
}
.infos .telephone{
	font-size: 2em;
    font-weight: bold;
    padding: 20px;
    font-family: "Playfair Display",sans-serif;
}
.infos .infoslegales a{
	font-size:.8em;
	color:#fff !important;
}
.AFFICHE,.cast_PHOTO,.img{
	cursor:pointer;
}
.nopadding{
	padding:0;
}
.regsize{
	font-size: .9em;
    line-height: 1.5em;
}
.center{
	text-align:center;
}
.event_DATE{
	font-size: .9em;
    text-align: right;
    padding: 0 156px 10px 156px;
    font-style: italic;
}
.pagefooter{
	width: 100vw;
    background: linear-gradient(-45deg,#011822 0%, #e5eff6 50%,#ff9603 100%);
    padding-top: 40px;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    min-height:25vh;
    text-align:center;
    font-family: "Oxygen",sans-serif;
    color:black;
}
.pagefooter a::before{
	content:"";
	border:none;
}
.footermenu{
	z-index: 1;
    position: relative;
}
.pagefooter .text{
	font-size:.9em;
	text-align:center;
	color:black;
	background:none;
	padding-top:0;
}
.pagefooter .siteLogo{
	background-image: url("../img/cultureon.png");
	position: relative;
    display: inline-block;
    right: unset;
    z-index:0;
    width: 300px;
    height: 100px;
    top:0;
    filter:unset;
}
.pagefooter table{
	width: 100%;
    padding: 0 calc(10vw);
    table-layout: fixed;
    margin: 20px 0;
}
.pagefooter td{
	vertical-align: top;
    text-align: left;
}
.pagefooter td div{
	text-align: center;
	cursor:pointer;
	color:#ebe7da;
}
.pagefooter td>div:nth-child(1){
	height:32px;
}
.fmSub{
	overflow-y:hidden;
	overflow-x:hidden;
	height:auto;
	max-height:200px;
	position:relative;
	display:block;
	opacity:0;
	transition:all 1s;
	pointer-events:all;
}
.menudown{
	font-size:1.5em;
	margin-left:5px;
	display:inline-block;
}
.menuLine{
	font-size: .9em;
	line-height:1.5em;
	text-align:left !important;
	border-left:1px dotted #d8cda9;
	padding:3px 0 3px 10px;
	
}
.menuLine:hover{
	opacity: .8;
}
.pagefooter td div.current{
	color: #fff;
	font-weight:bold;
}
.pagefooter td div.current:not(.menuLine)::before{
	content:"\0027A4";
}
.pagefooter td div:not(.menuLine){
	padding-bottom:5px;
	border-bottom:1px dotted white;
}
.requestedslide{
	width: 100vw;
    height: 100vh;
}
.requestedslide .text{
	color:rgb(0,0,0);
}
.slide_item{
	position:relative;
	height: 100vh;
	overscroll-behavior-x: contain;
}
.imgHeader{
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	top:var(--menuHeight);
	width: 100vw;
    Height: var(--headerheight);
    overflow: hidden;
	background: var(--blackbackground);
}
.imgHeader img{
	width:100vw;
	height:auto;
	transform:translate(-50%,-50%);
	top:50%;
	left:50%;
	position: relative;
}
.topimg,.topdeco{
	position:absolute;
	top:0;
	left:0;
	width: 100vw;
    height: var(--headerheight);
	z-index:1;
	pointer-events:none;
	background:linear-gradient(45deg, rgb(107 56 16 / 50%) 0%,transparent 50%, rgb(160 201 254 / 0%) 100%);
}
.topdeco{
	height: 100vh;
	z-index:10;
	background: linear-gradient(60deg, rgb(255 255 255 / 0%) 0%, rgb(107 56 16 / 0%) 25%,transparent 75%, rgb(8 175 254 / 50%) 100%);
}
.accueil .imgHeader,.accueil .topimg{
	height : calc(100vh - var(--menuHeight));
}
.playbut{
	width: 20px;
    vertical-align: middle;
    margin-left: 10px;
	cursor:pointer;
	position: relative;
    top: -2px;
}
.thumbOver{
	z-index:2;
	transform:scale(1.2);
}
.img2BG{
	position:relative;
	transition:transform .5s;
}
.closewindow{
	font-size: 2.5em;
    color: black;
    display: block;
    width: 100%;
    text-align: right;
    cursor: pointer;
    padding: 10px;
}
.mediascreen .closewindow{
	font-size: 2em;
}
.slide{
	background-size:cover;
}
*.FSbg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0;
}
.mainSite .FSbackground.bgFX{
	
}
.mainSite .slide-accueil .FSbackground.bgFX{
	filter:blur(0px) !important;
}
.slide-accueil .imgHeader img{
	width:unset;
	max-width:100vw;
}
.noevents{
	pointer-events:none;
	opacity:.65;
}
.separator,.separator-2,.separator-3{
	border-top:1px dotted black;
	margin: 0 20px 20px 20px
}
.separator-2{
	margin-left: 335px;
}
.separator-3{
	margin: 20px;
}
.cursor{
	cursor:pointer;
}
.espacepersonnel .main .mainContent{
	 background: var(--blackbackground);
	 padding: 0 18px 0 0;
}
.admin{
    position: relative;
    width: calc(100%);
    overflow: hidden;
    z-index: 100000;
    pointer-events: all;
    text-align:center;
    padding:20px 20px 40px 20px;
    background: var(--blackbackground);
    background: rgb(255 255 255 / 5%);
    box-shadow:2px 2px 4px rgb(0 0 0 / 50%);
}
.admin form{
    position: relative;
    height: auto;
    text-align:center;
}
.editbut,
.closeadmin{
    min-width:100px;
    text-align:center;
    z-index: 10000;
    font-size: 1em;
    width: auto;
    color: #b7b7a0;
    padding: 5px 10px;
    display:initial;
    border:none;
    border-bottom:1px solid #d5d5ba;;
}
.editbut:hover,
.closeadmin:hover{
	color: #000 !important;
}
.editbut.edit,
.closeadmin,
.unlog,
.login,
.passwd,
.submit {
    top: 5px;
    position: absolute;
    cursor:pointer;
    background:none;
    outline:none;
    color:#d5d5ba;
}
.admin .submit:not(.submit[name='connect_submit']){
	background: var(--redbackground);
    color: white !important;
}
.login{
	left:0;
	background:white !important;
}
.passwd{
	background:white !important;
}
.login,
.passwd,
.submit,
.field{
	width:calc(20% - 20px);
	z-index: 10000;
	color: #000 !important;
	display: inline-block;
	position: relative;
	margin:5px 10px;
	background:white;
	box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}
.admin .submit{
	background: var(--goldbackground);
}
.submit:hover{
	font-weight:bold;
}
.admin [name="connect_submit"]{
	background: var(--mainbackground) !important;
}
.lostpassword{
	margin-top: 20px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    background: var(--mainbackground);
}
input{
	outline:none;
	border-radius:5px;
	padding:5px;
	border: 1px solid #8f8f89;
}
textarea{
	outline:none;
	display: block;
    width: 100%;
}
textarea[name="message"]{
	height:200px;
}
.mailer{
	width:60vw;
	position:relative;
	transform : translateX(-50%);
	left:50%;
}
.mailer .mainText{
	padding:0px 0 0 0;
}
.mailer .alert{
	color:red;
	padding: 10px;
	display:none;
	margin-top: 0;
    padding-top: 0;
}
.mailer .confirmation{
	padding:40px;
	opacity:0;
	display:none;
	border-radius:5px;
}
#users_mailer{
	margin-top:10px;
	text-indent: 0;
}
.mailer input,.quest,button[name="notstupid"]{
	width:20vw;
	margin-bottom: 5px;
    margin-top: 5px;
    height: 28px;
    display: inline-block;
    padding: 5px;
    vertical-align: bottom;
    border-radius:5px;
}
button[name="notstupid"]{
	background: var(--highlight_2);
    border: none;
    cursor:pointer;
}
button[name="notstupid"]:hover{
	background: var(--highlight);
	color:white;
}
.quest{
	background: white;
    border-radius: 5px;
    font-size: .85vw;
    text-align: center;
}
.mailer input[name="subject"]{
	width:100%;
}
.mailer .editbut{
	float: right;
    font-size: 3.5em;
    color: #000;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    display: none;
    top: -10px;
}
.mailer .editbut:hover{
	color:#176bfb !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus{
	background:white;
	-webkit-text-fill-color: #000;
  	transition: background 5000s ease-in-out 0s;
}
.admin span{
	display: block;
    margin: 20px;
    font-weight: bold;
    color:white;
    position:relative;
    top:5px;
}
.alert{
	margin: 20px 0;
    color: white;
    display: block;
    position: relative;
    top: 20px;
}
.connectedAs{
	min-width: 200px;
    position: absolute;
    top: var(--menuHeight);
    line-height: 50px;
    height:50px;
    right: 12px;
    font-size: .9em;
    text-align: right;
    padding: 0px 10px 5px 20px;
    background: var(--darkbackground_3);
    color: white;
    z-index: 10000;
    border-radius: 0 0 0 50px;
}
.userconnected{
	padding:40px;
	width:100%;
	text-align:center;
	display:inline-block;
	color:white;
}
.user_PASS{
	-webkit-text-security: disc;
    -webkit-appearance: textfield;
    -webkit-user-select: text;
    cursor: auto;
    width:100%;
}
.liste-users{
	margin: 5px 0;
    display: table;
    table-layout: fixed;
    position: relative;
    width: calc(80vw - 18px);
    transform: translateX(-50%);
    left: 50%;
    padding-bottom:50px;
}
.espacepersonnel .user_item div{
	display:table-cell !important;
	position:relative;
	padding:4px;
	height:auto;
	line-break: anywhere;
	min-width:unset !important;
	font-size:.9em;
	border-bottom: 1px solid white;
	vertical-align: text-top;
}
.user_item{
	margin:10px 0;
	display:table-row;
	position: relative;
}
.user_type{
	display:block ;
}
.user_LASTLOG{
	font-size:.8em !important;
}
.subscribe{
	position:relative;
	min-height:100px;
	display:none;
	opacity:0;
	color:white;
	margin-top:40px;
	background:rgb(255 255 255 / 30%);
	padding:20px 40px 40px 40px;
	transition:all 1s;
}
.subscribe div{
	padding:0 0 20px 0;
}
.subscribe .infos{
	text-align:left;
}
.subscribe .infos input,.subscribe .infos .img{
	width:calc(25% - 20px);
	display:inline-block;
}
.subscribe .img{
	margin: 0 10px;
	padding:5px;
	text-align:right;
}
.subscribe textarea{
	height: 100px;
    width: calc(100% - 20px);
    vertical-align: top;
    padding: 5px;
    margin: 10px;
    padding:10px 40px;
    outline: none;
    border-radius:5px;
}
.vrfctn,.payment,.paymentOK{
	margin-top:20px;
}
.paymentOK{
	color:white;
}
input.required::placeholder {
  font-weight: bold;
  
}
[data-placeholder]:empty:before{
  	content: attr(data-placeholder);
	font-style: italic;
	font-weight:normal;
	color:grey;
}
.cie_AFFICHE [data-placeholder]:empty:before{
	content: attr(data-placeholder);
  	color:white;
}
.event_ALT_AFFICHE [data-placeholder]:empty:before{
	content: attr(data-placeholder);
  	color:white;
}
.required[data-placeholder]:empty:before{
	content: attr(data-placeholder);
  	color:red;
}
.loadingtext{
	color: white;
    position: absolute;
    z-index: 100001;
    top: 60vh;
    font-weight: bold;
    left: 50vw;
    transform: translate(-50%, -50%);
    font-size: 1.2em;
    padding: 10px;
    background: black;
    border-radius: 20px;
}
.container{
	display: inline-block;
    position: relative;
    width: calc(var(--fullwidth) + 10px);
    height: 20px;
    margin: 20px 0;
}
.liste-events{
	position: relative;
    display: block;
}
.liste-events .container{
	width:unset;
	display:block;
}
.addevent,.addshow{
	text-align: right;
    font-size: 1.2em;
    display: inline-block;
    position: absolute;
    right: 0;
    text-transform:none;
}
.confirmation{
	position:absolute;
	transform:translate(-50%,-50%);
	top:50%;
	left:50%;
	background : var(--redbackground);
	color:white;
	text-align:center;
	box-shadow:1px 1px 2px rgb(0 0 0 /50%);
}
dialog::backdrop {
  background-color: rgb(0 0 0 / 50%);
  pointer-events:none;
}
.ui-dialog button{
	min-width: 100px;
	cursor:pointer;
}
.ui-widget-overlay{
	position: relative;
	background-color: rgb(0 0 0 / 50%);
  	pointer-events:none !important;
	width: 100vw;
    height: 100vh;
}
.ui-dialog{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline:none;
    z-index:1;
    min-height:unset !important;
}
.ui-dialog a,
.ui-dialog a:link,
.ui-dialog a:visited{
	border:none;
}
.ui-dialog-titlebar{
	background:#f1f1f1;
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.2),rgba(216, 215, 195, 0.2));
    text-align: center;
    line-height: 30px;
    width: 100%;
    left: 0;
    top: 0;
    color:white;
    font-size:1.2em;
    font-weight:bold;
}
.ui-dialog-titlebar-close{
	float: right;
    padding-right: 20px !important;
    min-width: unset !important;
    width: 32px !important;
    right: 30px;
    position: relative;
    background: none !important;
    text-decoration: none;
    display: inline-block !important;
    margin: 0 !important;
}
.ui-dialog-content{
	padding:5px;
	min-width:100%;
	min-height:unset !important;
	max-height:90vh !important;
	position: relative;
	overflow:auto;
	background: none;
    border: none;
    color: white;
    font-size:1.2em;
}
.ui-dialog-buttonpane{
	text-align: center;
	padding: 0;
}
.ui-button,
.ui-dialog button{
	padding: 5px;
	margin:10px;
    border: none;
    border-radius: 4px;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.2),rgba(216, 215, 195, 0.2));
    outline: none;
    height:30px;
    right:0;
    min-width:100px;
    width:auto;
    color:white;
    font-size:1em;
}
select[name='genres'],select[name='editions']{
	height: 25px;
    background: none;
    color: white;
    border-color: white;
    border-radius: 5px;
    padding-left: 5px;
    outline: none;
    position: relative;
    left: 10px;
}
select[name='editions']{
	border-color: black;
    left: unset;
    color: black;
    background:white;
}
.EDITION{
	position: absolute;
    left: calc(var(--aff_width_2) + 70px);
    bottom: 10px;
    z-index: 1;
    color: black;
    transition: all 1s;
    overflow: hidden;
    min-height: 35px;
}
.accueil .EDITION{
	display:none;
}
.uploadimg:not(.but_DP.uploadimg,.but_FICHETECH.uploadimg) {
	width: 40px !important;
    height: auto !important;
    display: inline-block !important;
    transform: translate(-50%,-50%) !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    z-index: 1;
    cursor: pointer !important;
    pointer-events:all !important;
}
.events_MEDIA_URL .uploadimg{
	top: calc(50% - 50px) !important;
}
.events_MEDIA_URL .trash{
	top: calc(50% + 60px) !important;
	left: 50% !important;
}
.uploadbar-container{
	clear:both;
	display:none;
	width:310px;
	height:20px;
	border-left: 1px dotted #aaa;
	border-top: 1px dotted #aaa;
	margin: 10px 0 0px 0;
}
.uploadbar{
	background:linear-gradient(0deg,#527e99,#96d3dd);
	width:0%;
	height:20px;
}
#cancelupload{
	width: 20px;
    position: relative;
    display: inline-block;
    display: none;
}
.uploadtext{
    font-weight: bold;
}
.uploadFile #alert{
	width:100%;
	text-align: center;
}
.imageHolder{
	margin-top: 10px;
}
.imageHolder img{
	width:80%;
	height:auto;
}
.fileType{
	margin-bottom: 10px;
}
.uploadFile{
	width:100%;
	height:100vh;
	overflow-y: scroll;
	outline:none;
}
.filePrms{
	font-size: .85em;
}
.filePreview{
	text-align:center;
}
.filePreview img{
	width:80%;
	height:auto;
}
.AFFICHE .newrecord{
	color: white;
    margin-top: 20px;
    min-height: 80px;
}
.trash{
	font-size: 42px;
    position: absolute !important;
    display :inline-block;
    left: calc(50% + 50px);
    top: calc(50%);
    transform: translate(-50%,-50%);
    pointer-events:all;
    cursor:pointer;
    z-index: 1;
}
.user_item .trash{
	font-size:28px;
	left:20px;
}
.list .trash{
	right: -70px;
    top: 20px;
    left: unset;
    font-size: 32px;
}
.resa .trash{
	left:unset;
}
.AFFICHE div.Poster,.AFFICHE div .cie_AFFICHE{
	width:var(--posterwidth) !important;
	min-height:var(--posterheight) !important;
}
.AFFICHE div.Poster img{
	height:auto !important;
	width:var(--posterwidth);;
	left: 0;
    top: 0;
    transform: none;
    object-fit: cover;
}
.newrecord .trash,.Poster .trash{
	display:none;
}
.event-item .trash,.newrecord .lieu_LIEU{
	display:inline-block;
}
.trash[colid='AFFICHE'],.trash[colid='ALT_AFFICHE']{
	left: 50%;
    top: calc(50% - 50px);
}
.but_FICHETECH,.but_DP{
	position:relative;
}
.but_FICHETECH .trash,.but_DP .trash{
	left: calc(50% + 100px);
}
.but_FICHETECH img,.but_DP img{
	width:150px;
	height:auto;
}
.FICHETECH,.DP{
	font-weight:bold;
	margin-bottom:20px;
	padding-bottom:12px;
	border-bottom:.5px solid black;
}
*[id^="events_"]{
	/*display:inline-block;*/
}
.castformat{
	position: relative;
    float: right;
    width: calc(60vw - 300px);
    margin-top: 20px;
}
.datelabel{
	display: inline-block;
    width: calc(60vw - 300px);
    float: right;
    text-align: right;
    padding-right: 10px;
}
.slide-compte .mainContent{
	padding: 0px 5vw 20px 5vw;
}
.agenda_ONLINE,.lieux_ONLINE,.presse_ONLINE,.cast_ONLINE,.events_ONLINE,.users_ONLINE{
	width: calc(var(--fullwidth) - (var(--fullwidth) / var(--widthratio)) - (var(--aff_width_2) + 40px));
    right: 0;
    top: 0;
    height: 35px;
    position: absolute;
    padding: 0 15px !important;
    display: inline-block;
    color: white !important;
    line-height: 32px;
    overflow: hidden;
    z-index: 3;
    cursor: pointer;
    font-size:14px;
    font-family: "Oxygen",sans-serif;
    text-transform:none;
    text-indent: 0;

}
.agenda_ONLINE span,.lieux_ONLINE span,.presse_ONLINE span,.cast_ONLINE span,.events_ONLINE span,.users_ONLINE span{
	position:absolute;
	display:inline-block;
	right: 20px;
    top: 0;
	font-size: 28px;
}
.red{
	background:#ce0d0f;
}
.green{
	background:#42953b;
}
.list{
	height: 35px;
    position: relative;
    margin-bottom:2px;
    padding-left: 10px;
}
.user_item{
	margin-bottom:2px important;
}
:nth-child(1 of .user_item){
	background: var(--headbackground) !important;
}
:nth-child(2n+1 of .list),:nth-child(2n+1 of .user_item){
	background:rgb(255 255 255);
}
:nth-child(2n of.list),:nth-child(2n of.user_item){
	background:rgb(243 240 235);
}
.list div{
	height:35px;
	padding: 8px 0;
}
div[class ^= "nav-"]{
	position: absolute;
	width: 100%;
	height:40px;
    display: inline-block;
    left: 0;
    bottom:0;
    padding: 5px;
    color: white;
    background: var(--blackbackground);
    border-radius: 10px;
    text-align: center;
}
.nav-liste-lieux,.nav-liste-cast,.nav-liste-events,.nav-liste-presse{
	position: relative !important;
}
div[class ^= "nav-"] .page{
	margin: 5px;
    display: inline;
    padding: 2px 10px;
    cursor: pointer;
    background: var(--highlight);
    border-radius: 3px;
    vertical-align:middle;
    transition:all .5s;
}
div[class ^= "nav-"] .current{
	background: var(--blackbackground);
	pointer-events:none;
}
div[class ^= "nav-"] .pageNb{
	margin: 5px 0 0 0;
}
div[class ^= "nav-"] .rwdFwd,div[class ^= "nav-"] .prevNext,div[class ^= "nav-"] .jump{
	font-size: 1.2em;
    position: relative;
    top: 2px;
    cursor: pointer;
    margin: 0 3px 0 0;
    display: inline-block;
    padding: 2px 5px;
    transition:all .5s;
    font-weight:bold;
}
div[class ^= "nav-"] span:hover{
	transform:scale(1.2);
}
div[class ^= "nav-"].topnav{
	position: relative;
    display: table-caption;
    margin-bottom:5px;
}
div[class ^= "nav-"].topnav{
	position: relative;
    display: table-caption;
}
.liste-lieux .topnav,.liste-cast .topnav,.liste-events .topnav,.liste-presse .topnav{
	display:inline-block !important;
	top:0;
}