/**************************************************************************/
/* Styling jumbotron. *****************************************************/
/**************************************************************************/

/* Define background color of top menu and jumbotron* */
header, .home-top { background-color: #000000 !important; }


/* Define color of title and text inside jumbotron* */
.home-top .home-jumbotron h2 { color: #CEB174; }
.home-top .home-jumbotron p { color: #FFFFFF; }

/**************************************************************************/
/* Stuling image on subscription pages. ***********************************/
/**************************************************************************/

.free-sample-image {
  border: 1px solid lightgray;
  padding: 20px;
}

.free-sample-image:after {
  content: "Cliquez pour profiter du numéro gratuit !";
  display: inline-block;
  padding-top: 20px;
  color: grey;
  font-size: 12pt;
}

/**************************************************************************/
/* Misc. ******************************************************************/
/**************************************************************************/

/* Define top menu item color. */
a#site-title, header ul li a { color: #FFFFFF !important; }

/* Styling titles. */
h1, h1 a, h2, h2 a, h3, h3 a { font-family: aldrich !important; }

article h1.entry-title {
  margin-top: 40px;
  color: #CEB174;
  font-family: aldrich !important;
  font-weight: normal;
}

/* Reset padding top on article pages. */
article { padding-top: 0px !important; }



/* Styling main title. */
div.titre-hoshido h1 {
  color: #FEB174;
  font-family: aldrich;
  font-size: 96px;
}

/* Styling titles on cookie page. */
div#cmplz-document h2, div#cmplz-document p.cmplz-subtitle {
  font-family: aldrich !important;
  color: #CEB174;
}