.banniere{
	
	border-top: white 5px solid;
	background: black;
	position: fixed;
	top: 10px;
	left: 0;
	width: 100%;
	color: white;
	display: flex;
	justify-content: space-around;
	padding: 30px;


}
.text-banniere p{
	font-size: large;
}

.button-banniere a{
	
	border-solid: 1px white;
	padding: 10px;
	background: red;
	border-radius: 7px;
	color: white;
	text-decoration: none;
}

.button-banniere {
	
	padding-top: 15px;
}