/* Opel CSS */


/* 
    Created on : March, 2018
    Author     : Ab6net
*/

body {
    background: url(../img/opel/bg-page.png) center top fixed no-repeat;
    margin: 0;
    padding: 0;
}


/* -- UTILITY -- */

.tab-content .glyphicon-ok {
    padding-right: 15px;
    color: #e6e6e6;
}

.center {
    text-align: center;
}


/*.page {position:relative; z-index:100;height: 100%;background: #fff;}*/


/* -- HEADER -- */

#back a,
#back a:focus {
    color: #007edb;
    font-size: 13px;
}

#header-loc,
#header-tel,
#back {
    text-align: left;
}

header {
    background: url(../img/peugeot/header-peugeot.jpg) no-repeat;
    background-color: #0c2c4b;
    padding: 15px 0;
    height: auto;
    color: #fff;
}

header .container {
    text-align: center;
}

#header-tel a {
    color: #fff;
}

#header-tel a:hover,
#header-tel a:active,
#header-tel a:focus {
    color: #007edb;
    text-decoration: underline;
}

#header-loc,
#header-tel {
    text-align: left;
}

#header-loc {
    margin-bottom: 12px;
}

.glyphicon-map-marker,
.glyphicon-earphone,
.glyphicon-time,
.glyphicon-calendar,
.glyphicon-home {
    padding-right: 15px;
}


/*#logo-home {margin-top:20px}*/

#bg-tel {
    background: -moz-linear-gradient(left, rgba(57, 196, 235, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(57, 196, 235, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(57, 196, 235, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#39c4eb', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    margin: 20px 0;
    height: 40px;
    width: 800px;
    padding-top: 5px;
}

#bg-tel p {
    font-family: 'Montserrat';
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    padding-left: 25px;
}

#bg-tel a {
    color: #fff;
}

#bg-tel a:hover,
#bg-tel a:active,
#bg-tel a:focus {
    color: #fff;
    text-decoration: none;
}


/* -- SEARCHBAR -- */

#searchbar {
    background: #fff;
    padding: 20px 0;
}

#searchbar a.flex-container-centered img {
    margin-right: 20px;
}

#searchbar a:hover {
    text-decoration: none;
}

#searchbar h2 {
    font-size: 20px;
    text-align: center;
}

#searchbar h2:after {
    content: '';
    background: url(../img/down-chevron.svg) center no-repeat;
    width: 15px;
    height: 14px;
    margin-left: 20px;
    background-size: 15px;
    display: inline-block;
}

#searchbar.int {
    background: #444;
}

.glyphicon-plus {
    padding-right: 20px;
}

#searcher {
    background: #fff;
}

#searcher .row.center {
    justify-content: center;
    position: relative;
    z-index: 10
}

#searcher form {
    overflow-x: hidden;
    padding: 30px 0;
    padding: 30px;
}

#searcher form .form-control {
    color: #000;
    background-color: #fafafa;
    border-radius: 0;
}

#searcher form .btn {
    font-weight: 600;
    justify-content: center;
    width: 100%;
    padding: 20px;
    border-radius: 0;
    background: #be0a26;
    color: #fff;
    min-height: 50px;
    min-width: 280px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

#searcher form .btn:before {
    content: '';
    background: url(../img/right-chevron.svg) center no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: 15px;
    display: inline-block;
}

#searcher .form-control {
    height: 50px;
    border-radius: 0;
    font-size: 14px;
}

#searcher #recherche {
    position: relative;
    bottom: 0;
}

.btn-item-rounded {
    font-weight: 600;
    justify-content: center;
    width: 100%;
    padding: 14px;
    border-radius: 0;
    background: #007edb;
    color: #fff;
    min-height: 50px;
    min-width: 280px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    /*padding: 20px;*/
    border: 2px solid #f7f7f7;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

.btn-item-rounded::before {
    content: '';
    background: url(../img/right-chevron.svg) center no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: 15px;
    display: inline-block;
}

.btn-item-rounded::after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 0%;
    background: #f7f7f7;
}

.btn-item-rounded:hover {
    border-radius: 30px;
    cursor: pointer
}


/* -- MENU -- */

.icon-bar {
    background-color: #0c1832;
}

.navbar {
    background-color: #007edb;
    margin-bottom: 0px;
    border-radius: 0;
}

.navbar-nav>.active>a {
    background-repeat: no-repeat;
    color: #0c1832;
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    text-decoration: none;
}

.nav>li>a {
    color: #fff;
    padding: 20px;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    /* color:#0c1832;*/
}

.menu {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

#navbar-menu-home {
    height: 85px;
    position: relative;
    background-color: #f3f3f3;
}

#navbar-menu {
    height: 85px;
    position: relative;
    background-color: #fff;
}

.nav-position {
    margin-top: 70px;
}


/* -- HOME -- */

#carousel-opel {
    background-color: #f3f3f3;
    padding: 25px 0 40px 0;
    text-align: center;
}

#carousel-opel h1,
.titre-home h1 {
    font-family: 'Montserrat';
    font-size: 25px;
    color: #0c1832;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 50px;
}

#carousel-opel h1 span,
.titre-home h1 span {
    font-weight: 300;
}

.carousel-control:hover,
.carousel-control:focus {
    background: none!important
}

#carousel-opel .carousel-inner>.item>img {
    margin: 0 auto !important
}

.titre-home {
    text-align: center;
    margin-top: 55px;
}

#cadre-vo {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0 15px;
    margin: 40px 0;
}

#cadre-vo #entete {
    background-color: #007edb;
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    height: 61px;
    padding-top: 9px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px;
}

#entete .glyphicon-plus {
    font-size: 20px;
    padding-left: 15px;
    padding-top: 10px;
}

#cadre-vo .form-group .input-lg {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 300;
    color: #666;
    border-radius: 0;
}

#cadre-vo .form-group {
    padding-top: 10px;
}

#cadre-demande {
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 40px 0;
}

#cadre-demande .top {
    background-image: url("../img/peugeot/bg-demande.jpg");
    background-repeat: no-repeat;
    height: 245px;
    margin-bottom: 16px;
}

.list-group {
    list-style-type: none;
}

.list-group>li>a {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    color: #666;
    padding-left: 20px;
}

.list-group li a:hover,
a:focus {
    color: #007edb;
}

.list-group li a:before {
    content: "→";
    color: #666;
    margin-right: 8px;
}

.list-group li a:after {
    content: '';
    display: block;
    height: 1px;
    background: #ddd;
    margin: 15px 0;
}

.list-group li:last-of-type a:after {
    height: 0;
    width: 0;
}

.bg-demande {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px 30px;
}

.bg-demande p {
    color: #666;
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

#liste-vo {
    margin-top: 37px;
}

#liste-vo .top-infos {
    padding: 5px 24px;
    margin: 30px 0;
}

#liste-vo .top-infos.flex-align {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.thumbnail {
    border: none;
    min-height: 500px;
}

.thumbnail img {
    object-fit: cover;
    height: 250px;
    width: 100%
}

.row .thumbnail .caption h3 {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    line-height: 22px;
}

.row .thumbnail .caption h3 span {
    font-size: 14px;
    font-weight: 300;
    min-height: 50px;
}

.row .thumbnail .caption .km_annee {
    display: flex;
    justify-content: flex-start;
}


/*.row .thumbnail .caption h3 span {font-size:14px; font-weight:300; min-height: 50px;display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}*/

.row .thumbnail .caption p.prix {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 700;
    color: #0c2c4b;
    text-transform: uppercase;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.btn-default {
    background-color: #007edb;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    padding: 16px 20px;
    margin-bottom: 25px;
    margin-top: 20px;
}

.btn-primary {
    background-color: #0c1a35;
    border: none;
    padding: 15px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
}

.btn-primary:before {
    content: url("../img/peugeot/picto-car.png");
    padding-right: 15px;
}

.navigation {
    text-align: center;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #0c1a35;
    border-color: #0c1a35;
}

.pagination>li>a:hover,
a:focus {
    background-color: #ddd;
}

.pagination>li>a,
.pagination>li>span {
    color: #0c1a35;
}


/* -- PAGES INTERIEURES -- */

.contain {
    background-color: white;
    padding: 10px;
}

.breadcrumb {
    background: none;
    border-radius: 0px;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    margin-top: 25px;
}

.breadcrumb>li a {
    font-size: 12px;
    color: #999;
}

#contenu-inst {
    padding-right: 15px;
    padding-left: 15px;
}

#contenu-inst p {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

#contenu-inst ul li {
    font-size: 16px;
}

#contenu-inst .qsn h1 {
    padding-bottom: 30px;
}

#map {
    margin-top: 25px;
}

#img {
    margin-top: 35px;
}

.pave h2 {
    font-family: 'Open Sans';
    font-weight: 400;
    color: #0c1835;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

#first-pave-h2 {
    margin-top: -10px;
}

#contenu-inst .contact p {
    margin-top: 30px;
}

#contenu-inst .pave p,
#contenu-inst .pave ul li,
#contenu-inst .contact p {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 22px;
}

#contenu-inst .pave p.mentions {
    font-size: 12px;
    color: #666;
    line-height: 14px;
}

#contenu-inst .pave a {
    background-color: #0c1835;
    font-size: 13px;
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    margin-top: 12px;
    text-transform: uppercase;
}


/* -- VO -- */

.titre h3 {
    font-family: 'Montserrat';
    font-size: 24px;
    color: #0c1835;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
}

.titre h3 span {
    font-weight: 400;
    font-size: 16px;
}

#prix p {
    color: #007edb;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.tab-infos .list-group li:nth-of-type(2n+1) {
    background-color: rgba(0, 0, 0, .05);
}

.tab-infos .list-group li {
    font-size: 14px;
    font-family: 'Open Sans';
    border-radius: 0;
}

.list-group-item {
    padding: 20px 15px;
}

.list-group-item span {
    font-weight: 300;
}

.tab-pane#contact label {
    font-weight: 400;
    text-transform: uppercase;
}

.tab-pane#partager .btn-info {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
}

.nav-tabs {
    display: inline-block;
    width: 100%;
}

.fiche {
    margin: 25px 0;
}

#desc .nav-tabs .nav-item {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

#desc .nav-tabs .nav-item a {
    color: #333;
}

#desc .nav-tabs .nav-item a#contact-tab {
    color: #48bbbd;
}

.nav-tabs>li>a {
    line-height: 3;
}

#fiche-vo-btn {
    background-color: #48bbbd;
    border-color: #48bbbd;
}

#fiche-vo-btn:hover {
    background-color: #259597;
    border-color: #259597;
}


/* -- VN -- */

#contenu-vn .row {
    margin-top: 30px;
}

#contenu-vn p {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 22px;
}

#contenu-vn .thumbnail-vn .caption h3 {
    font-size: 17px;
    color: #333;
    font-weight: 700;
}

#contenu-vn .thumbnail-vn .caption a.btn-default {
    background-color: #133d5f;
    font-size: 12px;
    font-weight: 300;
}

#contenu-vn .thumbnail-vn .caption a.btn-default:hover {
    background-color: #0c2d47;
    color: #fff;
}


/* -- FOOTER -- */

footer {
    background-color: #0c2c4b;
    margin-top: 55px;
}

footer .container {
    padding: 30px 0;
}

footer p {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 21px;
}

footer ul li a:hover,
a:focus,
a:active {
    color: #dfdfdf;
    text-decoration: underline;
}

footer h2 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

footer h2:after {
    content: '';
    display: block;
    height: 1px;
    width: 80%;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 20px;
}

#coordonnees {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
}

#phone,
#fb {
    margin-top: 25px;
}

#fb .follow {
    color: #fff;
    padding-top: 12px;
}

.separateur {
    border-right: 1px solid #fff;
    padding: 10px 7px;
}

.numb {
    padding-top: 9px;
}

#liste-menu>ul>li {
    list-style-type: none;
}

#liste-menu>ul>li>a {
    font-family: 'Open Sans';
    font-size: 13px;
    color: #fff;
    line-height: 21px;
}

#liste-menu>ul>li>a:before {
    content: "→";
    color: #fff;
    margin-right: 8px;
}

#copyright>p>a {
    font-family: 'Open Sans';
    font-size: 13px;
    color: #fff;
}

#copyright>p>a:hover,
a:focus,
a:active {
    color: #fff;
    text-decoration: underline;
}

.line {
    border-bottom: 1px solid #fefefe;
}

footer>.desc>p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    color: #fefefe;
    text-align: justify;
}

footer #copyright a.pro-area {
    font-size: 1.45em!important;
    font-weight: 700;
}


/* -- LOGIN ADMIN -- */

.admin-connect .btn-primary:before {
    content: '';
    padding-right: 0;
}


/* -- MEDIA-QUERIES -- */

@media(max-width:767px) {
    body {
        background: none;
    }
    .thumbnail {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    #liste-vo .top-infos.flex-align {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    header #logo-home {
        margin-top: 20px;
    }
    header #logo-home .img-responsive {
        display: inline;
    }
    #back {
        margin-bottom: 25px;
    }
}