/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}


.navbar .navbar-brand .navbar-default .navbar-fixed-top .navbar-inverse .top-nav-collapse {
        background:#fff;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #669933;
}
.navbar-default .navbar-text {
    color: #669933;

}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #669933;
}

}
.navbar-default .navbar-nav > li > a {
    color: #669933;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #669933;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        background:#fff;

        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-collapse {
    background:#fff;
    }

    .top-nav-collapse {
        padding: 0;
    }
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.section-1 {
    display: table;
    height: 600px;
    width: 100%;
    padding-top:50px;
    text-align: center;
    background: url(../img/gantsales.png) 60% 0 no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.section-1 h1 {
    text-align:center;
    padding-top:125px;
    font-size: 60px;
    color:#fff;
    left:180px;
    top:150px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);

}

.section-1 h2{
    font-size:30px;
    color:#fff;
    left:160px;
    top:200px;
    text-align:center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);

}


.section-1bis {
    display: table;
    padding-top: 50px;
    text-align:justify;
    height: 100%;
    width: 100%;

}

.section-2{
    display: table;
    height: 100%;
    width: 100%;
    padding-top: 50px;
    text-align: justify;
    background: #ededed;
}

.section-2bis{
    border:#555 20px solid; 
    opacity:80;
}

.section-3 {
    display: table;
    height:100%;
    width: 100%;
    padding-top: 100px;
    text-align: left;
    background: #fff;
}

.section-3bis{
    background-color: #555;
    padding-top:100px;
    font-size: 35px;
    text-align:center;
    color: #fff;
    height:150px;

}

.triangle {
float: left;
margin-top: 47px;
margin-left: 650px;
border-style: solid;
border-width: 20px 10px 0 10px;
border-color: #555 transparent transparent transparent;
}

.section-4 {
    display: table;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    text-align: left;
    background: #ededed;
}
.section-5 {
      display: table;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    text-align: left;
    background: #fff;
}


.section-5bis{

    background-color: #555;
    padding-top:100px;
    font-size: 35px;
    text-align:center;
    color: #fff;
    height:150px;

}

.triangle {
float: left;
margin-top: 47px;
margin-left: 650px;
border-style: solid;
border-width: 20px 10px 0 10px;
border-color: #555 transparent transparent transparent;
}


.section-6 {
      display: table;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    text-align: left;
    background: #fff;
}

.section-6bis {
    display: table;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    text-align: left;
    background: #;
}



.section-tria{
    background-color: #555;
    padding-top:100px;
    font-size: 35px;
    text-align:center;
    color: #fff;
    height:150px;

}

.triangle {
float: left;
margin-top: 47px;
margin-left: 650px;
border-style: solid;
border-width: 20px 10px 0 10px;
border-color: #555 transparent;
}




.section-6ter {
    display: table;
    height: 100%;
    width: 100%;
    padding-top: 150px;
    text-align: left;
    background: #ededed;
}
.section-7 {
      display: table;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    text-align: left;
    background: #fff;
}

.section-7bis{
    background:url(../img/mousseverte.png) no-repeat fixed;
    padding-top:100px;
    font-size: 35px;
    text-align:center;
    overflow: hidden;
    color: #fff;
    height:250px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}
.section-8 {
    display: table;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    text-align: left;
    background: #ededed;
}
.section-8bis{
    background:#333;
    padding-top:20px;
    font-size: 12px;
    text-align:left;
    color: #fff;
    width:100%;
    height:250px;
}
footer {
    background:#669933;
    height:20px;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}