/*
Main Panel style
*/
body {
  height: 100%;
  background-color: #e5cc99;
  font-family: "Aref Ruqaa";
  font-size: 1.1rem; }

body > header, body > div > footerds {
  background: #e5cc99; }

body > footer {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  margin-top: 50px; }

header .nav-item.active {
  background: rgba(255, 255, 255, 0.1); }

body > main > section, body > main > div > article {
  background: rgba(229, 204, 153, 0.9); }

body > main > article > ul {
  list-style-type: none; }

body > main > article > ul li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px; }

body > main > article > p {
  text-align: justify; }

body > main > section.carousel {
  padding: 0; }

.dropdown-menu {
  background: #e5cc99; }

.nav-item {
  border-radius: 3px; }

.nav-item:hover {
  background: rgba(255, 255, 255, 0.4); }

.card, li.media, .list-group-item {
  background: rgba(255, 255, 255, 0.2); }

.list-group-item-action:focus, .list-group-item-action:hover {
  background: rgba(255, 255, 255, 0.5); }

li.media {
  border: 1px solid rgba(0, 0, 0, 0.125); }

h1, h2, h3 {
  font-family: "Merienda", cursive; }

/*
  Corrections diverses
*/
img.artist-portrait {
  border: solid transparent;
  border-width: 10px 10px 10px 10px; }

.blockquote.condensed {
  font-size: 1.1rem; }

#happyNewYearModal .modal-content {
  background: #e3f4d2; }
