html, body {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 1;
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

.navbar {
    background-color: #fff;
    border: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin: 0;
}

.header-top {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.header-top .container {
    box-shadow: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.header-top .container .navbar-header {
    float: none;
}

.navbar .navbar-brand {
    color: #c42e29;
    display: inline-block;
    float: none;
    font-size: 24px;
    font-weight: 300;
    height: auto;
    padding: 30px 15px 30px 0;
}

.header-bottom {
    background-color: #c42e29;
}

.navbar-toggle {
    border: none;
    background: #c42e29;
    margin-top: 30px;
    border-radius: 0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #c42e29;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.collapse.in li a {
    padding: 10px;
}

@media (min-width: 768px){
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}


@media (max-width: 768px){
    .navbar .navbar-brand {
        padding: 15px;
    }
    .navbar .navbar-brand img {
        height: 6rem;
    }
    #navbar.in li {
        width: 100%;
    }
}

#navbar {
    border: none;
    margin: 0;
    box-shadow: none;
    width: 100%;
    text-align: center;
}

#navbar li {
    display:inline-block;
    float:none;
}

#navbar > li:hover > a {
    background-color:  rgba(0,0,0,0.2) !important;
}

.nav li a {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    color: #fff !important;
    font-size: 16px;
    font-weight: 300;
    padding: 20px;
}

.content {
    margin: 0 auto;
    max-width: 1500px;
}

.bg {
    background-repeat: no-repeat;
    background-position: center center;
    /*background-attachment: fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#hp {
    /*background-image: url("hp_background.jpg");
    min-height: 1040px;*/
}

#hp h1 {
    color: white;
    line-height: 58px;
    margin: 300px auto;
    font-weight: lighter;
    max-width: 750px;
}

#interventions {
    background-image: url("interventions_background.jpg");
    min-height: 1040px;
}

#interventions ul {
    color: white;
    font-style: italic;
    font-weight: 300;
}

#interventions h4 {
    margin-top: 26px;
}

#hp ol li {
   list-style-type: none;
}

#hp ol li:before {
   content: '- ';
}

#actifs {
    background-image: url("actifs_background.jpg");
    min-height: 1040px;
}

.actifs-g ul {
    color: white;
    font-style: italic;
    font-weight: 300;
}

.clients ul {
    color: white;
    margin-top: 24px;
    line-height: 36px;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
}

#actifs h4{
    margin-top: 24px;
}

#references {
    background-image: url("references_background.jpg");
}

#references .greybg {
    margin-top: 100px;
    margin-bottom: 100px;
}

#references .col-md-3 {
    padding-top: 30px;
    padding-bottom: 30px;
}

#contact {
    background-image: url("contact_background.jpg");
    min-height: 1040px;
}

#contact h3 {
    font-weight: initial;
}

.bluebg {
    background: rgba(53, 116, 184, 0.74);
}

.greybg {
    background: rgba(255, 255, 255, 0.6);
}

.redbg {
    background: #a94242a1;
}

.block h2 {
    color: white;
    margin-top: 80px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px;
}

.block h4 {
    color: white;
    margin-top: 10px;
    margin-bottom: 5px;
    font-style: italic;
    font-size: 16px;
}

.args h3 {
    color: white;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 30px;
    font-weight: bold;
}

.args a,
.args p {
    color: white;
    font-style: italic;
}

.args ul {
    padding-left: 20px;
}

.args {
    padding: 20px;
    padding-bottom: 80px;
}

#gmap {
    width: 100%;
    left: 0px;
    position: relative;
    margin-bottom: 20px;
}

.fixh {
height: 685px;
}

#backToTop {
    background: #c42e29;
    margin: 0;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #ffffff;
    padding: 20px;
    border-radius: 4px;
    font-size: 30px;
    line-height: 0;
}


#copyright {
background: linear-gradient(to bottom, rgb(201, 104, 103) 0%, rgb(196, 46, 42) 100%);    
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6898c9', endColorstr='#5786be', GradientType=0 );
    color: white;
    padding: 20px;
}

#copyright a {
    color: white;
}

#infos {
    color: white;
    background: rgba(104,152,201,1);
    padding-top: 300px;
}

.bordered {
    border: 2px solid rgba(0,0,0,0.5);
    padding: 10px;
}