div#container {
	margin: auto;
	width: 1000px;
}

.disque {
	width: 20%;
	display: block;
}


@media only screen and (600px < width) {
	h1 {
		font-size: 50px;
	}
}

@media only screen and (2000px < width) {
	div#container {
		width: 1200px;
	}

	h2 {
		width: 600px;
		border-bottom: 1px solid white;
	}
}

@media only screen and (768px < width <= 1200px) {
	div#container {
		width: 700px;
	}
}

@media only screen and (600px < width <= 768px) {
	div#container {
		width: 100%;
	}
}

@media only screen and (width <= 600px) {
	div#container {
		width: 100%;
	}

	iframe {
		width: 100%;
		height: 210px;
	}

	.disque {
		width: 100%;
	}
}

h1 {
	text-decoration-line: underline;
}

body {
	background-color: black;
	background-image: url("images/background.jpg");
	background-repeat: no-repeat;
	background-position: top;
	color: white;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
	padding-top: 300px;
}

h2 {
	margin-top: 80px;
}

a {
	color: white;
	transition: 0.3s;
}

a:hover {
	font-size: large;
}

.dates {
	width: 100%;
}

.dates > div {
	border-bottom: 1px solid white;
}

.dates > div > div {
	display: inline-block;
}

.dates > div > div:first-child {
	width: 20%;
	font-weight: bold;
	color: #f9f08e;
	font-size: large;
}

.dates > div > div:first-child + div {
	width: 20%;
}

.dates > div > div:first-child + div + div {
	width: 45%;
}

@media only screen and (width <= 600px) {
	.dates > div > div {
		display: block;
		width: 100%;
	}

	.dates > div > div:first-child {
		font-weight: bold;
		color: #f9f08e;
		font-size: large;
		width: 100%;
	}

.dates > div > div:first-child + div {
	width: 100%;
}

.dates > div > div:first-child + div + div {
	width: 100%;
}
}

.disque img {
	width: 100%;
}

.disque p {
	text-align: center;
	text-decoration-line: underline;
	font-size: large;
}
