﻿@font-face {font-family:"piron";src:url("../fonts/piron.eot") format("eot"),url("../fonts/piron.woff") format("woff"),url("../fonts/piron.ttf") format("truetype"),url("../fonts/piron.svg#piron") format("svg");font-weight:normal;font-style:normal;}

body {
    background: url(../../images/fond2.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
	color: #FFF;
	font-size: 15px;
	font-family: 'piron', sans-serif;
}

a:link {color: #FF9900; text-decoration: none; }
a:visited {color: #FF9900; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: none ;}

#parent {
  display: flex; /* contexte sur le parent */
  flex-direction: column; /* direction d'affichage verticale */
  justify-content: center;
  align-items: start; /* alignement vertical */
  height: 100%;
}

.enfant {
  margin: right; 
  color: #993366;
  font-size: 30px;
}


h1 {
  font-size: 24px;
  font-weight: normal;
  color: #993366;
}

.aa {
position:absolute;
top:40px;
left:10px;
text-align: center;
color: #993366;
} 

.pp {
position:absolute;
bottom:0px;
right:10px;
text-align: center;
font-size: 24px;
} 

@media ( max-width: 480px ) {

  body {
    background: url(../../images/fondT.jpg) no-repeat center fixed;
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
	font-size: 15px;
  }

  h1 {
  font-size: 20px;
  font-weight: normal;
  color: #FFFF00;
}

  .pp {
  font-size: 15px;
  } 
}