/*
Theme Name:     Twenty Fifteen Alphais
Theme URI:      http://alphais.fr/
Description:    Thème enfant pour Alphaïs
Author:         PFS
Author URI:     http://alphais.fr/
Template:       twentyfifteen                             
Version:        0.1.0
*/
@import url("../twentyfifteen/style.css");

body {
  background: none repeat scroll 0 0 #BBBBBB; /* PFS #F1F1F1 */
}

.site-title {
  font-size: 2.7rem;
  line-height: 1.1852;
  color: #B41A1A;
}

a {
  color: #B41A1A; /* PFS #333; */
  text-decoration: none;
}

.site-description {
  font-size: 1.6rem;
  font-weight: bold; /* PFS ajouté */
}

.entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1 {
  font-size: 3.0rem; /* PFS 3.9rem */
  line-height: 1.2308;
  margin-bottom: 0.8205em;
  margin-top: 1.641em;
}

.entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2 {
  font-size: 1.8rem; /* PFS 3.2rem */
  line-height: 1.25;
  margin-bottom: 0em; /* PFS 1em; */
  margin-top: 2em;
  color: #B41A1A; /* PFS ajouté */
}

p, address, pre, hr, ul, ol, dl, dd, table {
  margin-bottom: 1.6842em;
  font-size: 15px; /* PFS ajouté */
}
#cspc-content p {
  text-align: justify; /* PFS ajouté */
}

.floatright { /* PFS ajouté */
	float: right;
}

.floatleft { /* PFS ajouté */
	float: left;
}

ul {
	list-style: disc inside;
}

.entry-title {
  font-size: 3.0rem; /* PFS 3.9rem; */
  line-height: 1.2308;
  margin-bottom: 1.2308em;
  color: #B41A1A; /* PFS ajouté */
}

.entry-content a, .entry-summary a, .page-content a, .comment-content a, .pingback .comment-body > a {
  border-bottom: 0px solid #333; /* PFS border 1px */
  /*color: black; /* PFS ajouté */
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  padding: 0.375em;
  width: 80%; /* PFS 100% */
}

.main-navigation li {
  border-top: 0px solid rgba(51, 51, 51, 0.1); /* PFS 1px */
  position: relative;
}