/* GLOBAL */

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}

@-moz-keyframes spin2 { 
    100% { -moz-transform: rotate(-360deg); } 
}
@-webkit-keyframes spin2 { 
    100% { -webkit-transform: rotate(-360deg); } 
}
@keyframes spin2 { 
    100% { 
        -webkit-transform: rotate(-360deg); 
        transform:rotate(-360deg); 
    } 
}

@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.ffinfo {
	margin:2vw;
}

.ffinfotitle {
	font-size:1.25em;	
}

.ffinfohead {
	font-size:1.25em;
	background: linear-gradient(-45deg, #23d5ab, #23a6d5, #e73c7e, #ee7752);
		background-size: 200% 200%;
        animation: gradient 8s ease infinite;
		padding:2vw;
}

.ffinfotext {
    padding: 1vh 2vw;
    background-color: rgba(255, 25, 255, 0.3);
}

.fftext {
	font-weight:300;
	margin: 2vw;
}

.ffdates {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ffdate1 {

    width: 47vw;
    height: 10vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;

  margin: 5px 0;
  position: relative;
  box-sizing: border-box;

  $border: 2px;
  color: #FFF;
  background: #000;
  background-clip: padding-box; /* !importanté */
  border: solid 2px transparent; /* !importanté */
  border-radius: 10px;

  &:before {
    content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -2px;
        border-radius: 10px;
        background: linear-gradient(-45deg, #23d5ab, #23a6d5, #e73c7e, #ee7752);
		background-size: 200% 200%;
        animation: gradient 8s ease infinite;
  }
}

.ffdate2 {
	    width: 47vw;
    height: 10vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;

  margin: 5px 0;
  position: relative;
  box-sizing: border-box;

  $border: 2px;
  color: #FFF;
  background: #000;
  background-clip: padding-box; /* !importanté */
  border: solid 2px transparent; /* !importanté */
  border-radius: 10px;
	&:before {
		 content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -2px;
        border-radius: 10px;
        background: linear-gradient(270deg, #23d5ab, #23a6d5, #e73c7e, #ee7752);
		background-size: 200% 200%;
        animation: gradient 3s ease infinite;
	}
}

.ffdate3 {
	    width: 47vw;
    height: 10vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;

  margin: 5px 0;
  position: relative;
  box-sizing: border-box;

  $border: 2px;
  color: #FFF;
  background: #000;
  background-clip: padding-box; /* !importanté */
  border: solid 2px transparent; /* !importanté */
  border-radius: 10px;
	&:before {
		 content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -2px;
        border-radius: 10px;
        background: linear-gradient(45deg, #23d5ab, #23a6d5, #e73c7e, #ee7752);
		background-size: 200% 200%;
        animation: gradient 5s ease infinite;
	}
}
	
.explorebtn {
	border-radius:5px;
	opacity:0.7;
}
	
.explorebtn.active {
	opacity:1;
}

.venuesociallinks {
	display:flex;
	font-size:2em;
	justify-content: center;
	margin:2vh;
}

.slink {
	color: rgba(255,255,255,0.7);
	margin-left:1em;
	margin-right:1em;
}

.placespacer {
	min-width:5vw;
}

.headernew {
    width: 100vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 2vw;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    position: fixed;
    top: 0;
    z-index: 50;
    align-content: flex-start;
    align-items: flex-start;
}

.fflogo {
    position: fixed;
    top: 0px;
    right: 2vw;
}

html {
	-webkit-tap-highlight-color: rgba(001, 001, 001, 0.0);
}

body::-webkit-scrollbar {
	display: none;
}

html,
body {
	max-width: 100%;
	overflow-x: hidden;
	
	height: 100vh;
	
	background-color: black;
	color:white;
	margin: 0;
	font-family:"Lato";
	font-size:15px;
}

.safety-title  {width:92vw}
@keyframes lffcard {

	0% {
		transform: rotate(0deg) scale(1) translateX(0px); 
	}
	
	25% {
		transform: rotate(10deg) scale(1.2) translateX(-100px);
	}

	50% {
		transform: rotate(0deg) scale(1) translateX(0px);
	}
		
	75% {
		transform: rotate(-10deg) scale(1.2) translateX(-100px);
	}
	
	100% {
		transform: rotate(0deg) scale(1) translateX(0px);
	}
	
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

#appbody {
	transition: all 0.5s;
}

.hide {
	display:none;
}

.socialbutton {
	background-color: rgba(0,0,0,0.2);
    border-radius: 20px;
    padding-top: 0.2vh;
    margin: 3vw 0px;
    display: block;
    text-align: center;
	color: color(srgb 1 1 1 / 0.701)!important;
	line-height:2em;
	font-size:16px;
}

.stleft {
	margin-right:2vw;
}

.stbutton {
	padding: 4px;
	border-radius: 10px;
	width:fit-content;
	font-size:0.9em!important;
}

.spl {
		margin-top:40vh;
}

.i_right{
margin-left:80vw;
}

.heightzero {
max-height:0px;
overflow-y: hidden;	
}

#fullsc {
	display:none;
    padding-bottom:10vh;	
    width: 100vw;
	min-height:95vh;
    top: 0;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

.venuemodal {
	display:none;
    padding-bottom:10vh;	
    width: 100vw; 
    top: 0;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

.placetype i {
	margin-left: 1vw;
}

.pages {
	width:500%;
	top:75px;
	position:relative;
}

.eventdate {
	transition: all 0.2s;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}

.eventcontainer {
	transition: all 0.2s;
}

.nextlff {
	font-family: Lato;
	font-weight: normal;
	font-style: normal;
    font-size: 15px;
    line-height: 18px;
	margin-top:1vh;
}

.nextlffbold {
	font-family: Lato;
font-weight: 800;
	} 

a {
	text-decoration: none
}

.appcontent {
	transition: all 0.2s;
	position:absolute;
	padding-bottom:10vh;
}

.appcontent a {
	color: white;
	text-decoration:underline;
}

.page1 {
	display: block;
	transform: translate(0,0);
	width:98vw;
	margin-left:1vw;
}

.page2 {
	display: none;
	transform: translate(100%,0);
}

.page3 {
	width:98vw;
	display: none;
	transform: translate(100%,0);
}

.page4 {
	display: none;
	transform: translate(100%,0);
}

.page5 {
	display: none;
	transform: translate(100%, 0);
}

.desktop {
	display: none;
}

/* HEADER */

.titletext {
	font-size: 8vw;
	text-align: right;
	margin-right: 2.5vw;
	margin-top: 9vw;
	background: #3d7ea0;
	background: -webkit-linear-gradient(left, #7bc9ef, #f3aab9);
	background: -o-linear-gradient(right, #7bc9ef, #f3aab9);
	background: -moz-linear-gradient(right, #7bc9ef, #f3aab9);
	background: linear-gradient(to right, #7bc9ef, #f3aab9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.cta {
	background: none;
	padding: 6px 15px;
	margin: 20px auto;
	text-decoration: none;
	width: fit-content;
	border: solid 1px white;
	border-radius: 100px;
	line-height: 0px;
	padding: 16px
}

.ctatext a {
	color: white;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;

}

.ctalink {
	color: white !important;
	font-size: 12px !important;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}

#main {
	transition: all 0.25s;
}

#footmenu {
	transition: all 0.25s;
}

dialog {
	margin:0!important;
	padding:0;
}

[popover] {
	
 /*   position: fixed; */
/* top:0;  */
transform: translateY(0);
 width: fit-content;
    &:popover-open {
    opacity: 1;
    transform: none;
	

	}
    inset: 0px;
    margin: 0;
    border-width: 0;
    border-style: none;
    border-color: initial;
    border-image: initial;
 width:100vw;
    overflow: auto;
	height:100vh;
	transition: all 0.35s ease-in-out;
	
}	
	
#fullscreencard {
	display: none;
	position: absolute;
	top: 0;
	transition: all 0.25s;
	transform: translateY(100vh);
	background-color: rgba(0, 0, 0, .2);
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	z-index: 2;
}

#fsclone {
	transform: translateX(100%);
	transition: all 0.25s;
	position: absolute;
	text-align: center;
	width: 100vw;
}

.fullscreen {
	display: none;
}

.headertop {
	width: 100%;
	background-color: white;
	top: 0px;
	left: 0px;
	display: flex;
	justify-content: space-between;
	transition: all 0.25s;
	z-index: 1;
}

.applogo {
	height: 100%;
	height:10vh;
	padding: 2.5vw;
}

.applogo15 {
	padding: 2.5vw;
	height: 7vh;
}


/* FOOTER */

.footermenu {
	background-color: black;
	color: #777;
	position: fixed;
	bottom: 0vh;
	width: 100vw;
	border-top: solid 1px #dddddd;
	font-family: lato;
	font-weight: normal;
	font-style: normal;
}

.menulist {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
}

.menuitem {
	padding: 10px 0px 20px 0px;
	width: 25vw;
	text-align: center;
}

.menulist .fa-solid {font-size:25px; margin-bottom:2px}

.menulink {
	color: #717171;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


.menuitemactive {
	color: white !important;
}

.menudescription {
	font-size: .75em;
	margin-top: 1px
}

.mainpage {
	padding-bottom: 7vh;
}

.center {
	text-align: center;
}

.safetypage {
	font-weight: normal;
	font-style: normal;
	font-size: 0.75em;
	border-radius:10px;
}

.safetyinfo {
	margin:2vw;
}

.safetytitle {

	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;
}

.safetytext {

	font-weight: normal;
	font-style: normal;
}

.safetymore {

	font-weight: normal;
	font-style: normal;
}

.safetyul {
	display: inline-block;
	text-align: left;
}

.safetylink {
	text-decoration: underline;
	color: white;
	color-visited: white;
}

.scrollstop {
	overflow: hidden;
	overflow-Y: hidden;
	/* opacity:0; */
	/* transition:all 0.2s; */
	height:100vh;
	overscroll-behavior: contain;
	/* display:none; */
	position:fixed;
	top:0;
}

.vcenter {
	width: 100vw;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.text-center {
	text-align: center;
}

#fschild {
	/* overflow-x: hidden; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.logout {
	margin-top: 25vh;
	margin-bottom: 15vh
}

.red {
	color: #d1446f;
	text-decoration: none;
}

.rectangle {
	display: none;
	opacity: 0;
	max-width: 100vw;
	position: fixed;
	top: 5%;
	bottom: 5%;
	left: 0;
	height: 80vh;
	z-index: 20;
	transition: 0.3s opacity;
}

.venueimage {
	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;

	
}

.fsvenuetitle {

	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: white;
	margin-bottom: 2.5vw;
	margin-top: 1vw;
}

.fsaddress {
	font-weight: normal;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
}

.fsdot {
	margin-left:2vw;
}


.reportbutton i {
	color: yellow;
	font-size: 3vw
}

.reportbutton {
	background: none;
	border: solid yellow 1px;
	border-radius: 100px;
	padding: 6px 15px;
	margin: 10px auto;
	text-decoration: none;
	width: fit-content
}

a .reportbutton {
	text-decoration: none !important;
	color: yellow;
}


.fstit {

	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	color: white;
	text-align: center;
	color: #93d0f2
}

.fstit i {
	margin-right: 6px;
	color: #93d0f2
}


.fsinfotext {

	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	margin-top: 2vh;
	margin-bottom: 1vh;
	color: white
}

.pagedate {
	width: 100%;
	color: white;
	font-size: 3vw;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	padding: 2vh 2.5vw 1vh 2.5vw;
}

.fsvenueimage {
	width: 100vw;
	-webkit-box-shadow: 0px 0px 81px 9px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: 0px 0px 81px 9px rgba(0, 0, 0, 0.29);
	box-shadow: 0px 0px 81px 9px rgba(0, 0, 0, 0.29);
}

.fsvenuename {
	font-size: 10vw;

	font-weight: normal;
	font-style: normal;
	text-align: center;
}

.venuename {
	text-align: left;
	font-size: 18px;
	line-height: 20px;

	font-weight: normal;
	font-style: normal;
	color: white;
	margin-bottom: 1vw;
	margin-top: 1vw;
	padding-right:2vw;

}

.subtitle {
	color: #201e1e;

	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 17px;
	color: white;
	float:left;
}

.infodesc {

	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 1vh;
	color: color(srgb 1 1 1 / 0.701);
	min-height:4vh;
}

.tap4more {
	transition: max-height 0.2s ease-out;

	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 1vh;
	color: color(srgb 1 1 1 / 0.701);
	padding-left:2vw;
	max-height: 20px;
	overflow:hidden;
}



.closebutton {position:absolute; top:3%; right:3%; z-index:100; color:white}

#errorModal {
	display: none;
	position: absolute;
	z-index: 99;
	width: 100%;
	top: 0px;
}

.behind {
	z-index: -2;
}

.bgimage {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	width: 100%;
}

.modal {
	background-color: rgba(0,0,0,0.4);
	position:absolute;
	top: 0px;
	height: 100vh;
}

.modal-content {
	margin: 20px;
	padding: 20px;
}

.modal-dialog {
	background-color: white;
}

.modal-header {

	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 32pt;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #d1446f;
}

.modal-body {

	font-weight: normal;
	font-style: normal;
	font-size: 16pt;
	text-align: center;
	color: black;
}

.modal-btn {

	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	/* line-height: 8vw; */
	font-size: 8vw;
	text-align: center;
	max-width: 50%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid white;
	background-color:#d1446f;
	color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 1*/0px;
	width: 70%;
	border-radius: 180px;
}

.modal-footer {
	margin-bottom: 20px;
}



.black {
	color: black;
}

.white {
	color: white;
}



input:focus, textarea:focus, select:focus {
	outline: none;
}




.closeevent {
	position: fixed;
	top: 0;
	background-color:rgba(255,255,255,0.2);
	left: 0;
	display: none;
	width: 7vw;
	line-height:9vh;
	height: 9.5vh;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.fa-chevron-left {
	font-size:1.6em!important;
	padding-top:2.6vh;
	padding-left:0.5vw;

}

.closecontainer {
	position: fixed;
	bottom: 5vh;
	width: 100%;
	text-align: center;
	display: none;
}

.btnclose {
	text-align: center;
	font-size: 28pt;
	color: white;
	border: none;
	background-color: none;
	opacity: 0;
	cursor: pointer;
	transition: opacity 0.5s;
}

.no_ul {
	text-decoration: none;
}

h1 {
	text-align: center;

	font-weight: normal;
	font-style: normal;
	color: red;
}

h2 {

	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 5vw;
	text-align: center;
	background: -webkit-linear-gradient(left, pink, yellow);
	background: -o-linear-gradient(right, pink, yellow);
	background: -moz-linear-gradient(right, pink, yellow);
	background: linear-gradient(to right, pink, yellow);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


h3 {

	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 4vw;
	text-align: center;
	text-align: center;
	background: -webkit-linear-gradient(left, pink, lightblue);
	background: -o-linear-gradient(right, pink, lightblue);
	background: -moz-linear-gradient(right, pink, lightblue);
	background: linear-gradient(to right, pink, lightblue);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


td {
	text-align: center;
}

.title {
	text-align: center;
	font-size: 2em;
}


.fullwidth {
	width: 100%;
}

.fullheight {
	height: 100vh;
}

.appear {
	position:absolute;
	transform: translate(100%,0);
	transition: all	.25s ease-in-out;
}

.appearbottom {

position:absolute;
transform: translate(0,100%);
transition: all	.25s ease-in-out;
}

.venuelogo {
	padding-top: 10%;
}

.vlogo {
	text-align: center;
	max-width: 50%;
}


.fullsize {
	display: none;
	height: 100vh;
	top: 0px;
	/*opacity:0; */
}

.textdisappear {
	color: rgba(0, 0, 0, 0);
	transition: all .5s
}

.outer {
	/* min-height:100vh; */
margin-bottom:60px
}



.showthis {
	transition: opacity 1s;
}

.movetotop {
	transition: margin-top 2s;
	margin-top: 0px;
}

#fsdiv {

	transition: all .25s, color 0.2s;
	border-radius: 10px;
}

.fullvh {
	height: 100vh;
}

.newclass {
	background-color: white;
	transition: all .1s;
	/* transition-delay:5s; */
	opacity: 0;
	
	font-size: 0px;
	text-align: center;
	/* animation-delay:5s; */
}

.logoimg {
	max-height: 80px;
	position: fixed;
	top: 10px;
	left: 10px;
}

.sticky-top {
	position: fixed;
	top: 0px;
	left: 0px;
	background: inherit;
	height: 110px;
	width: 100%;
}

.venuerec {
	color: white;
	position: absolute;
	font-size: 1em;
	right: 1vw;
	top: 1vh;
}

.placeimage {
	max-width: 48vw;
	float: left;
	border-radius: 10px;
}

.fsrec {
	color: white;

	font-weight: normal;
	font-style: normal;
	font-size: 2.5vw;
	text-align: center;
	text-transform: uppercase;
}

.fsrec i {
	color: white;

	margin-right: 3px;
}

.fsplaceimage {
	max-width: 40%;
	border-radius: 10px;
}

.placecontainer {	
	position: relative;
	margin: 1vw 1vw	
}

.place_expanded {
	background-color:#fde1ff!important;
	color: black!important;
	border-radius:0!important;
}

.placename {
	position: absolute;
    margin-top: 38vw;
	height:10vw;
    width: 48vw;
    background-color: #d2d7eb;
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	line-height:5vh;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

	font-weight: normal;
	font-style: normal;
    text-align: center;
   /* color: #601965; */
    text-transform: initial;
    font-size: 0.75em;
}

.placesdivider {
/* overflow-x:scroll;	*/
flex-wrap:wrap;
}

.placesdivider::-webkit-scrollbar {
  display: none;
}

.placesdivider {
	height:0;
}

.placeshide {
	display:none;
}

.placesshow {
	height:auto!important;
}

.placesholder {
	width: 49vw;
	scroll-snap-align: start;
	scroll-padding:25vw;
}

::view-transition-group(*) {
	animation-duration: 0.5s;
	overflow: hidden;
}

.placesouter {
	 transition: all ease-in-out 0.25s;
	 width: 99.5vw;
    margin-left: 0.5vw;
	margin-bottom:5vh;
}

.pagedesc{
	font-size: 5vw;

	font-weight: normal;
	font-style: normal;
	margin-left:1vw;
	margin-top:2vh;
	margin-bottom:1vh;
}

.placetype {
	margin-left:1.5vw;

    overflow: hidden;
	line-height:4vh;
}

.placesdivider {

	text-align: left;
	/* margin: 0 0vw 2.5vw 0.5vw; */
	display:flex;
	flex-direction:row;
	font-size: 5vw;

	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	overflow:hidden;
	color: white;
	height:auto;
}

.placesdivider:first-child {
	padding: 1vw 0vw 0vw 0vw;
	margin: 0 2.5vw 2.5vw 2.5vw
}

.placesdivider i {

}


.upcominglist {
	margin-top: 2vh;
	margin-bottom: 2vh;
    border-radius: 10px;
    border-color: white;
    border-width: 2px;
    border-style: solid;
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2vh;
    padding-top: 2vh;
	background-color: rgba(0,0,0,0.2);
}

.upcomingtitle {
 
	font-weight: normal;
	font-style: normal;
    color: white;
    text-align: center;
	text-transform:uppercase;
}

.eventlist {
    text-align: center;
    color: white;
 
	font-weight: normal;
	font-style: normal;
    font-size: 4vw;
	margin-top: 1vh;
}

.eventcomment {
	color: #ccc;
    font-size: smaller;

	font-weight: normal;
	font-style: normal;
}

.meetdesc {
    line-height:5vh;
	margin-top:10px;
	background-color: rgba(0,0,0,0.2);
	padding-bottom:5px;
	border-radius:10px;
	color: white;
	font-size: 5vw;

	font-weight: normal;
	font-style: normal;
	text-align: center;
}

.meetdesc a {
	color:white;
}

.mainsubtitle{
	display:none;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5vw;

	font-weight: normal;
	font-style: normal;
    font-size: 1em;
    line-height: 1.2em;
    text-align: center;
    color: black;
    margin-top: 10vh;
    border-style: solid;
    border-radius: 10px;
    border-width: 0.2em;
    border-color: #9bd8d5;
}



.eventdate{

	background-size: 400% 400%;
	animation: gradient 15s ease infinite;

	font-weight: normal;
	font-style: normal;
	font-weight:700;
    font-size: 5vw;
    border-radius: 10px;
	padding-left:4px;
	padding-right:4px;
}


.eventdatetext {
	padding:2vw;
	padding-left:1vw;
	color:white;
	text-transform: uppercase;
	font-size: 14px;
		font-weight: normal;
	font-style: normal;
	
}
.eventimg{
	width:35vw;
	max-height:35vw;	
	border-radius:10px;
}

.eventmain {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.eventcontainer {
	margin-left: auto;
	margin-right: auto;
	background-color:black;
	margin-bottom: .5vh;
	border-radius: 10px;
	box-sizing: border-box;
	border: 5px;
	color: #FFF;
	background: #000;
	background-clip: padding-box; /* !importanté */
	border: solid 2px transparent; /* !importanté */
	position:relative;
}

 .eventcontainer:before {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -1;
    margin: -2px; /* !importanté */
    border-radius: inherit; /* !importanté */
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 200%;
	animation: gradient 15s ease infinite;
  }


.eventdaytime {
	background-color: color(srgb 1 1 1 / 0.15);
}

.eventdivider {
	text-align: left;
	margin-bottom:1vh;
}

.collapse{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.collapsecontainer{
		background: color(srgb 0 0 0 / 0.146);
		padding:1vh 5vw;
		border-radius:12px;
}

.white {
	color: white!important;
}

.venuecollapse {
	max-height: 0;
	overflow: hidden;
	width: 88vw;
	margin-left: 1vw;

	font-weight: normal;
	font-style: normal;
	background-color: #fde1ff;
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	color: white;
	transition: all 0.2s ease-out;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	text-transform:none;
}

.venuetext {
	color:black;
}

.venuecolltext {
	padding:5vw 10vw 0 10vw;
}

.safespaceimg{
	width:96vw; margin: 2vw 2vw; border-radius:12px;
}



@media only screen and (min-width: 1024px) {
	
	.fftext {
		margin:0 0 1vh 0;
		font-weight:700;
	}
	
	.fflogo {
	position: fixed;
    top: 22px;
    right: 9vw;	
	}
	
	.footermenu {
		max-width:100vw;
	}
	
	.pages {
		width: 100%;
		top:17vh;
	}
	
	.menudescription {
		font-size:1em;
	}
	
	.ffdate1, .ffdate2, .ffdate3 {
		max-width:39vw;
		background: rgba(255,0,255,0.3);
		margin-right:1vw;
		padding: 1vh 0;
	}
	
	#appbody {
				width:80vw;
				margin-left:10vw;	
	}
	
	.appcontent {
					width:50vw;
	}
	
	.titletext {
		color:red;
		margin-top:7vh;
	}
	.safe_space {
		margin-left:auto;
		margin-right:auto;
	}
	
.placesdivider {
	flex-wrap:wrap;
}

  body {
    background-color: black;
	 overflow-y: scroll; /* Show vertical scrollbar */
  overflow-x: scroll; /* Show horizontal scrollbar */
  }
  
  .placeimage {
	  max-height:18vw;
  }

  .headertop {
	  width:80vw;
	  background-color:white;
	 
	  margin-left:20vw;
	  margin-right:20vw;
	  max-height:10vh;
  }
  .headerdate {
	  width: 80vw;
	  margin-left:10vw;
        margin-right: 10vw;
        text-align: right;
  }
  
  .headernew {
	  width:80vw;
	  margin-bottom:0;
	  padding: 2vw 1vw 2vw 1vw;
  }
  
  
  .appcontent {
    width: 80vw;
  }

  .applogo {
	  width:80px;
	  height: 80px;
	  padding: 10px;
  }
  .titletext {
	font-size: 36px;
    margin-top: 20px;
  }

  .pagedesc{
	  font-size:2vw;

  }
  .eventdatetext{
	
	  font-size:1vw;
	  padding:.5vw;
  }
  .eventcontainer {
	  padding: 0.5vw;
  }
   .eventdate{
	  font-size:1vw;
	  line-height:1.2vw;
	  padding:.3vw;
  }
   .venuename{
	  font-size:1vw;
	  line-height:1vw;
	  margin-bottom:0.5vw;
	  margin-top:0.5vw;
  }
   .subtitle{
	  font-size:1vw;
	  line-height:1.2vw;
  }
   .infodesc{
	  font-size:2vh;
	  line-height:2.5vh;
  }
  .eventimg{
	  width:20vh;
	  height:20vh;
  }
  .placesdivider {
	  margin:0;
	  
  }
  .addinterest{
	  right:40px;
  }
  
  .int_text {
	  padding-right:10px;
  }
  
  .fsaddress {
	  font-size:1vw;
	  line-height:1.2vw;
  }
  
  .mapbutton i{
	  font-size:2vw;
  }
  .placesholder {
	  width:20vw;
	  scroll-padding:0;
	  margin-bottom:50px;
  }
  .placename {
	  margin-top:17.9vw;
	  font-size:0.3em;
	  width:18vw;
	max-height:5vh;
   }
 
 .venuerec {
	font-size:2vw;
	left: 105px;
	top: 5px;
}
.fsvenueimage {
	width: 30vw;
}
.venuecolltext {
	padding: 0px 40px;
}
.outer {
	width:auto!important;
}
.leedspridelogo img{
	width:33%;
}

video {
	width:6vw;
	
}

#fullscreencard {
	margin-left:25vw;
	margin-right:25vw;
}

.venuemodal {
	width:50vw;
margin-left:auto;
margin-right:auto;
  }
  
  .fstit {
	  font-size:1vw;
  }
  .mainsubtitle {
	  width:60vw;
	  margin-left:20vw;
	  margin-right:20vw;
	  font-size:1vw;
	  padding:0;
	line-height:2vw;
  }
  .placesouter {
	  width:80vw;
  }
  .call-101 {
	  background-size:10vw;
  }
  
  .placetype {
	  font-size:2vw;
  }

  .placecontainer {
	  margin:1.5vw;
	  margin-bottom:7vh;
	  
  }
  .safespaceimg {
	  width:50vw!important;
  }
  
  .venuecollapse {
	  width:55vw;
	  margin-left:0vw;
  }
  
  .cta {
	  width:20vw;
	  font-size:1.5vw;
	  padding:0.5vw;
  }
  .stleft {
	  margin-right:10px;
  }
  .nextlff {
	  font-size:1.75em;
	  width:80vw;
	  line-height:3vw;
  }
  .appcontent {
	  transition: all 0.2s;
  }
  .socialbutton {
	  width: auto;
  }

.page1 {
	position: relative;
}

.page2 {
	transform:translateX(0);
	display:block;
	position:relative;
}

.page3 {
	transform:translateX(0);
	display:block;
	position:relative;
}

.footermenu {
	display:none;
}

.ffdate1 {
max-width:15vw;
height:auto;
 &:before {
	 background:none;
 }
	
}

.ffdate2 {
max-width:15vw;	
height:auto;
 &:before {
	 background:none;
 }
}
.ffdate3 {
max-width:15vw;	
height:auto;

 &:before {
	 background:none;
 }
 
 }

.ffdates {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.appcontent {
	padding-bottom:0;
	font-size:20px;
}

.placetype {
	width:80vw;
	margin:0;
	padding:1vh 1vw 1vh 1vw;
	margin-top:2vh;
	margin-bottom:2vh;
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
	font-size:23px;
	text-transform:uppercase;
}

.placesouter {
	width: 90vw;
	margin:0;	
}


.placesholder {
	display:none;
}

.venuemodal {
	display: flex;
	position:relative!important;
	width:82vw;
	height: 19vh;
	margin-bottom:1vh;
	background:none;
	background-color: rgba(255,0,255,0.3);
}

.venuecolltext {
	padding: 0px 10px;
        width: 55vw;
        position: absolute;
        top: 0;
        left: 15vw;
		text-transform:none;
}

.fsvenuetitle {
	text-align: left;
	text-transform:none;
	margin-bottom:1vh;
	font-size:23px;
}

.venuesociallinks {
	font-size: 0.5em;
	justify-content: unset;
	margin: 0 0 2vh 0;
	position: absolute;
	top: 19vh;
}

.slink {
	margin:0 1vw 0 0;
}

.fsinfotext {
	font-size:20px;
	margin:0;
}

.closebutton {
	display:none;
}
.venueimage {
	align-items:unset;
	width:18vw;
}
.fsvenueimage {
	margin-top:1vw;
	margin-left:1vw;
	width:12vw;
	left:0;
}
.mapbutton {
	display:block;
	position:absolute;
	width:82vw;
	top:19vh;
}

.ffinfotext {
	font-size:20px;
	padding:1vw 1vw;
}
.ffinfo {
	margin:2vh 0 0 0;
	width:82vw;
}

.ffinfohead {
	padding: 1vh 0 1vh 1vw;
	text-transform:uppercase;
	font-size:23px;
}
}
