#accueil {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	height: 100%;

}

#disclaimer {
	
}

.logo {

		background-color: white;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-size: 300px;
	background-origin: padding-box;
	background-position: center center;	
	

}

p {
	font-size: 11px;
	text-align: center;
}

.triangle {
	margin-top: 6%;
	margin-bottom: 2%;

}

#content {
	position: absolute;
	top:100%;
	display:flex;
	width:100%;
	flex-direction: column;
	text-align: center;
	margin-bottom: 80px;
}

.vidBox {
	margin-top: 35px;
	
}

.vibeo {
	width:640px;
	Height:360px;
}

@media (max-width:700px) {
	.logo { background-size: 180px;}
	p { font-size: 9px;}
	.vibeo {
	width:80%;
	height:80%;

	.vidBox {
	
	
}
	
}
	
}