@font-face{
  font-family: font1;
  src: url(../font/Cabin/Cabin-Regular.ttf);
}
h2{
  font-size: 5em;
  font-family: arial,helvetica;
  color: #fff;
  margin:0;
  font-family: vintage;
  margin-bottom: 60px;
}
.intro p{
  color: #fff;
  font-family: font1;
}
p{
  font-family: font1;
}
.section{
  text-align:center;
}

#infoMenu li a {
  color: #fff;
}
#section0{
  background: url(../image/terre.gif) center no-repeat fixed;
  background-size: 100%;
}
#minuteur{
  font-size: 30px;
  padding: 20px;
  color:white;
}
a:hover{
  opacity:0.6;
}
.button {
  margin-top: 60px;
  border-radius: 10px;
    background-color: ##9E9E9E;
    border: none;
    color: #202020;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
