/*
Theme Name: Misschiefs
Author: Bonconseil
Author URI:
Description:
Version: 1.0
*/

* {
	box-sizing: border-box;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Work Sans', sans-serif;
}

ul, li {
  list-style-type: none;
  padding : 0;
  margin: 0;
}

a {
	text-decoration: none;
	text-transform: uppercase;
	color: black;
}

h1 {
	margin: 0;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 3.5em;
}

p {
	margin: 0;
}

#logo-haut {
	position: fixed;
	width: 100%;
	top: 10px;
	z-index: 1;
}

#logo-haut2 {
	position: fixed;
	width: 100%;
	top: 10px;
	z-index: 1;
}

.lh {
	margin: auto;
	max-width: 550px;
	padding: 0px 10px;
}

#menu2 {
	display: flex;
	justify-content: center;
	position: fixed;
	width: 100%;
	bottom: 0px;
	z-index: 3;
}

#menu3 {
	display: flex;
	justify-content: center;
	position: fixed;
	width: 100%;
	bottom: 0px;
}

#menu3 a {
	display: none;
}

.bouton2 {
	font-weight: 500;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	line-height: 1.3;
	background-color: white;
	margin: 20px;
	padding: 5px 15px 5px 18px;
	border: 1px solid black;
}

.bouton2:hover {
	background-color: black;
	color: white;
	border: 1px solid white;
}

.bouton2-takeover {
	background-color: #99ff33;
}

.bouton2-takeover:hover {
	color: #99ff33;
	border: 1px solid #99ff33;
}

@media all and (max-width: 1050px) {
	#menu2 .bouton2{
		display: none;
	}
	#menu3 .bouton2{
		display: inline;
	}
}

.background {
	width: 100vw;
	height: 100vh;
	background-color: black;
	background: no-repeat center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  	background-size: cover; /* version standardisée */
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
	align-items: center;
}

.logo {
	height: 100%;
	width: 95%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.logo img {
	margin: 60px 0px 40px 0px;
}

.menu1 {
	display: flex;
	justify-content: center;
}

.bouton {
	font-weight: 500;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	line-height: 1.3;
	background-color: white;
	margin: 20px;
	padding: 5px 15px 5px 18px;
}

.bouton:hover {
	background-color: black;
	color: white;
}

.bouton-takeover {
	background-color: #99ff33;
}

.bouton-takeover:hover {
	color: #99ff33;
}

#down {
	width: 30px;
	padding-bottom: 20px;
}

@media all and (max-width: 935px) {
	.menu1 {
		display: inline;
		text-align: center;
		line-height: 0;
	}
	.b2 {
		margin: 20px 0px;
	}
}

#what {
	background-color: black;
	padding: 140px 70px 170px 70px;
	margin: 0;
	text-align: center;
}

#what h2 {
	background-color: white;
	margin: 20px;
	padding: 5px 15px 5px 18px;
	font-weight: 500;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	line-height: 1.3em;
	color: black;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 65px;
}

#what p {
	max-width: 900px;
	margin: auto;
	padding: 15px 0px;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.4em;
	color: white;
}

@media all and (max-width: 600px) {
	#what {
		padding: 100px 25px 130px 25px;
	}
	#what p {
		font-size: 1em;
		padding: 12px 0px;
	}
}

#who {
	background-color: white;
	padding: 140px 70px 170px 70px;
	margin: 0;
	text-align: center;
}

#who h2 {
	background-color: black;
	margin: 20px;
	padding: 5px 15px 5px 18px;
	font-weight: 500;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	line-height: 1.3em;
	color: white;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 70px;
}

.prenom {
	text-transform: uppercase;
	font-size: 2.5em;
	font-weight: 500;
	line-height: 0.8em;
	margin: 18px 0px 0px 0px;
	padding: 0;
}

.fonction {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.3em;
}

@media all and (max-width: 600px) {
	#who {
		padding: 100px 40px 130px 40px;
	}
}

#where {
	background-color: black;
	padding: 140px 0px 170px 0px;
	margin: 0;
	text-align: center;
	color: white;
}

#where h2 {
	background-color: white;
	margin: 20px 0px 70px 0px;
	padding: 5px 15px 5px 18px;
	font-weight: 500;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	line-height: 1.3em;
	color: black;
	text-transform: uppercase;
	display: inline-block;
}

#where a {
	color: white;
}

.ville-dates {
	margin: 40px 0px;
	
}

.ville {
	text-transform: uppercase;
	font-size: 2.5em;
	font-weight: 500;
	line-height: 0.8em;
	margin: 0;
	padding-bottom: 5px;
}

.dates {
	margin: 0;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.3em;
}

@media all and (max-width: 600px) {
	#where {
		padding: 100px 0px 130px 0px;
	}
}

#takeover {
	padding: 140px 70px 170px 70px;
	margin: 0;
	text-align: center;
}

#takeover h2 {
	background-color: black;
	margin: 20px;
	padding: 5px 15px 5px 18px;
	font-weight: 500;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	line-height: 1.3em;
	color: #99ff33;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 65px;
}

#takeover .adresse {
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 600;
	padding-bottom: 10px;
}

#takeover .ytube {
	padding: 50px 0 40px 0;
}

#takeover .ytube iframe {
	width: 100%;
	max-width: 700px;
	height: 394px;
}

.takeover-texte-home {
	max-width: 900px;
	margin: auto;
	padding: 15px 0px 50px 0px;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.4em;
	color: black;
}

.takeover-texte-home p {
	padding: 15px 0;
}

.takeover-texte-home a {
	text-transform: none;
	text-decoration: underline;
}

.takeover-texte-home a:hover {
	text-decoration: none;
}

#takeover .ville {
	text-transform: uppercase;
	font-size: 2.5em;
	font-weight: 500;
	line-height: 0.8em;
	margin: 0;
	padding-bottom: 5px;
}

#takeover .dates {
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 0;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.3em;
}

#takeover .programme-plattan {
	padding-bottom: 80px;
}

.takeover-space {
	height: 140px;
}

@media all and (max-width: 600px) {
	#takeover {
		padding: 100px 25px 130px 25px;
	}
	#takeover .ytube {
		padding: 30px 0 20px 0;
	}
	#takeover .ytube iframe {
		height: 300px;
	}
	.takeover-texte-home {
		font-size: 1em;
		padding: 12px 0px 40px 0px;
	}
	.takeover-texte-home p {
		padding: 12px 0;
	}
}
@media all and (max-width: 450px) {
	#takeover .ytube iframe {
		height: 225px;
	}
}

#bottom {
	padding: 50px 0px 100px 0px;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.2em;
	text-transform: uppercase;
	background-color: black;
	color: white;
}

#bottom a {
	color: white;
}

#bottom h2 {
	font-size: 1.1em;
	font-weight: 600;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

.bt {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: auto;
}

.collaborators, .family, .ctct {
	margin: 0px 80px;
}

.collaborators p, .family p {
	margin: 5px 0px;
}

.collaborators a, .family a {
	text-decoration: underline;
}

.collaborators a:hover, .family a:hover {
	text-decoration: none;
}

.contact {
	font-size: 1em;
	line-height: 1em;
	font-weight: 500;
}

.email {
	font-size: 0.8em;
	margin-bottom: 10px;
}

.press-legal {
	margin-bottom: 10px;
	font-weight: 500;
}

.allrights {
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1.2em;
	margin-top: 30px;
	text-align: center;
}

@media all and (max-width: 1200px) {
	.collaborators, .family, .ctct {
		margin: 0px 40px;
	}
}

@media all and (max-width: 1000px) {
	.bt {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.ctct, .family {
		margin-top: 40px;
	}
	.collaborators {
		margin-top: 10px;
	}
}

/* page who */

.page-designer {
	display: flex;
}

.page-designer nav {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 50%;
	display: flex;
	justify-content: center;
}

.page-designer .bouton2 {
	margin: 20px 12px;
}

.page-designer nav p {
	color: darkgrey;
}

.page-designer nav p:hover {
	color: darkgrey;
	background-color: white;
	border-color: black;
}

.page-designer .bouton2 a:hover {
	color: white;
}

.designer-gauche {
	width: 50%;
	height: 100vh;
	background-color: black;
	color: white;
	overflow: scroll;
}

.designer-gauche header {
	display: flex;
	flex-direction: column;
	padding-left: 50px;
	margin-top: 50px;
}

.designer-gauche h1 {
	padding: 0px 20px 0px 0px;
	word-wrap: break-word;
}

.fonction-designer {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 400;
}

.nom-objet {
	margin: 40px 0px 6px 0px;
	font-weight: 500;
	font-size: 1.1em;
	padding-right: 15px;
	text-transform: uppercase;
}

.description-objet {
	margin: 0;
	padding-right: 15px;
	max-width: 300px;
	font-weight: 300;
	font-size: 0.8em;
	line-height: 1.3em;
}

.description-objet p {
	padding: 8px 0px;
}

.texte-designer {
	margin: 0;
	padding: 30px 60px 0px 50px;
	max-width: 700px;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.3em;
}

.texte-designer p {
	padding: 10px 0px;
}

.website-designer {
	padding: 30px 20px 120px 50px;
	word-wrap: break-word;
}

.website-designer a {
	color: white;
	font-size: 1.3em;
	font-weight: 500;
}

.designer-droit {
	width: 50%;
	height: 100vh;
	background: no-repeat center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  	background-size: cover; /* version standardisée */
  	display: flex;
  	justify-content: center;
  	align-items: flex-end;
}

.designer-droit img {
	width: 95%;
	margin-bottom: 10px;
}

@media all and (min-width: 1500px) {
	.designer-gauche h1 {
		font-size: 4.5em;
	}
}

@media all and (max-width: 1000px) {
	.page-designer {
		flex-direction: column-reverse;
	}
	.page-designer nav {
		width: 100%;
	}
	.designer-gauche {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.designer-gauche header {
		margin-top: 50px;
	}
	.designer-droit {
		background-position: top;
		width: 100%;
		height: 40vh;
	}
	.designer-droit img {
		position: fixed;
		top: 10px;
	}
}

@media all and (max-width: 500px) {
	.designer-gauche h1 {
		font-size: 2.5em;
	}
	.designer-gauche header {
		padding-left: 30px;
		margin-top: 40px;
	}
	.texte-designer {
		font-size: 1.1em;
		padding: 30px 40px 0px 30px;
	}
	.website-designer {
		padding: 30px 0px 120px 30px;
	}
	.website-designer a {
		font-size: 1.2em;
	}
}

/* page where */

.page-where {
	display: flex;
}

.page-where nav {
	position: fixed;
	bottom: 20px;
	left: 25%;
	margin-left: -60px;
}

.page-where .bouton2 {
	color: white;
	background-color: black;
	margin: 20px;
	padding: 5px 15px 5px 18px;
	border: 1px solid white;
}

.page-where .bouton2:hover {
	background-color: white;
	color: black;
	border: 1px solid black;
}

.where-gauche {
	width: 50%;
	height: 100vh;
	background-color: white;
	color: black;
	overflow: scroll;
}

.where-gauche header {
	display: flex;
	flex-direction: column;
	padding-left: 50px;
	margin-top: 50px;
}

.where-gauche h1 {
	padding: 0px 20px 0px 0px;
	font-weight: 600;
}

.where-dates {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.3em;
}

.where-texte {
	margin: 0;
	padding: 30px 60px 0px 50px;
	max-width: 600px;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.3em;
}

.where-horaires {
	margin: 40px 50px 0px 50px;
	font-size: 1.1em;
	font-weight: 500;
	text-transform: uppercase;
}

.where-adresse {
	display: inline-block;
	margin: 10px 50px 50px 50px;
	padding: 5px 10px;
	color: white;
	background-color: black;
	font-size: 1.1em;
	font-weight: 400;
}

.where-adresse a {
	color: white;
	text-transform: none;
}

.where-map {
	width: 100%;
	max-width: 700px;
	height: 400px;
	padding: 0px 50px 90px 50px;
}

.where-droit {
	width: 50%;
	height: 100vh;
	background: no-repeat center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  	background-size: cover; /* version standardisée */
  	display: flex;
  	justify-content: center;
  	align-items: flex-end;
}

.where-logo {
	width: 95%;
	margin-bottom: 10px;
}

.where-logo2 {
	width: 95%;
	margin-bottom: 10px;
	display: none;
}

@media all and (min-width: 1500px) {
	.where-gauche h1 {
		font-size: 4.5em;
	}
}

@media all and (max-width: 1000px) {
	.page-where {
		flex-direction: column-reverse;
	}
	.page-where nav {
		left: 50%;
	}
	.where-gauche {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.where-gauche header {
		margin-top: 50px;
	}
	.where-droit {
		width: 100%;
		height: 30vh;
	}
	.where-logo {
		display: none;
	}
	.where-logo2 {
		display: inline;
		position: fixed;
		top: 10px;
	}
}

@media all and (max-width: 500px) {
	.where-gauche h1 {
		font-size: 2.5em;
	}
	.where-gauche header {
		padding-left: 30px;
		margin-top: 40px;
	}
	.where-texte {
		font-size: 1.1em;
		padding: 30px 40px 0px 30px;
	}
	.where-horaires {
		margin: 40px 30px 0px 30px;
		font-size: 1em;
	}
	.where-adresse {
		margin: 10px 30px 50px 30px;
		font-size: 1em;
	}
	.where-map {
		height: 300px;
		padding: 0px 30px 90px 30px;
	}
}

/* page takeover */

.page-takeover {
	display: flex;
}

.page-takeover nav {
	position: fixed;
	bottom: 20px;
	left: 25%;
	margin-left: -60px;
}

.page-takeover .bouton2 {
	color: white;
	background-color: black;
	margin: 20px;
	padding: 5px 15px 5px 18px;
	border: 1px solid white;
}

.page-takeover .bouton2:hover {
	background-color: white;
	color: black;
	border: 1px solid black;
}

.takeover-gauche {
	width: 50%;
	height: 100vh;
	background-color: white;
	color: black;
	overflow: scroll;
}

.takeover-gauche header {
	display: flex;
	flex-direction: column;
	padding: 0px 50px;
	margin-top: 50px;
}

.takeover-gauche h1 {
	padding: 0;
	font-weight: 600;
}

.takeover-gauche .adresse {
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 15px;
}

.takeover-dates {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.3em;
}

.takeover-texte {
	margin: 0;
	padding: 30px 60px 0px 50px;
	max-width: 600px;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.3em;
}

.takeover-texte p {
	padding: 6px 0px;
}

.takeover-texte strong {
	font-weight: 500;
}

.takeover-texte a {
	text-transform: none;
	text-decoration: underline;
}

.takeover-texte a:hover {
	text-decoration: none;
}

.takeover-program {
	margin: 60px 50px 40px 50px;
}

.takeover-program h2 {
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size: 1.6em;
	letter-spacing: 0.05em;
}

.takeover-program .event {
	padding-bottom: 30px;
	font-weight: 400;
}

.takeover-program .dates {
	text-transform: uppercase;
	font-weight: 600;
}

.takeover-program .name {
	font-size: 1.3em;
	font-weight: 600;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.takeover-program .name a {
	text-decoration: underline;
}
.takeover-program .name a:hover {
	text-decoration: none;
}

.takeover-adresse-2 {
	display: inline-block;
	margin: 10px 50px 30px 50px;
	padding: 5px 10px;
	color: white;
	background-color: black;
	font-size: 1.1em;
	font-weight: 400;
}

.takeover-adresse-2 a {
	color: white;
	text-transform: none;
}

.takeover-map {
	width: 100%;
	max-width: 700px;
	height: 400px;
	padding: 0px 50px 70px 50px;
}

.liste-artistes {
	font-size: 1.2em;
	padding: 0px 0px 50px 50px;
}

.liste-artistes a {
	font-weight: 600;
	font-size: 1.1em;
	text-decoration: underline;
}

.liste-artistes a:hover {
	text-decoration: none;
}

.liste-artistes p {
	padding-bottom: 3px;
}

.liste-artistes p:first-child {
	padding-bottom: 10px;
	font-size: 0.9em;
}

.liste-artistes span {
	position: relative;
	bottom: 6px;
	font-size: 0.6em;
}

.more-info {
	padding: 0px 0px 50px 50px;
}

.more-info a {
	text-transform: none;
	text-decoration: underline;
}

.more-info a:hover {
	text-decoration: none;
}

.takeover-links {
	padding: 0px 0px 90px 50px;
	font-weight: 500;
	font-size: 1.2em;
}

.takeover-links a {
	text-transform: none;
	text-decoration: underline;
}

.takeover-links a:hover {
	text-decoration: none;
}

.takeover-droit {
	width: 50%;
	height: 100vh;
	background: no-repeat center;
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  	background-size: cover; /* version standardisée */
  	display: flex;
  	justify-content: center;
  	align-items: flex-start;
}

.takeover-logo {
	width: 85%;
	margin-top: 60px;
}

.takeover-logo2 {
	width: 95%;
	margin-bottom: 10px;
	display: none;
	max-width: 300px;
}

@media all and (min-width: 1500px) {
	.takeover-gauche h1 {
		font-size: 4.5em;
	}
}

@media all and (max-width: 1000px) {
	.page-takeover {
		flex-direction: column-reverse;
	}
	.page-takeover nav {
		left: 50%;
	}
	.takeover-gauche {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.takeover-gauche header {
		margin-top: 50px;
	}
	.takeover-droit {
		width: 100%;
		height: 30vh;
	}
	.takeover-logo {
		display: none;
	}
	.takeover-logo2 {
		display: inline;
		position: fixed;
		top: 10px;
	}
}

@media all and (max-width: 500px) {
	.takeover-gauche h1 {
		font-size: 2.5em;
	}
	.takeover-gauche header {
		padding: 0px 30px;
		margin-top: 40px;
	}
	.takeover-texte {
		font-size: 1.1em;
		padding: 30px 40px 0px 30px;
	}
	.takeover-program {
		margin: 50px 30px 30px 30px;
	}
	.takeover-adresse-2 {
		margin: 10px 30px 30px 30px;
		font-size: 1em;
	}
	.takeover-map {
		height: 300px;
		padding: 0px 30px 90px 30px;
	}
	.liste-artistes {
		padding: 0px 0px 50px 30px;
	}
	.more-info {
		padding: 0px 0px 50px 30px;
	}
	.takeover-links {
		padding: 0px 0px 90px 30px;
	}
}

/* page plattan */

.page-plattan {
	display: flex;
}

.page-plattan p {
	max-width: 700px;
}

.page-plattan nav {
	position: fixed;
	bottom: 20px;
	left: 25%;
	margin-left: -60px;
}

.page-plattan .bouton2 {
	color: white;
	background-color: black;
	margin: 20px;
	padding: 5px 15px 5px 18px;
	border: 1px solid white;
}

.page-plattan .bouton2:hover {
	background-color: white;
	color: black;
	border: 1px solid black;
}

.plattan-left {
	width: 50%;
	height: 100vh;
	padding: 50px;
	background-color: white;
	color: black;
	overflow: scroll;
}

.plattan-left header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.plattan-left h1 {
	padding: 0 20px 0 0;
	font-weight: 600;
}

.plattan-left .adresse {
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 15px;
}

.plattan-dates {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.3em;
	margin-bottom: 40px;
}

.plattan-left .instagram-youtube {
 margin-bottom: 40px;
}

.plattan-left .instagram-youtube a {
 background-color: black;
 display: inline-block;
 width: 50px;
 height: 50px;
 padding: 12px;
 border-radius: 30px;
}

.plattan-left .instagram-youtube a:first-child {
 margin-right: 10px;
}

.plattan-left .instagram-youtube img {
 width: 100%;
 height: 100%;
}

.page-plattan .texte {
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.3em;
	padding: 10px 0 40px 0;
}

.page-plattan .texte p {
	padding-bottom: 20px;
}

.programme-plattan {
	padding-bottom: 50px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.programme-plattan p {
	padding: 4px 0;
}

.programme-plattan .date {
	font-weight: 600;
}

.plattan-links {
	padding: 0px 0px 80px 0;
	font-weight: 500;
	font-size: 1.5rem;
}

.plattan-horaires-2 {
	margin: 0;
	font-size: 1.1em;
	font-weight: 500;
	text-transform: uppercase;
}

.plattan-adresse-2 {
	display: inline-block;
	margin: 10px 0 30px 0;
	padding: 5px 10px;
	color: white;
	background-color: black;
	font-size: 1.1em;
	font-weight: 400;
}

.plattan-adresse-2 a {
	color: white;
	text-transform: none;
}

.plattan-map {
	width: 100%;
	max-width: 700px;
	height: 400px;
	padding: 0 0 100px 0;
}

.artistes-plattan > div {
	margin-bottom: 60px;
}

.artistes-plattan p {
	max-width: 600px;
}

.artistes-plattan .nom {
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: uppercase;
}

.artistes-plattan .date {
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
}

.artistes-plattan img {
	margin: 20px 0 10px 0;
	width: 100%;
	max-width: 400px;
}

.artistes-plattan .texte-artiste {
	padding: 10px 0;
}

.artistes-plattan .bio {
	padding: 10px 0;
}

.artistes-plattan .bio p:first-child {
	font-size: 1.2rem;
	font-weight: 500;
	text-transform: uppercase;
}

.artistes-plattan .bio p,
.artistes-plattan .texte-artiste p {
	margin-bottom: 15px;
	line-height: 1.3rem;
}

.artistes-plattan .bio a {
	font-weight: 600;
	text-decoration: underline;
}

.artistes-plattan .bio a:hover {
	text-decoration: none;
}

.more-info-plattan {
	padding: 0px 0px 50px 0;
	line-height: 1.4rem;
}

.more-info-plattan a {
	text-transform: none;
	text-decoration: underline;
}

.more-info-plattan a:hover {
	text-decoration: none;
}

.plattan-right {
	width: 50%;
	height: 100vh;
	padding: 50px;
	background-color: black;
}

.player {
	height: 91px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	margin-left: -15px;
	margin-top: -10px;
}

.player iframe {

}

.logo-plattan {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	height: calc(100vh - 300px);
	position: relative;
	z-index: 100;
}

.logo-plattan img {
	max-width: 500px;
}

.logo-plattan p {
	background-color: white;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 8px 25px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.5rem;
	text-transform: uppercase;
}

@media all and (min-width: 1500px) {
	.page-plattan h1 {
		font-size: 4.5em;
	}
}
@media all and (max-width: 1000px) {
	.page-plattan {
		flex-direction: column-reverse;
	}
	.page-plattan nav {
		left: 50%;
	}
	.plattan-left {
		width: 100%;
		height: auto;
		padding-top: 230px;
	}
	.plattan-right {
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		position: fixed;
		top: 0;
	}
	.logo-plattan {
		height: auto;
		flex-direction: row;
		justify-content: flex-start;
		position: static;
	}
	.logo-plattan img {
		height: 100%;
	}
	.logo-plattan p {
		display: none;
	}
	.player {
		margin: 0;
	}
}
@media all and (max-width: 570px) {
	.player {
		width: 200px;
	}
	
}
@media all and (max-width: 480px) {
	.plattan-left {
		padding: 150px 20px 50px 20px;
	}
	.page-plattan h1 {
		font-size: 2.5em;
	}
	.plattan-dates {
		margin-bottom: 30px;
	}
	.page-plattan .texte {
		font-size: 1.1rem;
	}
	.plattan-right {
		padding: 20px;
	}
}
@media all and (max-width: 410px) {
	.logo-plattan img {
		width: 100px;
	}
}

/* page press */

.page-press {
	height: 100vh;
	overflow: scroll;
	background-color: black;
	color: white;	
}

.page-press nav {
	position: fixed;
	bottom: 25px;
	left: 50%;
	margin-left: -60px;
}

.page-press h2 {
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	margin: 20px 0px 5px 0px;
}

.bloc-press {
	text-align: center;
	padding: 140px 0px 70px 0px;
	display: flex;
	flex-direction: column;	
}

.wrong {
	color: red;
	margin: 0;
	padding: 10px;
}

input[type="password"] {
  border-radius: 0;
  border: none;
  width: 150px;
  margin: 5px;
  padding: 5px;
}

input[type="submit"] {
  background-color: white;
  border: none;
  border-radius: 0;
  color: black;
  padding: 5px;
  cursor: pointer;
}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family : inherit;
	font-size : 100%;
}

.downloads {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: 0px 20px;
}

.downloads h2 {
	margin-top: 50px;
}

.fichier {
	margin: 30px;
	word-wrap: break-word;
	max-width: 166px;
}

.fichier a {
	color: white;
	text-transform: none;
}

.image-press {
	border: 3px solid white;
}

.image-press img {
	max-width: 160px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.nom-press {
	font-size: 1em;
	font-weight: 400;
	padding: 10px 0px 0px 0px;
}

.texte-copyrights {
	font-size: 0.9em;
	font-weight: 300;
	margin-bottom: 20px;
	line-height: 1.3em;
}

@media all and (max-width: 400px) {
	.bloc-press {
		padding: 80px 0px;	
	}
		.fichier {
		margin: 15px;
	}
}

/* page legal */

#logo-legal {
	position: fixed;
	width: 100%;
	top: 10px;
}

.page-legal nav {
	position: fixed;
	bottom: 25px;
	left: 50%;
	margin-left: -60px;
}

.page-legal {
	text-align: center;
	padding-bottom: 100px;
	line-height: 1.3em;
}

.page-legal h2 {
	margin: 180px 0px 10px 0px;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}

.page-legal p {
	margin: auto;
	max-width: 700px;
	padding: 8px 30px;
	font-size: 1em;
	font-weight: 400;
}

@media all and (max-width: 400px) {
	.page-legal p {
		padding: 8px 20px;
	}
	.page-legal h2 {
		margin: 120px 0px 10px 0px;
	}
}

/* page trad */

.page-trad {
	padding: 40px 60px 60px 50px;
}

.page-trad p {
	max-width: 700px;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.3em;
	padding: 10px 0px;
}

@media all and (max-width: 600px) {
	.page-trad {
		padding: 30px 30px 40px 30px;
	}
	.page-trad p {
		font-size: 1em;
	}
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}