body {
    background-color: #f5f5f5;
    padding-top: 10px;
    font-family: 'Raleway', sans-serif;
}

a {
    color: #33cccc;
}

a:hover {
    color: #33cccc;
}

#particules {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-title-content {
    padding-top: 10px;
}

@media (min-width: 768px) {
    .navbar-brand {
        padding: 5px;
    }

    .navbar-default {
        height: 70px;
    }

    .navbar-nav {
        line-height: 70px;
    }

    .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
        line-height: 70px;
        padding: 5px 20px;
        color: #A7A7A7;
        transition: all ease 0.5s;
        text-decoration: none !important;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: white;

    }

    .navbar-nav > li > .dropdown-menu {
        border: 1px solid #e8e8e8;
        box-shadow: none;
        margin-top: -30px;
        border-radius: 0;
        transition: all ease 0.5s;
    }

    .navbar {
        margin-bottom: 0;
    }

    .main-title-content {
        padding-top: 10px;
        height: 400px;
    }
}

.main-title {
    background-color: #33cccc;
    color: #ffffff;
    padding-top: 130px;
    height: 400px;
}

.navbar-default {
    background-color: white;
    border: none;
    border-radius: 0;
}

.dropdown-menu > li > a {
    color: #A7A7A7;
    transition: all ease 0.5s;
}

.dropdown-menu > li > a:hover {
    color: #969696;
    background-color: rgba(0, 0, 0, 0.05);
}

.main-content {
    margin-top: 10px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;

}

.main-content.navigation {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 3px solid limegreen;
}

.carousel, .item, .active {
    height: 100%;
}

.slideshow {
    border-top: 3px solid salmon;
}

.carousel-inner {
    height: 100%;
}

.fill {

    height: 300px;
    background-position: center;
    background-size: cover;
}

.carousel-control {
    position: absolute;
    top: 50%;
    left: 9px;
    right: 9px !important;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 50px;
    font-weight: 100;
    line-height: 27px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.title-container {
    padding-top: 0;
    padding-bottom: 0;

}

.title-container h1 {

    font-size: xx-large;
    font-size: -webkit-xxx-large;
}

.contact-info {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact h2 {
    text-align: center;
}

.footer {
    padding: 0px 15px;
    border-top: 3px solid #99cc00;
}

.copyright {
    color: #dfdfdf;
    background-color: #3C3A3A;
}

.copyright p {
    line-height: 50px;
    margin: 0;
}

.links {
    color: #dfdfdf;
    background-color: #656565;
}

.nav > li > a {
    color: #dfdfdf;
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active {
    background-color: transparent;
    text-decoration: underline;
}

.marques {
    border-top: 3px solid #9acfea;
}

.contact {
    border-top: 3px solid pink;

}

.marques .div-img {
    text-align: center;
    margin-bottom: 5px;
}

.marques h2 {
    text-align: center;
    margin-bottom: 20px;
}

.marques img {
    filter: gray;
    -webkit-filter: grayscale(100%);
    /*zoom*/
    display: inline-block;
    border: 0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.marques img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    /*zoom*/
    box-shadow: 1px 10px 15px 0 rgba(0, 0, 0, 0.05);
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.0);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.0);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.0);
    transition: all 200ms ease-in;
    transform: scale(1.0);
}

.page-content {
    border-top: 3px solid #9acfea;
}

.title-page {
    background-color: #33cccc;
    color: #ffffff;
}

.title-page h1 {
    text-align: center;
}

.reparation {
    border-top: 3px solid #9acfea;
}

.reconditionnement {
    border-top: 3px solid salmon;
}

.garanties {
    border-top: 3px solid burlywood;
}

h2 {
    text-align: center;
}

.reparation img {
    /*zoom*/
    display: inline-block;
    border: 0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(0.8);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(0.8);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(0.8);
    transition: all 200ms ease-in;
    transform: scale(0.8);
}

.reparation img:hover {
    /*zoom*/
    z-index: 2;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    left: 0;

}

.article-carousel {
    width: 400px;
    height: 250px;
    float: right;
    display: inline-block;
}

.panel-default, .panel-group .panel {
    border-radius: 0;
    border: 0px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border: 0px;
    border-top: 2px solid #99cc00;
    border-radius: 0;

}

.list-group-item {

    border-top: 3px solid salmon;
    border-radius: 0 !important;
    border-left: 0;
    border-right: 0px;
}

.article-liste-div {
    height: 100px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 10px 0px;

}

.article-liste-div:hover {
    -webkit-box-shadow: 3px 3px 15px 0px rgba(140, 140, 140, 1);
    -moz-box-shadow: 3px 3px 15px 0px rgba(140, 140, 140, 1);
    box-shadow: 3px 3px 15px 0px rgba(140, 140, 140, 1);
}

.article-image {
    vertical-align: middle;
    max-height: 83px;
    max-width: 132px;
    text-align: center;
}

.article-title-a {
    font-size: medium;
}