body{
	background-color: #000;
}

h1{
	border: 4px double #FFF;
	border-radius: 10px;
	box-shadow: 5px 5px 20px #F00;
	text-shadow: 3px 3px 5px #FFF;	
	text-align: center;
	color: #F00;
	margin: 50px;
	padding: 10px;
	font-size: 4em;

}
.tel{
	text-decoration: none;
	color: inherit;
}
h2{
	
	text-align: center;
	color: #FFF;
	padding: 10px;
	font-size: 1em;

}
.page{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	/*border: 2px solid #00F;*/
}



.vignette{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	border: 5px solid #000;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #FFF;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 50px;
	height: 300px;
	width: 300px;
	
				}

.texte{	

	padding: 5px;
	margin-bottom: 20px;
	background-color: #000;
	opacity: .7;
	/*box-shadow: 0px 0px 20px #0FF;*/
	/*border: 1px solid #FFF;*/
	width: 100%;
	text-align: center;
	font-size: 2em;
	color: 	#FF9;
		}

a 	{
	text-decoration: none;
	}

.ico{
	position: fixed;
}

	@media screen and (max-width: 1020px) {
 
 h1{
 	margin-top: 5px;
 	margin-bottom: 20px;
	border: 4px double #FFF;
	border-radius: 10px;
	text-shadow: none;	
	box-shadow: none;

	text-align: center;
	color: #F00;
	font-size: 1.5em;

}

.page{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	/*border: 2px solid #00F;*/
}

.vignette{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover; 
	border: 5px solid #000;
	border-radius: 10px;
	box-shadow: 0px 0px 20px #FFF;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 50px;
	height: 270px;
	width: 270px;
	
				}


}