h2 { /* Titre 2 */
  color: #0099cc;
  font-family: 'northernsoulscript';
  font-size: 72px;
  font-weight: 400;
  line-height: 50px;
  text-transform: lowercase;
}

h3 { /* Titre 3 */
  color: #004560;
  font-family: 'northernsoulscript';
  font-size: 60px;
  line-height: 44px;
  text-transform: lowercase;
  text-align: center;
}

h4 { /* Titre 4 */
  font-family: 'northernsoulscript';
  font-size: 60px;
  line-height: 44px;
}

h4.small { /* Titre 4 - Petit */
  font-size: 40px;
  line-height: 32px;
}

h5 { /* Titre 5 */
  color: #0099cc;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5.xl { /* Titre 5 - Plus gros */
  font-size: 24px;
  line-height: 36px;
}

p { /* Paragraphe */
 margin: 0px 0px 20px;
}
p.emphasize { /* Emphase */
 font-size: 1.25em;
}

.upper {
  text-transform: uppercase;
}
