body {
  font-weight: 300;
  line-height: 1.5em;
}
body_bg {
  url ('images/bg_nouveau.jpg');
  background-size:cover;
  position: fixed;
}
#container_bottom1_modules {
  background-color: rgba(0, 0, 0, 0.9)!important;
}
.hornav .mod-menu {
   flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.maincontent a:link, .maincontent a:visited, .sidecol_b a:link, .sidecol_b a:visited {
  font-weight:bold;
}

.maincontent {
  padding: 40px 50px;
}

.left.item-image {
  padding-right: 10px;
}
a:hover {
color:#000000;
}
b, strong {
  font-weight: 600;
}
.header_main {
  background-color: rgba(0, 0, 0, 0.75);
  padding:0px;
}
.logo {
  padding-top:10px;
  padding-bottom:0px;
}
.header_nav {
  background-color: rgba(0, 0, 0, 0.75);
  margin-bottom:45px;
  padding-top:5px;
  padding-bottom:10px;
}
.hornav > ul  {
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size:18px;
} 
.hornav > ul > li  {
  border-right:1px solid #fff;
} 
.hornav > ul > li > a:hover {
 color:#c00000;
} 
.hornav > ul > li > a, .hornav > ul > li > span {
  padding: 5px 15px;
}
.hornav > ul > li > ul, .hornav > ul > li > ul > li > ul, .hornav > ul > li > ul > li > ul > li > ul {
  top: 45px;
}
.hornav > ul > li > a::after, .hornav > ul > li > span::after {
  height: 2px;
}
.hornav > ul > li:last-of-type {
  border-right: none;
}
.sidecol_block {
  padding: 20px;
}
.sidecol-b .module_surround {
  padding: 5px;
}
.sidecol-a:first-of-type .module:first-of-type .module_surround, .sidecol-b:first-of-type .module:first-of-type .module_surround {
  margin-bottom: 15px;
  padding-top:20px;
}

h1 {
  font-family: "Vast Shadow", serif;
 font-size: 32px;
 text-transform:uppercase;
}
h2, h3, h4 {
  font-family: 'Open Sans Condensed', sans-serif !important;
}
h2.mod_standard {
  font-family: 'Open Sans Condensed', sans-serif;
}
h3 {
  color:#000000;
  font-weight:500;
}
li {
  line-height: 1.25em;
  font-weight: 300;
}

.module .module_content ul.mod-list li a, .module_menu .module_content ul.mod-list li a {
  opacity: 1;
  color: #C00000;
}
.module .module_content ul.mod-list li a:hover, .module_menu .module_content ul.mod-list li a:hover {
  color: #000000;
}

#digi_showcase_carousel .slick-slide img {
  max-width: 175px;
}



/******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;
}
.jux-content-slider-wrapper .item .jux-content-inner {
  padding: 3px;
}

/* 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;
}
