﻿.navbar {
    margin-bottom: 0;
    border-radius: 0;
    background-color: #ffffff;
}

.navbar-brand {
    padding: 5px 5px;
}

.navbar-toggle {
    padding: 0px 0px;
    margin-right: 0px;
}

.row.content {
    /*height: 450px;*/
}

.sidenav {
    background-color: #f1f1f1;
    height: 100%;
}

footer {
    background-color: rgba(75, 6, 166, 0.7);
    color: white;
    padding: 15px;
}

.icon-bar {
    background-color: black;
}

li.active {
    color: #800080;
    background-color: rgba(128, 0, 128, 0.2);
}

.nav > li > a {
    color: #800080;
}

    .nav > li > a:hover, .nav > li > a:focus {
        color: #800080;
        background-color: rgba(128, 0, 128, 0.2);
    }

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

/*.dropdown-menu {
            background-color: rgba(128, 0, 128, 0.7);
        }*/

.dropdown-menu > li > a {
    color: #800080;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #800080;
        background-color: rgba(128, 0, 128, 0.2);
    }

.row.content {
    padding-top: 50PX;
}

.navbar-collapse.in {
    /*background-color: rgba(75, 6, 166, 0.7);*/
}

html, body, .container-fluid.fullsize, .row {
    /*height: 100%;*/
}

    /* Set height of the grid so .sidenav can be 100% (adjust if needed) */
    .row.content {
        margin-right: 0px;
        margin-left: 0px;
    }

/* Set gray background color and 100% height */
.sidenav {
    background-color: #f1f1f1;
    height: 100%;
}

/* Set black background color, white text and some padding */
footer {
    background-color: #555;
    color: white;
    padding: 15px;
}

/*Page d'accueil*/
.hero-image {
    background-image: url("../../Content/images/LandScapes/MountainTop.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-left: -15px;
    margin-right: -15px;
}


.hero-text {
    text-align: center;
    height: 100%;
}

    .hero-text.svg-content {
        background-color: transparent;
        display: block;
        margin: auto;
        height: 100%;
    }

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {
        height: auto;
    }

    .img-responsive {
        width: 30%;
    }

    /*.navbar {
        display : none;
    }

    .hero-image {
        display: block;
    }*/
}

