/******
* Page de grand titre : Cyril metteur en page 
* 16/03/2021
*******/
html { 
	height: 100% ; 
}
body { 
	height: 100% ;
	text-align: center ;
	/* Pleine page */
	background: url( ../IMG/Zori-teinte-jaune.jpg ) no-repeat center fixed ;
	-webkit-background-size: cover ;
	background-size: cover ;
}
header {
	height: 100% ;
	display: flex ;
	flex-direction: column ;
	justify-content: center ;
}
header h1 {
	margin: 0 ;
}
/**** Texte «Cyril» masqué affiché avec dessin au format SVG ****/
#Cyril-SVG {
	width: 80% ;
}
/* Passage sur le «i» */
svg .Eclairage {
	fill: #800080 ;
}
svg .Eclairage:hover {
	fill: #ff4d4d ;
}
/****Metteur en page****/
header h2 {
	/* Typographie */
	/* Caractère */
	font-family: 'source_sans_proextralight' ;
	color: #285b5a ;
	font-weight: normal ;
	/* Composition */
	text-transform: uppercase ;
	font-size: 1.8em ;
	letter-spacing: .8em ;
	/* Paragraphe */
	text-align: center ;
	margin: 0 ;
}
@media (min-width: 576px) {
  #Cyril-SVG {
    width: 60% ;
  }
}