
.navbar-default {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
}

.navbar {
    border-radius: 4px;
}

body {
    font-family: 'Varela Round', Arial, serif;
    background-color: #476735;
}

footer, header {
    background-color: #476735;
    color: #FCFFFA;
    padding: 10px 0px 0px 0px;
}

footer {
    font-size: 11px;
}

footer a {
    color: #FCFFFA;
}

footer a:hover {
    color: #FCFFFA;
}

.navbar-default .navbar-nav > li > a {
    color: #EAF3EE;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 36px;;
/ / letter-spacing: 1 px;
}

.nav > li > a {
    padding: 14px 13px !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default {
    background-color: rgba(231, 231, 231, 0);
    text-decoration: underline;
    color: #03CDA7;;;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #03CDA7;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #03CDA7;
    background-color: transparent;
}

#home {
    line-height: 10px;
    margin-bottom: 150px;
}

#home h1 {
    color: #476735;
    text-transform: capitalize;
    font-size: 29px;
    letter-spacing: 4px;
}

#home span#racine {
    color: #fff;
    font-size: 84px;
    margin-left: 140px;
    margin-bottom: 0px;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
}

#logo {
    position: absolute;
    margin-top: 2px;
    cursor: pointer;
    margin-left: 0px;
    width: 243px;
}

#main-container {
    background-color: #03CDA7;
    padding-top: 70px;
    padding-bottom: 100px;
}

div#main-container {
}

header {
    background: url('../images/top.png');
    background-position: right bottom;
    background-color: #658057;
}

.navbar {
    margin: 0px;
}

.projet-titre {
/ / text-transform: uppercase;
}

a.projet, a.projet:hover {
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
}

h1 {
    font-family: 'Raleway', sans-serif

}

.col-xs-8 h1 {
    margin-bottom: 20px !important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 7px;
}

.consulter-realisation {
    position: absolute;
    top: 60px;
    left: 21%;
    font-size: 27px;
    opacity: 0;
}

.line-img {
    margin-top: 20px;
}

a:hover .consulter-realisation {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 1;
}

.home-bloc {
    margin-top: 193px;
}

header .fa-home {
    font-size: 20px;
}

img#temoignages {
    height: 40px;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a {
        color: #EAF3EE;
        text-decoration: none;
        line-height: 19px;
        font-size: 19px;
        margin-top: -7px;
        text-align: center;
        text-transform: capitalize;
    }

    .navbar-collapse.in {
        overflow-x: hidden !important;
    }

    header {
        background: url('#') !important;
        background-color: #476736 !important;
    }

    .line-img {
        margin-top: 0px;
    }

    .line-img img {
        margin-top: 5px;
    }

    #home span#racine {
        color: #476735;
        font-size: 78px !important;
        margin-left: 0px !important;
        margin-top: 100px !important;
        display: inline-block !important;
    }

    .home-bloc {
        margin-top: 50px;
    }

    img#temoignages {
        height: 55px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        line-height: 19px;
        font-size: 10px;
        margin-top: -7px;
    }

    header .fa-home {
        font-size: 16px;
    }

    header {
        background: url('#') !important;
        background-color: #476736 !important;
    }
}

@media (min-width: 1200px) {
}