body {
    padding-top: 144px;
}
#mainHeader {
    background: none;
}
.navbar-brand img {
    max-height: 80px;
}
#page-1 .navbar-brand img {
    max-height: 110px;
}
#page-1 .fixed .navbar-brand img {
    max-height: 70px;
}
#page-1 .fixed #mainHeader {
    background: rgba(0, 0, 0, 0.5);
}
.fixed .navbar-brand img {
    max-height: 70px;
}
#mainMenu .navbar-nav {
    top: 0;
}
ul.navbar-nav > li.primary > a.firstLevel {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    -ms-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    -o-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}
ul.navbar-nav > li.primary > a.firstLevel.active, ul.navbar-nav > li.primary > a.firstLevel:hover, ul.navbar-nav > li.primary > a.firstLevel:focus {
    border: 0;
}
.fullSized.royalSlider {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%!important;
    width: 100%;
    overflow: hidden;
}
body#page-1 {
    padding: 0;
}
#content.home {
    padding-top: 134px;
    padding-bottom: 130px;
    background: rgba(0, 0, 0, 0.45);
    position: relative;
    z-index: 100;
    min-height: 750px;
}
#content.home h1 {
    margin-top: 130px;
}
#content.home h1,
#content.home h2 {
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    -ms-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
    -o-text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}
#content.home p {
    color: #fff;
}
#article-5 h3::before,
#article-6 h3::before,
#article-7 h3::before {
    display: block;
    margin-bottom: 10px;
}
#article-5 h3::before {
    content: url("../images/skibus-picto.png");
}
#article-6 h3::before {
    content: url("../images/piscine-picto.png");
}
#article-7 h3::before {
    content: url("../images/marker-picto.png");
}
#article-5 .isotopeContent,
#article-6 .isotopeContent,
#article-7 .isotopeContent {
    color: #fff;
    border: 0;
    text-align: center;
}
#article-5 h3,
#article-6 h3,
#article-7 h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}
#article-5 p,
#article-6 p,
#article-7 p {
    color: #fff;
}
#article-5 .isotopeContent {
    background: rgba(47, 121, 197, 0.6);
}
#article-6 .isotopeContent {
    background: rgba(47, 197, 149, 0.6);
}
#article-7 .isotopeContent {
    background: rgba(213, 171, 74, 0.6);
}
body:not(#page-1) #mainHeader {
    background: url("../images/page-header.jpg") no-repeat center 0;
}
footer {
    position: relative;
    z-index: 100;
    background: #131313;
}
@media(max-width: 767px){
    .navbar-brand img,
    .fixed .navbar-brand img,
    #page-1 .navbar-brand img,
    #page-1 .fixed .navbar-brand img {
        max-height: 60px;
    }
    body {
        padding-top: 124px;
    }
    #mainHeader {
        background: #444;
    }
    #content.home h1 {
        margin-top: 20px;
        font-size: 26px;
    }
    #content.home h2 {
        font-size: 20px;
    }
}
