body {
	margin: 0;
	padding: 0;
	background-color: #021019;
	text-align: center;
}
.conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
    width: 800px;
}
.conteneur_event {
	position: relative;
	padding: 0 100px 60px 100px;
	margin-bottom: 80px;
	border-bottom: 1px solid #65d9fb;
}
h1 {
	color: white;
	margin: 50px;
}
h2 {
	color: #65d9fb;
	border-top: 1px solid #65d9fb;
    padding-top: 40px;
}
.bouton {
	padding: 20px;
	color: #a5ebff;
	border: 1px solid #67ddff;
	background-color: #39494e;
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.bouton:hover {
	color: white;
	text-decoration: none;
	border-color: white;
	
	-webkit-transition: all 0.3s;
	transition: color 0.3s;
}
.event_title {
	color: white;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 0;
	margin-top: 30px;
	color: #67ddff;
	/*border-bottom: 1px solid #67ddff;*/
	font-size: 10px;
}
p{font-size: 16px;}
.event_text {
	text-align: left;
    color: white;
    padding: 10px;
    margin-top: 5px;
    background-color: rgba(101,219,253,0.1); 
    border-left: 5px solid #67ddff;
    /*border-right: 1px solid #67ddff;*/
}
.event_text a {
	text-decoration: underline;
	color: white;
	
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.event_text a:hover {
	color: #65d9fb;
	
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}