/* :MAIN VARIABLES */

:root {
	
	--ArtIndexColor : #f4a3b7;
	
	/* 
	6.#d51b8a
	5 #48b749
	4 #1dbcc2
	3
	2
	1
	*/
	
	}
	
/* 	
	
	SECTIONS 
	HERE
	
	CSS
	TYPOGRAPHY
	LISTS
	CONTAINER {aw fuck}
	MENU
	HEADER
	MAP
	MAP LIST
	VE-MENU 
	EVENTS-ALL
	
	+ RESPONSIVE      


*/

/* 
/////////////////////
//// CSS ///////////
///////////////////
*/

html, body {
  overflow-x: hidden;
}

/* ROOT FONT STYLES */

* {
  
  line-height: 1.5;
}

/* 
/////////////////////
//// TYPOGRAPHY ////
///////////////////
*/

h5 {
	font-weight:300;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color:#CCC;
}
h6 {
	font-weight:300;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color:#CCC;
  padding:60px 5px;
 
}
h7 {
	font-weight:400;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:0.85em;
  color:#000;

}
h8 {
	font-weight:300;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color:#000;
  
}
h9 {
	font-weight:300;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color:var(--ArtIndexColor);
 
}
h10 {
	font-weight:300;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color: #000;
  
}
h11 {
	font-weight:300;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1.5em;
  color: var(--ArtIndexColor);
  padding:30px 5px;
  
}

h12 {
	font-weight:400;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color:#000;
  

}
h13 {
	font-weight:300;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:0.85em;
  color:#000;
  

}

h14 {
	font-weight:300;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1.5em;
  color: var(--ArtIndexColor);
  
}

h15 {
	font-weight:300;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color: #f4a3b7;
  
}
h16 {
	font-weight:500;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color: #000;
  
}

h17 {
	font-weight:300;
	font-style:italic;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color: #000;
  
}
h18 {
	font-weight:400;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color:#000;

}
h19 {
	font-weight:400;
	font-style:italic;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color: #000;
  
}
h20 {
	font-weight:300;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color: var(--ArtIndexColor);
  padding:30px 5px;
  
}
h21 {
	font-weight:300;
	font-style:italic;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color: #000;
  
}
h22 {
	font-weight:500;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:3em;
  color: var(--ArtIndexColor);
  padding:30px 5px;
  
}
h23 {
	font-weight:400;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1.5em;
  color: #000;
  padding:30px 5px;
  
}
h24 {
	font-weight:400;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color:#000;
  
}

/* 
/////////////////////
//// LISTS /////////
///////////////////
*/

ul {
  margin: 0;
  padding: 0;
}

/* 
/////////////////////
//// CONTAINER /////
///////////////////

AW FUCK 

*/


}

/* 
/////////////////////
//// MENU //////////
///////////////////
*/

.menu-btn {     
  height:157px;
  /* margin-bottom: 30px;  */
  background: #000;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  border: 0px;
}
.menu-btn:hover {
  opacity: 0.6;
}

.menu-img {
	padding-top: 0px;
	  margin: 0px;
}



/* 
/////////////////////
//// HEADER ////////
///////////////////
*/

.site-header {
  position: fixed;
  background: #000;
  color: #FFF;
  width: 100%;
  padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 1px;
    padding-right: 1px;
  text-align: center;
  z-index: 9998;
}

/* 
/////////////////////
//// MAP ///////////
///////////////////
*/


* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

svg:not(:root) {
    overflow: hidden
}

label {
    cursor: pointer
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal
}



#map_canvas_wrap {
	display: block;
	height: 350px; 
     /* left: 50%; */
    width: 100%;
    position: relative;
    z-index: 1;
   /* margin: 0 0 40px -50vw*/
}

@media only screen and (max-width: 767px) {
    #map_canvas_wrap {
        padding-bottom: 100%
    }
}

#map_canvas {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

#map_canvas .gm-style .gm-style-iw {
    padding: 10px 10px 10px 15px;
    max-width: 240px !important
}

#map_canvas .gm-style .gm-style-iw h4+div {
    font-family: "GT Super Text", "Source Serif Pro", georgia, times, serif;
    font-size: 14px
}

#MapIndex a {
 color:  #000 !important;
}

#MapIndex a:hover {
 color:  var(--ArtIndexColor) !important;
}


.MapIndexList {
	list-style-type: none;
	}

.MapIndexCategory {
	/* line-height:38px; */
	}


/* 
/////////////////////
//// MAP LIST //////
///////////////////
*/

.UnderMap {
	margin-top: -20px !important;
}

/* 
/////////////////////
//// VE-MENU ///////
///////////////////
*/
   
.fix { 
    margin-top: -15px;
    margin-left: -10px;
    margin-bottom: 50px; 
    
    padding-top: 9px;
    padding-left: 9px;
    
    display: block;
    width: 100%;
    background-color: black;
    height: 100px;
    position: fixed;
    
    }
    
.ve-menuValign {
    margin-top: 30px;
}	  
      
.ImgMenu {
    width: 325px;
    float: right;
    cursor: hand;
    background-color: var(--ArtIndexColor) !important;

}

/* 
/////////////////////
//// EVENTS-ALL ////
///////////////////
*/
   

#Events-all-menu {
	display: block;
	background-color: var(--ArtIndexColor);
	color: white;
	padding: 10px;
	margin-top: 90px;
	margin-bottom: 20px;
	text-align: center;
	cursor: hand;
	
}

#Events-all-menu > span {
	margin-left:10px;
	margin-right:10px;
	cursor: pointer;
}

#Events-MonthBalise {
	color: #fff;
	height: 30px;
	visibility: hidden;
	cursor: hand;
	}
	
.cursor.hand {
	cursor: hand;
	}
	
/*
//////////////////////
/////CORONA//////////
////////////////////
*/

#Events-all-corona {
	display: block;
	background-color: #f08a90;
	color: white;
	padding: 10px;
	margin-top: -20px;
	margin-bottom: 50px;
	text-align: center;
	cursor: hand;
	
}

#Events-all-corona > span {
	margin-left:10px;
	margin-right:10px;
	cursor: pointer;
}
/*
//////////////////////
/////YOUTUBE EMBAD//////////
////////////////////
*/
.youtube.Zindex {
	z-index: 900;
	}
	


/* 
/////////////////////
//// RESPONSIVE ////
///////////////////
*/

@media only screen and (min-width: 810px)  and ( orientation : landscape){ /* 960px */
.menu-img {
	padding-top: 15px;
	 margin: 0px;
}
}

/*  ///////////////////////////////////////
////////////////////////////////////
////////////////////////////
//////////////////////////////
////////////////////////

/////////
CHANGING THE ART INDEX LOGO POSITION IN THE MANU

	
	! -------->  ve-menu.js line 230 :     if (screenWidth <= 791) 
	
	
	////////////////////////////////
	//////////////////////
	//////////////
	//////////

*/

@media only screen and (max-width: 810px) { /* 960px */

.ImgMenu {
    width: 180px;
    float: left;
    cursor: hand;
     margin-top: -4px;
    margin-left: 9px;
}

.fix { 
    height: 60px;
    }
    
.ve-menuValign {
    margin-top: 9px;
}	

#Events-all-menu {
	margin-top: 50px;
	margin-bottom: 20px;
	
}


}

@media only screen and (max-width: 960px) and (min-width: 811px){ /* 960px */

.ImgMenu {
	margin-top: -4px;
    width: 180px;
    float: right;
    cursor: hand;
}
    .fix { 
    height: 60px;
    }
    
.ve-menuValign {
    margin-top: 3px;
   
}

#Events-all-menu {
	margin-top: 50px;
	margin-bottom: 20px;
	
}

}

