.redactor-styles h3 { /* Grand Titre */
  letter-spacing: 2px!important;
  margin: 0 0 10px 0;
  color: #333!important;
  font-weight: normal!important;
  line-height: 1.5!important;
  font-family:"GloucesterW01-BoldExtCo","Source Sans Pro", sans-serif!important;
  font-size: 30px!important;
}
.redactor-styles h3.text-uppercase { /* Grand Titre - Majuscule */
  text-transform: uppercase!important;
}
.redactor-styles h3.withTiret { /* Grand Titre - Majuscule et sousligné */
  text-transform: uppercase!important;
  position: relative;
}
.redactor-styles h4 { /* Titre */
  letter-spacing: 2px!important;
  margin: 0 0 10px 0;
  color: #333!important;
  font-weight: normal!important;
  line-height: 1.5!important;
  font-family:"GloucesterW01-BoldExtCo","Source Sans Pro", sans-serif!important;
  font-size: 24px!important;
}
.redactor-styles h4.text-uppercase { /* Titre - Majuscule */
  text-transform: uppercase!important;
}
.redactor-styles h5 { /* Sous-titre */
  letter-spacing: 1px!important;
  margin: 0 0 10px 0;
  color: #333!important;
  font-weight: normal!important;
  line-height: 1.5!important;
  font-family:"GloucesterW01-BoldExtCo","Source Sans Pro", sans-serif!important;
  font-size: 20px!important;
  text-transform: uppercase!important;
}

.redactor-styles p { /* Paragraphe */
  margin: 0 0 20px;
  color: #212121!important;
  line-height: 30px!important;
  font-family: "Source Sans Pro", sans-serif!important;
  font-size: 16px!important;
  font-weight: 400!important;
}
.redactor-styles p.emphasize { /* Paragraphe d'emphase */
  font-size: 17px!important;
}
.redactor-styles p.emphasizeRose { /* Paragraphe d'emphase rose */
  font-size: 17px!important;
  color: #CA1782!important;
}
.redactor-styles p.btnCouleur { /* Lien en bouton - Petit */

}
.redactor-styles p.btnMdCouleur { /* Lien en bouton - Médium */

}
.rose { /* Texte en rose */
  color: #CA1782!important;
}
.dropcap { /* Lettrine (Dropcap) */
  font-family:"Before the Rain W03 Reg1273405"!important;
  display: inline;
  margin: 0;
  line-height: 38px;
  font-size: 18px;
  text-transform: capitalize;
  float: left;
  padding: 16px 32px 6px 10px !important;
  color: #fff!important;
  background-color: #CA1782!important;
  margin-right: 0.15em !important;
}
