@charset "utf-8";
/* CSS Document */



#concerts {
	width:500px;
	margin:3px 0 0;
	padding:0;
}

#concerts ul {
    margin: 12px 0!important;
}

#pageconcerts {
    margin: -15px 0 0;
    padding: 0;
    text-align: left;
	float: left;
	margin-left: 4%;
    width: 42.5%;
}


#pageconcerts ul {
    padding: 0;
}


#googlemap {
	float:right;
	width:45%;
	height:500px;
	margin:20px 5% 0 0!important;	
	border:1px solid black;
    border-radius: 15px;
    overflow: hidden;
    transform: rotate(-2deg);
}

#googlemap a{
	color:#03F;
}

#concerts a {
	text-decoration:underline;
}

a {
	text-decoration:underline;
}

.concertsJours li li{
   margin: 5px 0;
    padding: 5px 10px!important;
    width: 100%;
}



.Style2 {
	color: #FFFFFF;
	
	font-weight: bold;
}
.Style3 {
	
	font-weight: bold;
	color: #000000;
}
.table1 td{
    padding-bottom: 8px;
    padding-top: 9px;
    vertical-align: top;
}

.table1 a{
	text-decoration : none;
}

.noborder{
	border : none!important;
}

.table1 tr{
	padding : 5px 0 0 0;
}

.table1 tr td:first-child{
	text-align : center;
}

.listeConcerts tr td.jour{
	width: 40px;
    min-width: 40px;
    max-width: 40px;
    padding: 8px 0 9px 0;
    border-top: 1px dashed var(--color-lien);
    color: var(--color-lien);
    text-shadow: 2px 2px 0px #000000;
}

.listeConcerts tr td.mois{
	border-top : none;
    padding-top: 28px;
}

.listeConcerts .jour{
    color: #368dc5;
}
   

.table1 {
    color: white;
    font-weight: bold;
    margin-left: 5%;
    width: 65%;
	margin-top: -10px;
    font-size: 18px;
}

.lesAnnees{
	float: right;
    width: 25%;
    margin-right: 2.5%;
    margin-bottom: -115px;
}

.clear{
	clear : both;
}

#expliqHisto{
	margin-left: 3.6%;
    width: calc(65% - 15px);
    margin-right: 0;
    float: left;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
	margin-bottom : 20px;
}

#expliqHisto span{
	color : #378aef;
	font-weight: bold;
}

.select_order{
    background-color: #378aef;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px;
    position: relative;
    padding: 6px 9px;
    text-align: center;
    border-radius: 10px;
}

.select_order span.order{
	cursor : pointer;
	color : black; 
    opacity: 0.5;
}

.select_order span.order.active{
	color : #fff;
    opacity: 1;
}

.lesAnnees.fixed {
	float: right;
    height: 400px;
    margin: auto;
    position: fixed;
    right: 0;
    top: 100px;
    width: 25%;
    margin-right: 2.5%;
    min-height: calc(100% - 90px);
    overflow: hidden;
}

.lesAnnees p{
    background-color: #378aef;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
	position:relative;
    padding: 6px 0;
    text-align: center;
	border-radius : 100px 100px 100px 100px;
}


.lesAnnees p span{
	color: white;
    position: relative;
    width: 50px;
    text-align: left;
    display: inline-block;
}

.lesAnnees p span:after{
	background: url(../images/fleche-menu.svg) no-repeat;
    width: 12px;
    height: 7px;
    background-size: 10px;
    border: none;
    background-position: center center;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 9px;
}

#search{
	width: calc(100% - 44px);
    border-radius: 8px;
    height: 20px;
    padding: 5px 35px 5px 5px;
    font-family: 'Neucha';
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #368dc5;
    margin-bottom: 20px;
    background: url(../images/search.png) white no-repeat calc(100% - 5px) center;
    background-size: 26px;
}

#search::placeholder {
    font-weight: normal;
    color: #368dc5;
	font-weight : bold;
  text-overflow: ellipsis;
}

#search:placeholder-shown {
  text-overflow: ellipsis;
}

#yearHisto{
    font-size: 20px;
    background: transparent;
    border-radius: 20px;
    padding: 3px 22px 3px 11px;
    font-weight: bold;
    font-family: Neucha;
    border: none!important;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    white-space: pre-wrap;
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	opacity : 0;
	cursor : pointer;
}

#yearHisto2{
    font-size: 20px;
    background: transparent;
    border-radius: 20px;
    padding: 3px 22px 3px 11px;
    font-weight: bold;
    font-family: Neucha;
    border: none!important;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    white-space: pre-wrap;
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	opacity : 0;
	cursor : pointer;
	display : none;
}

.lesAnnees p:after {
content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    display: block;
    width: 0;
    right: calc(50% + -152px);
    height: 0;
    border-color: transparent;
    border-top-color: transparent;
    border-width: 6px;
    border-style: solid;
    pointer-events: none;
}

/*
.lesAnnees .aYear:nth-child(3n+1){
	text-align : right;
}
.lesAnnees .aYear:nth-child(3n+2){
	text-align : left;
}
*/
/*
.lesAnnees .aYear:nth-child(3n+2){
	position : relative;
	top : 20px;
}

.lesAnnees .aYear:nth-child(3n+3){
	position : relative;
	top : 40px;
}

.lesAnnees .aYear:nth-child(6n+4){
	float : right;
}
.lesAnnees .aYear:nth-child(6n+5){
	float : right;
}
.lesAnnees .aYear:nth-child(6n+6){
	float : right;
}*/


.annee1 span{	    
	background-color: var(--title-color);
    left: -2.1%;
    position: relative;
    width: 100%;
    text-align: left !important;
    border: none !important;
    color: black;
    font-size: 50px;
    height: 46px;
    border-radius: 15px;
    overflow: hidden;
    font-weight: bold;
    padding: 0px 0 0px 2.1% !important;
    transform: rotate(-1deg);
    font-family: "TT Trailers Trial";
    filter: drop-shadow(3px 4px 0px black);
    text-shadow: 2px 2px var(--color-lien);
    display: inline-table;
    margin-top: 40px;
}
.table1 tr td:nth-child(3){
	text-align : right!important;   
	width: 70px;
    min-width: 70px;
    max-width: 70px;
    border-top: 1px dashed var(--color-lien);
	padding-top : 8px;
}


.table1 tr td:nth-child(3) img{
    filter: hue-rotate(100deg);
}

.table1 tr td:nth-child(4){
	width: 50px;
    min-width: 50px;
    max-width: 50px;
    border-top: none;
}

.table1 tr td:nth-child(2) {
    width : 100%;
    border-top: 1px dashed var(--color-lien);
}

.table1 sup{
    display: inline-block;
    margin-top: -5px;
}

.avec {	
    color: #b3f0ff;
    display: block;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0.3px;
    text-shadow: 2px 1px 4px #000000;
}
.evennement {	
	font-size: 16px;
    font-weight: bold;
    color: var(--title-color);
    text-shadow: 2px 2px 3px #000000;
}

.infoLieu{
    text-shadow: 1px 1px 4px #000000;
}

#lienHistorique {
	width:300px;
	margin:	30px auto;
	text-align:center;
	line-height:2em;
}

#lienHistorique a{
	color:#FFF;
	font-weight:bold;
	font-size:1.1em;
}

.lienResa a:hover{
	text-decoration:none;
}

   .concertsJours .subMenu { 
      margin: 0; 
      padding: 0; 
     } 

	  .unConcert.selected {
    background: var(--title-color);
    text-shadow: 3px 2px 2px black;
}
   
	  .concertsJours ul.subMenu a { 
        border-bottom: dashed 1px;
        margin: 5px 20px 0 0px;
        display: inline-block;
        text-decoration: none;
        text-shadow: 3px 2px 3px black;
        }
	 
	.concertsJours ul.subMenu a:hover{
		    border-bottom: solid 1px;
    text-shadow: 1px 1px 2px var(--title-color);
	}

	a.menu {
		color:#fff;
		text-decoration:none;
		font-weight:normal;
	}
	
	.subMenu {
		background-color:#f0f0f08f;
		padding:0;
		width: calc(100% + 77px);
		position : relative;
		padding: 10px 15px;
		border-radius: 10px;
		font-family: Oswald;
        color: black;
        text-shadow: none;
		font-size: 17px;
		display: none;
		padding-bottom : 10px!important;
		padding-bottom: 1px !important;
		margin-bottom: 5px !important;
	}

	.unConcert.selected .subMenu{
		display: block;
	}
	
	.subMenu li{
		margin-top:20px;
    	padding: 10px 0px 10px 0!important;
	}
			
	.subMenuText1 {
		font-weight:bold;
        font-size: 21px;
        font-family: "TT Trailers Trial";
	}
	
	.subMenuText2 {
		font-weight: 400;
	}


.jour span {	
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
}

.mois {	
    text-align: left !important;
    font-size: 45px;
    font-weight: bold;
    color: var(--color-lien);
    font-family: 'TT Trailers Trial';
    padding-top: 15px !important;
    font-style: italic;
    padding-bottom: 0 !important;
    text-shadow: 1px 1px 0px #000000;
    filter: drop-shadow(2px 1px 0px var(--title-color));
}

.ville {	
	text-transform: uppercase;
}

.concertsMois ul {
	padding:0;				/* supprime l'indentation de la liste */
	margin:0;
	padding-top:5px;
}


.concertsMois li{
	list-style-type:none;
    margin-left: 0;
	text-align:left;
    margin-top: 15px;
}

#pageconcerts .leMois{
    display: block;
}

.concertsJour ul {
	padding:0;				/* supprime l'indentation de la liste */
	margin:0;
	margin-top:10px;
	background:none;
}

.concertsJours li{
	list-style-type:none;
	margin:0;
	text-align:left;
    padding: 7px 91px 4px 15px;
}

.upTR{
	display : none!important;
}

.concertsMois li .concertsJours{
	margin : 5px 0;
	color: #fff;
}




.comment {	
	font-size: 14px;
    font-weight: normal;
    color: var(--title-color);
    opacity: 1;
    font-style: italic;
    text-shadow: 0 0 4px BLACK;
}

.options_recherche{
	display : none;
}


.nb_results{
	display : none;
}

.in_search
.nb_results{
	display: block;
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: -15px;
    padding-left: 7px;
    font-style: italic;
}

.lesAnnees.in_search p{
	display : none;
}

 .subMenu .flyer{
position: initial;
    float: right;
    max-width: 140px;
    width: 100%;
    height: auto;
    margin-right: 0px;
    padding-left: 10px;
    background: none;
    margin-top: 0;
    border-bottom: none !important;
}

 .subMenu .flyer img{
	 width : 100%;
 }

@media all and (max-width: 1200px) {
	.lesAnnees {
		margin-bottom: 0;
		height : 0!important;
		overflow : hidden!important;
		float: none;
        width: 100%;
        position: static !important;
	}
	
	.lesAnnees.active{
		height: auto !important;
        padding: 13px 0 0 0;
        border-radius: 15px;
        width: 98%;
        margin: auto;
	}
	
	.options_recherche{
        display: block;
        float: right;
        padding: 2px 27px 4px 10px;
        background: var(--color-lien);
        border-radius: 10px;
        margin: 0px 5% 0px 0;
        font-size: 12px;
        cursor: pointer;
        position: relative;
        color: var(--background-color);
        font-weight: bold;
	}
	
	.options_recherche:after{
		content: "+";
		position: absolute;
		right: 7px;
		font-weight: bold;
		font-size: 24px;
		top: -7px;
	}
	
	.options_recherche.active:after{
		content: "-";
		position: absolute;
		right: 7px;
		font-weight: bold;
		font-size: 24px;
		top: -9px;
	}
	
	#search {
		width: calc(88% - 30px);
		margin: 0 auto 10px auto;
		display: block;
	}
	
	.table1 tr td:nth-child(4) {
		width: 0;
		min-width: 0;
		max-width: 0;
		border-top: none;
	}
	
	.select_order{
		width: calc(88%);
		margin: 0 auto 10px auto;
		display: block;
		background-color: #fff;
	}
	.select_order span.order.active {
		color: #378aef;
		opacity: 1;
	}
	.lesAnnees p {
		background-color: #fff;
		font-size: 16px!important;
		margin: 0 auto 13px!important;
	}
	
	.lesAnnees p span {
		color: #378aef;
	}
	
	.lesAnnees p span:after {
		background: url(../images/fleche-menu2.svg) no-repeat;
		width: 12px;
		height: 7px;
		background-size: 10px;
		border: none;
		background-position: center center;
		content: "";
		display: inline-block;
		position: absolute;
		right: 0;
		top: 9px;
	}
	
	
.in_search .nb_results {
	width: calc(88%);
    font-style: italic;
    margin: -7px auto 15px auto;
    font-size: 14px;
    padding-left: 0px;
}


	#pageconcerts, #googlemap{
    	float: none;
		width: 90%;
		margin-left : auto!important;
		margin-right : auto!important;
		margin-top: 40px;
	}

	#googlemap{
		margin-top: 70px!important;
	}

	.concertsJours li.toggleSubMenu{
        width: inherit;
	}

	.subMenuText1 {
    font-size: 20px;
    }
    .subMenu{
        font-size: 15px;
    }

	#expliqHisto{
    margin-left: 3.6%;
    width: 93%;
    margin-right: 0;
    text-align: center;
    float: none;
    margin-bottom: 20px;
}
	.lesAnnees p {
		font-size: 16px;
	}
	
	.lesAnnees p span {
		width: 45px;
	}
	
	#search{
		font-size: 14px;
	}
	

.lesAnnees {
    float: none;
    width: 100%;
    position : static!important;
}

.lesAnnees.fixed {
    float: right;
    height: auto;
    margin: auto;
    position: static!important;
    right: 0;
    top: 70px;
    width: 100%;
}

.lesAnnees p {
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 20px;
    padding: 3px 0;
    text-align: center;
    width: 91%;
}

.lesAnnees .aYear {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-radius: 6px;
    display: inline-block;
    font-size: 14px;
    margin: 10px 1% 0;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    width: 12.2%;
}

.table1 {
    margin-left: 2.5%;
    width: 95%;
}

.annee1 span{
    text-align: center !important;
        left: 0;
}

    #remerciements {
        width: 100% !important;
        margin-top: 50px;
        margin-left: 0;
    }

.ville{
	margin-left : 15px;
}

.salle{
        margin-left: 58px;
        display: block;
	}
	
	.unConcert .billeterie {
        margin-top: -24px;
    }

}


@media all and (max-width: 500px) {
	.salle, .jour{
		display : block;
	}
	
	.jour{
        font-size: 35px;
	}
	
	
    .subMenu{
		width: 100%;
    }
	
		
	.concertsJours li {
        padding: 7px 10px 4px 10px;
	}
	
	.unConcert .billeterie {
        margin-top: -59px;
	}
	
	.ville{
		margin-left : 0;
	}
	
	.salle{
		margin-left : 0;
	}
	
}