/* Style Perso */

.site_logo, .site-description, .site-description h1 {
	display: none;
}

.headerbar {
    background-color: transparent;
    background-image: url("./images/header_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 300px;
    border-radius: 7px;
    position: relative;
} 

@media (max-width: 600px) {
    .headerbar {
        width: auto; 
        height: 90px; 
        object-fit: cover;
        object-position: center;        
        }
   .logo {
      display: inline-block;
      width: auto;
      height: auto;
      }
   .logo:hover {
      text-decoration: none;
      }
   }
@media (max-width: 950px) {
   .logo {
      display: inline-block;
      width: auto;
      height: auto;
      }
   .logo:hover {
      text-decoration: none;
      }
}

/* colours.css changes */
html, body {
   background-color: #ACA8A1;
}

body.simple {
   min-height: 100%;
   padding: 0 5px;
}

.wrap {
   border: 2px solid #FFF;
   border-radius: 15px;
   box-shadow: 0 0 5px 2px #9D9A93, inset 0 3px 18px rgba(100, 100, 100, .25);
   margin: 0 auto;
   max-width: 1152px;
   padding: 13px 23px;
}

.search-header {
   box-shadow: 0 0 10px #505C65;
}

.navbar {
   background-color: #DCDEE2;
}

.forabg, .forumbg {
   background-color: #505C65;
   background-image: -moz-linear-gradient(top, #7C8891 0%, #7C8790 4%, #76828B 10%, #5B666F 29%, #505C65 38%, #505C65 100%);
   background-image: linear-gradient(to bottom, #7C8891 0%, #7C8790 4%, #76828B 10%, #5B666F 29%, #505C65 38%,#505C65 100%);
   background-repeat: repeat-x;
}

.copyright a {
   color: #000000 !important;
}

li.row {
   background-color: #E8ECEE;
}

li.row:hover {
   background-color: #EBEFF1;
}

li.row.bg3 {
   background-color: #F0F4F6;
}

li.row.bg3:hover {
   background-color: #F4F8FA;
}

.jumpbox-cat-link {
   background-color: #505C65;
   background-image: -moz-linear-gradient(top, #7C8891 0%, #7C8790 4%, #76828B 10%, #5B666F 29%, #505C65 38%, #505C65 100%);
   background-image: linear-gradient(to bottom, #7C8891 0%, #7C8790 4%, #76828B 10%, #5B666F 29%, #505C65 38%,#505C65 100%);
   background-repeat: repeat-x;
   color: #FFFFFF;
}

.jumpbox-sub-link {
   background-color: #E8ECEE;
}

/* Note boxes */
.document, .section {
   background-color: #ebebeb;
   border: 1px solid #bbb;
   color: #333;
   border-radius: 5px;
   font-size: 12px;
   padding: 7px;
   text-align: justify;
   margin: 2em !important; /* Needed because there is inline styling in the docs :( */
}

.note {
   background-color: #e0eeff;
   border-color: #6b92bd;
   color: #115098;
}

.important {
   background-color: #fff1e1;
   border-color: #cd7900;
   color: #333300;
}

.tip {
   background-color: #e5ffdf;
   border-color: #43a347;
   color: #043300;
}

.warning {
   background-color: #ffdfdf;
   border-color: #a30004;
   color: #330002;
}

.note h3.title, .important h3.title, .tip h3.title, .warning h3.title {
   color: inherit;
   font-size: 13px;
   margin-top: 0;
   padding-top: 0;
}

.warning h3.title {
   color: #D21A4E
}

.note p, .important p, .tip p, .warning p {
   font-size: 12px;
   margin-bottom: 0;
}

