body {
	background-color: black;
	color: #888888;
	font-size: 12pt;
}

h1 {
    font-weight: bold;
	font-size: 18pt;
	/*color: #cccccc;*/
	color: #eeaa00;
}

h2 {
	font-size: 15pt;
    /*text-decoration: underline;*/
	/*color: #cccccc;*/
	color: #eeaa00;
}

h3 {
	font-size: 12pt;
	font-style: italic;
	/*color: #cccccc;*/
	color: #eeaa00;
}

marquee {
	/* https://codepen.io/Jofiman/pen/JoGXMv */
	-webkit-animation:  caption 50s linear 0s infinite;
	-webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .5), 0px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .5), 0px 1px 0px rgba(250, 250, 250, .2);
	-webkit-transition: background-color 350ms;
	-moz-transition: background-color 350ms;
	transition: background-color 350ms;
	overflow: hidden;
	overflow-x:-webkit-marquee;
	-webkit-marquee-direction: right;
	-webkit-marquee-style: scroll;
	-webkit-marquee-speed: normal;
	-webkit-marquee-increment: small;
	-webkit-marquee-repetition: 5;
	overflow-x: marquee-line;
	marquee-direction: forward;
	marquee-style: loop;
	marquee-speed: slow;
	marquee-play-count: 5;
}

/* BARRE DE NAVIGATION */
.navbar {
	border-bottom: thin solid #cccccc;
	font-size: 12pt;
	z-index: 9999;
}

.navbar-right {
	padding-right: 30px;
}

.dropdown-menu {
	
}

#66logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

.logo { /* not working */
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;

}

.afternavbar {
	margin-top:40px;
}

 /* PIED DE PAGE */
.footer {
	border-top: thin solid #cccccc;
    clear: both;
    bottom: 0;
    width: 100%;
    height: 30px;
    padding: 3px;
    text-align: center;
	font-size: 10pt;
    background-color: #222222;
    color: #888888;
}

/* ALTERNANCE DE COULEUR ENTRE LES ROW D'UNE TABLE */
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #222222;
}

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
	background-color: #111111;
}

/* BARRE DE NAVIGATION DES MOIS DANS L'AGENDA */
.monthnavcont {
	position: -webkit-sticky;
	position: sticky;
	padding: 10px;
	top: 51px;
	background-color: #222222;
	z-index: 9990;
}

.monthnav {
	font-weight: bold;
	font-size:15pt;
	color: #cccccc;
}
	
.monthselector {
	background-color: #222222;
	text-align: right;
	font-size:15pt;
	border:0;
}

.calendaricon {
    vertical-align: bottom;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 8px;
    cursor: pointer;
}

.calendaricon:active {
    opacity: .5;
}

.yearselector {
	background-color: #222222;
	font-size:15pt;
	border:0;
}

.gobutton {
	background-color: #222222;
}

/* ELEMENTS DE LA TABLE AGENDA */
.eventthead {
	color: #cccccc;
	font-size: 12pt;
}

.eventcoldate {
	width: 70px;
	color: #dddddd;
	text-align: center;
}

.eventcolstyle {
	width: 100px;
}

.eventstylestyle {
	font-style: italic;
	/*color: #337ab7;*/
	color: #dddddd;
}

.eventcolprice {
	width: 50px;
	color: #dddddd;
}

.eventcoltickets {
	width: 70px;
}

.major {
	/*color: #dddddd;*/
	color: #eeaa00;
}

.standard {
	/*color: #dddddd;*/
	color: #eeaa00;
}

.eventname {
	font-size: 15pt;
	font-weight: bold;
/*	color: #eeaa00;*/
}

.new {
	color: red;
	font-size: 13pt;
}

.descr1 {
	margin-left: 20px;
	font-size: 12pt;
	color: #dddddd;
}

.descr2 {
	margin-left: 20px;
	font-size: 12pt;
	font-weight: bold;
	color: #dddddd;
}

.postponed {
	margin-left: 20px;
	/*background-color: #ee6600;
	color: white;*/
	font-weight: bold;
	color: #ee6600;
}

.canceled {
	margin-left: 20px;
	/*background-color: #660000;
	color: white;*/
	font-weight: bold;
	color: #cc0000;
}

.soldout {
	margin-left: 20px;
	font-weight: bold;
	color: red;
}

.presale {
	margin-left: 20px;
	font-size: 11pt;
	font-weight: bold;
	color: #eeaa00;
}

.presale_m {
	margin-left: 20px;
	font-size: 12pt;
	/*font-weight: bold;*/
	color: red;
}

/* BANNIERE EN BAS DE L'AGENDA */
.agendabottom {
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
	color: #dddddd;
}

/* LETTRES DU HALL OF FAME */
.fameletter {
	font-size: 16pt;
	color: #eeaa00;
}

/* PARAMETRES DES ECRANS RESPONSIVE */
/* FOR SCREEN LARGER than */
@media (min-width: 800px) {
	.agendatable {
	width: 100%;
	}
	
	.eventcoldesc {
	}
	
	.monthnav {
		width: 100%;
	}
}

/* FOR SCREEN SMALLER than */
@media (max-width: 800px) {
	.agendatable {
	width: 720px;
	}
	
	.eventcoldesc {
	width: 430px;
	}
	
	.monthnav {
		width: 730px;
	}
	
	.monthnavcont {
		width: 750px;
	}
}

/* FOR SCREEN SMALLER than */
@media (max-width: 950px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.collapse.in{
		display:block !important;
	}
	
	body {
		font-size: 10pt;
	}
	
	h1 {
		font-size: 14pt;
	}
	
	h2 {
		font-size: 12pt;
	}
	
	h3 {
		font-size: 10pt;
	}
	
	.navbar {
		font-size: 10pt;
	}
	
	.footer {
		font-size: 8pt;
		height: 25px;
	}
	
	.monthnav {
		font-size: 12pt;
	}
	
	.monthselector, .yearselector {
		font-size: 12pt;
	}
	
	.eventname {
		font-size: 12pt;
	}
	
	.descr1, .descr2 {
		font-size: 10pt;
	}
	
	.soldout, .canceled, .presale {
		font-size: 10pt;
	}
	
	.agendabottom {
		font-size: 11pt;
	}
	
	.fameletter {
		font-size: 13pt;
	}
}

/* GOOGLE MAP DANS LA PAGE CONTACT */
.iframe-map-container{
    position: relative;
    width: 100%;
    padding-bottom: 75%;
}
.iframe-map-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 300;
    width: 400;
}

/* PARAMETRES DES TABLES POINTS DE VENTE */

.POStable {

}

.covid {
	font-weight: bold;
	color: red;
}

.covidmarquee {
	margin-left: 20px;
	background-color: #0000cc;
	color: white;
}

.comment {
	font-size: 10pt;
	font-style: italic;
}
