/* Style spécial pour les sous-pages */

header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 65px;
	background-color: #fff;
	color: #111;
}

div.img-titre {
	height: 150px;
	display: flex;
	align-items: flex-start;
}

div.titre {
	height: 150px;
	display: flex;
	flex-flow: wrap;
	flex-direction: column;
	align-content: space-around;
}

div.titre * {
	margin: auto 0;
}

div.titre h2 {
	font-weight: 400;
}

div.titre h2 span {
	letter-spacing: 7px;
}

header img {
	width: 150px;
	height: 150px;
	margin-right: 20px;
}

#menu {
	width: 140px;
	height: 140px;
	background-color: #5551FF;
	color: #fff;
	position:fixed;
	text-align: center;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
}

#menu ion-icon {
	color: #fff;
	font-size: 140px;
}
#menu ion-icon:hover {
	color: #fff;
	transform: scale(1.1);
}

nav {
	color: #fff;
	width: auto;
	height: 100vh;
	background-color: #5551FF;
	position: fixed;
	top: 0;
	right: 0;
	padding: 30px 15% 30px 30px;
	z-index: 3;
	overflow-y: scroll;
	transition: all .2s ease-in-out;
}

#fermer {
	color: #fff;
	text-decoration: none;
	font-size: 52px;
	position: absolute;
	right: 20px;
	cursor: pointer;
}

#fermer:hover {
	color: #fff;
}

nav ul {
	margin-top: 65px;
}

nav ul li a h2 {margin-bottom: 0; margin-top: 30px; line-height: 1.2;}
nav ul li a h5 {margin: 0px; line-height: 1.2}

nav ul li a {
	color: #fff;
	position: relative;
	text-decoration: none;
	display: block;
	padding-bottom: 3px;
	transform: translateX(0px);
	transition: transform .2s ease-in-out;
}

nav ul li a:hover{
	transform: translateX(20px);
}

nav ul li a::before {
	content: '–'
	position: absolute;
	top: 0;
	left: 0;
}

#toggleLang, #toggleLang a {
	color: #fff;
	font-weight: 600;
}

#toggleLang a:hover {
	color: #111;
	text-decoration: underline;
}

#monProgramme {
	background-color: #111;
	color: #fff;
	position:fixed;
	top: 140px;
	right: 0;
	width: auto;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	padding: 7px;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

#monProgramme h6 {
	margin: 0 5px 0 7px;
}

#monProgrammeOuvert {
	max-width: 670px;
	width: 60%;
	height: 100vh;
	background-color: #111;
	position: fixed;
	top: 0;
	right: 0;
	padding: 30px;
	z-index: 2;
	overflow-y: scroll;
	transition: all .2s ease-in-out;
}

#monProgrammeOuvert * {
		color: #fff;
}

#monProgrammeOuvert h6 {
	cursor: pointer;
}

.bottomLinks {
	display: flex;
	flex-direction: column;
	margin: 30px 0;
}

.bottomLinks a {
	display: flex;
	width: fit-content;
	align-items: flex-end;
	margin: 20px 0 0 0;
	text-decoration: none;
	padding-bottom: 2px;
}

.bottomLinks a:hover {
	border-bottom: 1px solid #fff;
}



.entree {
	display: block;
	position: relative;
	width: 100%;
	background-color: #5551FF;
	margin: 10px auto;
	color: #fff !important;
	padding: 10px;
}

.entree *{
	color: #fff !important;
	margin: 10px 10px;
}

.entree ion-icon {
	margin: 0 10px;
}

.entree .lieu {
	display: flex;
	align-items: center;
}

article {
}

article div.bande {
	margin: auto;
	position: sticky;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	top: 0;
	background-color: #5551FF;
	padding-left: 65px;
	height: 90px;
	color: #fff;
	z-index: 1;
}

article div.bande h2 {
	margin-right: 20px;
}

article div.bande h2::after {
	content: attr();
}

article div.bande h2 span {
	font-size: 60%;
	letter-spacing: -1px;
}

div.conteneur {
	display: flex;
	justify-content: space-evenly;
	flex-flow: row wrap;
	margin-top: 20px;
	padding-bottom: 20px;
}

div.event {
	position: relative;
	border: 3px solid #111;
	width: 400px;
	height: auto;
	margin: 20px;
	padding: 25px;
	padding-right: 60px;
	transition: all .2s ease-in-out;
}

div.event:hover {
	border-color: #5551FF;
}

div.event::after {
	content: "";
	flex: auto;
}

ion-icon {
	font-size: 40px;
	line-height: 0;
	transition: all .2s ease-in-out;
}

ion-icon:hover {
	color: #5551FF;
	transform: scale(1.2);
}

div.ajouter {
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
}

div.ouvrir {
	text-align: center;
	cursor: pointer;
	position: absolute;
	bottom: 11px;
	right: 15px;
}

div.date * {
	margin: 5px 0;
}

span.jour {
	color: #5551FF;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 130%;
}

div.date h3 {

}

span.lieu {
	font-size: 25px;
}

div.artiste {
	margin-top: 30px;
}


div.artiste * {
	margin: 5px 0;
}

div.artiste h5 {
	font-weight: 400;
}

div.pageArtiste {
	padding: 0px 65px 65px 65px;
	display: flex;
	flex-wrap: wrap;
}

div.texteArtiste {
	padding-right: 20px;
	max-width: 1000px;
}

div.eventArtiste {
	margin: 20px 0;
	max-width: 400px;
}

div.imgArtiste {
	max-width: 400px;
	width: auto;
}

div.imgArtiste * {
	max-width: 400px;
	width: auto;
}

main.leFestival, main.publics {
	max-width: 1280px;
	margin: 0 auto;
	text-align: justify;
}

main.leFestival, main.lesLieux, main.publics {
	padding: 0px 65px 65px 65px;
}

main.lesLieux img {
	width: 100%;
	margin-top: 20px;
}

.lieux {
	display: flex;
	align-items: baseline;
	border-top: 1px solid #111;
}

.lieux * {
	padding: 0 10px;
}

.lettre {
	width: 10%;
}

.lieux h3 {
	color: #5551FF;
	text-align: center;
	margin-bottom: 0;
}

.lieux h4 {
	margin-bottom: 0;
}

.lieux p {
	margin-bottom: 10px;
}

main.publics h2:nth-child(n+2) {
	margin-top: 65px;
}

@media screen and (max-width: 750px){
	header {
		padding: 20px;
	}
	article div.bande {
		padding-left: 20px;
	}
	h1 {
		font-size: 45px;
	}
	div.titre h2 {
		font-size: 24px;
		font-weight: 400;
		letter-spacing: -1px;
	}
	div.titre h2 span {
		letter-spacing: 3px;
	}

	div.titre{
		height: auto;
	}

	div.titre *{
		margin: 0;
	}

	div.img-titre {
		flex-direction: column;
		height: auto;
	}

	header img {
		width: 100px;
		height: 100px;
	}

	#menu {
		width: 45px;
		height: 45px !important;
	}

	#menu ion-icon {
		font-size: 45px;
		height: 45px !important;
	}

	nav {
		width: 100%;

	}

	#monProgramme {
		top: 45px;
		height: 45px;
		transform: translateY(0px);
	}

	#monProgrammeOuvert {
		width: 100%;
	}

	div.event {
		max-width: 400px;
		height: auto;
		padding-right: 53px;
	}

	main.leFestival, main.lesLieux, main.publics {padding: 0 20px 20px 20px; width: 100%;}

	div.pageArtiste {padding: 0 20px 20px 20px; width: 100%;}

	div.eventArtiste {
		width: auto;
	}


	div.imgArtiste * {
		max-width: 300px;
	}

	main.lesLieux img {
		width: 100%;
	}
}
