body {
  color:#000;
  font-weight: 300;
  line-height: 1.5em;
  background-image: url("/images/bg_nouveau.jpg");
  background-attachment: fixed;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  font-family: Open Sans, Arial, Verdana, sans-serif;
  font-size: 14px;
}

@font-face {
 font-family: Open Sans;
 src: url(../../fonts/OpenSans-Variable.woff2) format(woff2);
}
@font-face {
 font-family: Open Sans Condensed;
 src: url(../../fonts/OpenSans_Condensed-Regular.woff2) format(woff2);
}

@font-face {
 font-family: Open Sans Condensed Light;
 src: url(../../fonts/OpenSans_Condensed-Light.woff2) format(woff2);
}
@font-face {
 font-family: Vast Shadow;
 src: url(../../fonts/VastShadow-Regular.woff2) format(woff2);
}
a {
  color: #C00000;
}
a:hover {
  color: #000000;
}

.container-header {
  background-color: rgba(0, 0, 0, 0.75);
  background-image:none;
  }
  
.navbar-brand {
  text-align: center;
  width: 100%;}
  
.container-header .mod-menu  {
 align-items: center;
  text-transform: uppercase;
  font-family: Open Sans Condensed, sans-serif;
  font-size:18px;
} 

.container-header .mod-menu {
  justify-content: center;
}
  
.container-component {
  padding: 40px;
  background-color: #fff;
}  

.container-sidebar-right {
  grid-area: side-r;
  background-color: #c7d8b5;
}

.card {
--card-bg: #c7d8b5;
}

.footer {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  background-image: none;
}

  @media (width >= 992px)
.container-header .mod-menu {
  flex-direction: row;
  flex: 1;
  display: flex;
  justify-content: center;
}



h1 {
  font-family: "Vast Shadow", serif;
 font-size: 32px;
 text-transform:uppercase;
}
h2, h3, h4,h5 {
  font-family: 'Open Sans Condensed', sans-serif;
}
h2.mod_standard {
  font-family: 'Open Sans Condensed', sans-serif;
}
h3 {
  color:#000000;
  font-weight:500;
}
h5 {
font-weight:normal;
}
li {
  line-height: 1.25em;
  font-weight: 300;
}


/******BLOG LAYOUT******/
/* 
.com-content-category-blog .item-content {
  display: contents;
}
.com-content-category-blog .page-header {
  order: -1;
}
.com-content-category-blog .article-info {
  order: -1;
  font-size:11px;
}
*/

.blog-alternative .item-image {
  min-height:200px;
  min-width:200px;
}
.blog-alternative .item {
  display: inherit;
}
div.j51-date {
 display:none;
}
.blog-alternative .item-date {
  display:none;
}
.com-content-category-blog > h2, h2 a:link, h2 a:visited {
  color: #C00000;
  font-family: 'Open Sans Condensed', sans-serif;
}
.blog .item-image {
  padding:10px;
}
.article-info dd.createdby {
  display: block;
  margin-bottom:0px;
}
.article-info dd.published {
  margin-left: 16px;
}
.blog .item-image img {
   transition: all 0.3s;
  min-height:150px;
  min-width:150px;
}
.blog .item-image img:hover {
   transform: scale(1.1); 
}
.article-info {
  font-size: 11px;
}
.text-muted {
  color: #999 !important;
}
.icon-user::before {
  content: "?";
  display: none;
}
.blog-alternative .item-sub-title > div + div {
  display: none;
}

.courtesy {
  font-size: 11px;
  font-style: italic;
  color: #808080;
}
.btn.btn-sm.btn-info {
  color: #C00000;
  font-weight:500;
  background:none;
}
.btn {
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.blog .readmore {
  margin-bottom: 5px;
  float: right;
}
.caption {
  font-size: 12px;
  font-style: italic;
  margin: 0px auto;
  line-height: 14px;
  word-spacing: normal;
  color: #000000;
  background-color: #EFEFEF;
  display: block;
  max-width: 640px;
  padding: 5px;
}
blockquote {
  font-size: 150%;
  font-style: italic;
  line-height: 1.5;
  font-family: "Times New Roman", Times, serif;
  background-color: #c0c0c0;
}
.btn-secondary {
  color: #fff;
  background-color: #C00000;
}
.btn-secondary hover {
  background-color: #000000;
}

/* SMART SEARCH */
.result__item > * {
  margin-bottom: 10px;
}
.result__description {
  line-height: 1.5;
}
hr {
  max-width: 98%;
  border-top: 2px solid #000;
}
.sidecol_b {
  background-color: #c7d8b5;
}

a.red {
  background: none repeat scroll 0 0 #A62929;
  color: #FFFFFF;
  font-weight: 400;
  border-radius: 4px 4px 4px 4px;
  font-style: normal;
  padding: 2px 5px;
  text-shadow: none;
}
a.red:hover {
  background: none repeat scroll 0 0 #f9771a;
}
em.highlight.red:hover {
  background: none repeat scroll 0 0 #f9771a;
}

.module.sidebar {
  background-color: #000000!important;
}
