	.day
	{
		padding: 20px;
	}

	.event_container
	{
		margin-bottom: 15px;
	}

	.répétition{ background-color: #002e7b }
	.concours{ background-color: #880202; }
	.répétition_concert{ background-color: #2a9554; }
	.concert{ background-color: #006c00;}


	.event
	{
		display: flex;
		max-width: 800px;
		min-height: 80px;
		padding: 10px;
		border-radius: 5px;
		color: white;
	}

	.event_type, .event_start_time
	{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 60px;
	}

	.event_start_time
	{
		font-weight: bold;
	}

	.event_description, .event_add_description
	{
		display: flex;
		flex-direction: column;
		padding-left: 15px;
	}

	.event_description
	{
		width: calc(100% - 120px);
	}

	.event_title
	{
		margin-bottom: 10px;
	}

	.event_main_title
	{
		font-weight: bold;
		font-size: 1.2em;
	}

	.event_add_title
	{
		font-weight: bold;
		font-size: 1em;
		margin-bottom: 8px;
	}

	.event_place_time, .event_add_place_time
	{
		font-size: 0.9em;
		color: #ffa700;
		font-weight: bold;
	}

	/******/

	.event_add
	{
		display: flex;
		position: relative;
		top: -7px;
		z-index: -2;
		left: 44px;
		width: 800px;
		max-width: 95%;
		min-height: 80px;
		padding: 15px 10px 10px 10px;
		border-radius: 5px;
		border: solid 1px #d5d5d5;
		background-color: white;
		color: black;
	}

	#day_switch_container
	{
		display: flex;
		justify-content: center;
		min-height: 100px;
		padding: 20px;
		margin-bottom: 10px
	}

	#day_switch
	{
		display: flex;
	}

	.day_button
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100px;
		height: 116px;
		padding: 10px;
		border: solid 1px #d2d2d2;
	}

	.day_button:hover
	{
		cursor: pointer;
	}

	.day_button > span
	{
		margin-top: 3px;
		margin-bottom: 3px;
	}

	.day_button_jour
	{
		font-size: 1.2em;
		color: grey;
		font-weight: bold;
	}

	.day_button_numero
	{
		color: #dd2d2d;
		font-size: 1.3em;
		font-weight: bold;
	}

	#day_switch > .active
	{
		transform: scale(1.2);
		border: solid 2px #606060;
	}
