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

body {
	width: 500px;
	max-width: 90%;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 60px;
}

#photo1 {
	width: 500px;
	height: auto;
	max-width: 100%;
	margin: 20px 0 0 0;
}

h1 {
	text-align: center;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 34px;
}

h5 {
	text-align: center;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 12px;
	margin: 0 10px 40px 10px;
}

p {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 15px;
}

a {
	color: black;
}

.videos-box {
	margin: 40px 0;
}

.videos {
	width: 500px;
	max-width: 100%;
	aspect-ratio: 16/9;
}

.logos {
	width: 20px;
	height: auto;
	margin: 10px 0 0 0;
}

.dates {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 15px;
}

.liste-dates {
	margin: 0 0 0 30px;
}