h2 {
  color:#49B7E8;
  font-size: 30px;
}

h3 {
  color:#F1B937;
  font-style: italic;
  font-size: 25px!important;
  margin-top:35px;
}

b, strong {
  font-weight: 700!important;
}

/* Background */
#sp-main-body {
    padding: 50px 0;
}

.article-introtext p {
  font-weight: 300!important;
}
.body-wrapper {
  background-color:#fafafa;
}

/* cartouches articles */
.com-content #sp-main-body #sp-component .blog .article-list .article,.qx-list-unstyled li.qx-media{
  border-color:#ffffff;
  box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.1);
  background-color:#ffffff;  
}

/* Module left */
.menu-articles {
  box-shadow: inset 0px 1px 10px 1px rgba(0,0,0,0.1);
  border-radius: 15px !important;
  border-color:#ffffff !important;
  background-color:#ffffff;
  padding:2rem;
  margin-bottom:2rem;
}

.menu-articles ul.categories-module > li > a > span.category-name {
  font-weight:700;
}

.menu-articles a {
  font-family: 'Mukta', sans-serif;
  color:#000000;
}
.menu-articles a:hover {
  font-weight:500;
  text-decoration: underline;
}

.menu-articles h3 {
  color: #F1B937;
  font-style: italic;
  font-size: 25px !important;
  margin-top: 0px;
}

.com-content #sp-main-body #sp-left {
  padding:0 2rem;
    }


/* Partie droite - articles */
div.article-details {
  padding-right: 5vh;
    }

.article-header > h1 {
  margin-top:50px;
}

.blog {
  margin-top: 50px;
}

.blog > h2 {
  text-align: center;
  margin-bottom: 20px;
}

.readmore a {
  display: inline-flex;
  border: 1px solid #000;
  border-bottom: 5px solid;
  border-right: 5px solid;
  border-radius: 10px 10px 15px;
  padding: 10px 40px;
  font-size: 14px !important;
}

.readmore a:hover {
  background-color:#D7536F;
  color:#000 !important;
}

div[itemprop="articleBody"] {
  border-color:#ffffff;
  box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.1);
  background-color:#ffffff; 
  border-radius: 15px !important;
  padding:2rem;
}