@charset "UTF-8";
/** Theme IMEXSO AUCTIONS* Version 1.0* Auth: Nickel **/

body {
    padding: 0;
    color: #002c39;
    font-weight: 400 !important;
    font-family: 'Titillium Web', sans-serif !important;
}
* {
    outline: none;
}
/** --------------------------------COLORS, BACKGROUNDS AND BORDERS **/
.color0 {
    color: #ffffff !important;
}
.color00 {
    color: #000000 !important;
}
.color1 {
    color: #ffdd00 !important;
}
.color7 {
    color: #b5d7d9 !important;
}
.color6 {
    color: #5ca8b8 !important;
}
.color9 {
    color: #138198 !important;
}
.color8 {
    color: #002c39 !important;
}
.color10 {
    color: #e8e6e5 !important;
}
.color11 {
    color: #d9d9d8 !important;
}
.color12 {
    color: #bfbfbd !important;
}
.color20 {
    color: #ff2727 !important;
}
.color21 {
    color: #0ec50e !important;
}
.color25 {
    color: #ff6800 !important;
}
/* Backgrounds */
.bg-color0 {
    background-color: #ffffff !important;
}
.bg-color00 {
    background-color: #000000 !important;
}
.bg-color1,.bg-yel {
    background-color: #ffdd00 !important;
}
.bg-color4 {
    background-color: #f1f7fd !important;
}
.bg-color5 {
    background-color: #93ceda !important;
}
/*.bg-color7 {
	background-color: #b5d7d9 !important;
}
*/
.bg-color7 {
    background-color: #e4fdff !important;
}
.bg-color6 {
    background-color: #5ca8b8 !important;
}
.bg-color9 {
    background-color: #138198 !important;
}
.bg-color9b {
    background-color: #008297 !important;
}
.bg-color8 {
    background-color: #002c39 !important;
}
.bg-color10 {
    background-color: #e8e6e5 !important;
}
.bg-color11 {
    background-color: #d9d9d8 !important;
}
.bg-color12 {
    background-color: #bfbfbd !important;
}
.bg-color20 {
    background-color: #ff2727 !important;
}
.bg-color21 {
    background-color: #00d836 !important;
}
.bg-color25 {
    background-color: #ff6800 !important;
}
/** ------------------------------------ MARGINS AND PADDINGS **/
.px-1p {
    padding: 0 1px !important;
}
.px-2p {
    padding: 0 2px !important;
}
.px-3p {
    padding: 0 3px !important;
}
.px-4p {
    padding: 0 4px !important;
}
.px-5p {
    padding: 0 5px !important;
}
.py-1p {
    padding: 1px 0 !important;
}
.py-2p {
    padding: 2px 0 !important;
}
.py-3p {
    padding: 3px 0 !important;
}
.py-4p {
    padding: 4px 0 !important;
}
.py-5p {
    padding: 5px 0 !important;
}
.p-1p {
    padding: 1px !important;
}
.pl-1p {
    padding-left: 1px !important;
}
.pr-1p {
    padding-right: 1px !important;
}
.pt-1p {
    padding-top: 1px !important;
}
.pb-1p {
    padding-bottom: 1px !important;
}
.p-2p {
    padding: 2px !important;
}
.pl-2p {
    padding-left: 2px !important;
}
.pr-2p {
    padding-right: 2px !important;
}
.pt-2p {
    padding-top: 2px !important;
}
.pb-2p {
    padding-bottom: 2px !important;
}
.p-3p {
    padding: 3px !important;
;
}
.pl-3p {
    padding-left: 3px !important;
}
.pr-3p {
    padding-right: 3px !important;
}
.pt-3p {
    padding-top: 3px !important;
}
.pb-3p {
    padding-bottom: 3px !important;
}
.p-4p {
    padding: 4px !important;
;
}
.pl-4p {
    padding-left: 4px !important;
}
.pr-4p {
    padding-right: 4px !important;
}
.pt-4p {
    padding-top: 4px !important;
}
.pb-4p {
    padding-bottom: 4px !important;
}
.p-5p {
    padding: 5px !important;
;
}
.pl-5p {
    padding-left: 5px !important;
}
.pr-5p {
    padding-right: 5px !important;
}
.pt-5p {
    padding-top: 5px !important;
}
.pb-5p {
    padding-bottom: 5px !important;
}
@media (max-width: 768px) {
    px- * {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    pr- * {
        padding-right: 15px;
    }
    [class^="pr-"],[class*=" pr-"] {
        padding-right: 15px !important;
    }
    [class^="pl-"],[class*=" pl-"] {
        padding-left: 15px !important;
    }
    [class^="px-"],[class*=" px-"] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}
.m-1p {
    margin: 1px;
}
.m-2p {
    margin: 2px;
}
.m-3p {
    margin: 3px;
}
.m-4p {
    margin: 4px;
}
.m-5p {
    margin: 5px;
}
.mx-1p {
    margin: 0 1px;
}
.mx-2p {
    margin: 0 2px;
}
.mx-3p {
    margin: 0 3px;
}
.mx-4p {
    margin: 0 4px;
}
.mx-5p {
    margin: 0 5px;
}
.my-1p {
    margin: 1px 0;
}
.my-2p {
    margin: 2px 0;
}
.my-3p {
    margin: 3px 0;
}
.my-4p {
    margin: 4px 0;
}
.my-5p {
    margin: 5px 0;
}
.mb-1p {
    margin-bottom: 1px;
}
.mb-2p {
    margin-bottom: 2px;
}
.mb-3p {
    margin-bottom: 3px;
}
.mb-4p {
    margin-bottom: 4px;
}
.mb-5p {
    margin-bottom: 5px;
}
/** ------------------------------------------------- HEIGHTS **/
.h100 {
    height: 100%;
}
/** ------------------------------------------------- WIDTHS **/
.w-10pc {
    width: 10% !important
}
.w-20pc {
    width: 20% !important
}
.w-25 {
    width: 25% !important
}
.w-50 {
    width: 50% !important
}
.w-75 {
    width: 75% !important
}
.w-80pc {
    width: 80% !important
}
.w-90pc {
    width: 90% !important
}
.w-100 {
    width: 100% !important
}
/** -------------------------------- BORDERS & BORDERS COLORS **/
.bord-1 {
    border: solid 1px #000;
}
.bord-r-1 {
    border-right: solid 1px #000;
}
.bord-r-2 {
    border-right: solid 2px #000;
}
.bord-r-3 {
    border-right: solid 3px #000;
}
.bord-b-1 {
    border-bottom: solid 1px #000;
}
.bord-b-2 {
    border-bottom: solid 2px #000;
}
.bord-b-3 {
    border-bottom: solid 3px #000;
}
.bord-t-1 {
    border-top: solid 1px #000 !important;
}
.bord-t-2 {
    border-top: solid 2px #000;
}
.bord-t-3 {
    border-top: solid 3px #000;
}
.bord-l-1 {
    border-left: solid 1px #000;
}
.bord-l-2 {
    border-left: solid 2px #000;
}
.bord-l-3 {
    border-left: solid 3px #000;
}
/* Border colors */
.bord-color0 {
    border-color: #ffffff !important;
}
.bord-color00 {
    border-color: #000000 !important;
}
.bord-color1,.bg-yel {
    border-color: #ffdd00 !important;
}
.bord-color7 {
    border-color: #b5d7d9 !important;
}
.bord-color6 {
    border-color: #5ca8b8 !important;
}
.bord-color9 {
    border-color: #138198 !important;
}
.bord-color8 {
    border-color: #00212b !important;
}
.bord-color10 {
    border-color: #e8e6e5 !important;
}
.bord-color11 {
    border-color: #d9d9d8 !important;
}
.bord-color12 {
    border-color: #bfbfbd !important;
}
.bord-color25 {
    border-color: #ff6800 !important;
}
/** ------------------------------ GENERAL CLASSES AND STYLES **/
img {
    width: 100%;
    height: auto;
}
hr {
}
.hide {
    display: none;
}
.fleft {
    float: left;
}
.border_block {
    border-style: solid;
    border-width: 1px;
}
.fright {
    float: right;
}
.clearfix {
    overflow: auto;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.inactiveLink {
    pointer-events: none !important;
    cursor: default !important;
}
.opacity0_5 {
    opacity: 0.5 !important;
}
.round {
    border-radius: 50px;
}
.block {
    display: block !important;
    width: 100% !important;
}
ul {
    list-style-position: inside;
    margin-left: 25px;
}
ul li {
    list-style-type: disc;
}
ul.navbar-nav li,ul.nav-tabs li {
    list-style-type: none !important;
}
.shadowed {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* animate on scroll */
.hiddenImg {
    visibility: hidden;
}
.visibleImg {
    visibility: visible;
}
/* Animated background */
.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #e00420;
    background: linear-gradient(to right, #bf182d 8%, #ce162e 18%, #e00420 33%);
    background-size: 800px 104px;
    position: relative;
}
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
/* Animation : rotate */
.rotate {
    animation: rotation 1.2s linear;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(179deg);
    }
}
/* Animation enter from left */
/* same height columns*/
.col-container {
    display: table;
    /* Make the container element behave like a table */
    width: 100%;
    /* Set full-width to expand the whole page */
}
.col-cell {
    display: table-cell;
    /* Make elements inside the container behave like table cells */
    vertical-align: top !important;
    width: auto !important;
    padding-right: 0px !important;
}
@media only screen and (max-width: 600px) {
    .col {
        display: block;
        width: 100%;
    }
}
/* // same height columns*/
td, th {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
/** -------------------------------------------- TEXTS STYLES **/
/* Titles */
h1 {
    font-size: 37px;
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 25px;
    margin: 0;
    padding: 0;
}
h3 {
    font-size: 21px;
    margin: 0;
    padding: 0;
}
h4 {
    font-size: 19px;
    margin: 0;
    padding: 0;
}
h5 {
    font-size: 17px;
    margin: 0;
    padding: 0;
}
h6 {
    font-size: 15px;
    margin: 0;
    padding: 0;
}
/* Font sizes - Font weights -------------------------- */
li,p {
    font-size: 13px;
    font-weight: 400;
}
.p10 {
    font-size: 10px !important;
}
.p11 {
    font-size: 11px !important;
}
.p12 {
    font-size: 12px !important;
}
.p13 {
    font-size: 13px !important;
}
.p14 {
    font-size: 14px !important;
}
.p15 {
    font-size: 15px !important;
}
.p16 {
    font-size: 16px !important;
}
.p17 {
    font-size: 17px !important;
}
.p18 {
    font-size: 18px !important;
}
.p19 {
    font-size: 19px !important;
}
.p20 {
    font-size: 20px !important;
}
.p21 {
    font-size: 21px !important;
}
.p22 {
    font-size: 22px !important;
}
.p23 {
    font-size: 23px !important;
}
.p24 {
    font-size: 24px !important;
}
.p25 {
    font-size: 25px !important;
}
.p27 {
    font-size: 27px !important;
}
.p28 {
    font-size: 28px !important;
}
.p29 {
    font-size: 29px !important;
}
.p30 {
    font-size: 30px !important;
}
.p33 {
    font-size: 33px !important;
}
.p40 {
    font-size: 40px !important;
}
.p45 {
    font-size: 45px !important;
}
.p50 {
    font-size: 50px !important;
}
.p80 {
    font-size: 80px !important;
}
.p100 {
    font-size: 100px !important;
}
.strike_text {
    text-decoration: line-through !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-900 {
    font-weight: 900 !important;
}
/* Titles with picotgrams imexso (petits carrés dégradés) */
.picto_title {
    display: block;
    position: relative;
}
.picto_title::before {
    content: " ";
    display: block;
    width: 78px;
    height: 9px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 4px;
    position: absolute;
    top: 40px;
    left: 0px;
}
.picto_part::before {
    background-image: url(/ui/images/pictos/particuliers.png);
}
.picto_pro::before {
    background-image: url(/ui/images/pictos/professionals.png);
}
.picto_carweb::before {
    background-image: url(/ui/images/pictos/carweb.png);
}
.picto_auction::before {
    background-image: url(/ui/images/pictos/auctions.png);
}
/* Titles with font icons svg */
.picto_font_title {
    display: inline-block;
    position: relative;
    width: auto;
    line-height: 30px;
    font-weight: 700;
    margin-left: 50px;
    font-size: 12px;
}
.picto_font_title::before {
    display: block;
    position: absolute;
    left: -35px;
    top: -11px;
    width: 55px;
    height: 55px;
    font-family: 'imexso-picto';
    text-align: center;
    background-color: #012d3a;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.picto_font_title::after {
    content: " ";
    display: block;
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 12px 0 0;
    border-color: #ffdd00 transparent transparent transparent;
}
.picto_font_title.historique::before {
    background-image: url("../images/pictos/destockage.svg");
}
.picto_font_title.new::before {
    content: "\e908";
    color: #fff !important;
    font-size: 14px;
    padding-top: 13px;
    font-weight: 100;
}
.picto_font_title.destockage::before {
    content: "\e906";
    color: #fff !important;
    font-size: 44px;
    padding-top: 12px;
    font-weight: 100;
}
.picto_font_title.panier::before {
    content: "\e90a";
    color: #fff !important;
    font-size: 36px;
    padding-top: 12px;
    font-weight: 100;
}
.picto_font_title.news::before {
    background-image: url("../images/pictos/news.svg");
}
.picto_font_title.encheres::before {
    background-image: url("../images/pictos/encheres.svg");
}
.picto_font_title.recherches::before {
    content: "\e90e";
    color: #fff !important;
    font-size: 42px;
    padding-top: 12px;
    font-weight: 100;
}
.picto_font_title.satisfait::before {
    background-image: url("../images/pictos/satisfait.svg");
}
.picto_font_title.percent::before {
    background-image: url("../images/pictos/percent.svg");
}
/* Titles with icons svg */
.picto_title_full {
    display: inline-block;
    position: relative;
    width: auto;
    line-height: 30px;
    font-weight: 700;
    margin-left: 50px;
    font-size: 12px;
}
.picto_title_full::before {
    content: " ";
    display: block;
    position: absolute;
    left: -20px;
    top: -12px;
    width: 55px;
    height: 55px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.picto_title_full::after {
    content: " ";
    display: block;
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 12px 0 0;
    border-color: #e4fdff transparent transparent transparent;
}
@media (max-width: 768px) {
    .picto_title_full::after,.picto_font_title::after {
        content: none;
    }
}
.picto_title_full.garantie::before {
    background-image: url("../images/pictos/garantie.svg");
}
.picto_title_full.checklist::before {
    background-image: url("../images/pictos/checklist.svg");
}
.picto_title_full.remiseneuf::before {
    background-image: url("../images/pictos/remiseneuf.svg");
}
.picto_title_full.euro::before {
    background-image: url("../images/pictos/euro.svg");
}
.picto_title_full.historique::before {
    background-image: url("../images/pictos/destockage.svg");
}
.picto_title_full.new::before {
    background-image: url("../images/pictos/new.svg");
}
.picto_title_full.destockage::before {
    background-image: url("../images/pictos/percent.svg");
}
.picto_title_full.news::before {
    background-image: url("../images/pictos/news.svg");
}
.picto_title_full.encheres::before {
    background-image: url("../images/pictos/encheres.svg");
}
.picto_title_full.recherches::before {
    background-image: url("../images/pictos/selection.svg");
    top: -13px;
}
.picto_title_full.booster::before {
    background-image: url("../images/pictos/boosterventes.svg");
}
.picto_title_full.satisfait::before {
    background-image: url("../images/pictos/satisfait.svg");
}
.picto_title_full.reprise::before {
    background-image: url("../images/pictos/reprise.svg");
}
.picto_title_full.auctions::before {
    background-image: url("../images/pictos/encheres.svg");
}
.picto_title_full.first::before {
    content: "1";
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 24px;
    color: #ffffff;
    background: #002c39 !important;
    text-align: center;
    padding-top: 4px;
    width: 40px;
    height: 40px;
    top: -5px;
}
.picto_title_full.scnd::before {
    content: "2";
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 24px;
    color: #ffffff;
    background: #002c39 !important;
    text-align: center;
    padding-top: 4px;
    width: 40px;
    height: 40px;
    top: -5px;
}
.picto_title_full.trth::before {
    content: "3";
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 24px;
    color: #ffffff;
    background: #002c39 !important;
    text-align: center;
    padding-top: 4px;
    width: 40px;
    height: 40px;
    top: -5px;
}
.picto_title_full.frth::before {
    content: "4";
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 24px;
    color: #ffffff;
    background: #002c39 !important;
    text-align: center;
    padding-top: 4px;
    width: 40px;
    height: 40px;
    top: -5px;
}
/* Block Titles with font icons */
.block-title-font_picto {
    display: block;
    position: relative;
    width: auto;
}
.block-title-font_picto::before {
    content: " ";
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    font-family: 'imexso-picto';
    text-align: center;
    background-color: #012d3a;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.block-title-font_picto.encheres::before {
    content: "\e907";
    padding-top: 5px;
    font-size: 40px;
    color: #ffffff;
    font-weight: 100;
}
.block-title-font_picto.booster::before {
    content: "\e902";
    padding-top: 5px;
    font-size: 45px;
    color: #ffffff;
    font-weight: 100;
    padding-left: 5px;
}
.block-title-font_picto.news::before {
    content: "\e909";
    padding-top: 7px;
    font-size: 43px;
    color: #ffffff;
    font-weight: 100;
    padding-left: 0px;
    background: #138198;
}
/* Block Titles with icons svg */
.block-title-picto {
    display: block;
    position: relative;
    width: auto;
}
.block-title-picto::before {
    content: " ";
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: solid 2px #fff;
}
.block-title-picto.encheres::before {
    background-image: url("../images/pictos/encheres.svg");
}
.block-title-picto.booster::before {
    background-image: url("../images/pictos/carweb.svg");
}
.block-title-picto.news::before {
    background-image: url("../images/pictos/news.svg");
}
/* Pictos circle wrapper */
.ico-circle {
    width: 45px;
    height: 45px;
    text-align: center;
    position: relative;
    border-radius: 45px;
}
.ico-circle i.fa {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 28px !important;
    margin-top: -14px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* Font styles ----------- */
.condensed {
    font-family: 'Open Sans Condensed', sans-serif !important;
}
.italic {
    font-style: italic !important;
}
.yellow-highlight {
    text-shadow: -3px 0px 3px yellow,3px 0px 3px yellow,6px 0px 6px yellow,-6px 0px 6px yellow;
}
/* Ul Ol Li */
ul.no-bullet,ul.no-bullet li {
    list-style-type: none !important;
}
ul.checklist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.checklist li {
    margin-bottom: 8px;
    list-style-type: none;
    position: relative;
    padding-left: 33px;
    font-size: 17px;
    line-height: 26px;
}
ul.checklist li::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #002933;
    padding: 0 4px;
    content: "\f17b";
    font-family: "FontAwesome";
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    color: #ffdc00;
}
ul.checklist li ul {
    margin: 6px 0 10px;
}
ul.checklist li ul li {
    list-style-type: disc;
    padding-left: 15px;
}
ul.checklist li ul li::before {
    content: none;
}
ul.checklistnobg {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.checklistnobg li {
    margin-bottom: 8px;
    list-style-type: none;
    position: relative;
    padding-left: 33px;
    font-size: 15px;
    line-height: 24px;
}
ul.checklistnobg li::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    padding: 0 4px;
    content: "\f17b";
    font-family: "FontAwesome";
    line-height: 26px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #138198;
}
ul.checklistnobg li ul {
    margin: 6px 0 10px;
}
ul.checklistnobg li ul li {
    list-style-type: disc;
    padding-left: 15px;
}
ul.checklistnobg li ul li::before {
    content: none;
}
ul.checklist-plus {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.checklist-plus li {
    margin-bottom: 13px;
    list-style-type: none;
    position: relative;
    padding-left: 29px;
    font-size: 17px;
    line-height: 20px;
}
ul.checklist-plus li::before {
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background: transparent;
    padding: 0 4px;
    /*content: "\f17b";
    */
    /*font-family: "FontAwesome";
    */
    content: "\e081";
    font-family: 'Glyphicons Halflings';
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #5ca8b8;
}
ul.checklist-plus li ul {
    margin: 6px 0 10px;
}
ul.checklist-plus li ul li {
    list-style-type: disc;
    padding-left: 15px;
}
ul.checklist-plus li ul li::before {
    content: none;
}
/** ------------------------------------------ LINKS AND BTNS **/
/* Text Links */
a {
    color: #002833;
    text-decoration: none;
}
a:hover {
    color: #002833;
    text-decoration: none;
}
/* Logout btn */
.logoutBtn {
    position: absolute;
    z-index: 100;
    bottom: -39px;
    left: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #002833 !important;
    color: #fff;
}
.logoutBtn:hover {
    background-color: #002833 !important;
    color: #FCE757;
}
/* Vid Launcher */
#vid_launch {
    width: 100%;
    max-width: 250px;
}
/* Buttons */
.btn {
    border-radius: 5px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    outline: 0 !important;
}
.btn.focus,.btn:focus {
    outline: 0 !important;
    box-shadow: none;
}
.btn .fa {
    font-size: 12px;
}
@media (max-width: 525px ) {
    .btn {
        display: block !important;
        margin: 0 auto 15px !important;
    }
    #main_footer .btn {
        display: inline-block !important;
    }
}
.btn-small {
    line-height: 15px !important;
}
/* btn black */
.btn-black {
    color: #ffdd00 !important;
    background-color: #000000;
    font-size: 14px;
    font-weight: 400;
}
.btn-black:hover {
    color: #ffdd00 !important;
    background-color: #000000;
}
/* btn yellow */
.btn-dyel {
    color: #002c39 !important;
    background-color: #ffdd00;
}
.btn-dyel:hover {
    color: #002c39 !important;
    background-color: #ffdd00;
}
/* btn blue */
.btn-lblue {
    color: #002c39 !important;
    background-color: #b5d7d9;
}
.btn-lblue:hover {
    color: #002c39 !important;
    background-color: #b5d7d9;
}
.btn-mblue {
    color: #ffffff !important;
    background-color: #138198;
}
.btn-mblue:hover {
    color: #ffffff !important;
    background-color: #138198;
}
.btn-mmblue {
    color: #fff !important;
    background-color: #008297;
}
.btn-mmblue:hover {
    color: #fff !important;
    background-color: #008297;
}
.btn-blue {
    color: #ffffff !important;
    background-color: #002c39;
}
.btn-blue:hover {
    color: #ffffff !important;
    background-color: #0e5e75;
}
.btn-dblue {
    color: #ffffff !important;
    background-color: #010a0c;
}
.btn-dblue:hover {
    color: #ffdd00 !important;
    background-color: #010a0c;
}
.btn-auction {
    background: #ff6800 !important;
    color:#fff !important;
}
/* btn red */
.btn-red {
    color: #fff !important;
    background-color: #9e1812;
}
.btn-red:hover {
    color: #fff;
    background: #9e1812;
}
/* btn medium-grey */
.btn-lgrey {
    color: #002c39 !important;
    background-color: #e8e6e5;
}
.btn-lgrey:hover {
    color: #002c39 !important;
    background-color: #e8e6e5;
}
.btn-mgrey {
    background-color: #d9d9d9;
}
.btn-mgrey:hover {
    color: #ffffff !important;
    background: #002c39;
    box-shadow: none;
    text-decoration: none;
}
/* Butons Outline */
.outline-btn {
    border-width: 2px;
    border-style: solid;
}
/* Outline buton dark blue */
.outline-btn-dblue {
    background-color: transparent !important;
    border-color: #002c39;
    color: #002c39;
}
.outline-btn-dblue:hover {
    background-color: #002c39 !important;
    border-color: #002c39;
    color: #ffffff !important;
;
}
/* Outline buton yellow */
.outline-btn-yel {
    background-color: transparent !important;
    border-color: #ffdd00;
    color: #ffdd00;
}
.outline-btn-yel:hover {
    background-color: transparent !important;
    border-color: #ffdd00;
    color: #ffdd00;
}
/* Buttons with icons */
.btn-with-ico,button .btn-with-ico {
    display: inline-block;
    position: relative;
    width: auto;
    line-height: 30px;
    font-weight: 700;
    border: none;
    padding: 0;
    padding-left: 50px !important;
    /*margin-left: 36px;
    */
    font-size: 12px;
}
.btn-with-ico::before {
    display: block;
    position: absolute;
    left: -6px;
    top: -6px;
    background-color: #002c39;
    width: 43px;
    height: 43px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
/*.btn-with-ico::after {
	content: " ";
	display: block;
	position: absolute;
	right: -12px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 12px 0 0;
	border-color: #ffdd00 transparent transparent transparent;
}
*/
.btn-with-ico.mail::before {
    content: "\e803";
    font-family: 'nickel';
    padding-top: 7px;
    font-weight: 400;
}
.btn-with-ico.search::before {
    content: "\e90e";
    font-family: 'imexso-picto';
    font-size: 30px;
    padding-top: 7px;
    font-weight: 400;
    color: #ffffff;
}
.btn-with-ico.cart::before {
    content: " ";
    top: -6px;
    width: 43px;
    height: 43px;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-image: url("../images/pictos/panier.svg");
}
.btn-with-ico.order::before {
    content: " ";
    top: -9px;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: solid 1px #ffffff;
    background-image: url("../images/pictos/commander2.svg");
}
.btn-with-ico.print::before {
    content: "\f2c7";
    font-family: 'FontAwesome';
    font-size: 34px;
    font-weight: 400;
    top: -9px;
    width: 50px;
    height: 50px;
    padding-top: 8px;
    color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: solid 1px #ffffff;
}
.btn-with-ico.new::before {
    content: " ";
    top: -6px;
    width: 43px;
    height: 43px;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-image: url("../images/pictos/new.svg");
}
.btn-with-ico.order::after {
    content: " ";
    display: block;
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 12px 0 0;
    /*border-color: #ffdd00 transparent transparent transparent;
    */
}

.next_auctions {
    margin-bottom: 15px;
    /*border-radius: 20px;*/
    overflow: hidden;
}

/*ALERTS*/
.alert {
}
.alert-notif {
    display: inline-block;
    position: fixed;
    z-index: 1000;
    top: 85px;
    right: 25px;
    box-shadow: 0px 1px 5px -2px #000;
}
.alert-notif.current_battle {
    left:50%;
    width: 280px;
    transform: translateX(-50%);
}
.alert-notif .close_parent {
    display:block;
    position: absolute;
    top:-8px;
    right:-8px;
    border-radius: 30px;
    height: 25px;
    line-height: 25px;
    width: 25px;
    z-index: 1005;
    text-align:center;
    font-size: 14px;
    font-weight: 700;

}
/*.alert-primary {
	*/
/*color: #004085;
*/
/*background-color: #cce5ff;
*/
/*border-color: #b8daff;
*/
/*
}
*/
/** ----------------------------------------------- BLOC ARROWS **/
.arrow_box_lblue {
    position: relative;
}
.arrow_box_lblue:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #e4fdff;
    border-width: 12px;
    margin-left: -12px;
}
.arrow_box_mblue {
    position: relative;
}
.arrow_box_mblue:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #93ceda;
    border-width: 12px;
    margin-left: -12px;
}
.container-500 {
    width: 100% !important;
    max-width: 500px !important;
    margin: 0 auto;
}
.container-md {
    width: 100% !important;
    max-width: 992px !important;
    margin: 0 auto;
}
/** ----------------------------------------------- CONTAINER **/
@media (max-width: 767px) {
    .container {
        width: 100% !important;
        max-width: 992px !important;
        margin: 0 auto;
    }
    .container-400 {
        width: 100% !important;
        max-width: 400px !important;
        margin: 0 auto;
    }
    .container-500 {
        width: 100% !important;
        max-width: 500px !important;
        margin: 0 auto;
    }
    .container-800 {
        width: 100% !important;
        max-width: 800px !important;
        margin: 0 auto;
    }
    .container-992 {
        width: 100% !important;
        max-width: 992px !important;
        margin: 0 auto;
    }
    .container-1020 {
        width: 100% !important;
        max-width: 1020px !important;
        margin: 0 auto;
    }
    .container-lg {
        width: 100% !important;
        max-width: 1300px !important;
        margin: 0 auto;
    }
}
/** -------------------------------------------------- HEADER **/
#top_section {
    border-bottom: solid 1px #002c39;
}
/* Logo */
.site-navbar .navbar-header .navbar-brand-logo {
    height: 40px;
}
@media (min-width: 768px) {
    .site-navbar .navbar-header .navbar-brand-logo {
        height: 50px;
    }
    .navbar-header {
        padding-left: 15px !important;
    }
}
/* Carousel */
#slider_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%;
    max-height: 650px;
    */
}
#sliderbkg {
    width: 100%;
}
#slider {
    /* position: absolute;
    */
    top: 0;
    left:0;
    width: 100%;
    /* height: 100%;
    */
}
#slider .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    z-index: 18;
}
#slider .pastille {
    position: relative;
    top: 0;
    left:0;
    width: 100%;
    z-index: 20;
    height: 100%;
    animation-delay: .5s;
}
#slider .voiture {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    z-index: 25;
    height: 100%;
    animation-delay: 1.5s;
}
#slider .info {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    z-index: 30;
    height: 100%;
    animation-delay: 1s;
}
#slider .carousel-inner {
    /* background: url(../images/contents/dyn_banners/background.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    */
}
.carousel-indicators .active {
    background-color: #138198;
}
.carousel-indicators li {
    cursor: pointer;
    border-radius: 10px;
    background-color: rgb(175, 175, 175);
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block !important;
    display: -ms-flexbox !important;
    /* display: -webkit-flex;
    */
    /* display: flex;
    */
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 140px;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
}
/* Home search */
.home-search-wrapper {
    background: rgba(1, 10, 12, 0.6);
    padding: 13px 28px !important;
    height: 70px;
}
.home-search-wrapper .col-md-3 {
    padding: 0 1px 0 1px;
    margin: 0;
}
/** ----------------------------------------------- MAIN MENU **/
.navbar-nav > .nav-item > .nav-link {
    color: #002833;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px;
    line-height: 25px;
    background: transparent;
}
@media (max-width: 992px) {
    .navbar-nav {
        float: none;
        width: 100%;
        text-align: center;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        box-shadow: none;
        padding-left: 20px;
    }
    .navbar-nav .dropdown-menu .dropdown-item {
        padding: 20px 0 0 15px;
        text-align: center;
    }
    .navbar-collapse {
        padding-right: 40px !important;
        padding-bottom: 15px;
        border-top: solid 1px #012534;
        margin-right: 20px;
    }
}
@media (min-width: 992px) {
    .navbar-nav > .nav-item > .nav-link {
        border-right: solid 1px #b5d7d9;
        padding: 0 20px;
    }
    .navbar-nav li {
        list-style-type: none !important;
        padding: 20px 0;
    }
}
.navbar-nav > .nav-item:hover {
    /*background-color: #002833;
    */
}
.navbar-nav > .nav-item > .nav-link:hover,.navbar-nav > .nav-item > .nav-link:focus {
    /*background-color: #002833;
    */
    color: #138198;
}
.navbar-nav > .nav-item > .nav-link.no-border {
    border: none !important;
}
.navbar-nav > .nav-item.exerg_link {
    background: #ff6800;
}
.navbar-nav > .nav-item.exerg_link:hover {
    background: #ff6800;
}
.navbar-nav > .nav-item > .nav-link i {
    font-size: 17px;
}
.navbar-nav > .nav-item > .nav-link.exerg_link i {
    font-size: 21px;
}
.navbar {
    padding: 0;
    background: #fff;
}
.navbar-brand {
    display: block;
    height: auto !important;
    float: none;
    padding: 0;
    width: 160px;
}
.dropdown-menu {
    margin-top: -5px !important;
    padding: 0px 0;
    border: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 1px 2px 6px -2px rgba(0, 0, 0, .6);
    box-shadow: 1px 2px 6px -2px rgba(0, 0, 0, 0.6);
    border-radius: 0;
}
.dropdown-mega .dropdown-menu {
    left: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 3px 20px;
    color: #002933;
    border: 0;
    border-radius: 0;
    background: 0 0;
    text-align: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    white-space: nowrap;
}
.dropdown-item.menu_highlight {
    margin: 0;
    color: #ffe32a;
    background: #333;
    line-height: 35px;
}
.navbar-nav .dropdown-item:hover,.navbar-nav li.language_selector .dropdown-menu .dropdown-item:hover {
    background: #138198 !important;
    color: #ffffff !important;
}
.mega-menu ul a:hover {
    text-decoration: underline !important;
}
.mega-menu ul a.btn:hover {
    text-decoration: none !important;
}
.mega-header {
    background: #333333;
}
.mega-header h5 {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
}
@media (min-width: 768px) {
    .navbar-header {
        width: 140px;
        float: none;
        /* margin: 0 auto;
        */
    }
    .site-navbar .navbar-container {
        float: right;
        margin: 0;
    }
}
.navbar-nav li.language_selector {
    margin: 22px 0 0 !important;
    padding: 0px 0px;
    /*border: solid 1px #002933 !important;
    */
    margin-left: 4px !important;
    /*background: #002933;
    */
}
.navbar-nav li.language_selector a {
    padding: 0 6px 0 5px !important;
    color: #002933 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 22px;
}
.navbar-nav li.language_selector .dropdown-menu {
    top: 32px;
    width: 30px;
    min-width: 30px;
    max-width: 30px !important;
}
.navbar-nav li.language_selector .dropdown-menu a {
    color: #002933 !important;
    font-weight: 600;
}
.navbar-nav li.language_selector .dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 0;
    margin-left: .255em;
    vertical-align: 0px;
    content: "\f110";
    font-family: 'FontAwesome';
    font-size: 12px;
    font-weight: bold;
    margin-top: 0px;
    /* border-top: .3em solid;
    */
    /* border-right: .3em solid transparent;
    */
    /* border-bottom: 0;
    */
    /* border-left: .3em solid transparent;
    */
    border: none !important;
}
.posrel {
    position: relative !important;
}
.action_btn {
    position: absolute;
    bottom: 20px;
    /* width: 100%;
    */
    left: 50%;
    transform: translateX(-50%);
}
form ul li {
    color: #03293E;
}
.email_section {
    position: relative;
}
.btn.disabled, .btn:disabled {
    opacity: 1;
}
/* --- RESPONSIVE MENU --- */
.clearb {
    clear: both;
}
@media screen and (max-width: 960px) {
    nav#mobilemenu {
        display: block;
        width: 100%;
    }
    #mobilemenu {
        width: 100%;
    }
    #mobilemenu ul {
        display: none;
        width: 100%;
        margin-bottom: 0;
        padding-left: 0;
        background: #284555;
        list-style-type: none;
    }
    #mobilemenu ul li {
        width: 100%;
        border-top: solid 1px #255b79;
    }
    #mobilemenu ul li:first-child {
        border-top: 1px solid #0a5986;
    }
    #mobilemenu ul li:hover {
        background: #032a3e;
    }
    #mobilemenu li:hover > ul > li,#mobilemenu ul ul li {
        height: auto;
    }
    #mobilemenu ul li a,#mobilemenu ul ul li a {
        width: 100%;
        padding-left: 20px;
        border-bottom: 0;
        line-height: 39px;
    }
    #mobilemenu > ul > li {
        float: none;
    }
    #mobilemenu ul ul li a {
        padding-left: 25px;
    }
    #mobilemenu ul ul li {
        background: none !important;
    }
    #mobilemenu ul ul li:hover {
        background: #032b3e !important;
    }
    #mobilemenu ul ul ul li a {
        padding-left: 35px;
    }
    #mobilemenu ul ul li a {
        color: #ddd;
        background: none;
    }
    #mobilemenu ul ul li.active > a,#mobilemenu ul ul li:hover > a {
        color: #fff;
    }
    #mobilemenu ul ul,#mobilemenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #mobilemenu > ul > li.has-sub > a:after,#mobilemenu > ul > li.has-sub > a:before,#mobilemenu ul ul > li.has-sub > a:after,#mobilemenu ul ul > li.has-sub > a:before {
        display: none;
    }
    #mobilemenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700;
    }
    #header_mobile_menu {
        height: 15px;
        border-bottom: solid 4px #03293e;
    }
    .button {
        z-index: 12399994;
        position: relative;
        top: -50px;
        right: 0;
        width: 55px;
        height: 15px;
        float: right;
        cursor: pointer;
    }
    .button:after {
        content: '';
        display: block;
        position: absolute;
        top: 25px;
        right: 20px;
        width: 20px;
        height: 7px;
        border-top: 2px solid #32b599;
        border-bottom: 2px solid #32b599;
    }
    .button:before {
        content: '';
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 20px;
        height: 2px;
        background: #32b599;
        -ms-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    .button.menu-opened:after {
        top: 23px;
        width: 19px;
        height: 2px;
        border: 0;
        background: #32b599;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -ms-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    .button.menu-opened:before {
        top: 23px;
        width: 19px;
        background: #32b599;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #mobilemenu .submenu-button {
        z-index: 99;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 39px;
        height: 39px;
        border-left: 1px solid #444;
        background: #32b599;
        cursor: pointer;
    }
    #mobilemenu .submenu-button.submenu-opened {
        background: #262626;
    }
    #mobilemenu ul ul .submenu-button {
        width: 34px;
        height: 34px;
    }
    #mobilemenu .submenu-button:after {
        content: '';
        display: block;
        position: absolute;
        top: 19px;
        right: 12px;
        width: 12px;
        height: 2px;
        background: #fff;
    }
    #mobilemenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #mobilemenu .submenu-button.submenu-opened:after {
        background: #fff;
    }
    #mobilemenu .submenu-button:before {
        content: '';
        display: block;
        position: absolute;
        top: 14px;
        right: 17px;
        width: 2px;
        height: 12px;
        background: #fff;
    }
    #mobilemenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #mobilemenu .submenu-button.submenu-opened:before {
        display: none;
    }
    #mobilemenu ul ul ul li.active a {
        border-left: none;
    }
    #mobilemenu > ul > li.has-sub {
        position: relative;
    }
    #mobilemenu > ul > li.has-sub > ul > li.active > a,#mobilemenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none;
    }
    #mobilemenu .lang_menu .menu_lg_mod {
        margin-top: 0;
        border-bottom: solid 1px #32b599;
    }
}
.mobile_lg_select {
    width: 100%;
    color: #294555;
    border-radius: 0;
    background: #fff;
    outline: none;
}
@media screen and (min-width: 960px) {
    nav#mobilemenu {
        display: none;
    }
}
/** ----------------------------------------- QUICK LINKS PRO **/
.quicklink_item {
    display: inline-block;
}
.quicklink_block {
    background: #e4fdff;
    width: 50px;
    height: 50px;
    padding-top: 9px;
    -webkit-transition: background .2s;
    transition: background .2s;
}
.quicklink_block:hover {
    background: #ffffff;
}
.quicklink_block.profilql svg {
    width: 37px;
    height: 32px;
}
.quicklink_block.historiqueql svg {
    width: 24px;
    height: 32px;
}
.quicklink_block.panierql svg {
    width: 30px;
    height: 32px;
}
.quicklink_block.contactql svg {
    width: 34px;
    height: 32px;
}
.quicklink_block.enchereql svg {
    width: 34px;
    height: 32px;
}
.quicklink_block.carwebql svg {
    width: 34px;
    height: 32px;
}
/** ----------------------------------------------- CAR CARDS **/
/* Car Card Vertical*/
.vertical-card {
    width: 100%;
    max-width: 365px;
    margin: 0 auto;
}
.vertical-card .card_wrapper {
    border-style: solid;
    border-width: 1px;
    -webkit-transition: box-shadow .5s;
    -moz-transition: box-shadow .5s;
    -ms-transition: box-shadow .5s;
    -o-transition: box-shadow .5s;
    transition: box-shadow .5s;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    */
}
.vertical-card .card_wrapper:hover {
    box-shadow: none;
}
.vertical-card .price {
    position: relative;
}
.vertical-card .price .discount {
    position: absolute;
    right: -30px;
    top: -19px;
    width: 70px;
    height: 70px;
    border-radius: 36px;
    padding-top: 17px;
}
.thumbnail {
    padding: 0px !important;
    /*height: 222px;
    */
    /*height: 212px;
    */
    overflow: hidden;
    border-radius: 0;
    border: none;
    position: relative;
}
.thumbnail a > img {
    border-top-style: solid;
    border-top-width: 2px;
    border: none;
}
.ribbon {
    position: absolute;
    top: 9px;
    left: 100%;
    width: 44px;
    height: 44px;
    border-radius: 45px;
    background: #ffffff;
    margin-left: -52px;
}
.ribbon-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 17px;
    height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
.vertical-card .price {
    position: relative;
    border-radius: 3px;
    margin: -17px auto 0;
    width: 80%;
    line-height: 30px;
}
.caption {
    text-align: center;
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 0;
    height: 230px;
    /*background-color: #e9feff;
    */
}
.groen {
    color: #7dc300;
}
.donnees {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.donnees_details {
    font-size: 13px;
    margin-bottom: 5px;
    color: #000 !important;
}
#icar {
    /* background:#7dc300!important;
    */
    background: #002933 !important;
    margin-top: -300px;
}
.lg-padding {
    padding-top: 300px;
    padding-bottom: 150px;
}
#titel_voertuig {
    background: #7dc300 !important;
    margin-top: -270px;
}
#titel_voertuig_detail {
    background: #002933 !important;
    padding-top: 150px !important;
    margin-top: -125px;
}
/** ------------------------------------------------ COUNTDOWN **/
.ctdwnVal {
    border-radius: 40px;
    text-align: center;
    background: #ff6800;
    width: 65px;
    height: 65px;
    padding-top: 7px;
    margin: 7px auto 0;
}
.ctdwnValsec {
    border-radius: 40px;
    text-align: center;
    width: 65px;
    height: 65px;
    padding-top: 7px;
    margin: 7px auto 0;
}
/* countdown in enchere info*/
#ctdwnBlk .ctdwnVal {
    border-radius: 40px;
    text-align: center;
    background: #ff6800;
    width: 45px;
    height: 45px;
    padding-top: 7px;
    margin: 7px auto 0;
    font-size:20px !important;
}
#ctdwnBlk .ctdwnValsec {
    border-radius: 40px;
    text-align: center;
    width: 45px;
    height: 45px;
    padding-top: 14px;
    margin: 7px auto 0;
    font-size:20px !important;
}
#countdownCircle {
    position: relative;
}
#countdownCircle #countdown {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
}
.hidden {
    display: none !important;
}
.show {
    display: block !important;
}
/** ------------------------------------------------ HOMEPAGE **/
#about .col {
    padding: 0 5px;
}
.engagements {
    margin-top: -14px;
}
.ico-engagement {
    width: 55px;
    height: 55px;
    margin-bottom: -41px;
    border-style: solid;
    border-width: 1px;
    position: relative;
}
.ico-engagement .fa {
    font-size: 34px;
    margin-top: 6px;
}
#quick_header_search {
    position: relative;
    margin-top: -114px;
}
/** ---------------------------------------------- **/
.ico-cptpro {
    width: 45px;
    height: 45px;
    border: solid 1px #ffffff;
    font-size: 24px;
    font-weight: 700;
    padding-top: 2px;
}
a.round_link {
    display: inline-block;
    width: 30px;
    text-align: left;
    height: 30px;
    border-radius: 15px;
    line-height: 28px;
    padding-left: 6px;
}
/** ---------------------------------------------- DASHBOARD **/
#dashboard_intro {
}
#news_section {
}
.pub_wrapper {
    position: relative;
}
.pub_img {
}
.pub_caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 10px;
}
.carweb img {
    width: 60px;
    height: auto;
}
#commerciaux img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 10px auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
@media screen and (min-width: 768px) {
    #commerciaux img {
        margin: 0 0 0 auto;
    }
}
.bottom-shadowed {
    /*-webkit-box-shadow: 0 0 0 3px #e8e6e5, 0 3px 15px -5px #000;
    */
    /*-moz-box-shadow: 0 0 0 3px #e8e6e5, 0 3px 15px -5px #000;
    */
    /*box-shadow: 0 0 0 3px #e8e6e5, 0 3px 15px -5px #000;
    */
    -webkit-box-shadow: 0 3px 10px -6px #000;
    -moz-box-shadow: 0 3px 10px -6px #000;
    box-shadow: 0 3px 10px -6px #000;
}
.custom-control-label::before {
    background-color: #b5d7d9;
}
/** --------------------------------------------------- FORMS **/
.ref_field {
    display: none !important;
}
/* --------------- SEARCH FORM -------------- */
fieldset {
    border: solid 1px #498e9c;
    padding: 15px;
    margin-bottom: 25px;
    background: #c8dce0;
}
/* Form validation */
i.form-control-feedback {
    position: absolute;
    right: 0px;
    top: 11px;
    font-size: 10px;
}
.has-feedback.has-error i.glyphicon,.has-feedback.has-error .help-block {
    color: red;
    font-weight: bold;
}
#search_form .card {
    margin: 0;
}
#search_form #collapseOne.search_container {
    z-index: 999;
    position: relative;
}
#search_form .card-header {
    padding: 6px 0;
    background: #000;
}
#search_form .card-footer {
    color: #000;
    background: #fff;
}
#search_form .card-footer {
    padding: 3px 0;
}
#search_form .card-footer .info_block {
    padding: 0 15px;
    background: #E6E6E6;
}
#search_form .card-footer .count_results {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 30px;
}
/** ---------------------------------------- MAIN SEARCH FORM **/
.search_block {
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.35);
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}
#main_search_form .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    background-color: #fff;
    /*border-bottom: solid 1px #efefef !important;
    */
    border: none;
}
#main_search_form .panel-default:nth-child(even) > .panel-heading {
    background-color: #b5d7d9 !important;
}
#main_search_form .panel-default:nth-child(odd) > .panel-heading {
    background-color: rgba(92, 168, 184, 0.7) !important;
}
#main_search_form .panel-title {
    font-size: 17px;
    padding: 0 !important;
}
#main_search_form .panel-title > a {
    display: block;
    padding: 15px 25px !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #002c39;
}
#main_search_form .more-less {
    float: right;
    color: #138198;
    font-weight: 900;
    font-size: 14px;
}
.panel-group #main_search_form .panel-title:before,.panel-group #main_search_form .panel-title:after {
    content: none !important;
}
#main_search_form .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none !important;
    height: auto;
    max-height: 300px;
    overflow-y: scroll;
    background: rgba(205, 225, 226, 0.85);
}
.panel-group #main_search_form .panel + .panel {
    margin-top: 0px;
    border-top: none !important
}
#main_search_form label {
    font-size: 12px;
    font-weight: 600;
}
#main_search_form i.iconv-icon {
    font-size: 40px;
    color: #138198;
}
#main_search_form h4.general_search_title {
    padding: 15px 25px !important;
    background: #00303a;
    color: #fff;
    border: solid 1px #00303A;
    font-weight: normal;
}
.carrosseries label input,.carrosseries label span {
    display: block;
    float: left;
    height: 40px;
    padding-right: 8px;
}
.carrosseries label span {
    line-height: 40px;
}
.couleurs label i.fa-circle {
    font-size: 21px;
}
.couleurs label i.fa-circle-o {
    font-size: 21px;
}
.options label input,.options label span {
    display: block;
    float: left;
    height: 40px;
    padding-right: 0px;
    padding-left: 10px;
}
.options label span {
    line-height: 40px;
}
#main_search_form i.icono-icon {
    font-size: 21px;
    color: #138198;
    /*border: solid 1px #138198;
    */
}
label {
    font-weight: 600;
}
label:hover > span i.iconv-icon,label:hover > span i.icono-icon {
    opacity: .5;
}
#main_search_form .custom-control-label::before {
    position: absolute;
    top: 3px;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    outline: none;
}
#main_search_form .custom-control-label::after {
    position: absolute;
    top: 3px;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border: solid 1px #002c39;
    outline: none;
}
#main_search_form .custom-control-label.withtypeicon::before,#main_search_form .custom-control-label.withtypeicon::after {
    top: 13px;
    outline: none;
}
#main_search_form .custom-control-label.withoptionicon::before,#main_search_form .custom-control-label.withoptionicon::after {
    top: 13px;
}
#main_search_form .custom-control-label.colors::before,#main_search_form .custom-control-label.colors::after {
    top: 7px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#main_search_form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #00303a;
    outline: none;
}
#main_search_form .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #00303a;
}
input[type="checkbox" i]:focus {
    outline: none;
}
/** ----------------------------------------- SEARCH CRITERIA **/
.card-header {
    padding: 0;
    width: 100%;
}
.card-header .header-criteria {
    background: #00303a;
    color: #fff;
    padding: 15px 25px;
}
.card-header .header-criteria h4.panel-title {
    font-weight: normal !important;
    padding: 0 !important;
}
p.count_results {
    color: #00303a !important;
    font-size: 13px;
    font-weight: bold;
}
p.count_results .number {
    font-size: 16px;
    font-weight: bold;
    color: #002933;
}
.criteres {
    padding: 15px 25px 11px !important;
    border: solid 1px #00303a;
    margin-bottom: 15px;
    background: #ffffff;
}
.tri {
    margin-bottom: 15px;
    text-align: right;
}
.tri select {
    width: 220px;
    height: 34px;
    line-height: 30px;
    padding: 0 15px;
    border: 1px solid #00303a;
}
.tri select.classic {
    background-image: linear-gradient(45deg, transparent 50%, #00303a 50%),linear-gradient(135deg, #00303a 50%, transparent 50%),linear-gradient(to right, #ffffff, #ffffff);
    background-position: calc(100% - 20px) calc(1em + -2px),calc(100% - 15px) calc(1em + -2px),100% 0;
    background-size: 5px 6px,5px 6px,2.5em 2.5em;
    background-repeat: no-repeat;
    outline: 0;
}
#search_tags #selected_tags {
    margin: 0;
    padding: 0;
}
#search_tags #selected_tags li {
    display: inline-block;
    background: #5ca8b8;
    border-radius: 0px;
    width: auto;
    padding: 0 9px 0 4px;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 3px;
}
#search_tags #selected_tags li:hover {
    color: #fff;
    text-decoration: none;
    background: #002933;
}
#search_tags #selected_tags li.del_tags {
    background: #fcea4f;
}
#search_tags #selected_tags li.del_tags:hover,#search_tags #selected_tags li.del_tags:hover > a {
    background: #b10c0c;
    color: #fff !important;
}
#search_tags #selected_tags li a {
    color: #fff;
    text-decoration: none;
    line-height: 25px;
    font-size: 12px;
}
#search_tags #selected_tags li.del_tags a {
    color: #002933;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
}
/* Quick Search */
#quick_search_trigger {
    padding: 0;
    color: #000;
    font-family: "Open sans",sans-serif;
    font-weight: 400;
    line-height: 30px;
}
#quick_search_trigger i {
    font-weight: 700;
}
#quick_search_trigger:before {
    content: none;
}
#quick_search_trigger.icon {
    display: inline;
}
#quick_search_trigger:focus,#quick_search_trigger:hover {
    background: transparent;
}
.quick_search .navbar-search-overlap {
    position: absolute !important;
    top: -3px;
    right: 10px;
    left: 0;
    border: none !important;
    background-color: #fff;
    box-shadow: 1px 5px 13px -6px #000;
}
.quick_search .navbar-search-overlap .form-control {
    height: 38px !important;
    border-color: #fff;
}
.quick_search .navbar-search-overlap .input-search-close {
    opacity: 1;
}
/* CARS CARD H */
.car_card_h {
}
.car_card_h .table td {
    padding: 5px 2px;
}
td.info_car_label {
    width: 55%;
}
.car_card_h .price {
    background: #ffdd00;
    position: relative;
}
.car_card_h .price::before {
    content: " ";
    display: block;
    position: absolute;
    left: -12px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 37px 12px 0px 0px;
    border-color: transparent #ffdd00 transparent transparent;
}
.car_card_h .discount_value {
    background: #ffdd00;
    color: #002c39;
    position: relative;
    padding: 0px 0 0px 10px;
    margin-right: 8px;
    display: inline-block;
}
.car_card_h .discount_value::after {
    content: " ";
    display: block;
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 37px 12px 0px 0px;
    border-color: #ffdd00 transparent transparent transparent;
}
.car_optionals {
    padding-top: 5px;
    line-height: 25px;
}
.car_card_h a.more_info {
    line-height: 21px !important;
}
/*------------------------------------*\Pagination\*------------------------------------*/
.pagination {
    display: block;
    text-align: center;
}
.pagination li {
    display: inline-block;
    width: auto;
}
.pagination li a,.pagination li:last-child > a,.pagination li:first-child > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: solid 1px #002c39 !important;
    color: #002c39 !important;
    text-align: center;
    display: block;
    width: 21px;
}
.pagination li a:hover {
    background-color: #002c39;
    border-color: #002c39;
    color: #fff !important;
}
.pagination li span.current {
    border-radius: 0;
    display: block;
    width: 21px;
    text-align: center;
    border: solid 1px #ffdd00;
    background: #ffdd00;
    color: #002c39;
}
/* CAR INFOS */
.car_info_price_block {
    position: relative;
    padding: 7px 0 7px;
    background: #fce757;
    /*border-bottom: solid 3px #5ca8b8;
    */
}
.car_info_price_block:before {
    z-index: 100;
    content: " ";
    position: absolute;
    bottom: -32px;
    left: 50%;
    height: 1px;
    border-top: solid 16px #ffdd00;
    border-right: solid 16px transparent;
    border-bottom: solid 16px transparent;
    border-left: solid 16px transparent;
    transform: translateX(-50%);
}
.car_info_price_block_simple {
    position: relative;
    padding: 7px 0 7px;
}
.car_info_discount_block {
    position: relative;
    padding: 23px 0 6px;
}
.car_info_price_block p {
    margin-bottom: 0;
    color: #002c39;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.car_info_discount_block p {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    line-height: 20px;
}
.car_info_price_block p .unit {
    font-size: 12px;
    font-weight: normal;
}
.car_info_discount_block p .unit {
    font-size: 12px;
    font-weight: normal;
}
.car_info_optionals {
}
.car_info_optionals img {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 2px;
    border: solid 1px #5b5b5b;
    border-radius: 21px;
}
.panier_badge {
    position: absolute;
    top: 0;
    right: -5px;
}
#avertissement {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
#avertissement .closeBtn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 30px;
    width: 30px;
}
.historique_feat_img {
    display: block;
    max-width: 376px;
    height: auto;
    position: absolute;
    top: -263px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%) rotate(-15deg);
}
/* 360° exterieur */
#ext {
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    outline: 0;
    background: #000000;
    overflow: hidden;
}
#ext .modal-dialog {
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0;
    top: 0;
    right: 0;
    z-index: 10050;
    outline: 0;
    overflow: hidden;
}
#ext .close {
    display: block;
    position: absolute;
    top: 20px;
    right: 40px;
    z-index: 10055;
    width: 50px;
    height: 50px;
    background: #000000;
    color: #fff;
    text-shadow: none;
    outline: 0;
}
#iframe_pano {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10015;
    overflow: hidden;
}
.sidebar_block {
    padding: 10px;
    border: solid 1px #787878;
}
#idTechnique {
    padding: 0;
}
.sidebar_block p.techLabel {
    margin: 0 0 0 0;
    padding: 1px 1px 1px 7px;
    color: #333333;
    border-bottom: solid 1px #ffffff;
    background: #f5f5f5;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    /* BORDER: solid 1px #204151;
    */
}
.sidebar_block p.statutLabel {
    margin: 0 0 5px 0;
    margin: 0;
    padding: 1px 1px 1px 7px;
    color: #ffe32a;
    border: solid 1px #5b5b5b;
    background: #5b5b5b;
    font-size: 13px;
    line-height: 30px;
}
.sidebar_block.sidebar_pub {
    padding: 0 !important;
}
.sidebar_block.sidebar_pub img {
    width: 100% !important;
    height: auto !important;
}
/* .align-inblock-right {
	float:right;
}
*/
.align-inblock-right {
    display: block;
    position: relative;
    width: 15%;
    float: right;
    padding-top: 4px;
    padding-right: 5px;
    text-align: right;
}
.tab-content .align-inblock-right {
    width: 60px;
}
/*** .align-inblock-right:before {
	content: " ";
	position: absolute;
	left: 50%;
	* transform: translateX(-50%);
	bottom: -38px;
	border-right: solid 19px* transparent;
	border-bottom: solid 19px transparent;
	border-left: solid 19px* transparent;
	border-top: solid 19px #333;
	height: 1px;
	z-index: 100;
}
*/
#car_infos_action {
    /* background: #5b5b5b;
    padding: 0 0 20px 0;
    */
}
.car_infos_statut {
    display: block;
    position: relative;
    height: 30px;
    margin-left: 0;
    padding: 3px 3px 0 5px;
    border: solid 1px #787878;
}
/*** .car_infos_statut:before {
	content: " ";
	border: solid 11px #48a701;
	* border-right: transparent;
	position: absolute;
	left: 0;
	top: -1px;
	* border-bottom: solid 15px transparent;
	border-top: solid 15px transparent;
	* width: 1px;
	height: 1px;
}
*/

#infotec {
    border-radius:30px;
    overflow: hidden;
    padding: 0 20px;
}

.car_infos_statut p {
    margin-bottom: 0;
    color: #353535;
    font-size: 16px;
    font-weight: 400;
}
.comparatif_prix_base {
    border-top: solid 1px #b5d7d9;
    border-bottom: solid 1px #b5d7d9;
}
.comparatif_prix_base p {
    margin: 0;
    font-size: 15px;
}
.comparatif_options {
    border-bottom: solid 1px #b5d7d9;
}
.comparatif_total {
}
.comparatif_total p {
    margin: 0;
    font-size: 15px;
}
.avantage_imexso {
    background: #ffe32a;
}
.avantage_imexso p {
    font-size: 16px;
    font-weight: bold;
}
/* TAB PANES */
.nav-tabs-solid ~ .tab-content {
    padding: 0;
}
.nav-tabs .nav-item {
    margin: 0 !important;
    margin-right: 1px !important;
    margin-bottom: -1px !important;
}
.nav-tabs .nav-link {
    color: #002c39;
    background: #93ceda;
    font-weight: 700;
    border-radius: 0 /*!important*/;
}
.nav-tabs-inverse .nav-tabs-solid .nav-link.active,.nav-tabs-inverse .nav-tabs-solid .nav-link.active:focus,.nav-tabs-inverse .nav-tabs-solid .nav-link.active:hover {
    color: #fff;
    background: #002c39;
}
.tab-content {
    border: solid 1px #93ceda;
}
/* NOTIFICATIONS */
#auctionResultMessage,#auctionWinnerMessage {
    display: none;
}
/* TOOLTIPS */
.tooltip.show {
    opacity: 1;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 12px 4px;
    color: #ffe32a;
    border-radius: 25px !important;
    border-radius: .215rem;
    background-color: rgba(0, 0, 0, .8);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}
/* POPOVER */
.popover {
    border-color: #008297;
}
.popover .popover-header {
    border-bottom: none;
    text-align: center;
    background: #008297 !important;
    color: #fff;
}
.popover-body {
    color: #008297;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 15px;
}
/* Contextual Menu */
#contextual_menu {
    margin-top: -14px;
}
#contextual_menu a {
    display: block;
    margin: 0 -15px;
    padding: 0 25px;
    background: #D1F3EB;
    text-align: center;
    font-weight: 400;
    line-height: 35px;
}
@media screen and (min-width: 767px) {
    #contextual_menu a {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0 25px;
        background: #D1F3EB;
        text-align: center;
        font-weight: 400;
        line-height: 35px;
    }
}
#contextual_menu a:hover {
    color: #fff;
    background: #98d9cc;
}
#contextual_menu a.current {
    color: #fff;
    background: #333333;
    font-weight: 700;
}
/*** Row with equal height columns* --------------------------------------------------*/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
/* quick form */
#quick_check_form {
}
#quick_check_form input[type="text"] {
    padding-left: 2px;
    border: solid 1px #333333;
    border-left: 0;
    border-radius: 0 !important;
}
#quick_check_form .form-inline .input-group {
    margin-right: 5px;
}
#quick_check_form .input-group-addon {
    padding: 0 5px;
    color: #333333;
    border-top: solid 1px #333333;
    border-right: none;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #333333;
    border-radius: 0;
    background: #fff;
    font-size: 21px;
}
@media (min-width: 480px) {
    #quick_check_form .form-inline .input-group {
        width: auto;
        max-width: 176px;
    }
}
/* quick form sidebar */
#quick_check_form_sidebar {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
#quick_check_form_sidebar input[type="text"] {
    padding-left: 2px;
    border: solid 1px #333333;
    border-left: 0;
    border-radius: 0 !important;
}
#quick_check_form_sidebar .form .input-group {
    margin-bottom: 10px;
}
#quick_check_form_sidebar .form button {
    width: 100%;
}
#quick_check_form_sidebar .input-group-addon {
    padding: 0 5px;
    color: #333333;
    border-top: solid 1px #333333;
    border-right: none;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #333333;
    border-radius: 0;
    background: #fff;
    font-size: 21px;
}
@media (min-width: 480px) {
    #quick_check_form_sidebar .form-inline .input-group {
        width: auto;
        max-width: 176px;
    }
}
/* User Login */
#user-login #quick_check_form .input-group-addon {
    color: #03293e;
    border-top: solid 1px #fff;
    border-right: none;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    background: #fff;
}
#quick_check_form input[type="email"],#quick_check_form input[type="password"],#user-login #quick_check_form input[type="text"] {
    color: #03293e;
    border: solid 1px #fff;
}
#user-login #login_form button {
    width: 150px !important;
}
.only-md {
    display: none !important;
}
.only-lg {
    display: none;
}
.only-mob {
    display: block;
}
.only-mob-md {
    display: block;
}
.only-mob-footer {
    display: block;
}
.center_block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .only-md {
        display: block !important;
    }
    .only-mob-md {
        display: none !important;
    }
    .only-mob-footer {
        display: none !important;
    }
}
@media (min-width: 960px) {
    .only-lg {
        display: block;
    }
    .only-mob {
        display: none;
    }
}
.slick-list:after {
    content: " ";
    position: absolute;
    bottom: -20px;
    width: 1px;
    height: 1px;
    border-top: solid 20px #fff;
    border-right: solid 17px transparent;
    border-left: solid 17px transparent;
}
/* HISTORY */
.hist_search_block {
    height: auto;
}
@media (min-width: 768px) {
    .hist_search_block {
        height: 218px;
    }
}
#search_form {
    padding: 0;
}
#search_form .input-daterange input:first-child {
}
#search_form a.btn.activate,#search_form a.btn:hover {
    color: #ffffff !important;
    background: #138198 !important;
}
#search_form a.btn.activate .align-inblock-right i,#search_form a.history_btn:hover > .align-inblock-right i {
    color: #000 !important;
}
#search_form .input-group-addon {
    line-height: 20px !important;
}
#search_form .dropdown {
}
#search_form .dropdown-menu {
    top: 43px;
    left: 0px;
    min-width: 160px;
    margin: 0px;
    padding: 10px;
    font-size: 13px;
}
#search_form input.history_input {
    display: block;
    width: 100%;
    height: 36px;
    margin-bottom: 8px;
    color: #000;
    border-color: #5ca8b8;
    border-radius: 0 !important;
    box-shadow: none;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
}
#search_form .input-daterange input {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 31px;
    border-radius: 0 !important;
    padding: 2px 5px;
    height: auto;
    text-align: center;
}
.input-group-addon {
    color: #000;
    border: 1px solid #fff;
    background-color: #ffe32a;
    font-weight: 700;
    width: 30px;
    text-align: center;
    font-size: 23px;
}
.input-daterange .form-control {
    border-color: #5ca8b8;
}
#hist_marque {
    border: solid 1px #0e76a9;
    border-right: none;
    border-left: none;
}
#hist_commande,#hist_radio {
    border-top: solid 1px #0e76a9;
}
#hist_nis {
    border: solid 1px #0e76a9;
    border-right: none;
    border-left: none;
}
@media (min-width: 768px) {
    #hist_marque {
        border: solid 1px #0e76a9;
        border-top: none;
        border-bottom: none;
    }
    #hist_commande {
        border-top: none;
    }
    #hist_radio {
        border-left: solid 1px #0e76a9;
    }
    #hist_nis {
        border: solid 1px #0e76a9;
        border-top: none;
        border-bottom: none;
    }
}
@media (max-width: 525px) {
    .history_card_info1 .btn {
        display: block !important;
        margin: 0 !important;
    }
}
/** ----------------------------------------------------CART **/
.deleteCartItem {
    position: absolute;
    bottom: 23px;
    right: 0px;
    background: #002c39;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
}
.deleteCartItem:hover {
    color: #ffdd01;
}
/** ----------------------------------------------------- FAQ **/
#faq #menu_faq.panel-body {
    padding: 0;
}
#faq #faqs {
    background: transparent;
}
#faq #faqs .panel-body {
    padding: 0;
}
#faq #faqs .panel-heading {
    padding-left: 25px;
}
#faq #menu_faq a {
    display: block;
    margin-bottom: 0;
    color: #03293e;
    border-bottom: solid 1px #F5F5F5;
    border-radius: 0;
    background: #f5f5f5;
    text-align: center;
    font-weight: 400;
}
@media (min-width: 767px) {
    #faq #menu_faq a {
        text-align: left;
    }
}
#faq #menu_faq a.list-group-item.active,#faq #menu_faq a.list-group-item.active:focus,#faq #menu_faq a.list-group-item.active:hover {
    color: #333333;
    background-color: #ffe32a;
    box-shadow: none;
    font-weight: 700;
}
#faq #menu_faq a.list-group-item:focus,#faq #menu_faq a.list-group-item:hover {
    background-color: #ebebeb;
    text-decoration: none;
}
#faq .panel-heading a {
    color: #03293e;
    font-size: 16px;
    font-weight: 700;
}
#faq .panel {
    border-bottom: solid 1px #C8C8C8;
    border-radius: 0;
}
#faq .panel-group .panel-heading + .panel-collapse > .list-group,#faq .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
#faq .faq_link {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
#faq .panel-group .panel-title:after,#faq .panel-group .panel-title:before {
    position: absolute;
    top: 15px;
    left: -25px;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 18px;
    -o-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
#faq .panel-group .panel-title:before {
    content: "+";
}
#faq .panel-group .panel-title:after {
    content: "-";
}
#faq .panel-group .panel-title[aria-expanded="false"]:before {
    opacity: 1;
}
#faq .panel-group .panel-title[aria-expanded="false"]:after {
    opacity: 0;
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#faq .panel-group .panel-title[aria-expanded="true"]:before {
    opacity: 0;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#faq .panel-group .panel-title[aria-expanded="true"]:after {
    opacity: 1;
}
#faq .panel-group .panel-title:focus,#faq .panel-group .panel-title:hover {
    color: #03293e;
    text-decoration: none;
}
#faq .panel-group-continuous .panel + .panel {
    border-top: none;
}
/* CONTACT ------------------------------------------------ */
#open_contact_block {
    min-height: 500px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background-image: url("../images/banner_contact.jpg");
    */
}
#contact_main {
    padding: 0 20px;
    text-align: center;
}
@media (min-width: 767px) {
    #contact_main {
        text-align: left;
    }
}
#contact_sidebar {
    padding: 0 20px;
}
#contact_sidebar .country_link {
    margin-bottom: 10px;
    color: #03293e;
    font-size: 15px;
    font-weight: 400;
}
.form-control {
    color: #002c39;
}
.form-control.focus,.form-control:focus {
    border-color: #333;
}
iframe#contact-map {
}
/* NEWS ------------------------------------------- */
#news_header_slider {
    position: relative;
    border: solid 20px #fff;
}
.news_slider .slider_item {
    position: relative;
    background: #000;
}
#news_header_slider img.opat {
    width: 100%;
    margin-left: -1px;
    opacity: .7;
}
/** -------------------------------------------------- FOOTER **/
.googlebadge {
    width: 120px;
    margin-right: 10px;
    height: auto;
}
.applebadge {
    width: 120px;
    height: auto;
}
.fbbadge {
    width: 28px;
    height: auto;
}
/* The animation code */
/*** @keyframes change_opacity {
	from {
		opacity: 1;
	}
	to {
		opacity: .7;
	}
}
* #news_header_slider .slick-current img.opat {
	animation-name: change_opacity;
	* animation-duration: 3s;
	animation-fill-mode: forwards;
}
*/
.caption_news {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#open_news_block ul.slick-dots {
    bottom: 25px;
}
#open_news_block .slick-dots li button {
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    color: transparent;
    border: solid 1px #fff;
    border-radius: 25px;
    background: transparent;
    outline: none;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}
#open_news_block .slick-dots li.slick-active button {
    opacity: 1;
    background: #fff;
}
#open_news_block .slick-dots li button:before {
    color: transparent !important;
}
.card {
    border-radius: 0;
}
.card-block {
    padding: 0 15px;
}
#news .card {
    border-top: solid 5px #333333;
}
p.card-date {
    color: #7D7D7D;
    font-size: 12px;
    font-weight: 400;
}
p.card-date .fa {
    font-size: 14px;
}
.card hr {
    border-color: #C8C8C8;
    background: #C8C8C8;
}
.video_side img {
    width: 100%;
}
.card-lg-shadow {
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .05);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .05);
}
.back-to {
    display: block;
    color: #787878;
    font-size: 17px;
}
.slider_item .d-layer {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 46, 96, 0.35);
}
#open_news_block .slider_item .caption_news {
    z-index: 900;
}
.card-block .logo_press {
    display: block;
    width: 125px;
    height: auto;
    margin-top: 15px;
    margin-left: -15px;
}
/** -------------------------------------------------- MODALS **/
/* VIDEO MODAL HOME */
.video_modal {
    padding: 0 !important;
}
.video_modal .modal-dialog {
    width: 100%;
    max-width: 75%;
    margin: 90px auto 0;
}
.video_modal .modal-dialog .modal-content {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    /*overflow: hidden;
    */
}
.video_modal .modal-dialog .modal-content iframe,.video_modal .modal-dialog .modal-content object,.video_modal .modal-dialog .modal-content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_modal .close {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: -35px;
    right: -35px;
    background: #ffffff;
    opacity: 1 !important;
    color: #11d7ff;
    font-size: 37px;
    text-shadow: none;
    z-index: 100;
    outline: none;
}
.video_modal .close:hover {
    background: #11d7ff;
    color: #ffffff !important;
    opacity: 1 !important;
}
.modal-backdrop.show {
    opacity: .6;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #051e23;
}
.modal {
    z-index: 9999 !important;
}
.modal img {
    width: 100%;
    height: auto;
}
.modal-content {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.modal-header {
    position: relative;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.modal-header .close {
    text-shadow: none !important;
    padding: 5px !important;
    margin-top: -4px;
}
/*------------------------------------*\Customized form elements\*------------------------------------*/
#searchHomeForm .btn-group .btn-group {
    margin-right: 4px;
    width: 260px;
}
/* Selects */
select {
    /* styling */
    background-color: white;
    border: 2px solid #ffffff;
    border-radius: 0px;
    display: inline-block;
    font: inherit;
    line-height: 40px;
    padding: 1px 15px 1px 15px;
    color: #010a0c;
    font-weight: bold;
    font-size: 16px;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 100%;
}
@supports (-ms-ime-align:auto) {
    select {
        padding: 0 15px 0 15px;
    }
}
select.homesearch::after {
    font-family: 'FontAwesome';
    content: "\f054";
    color: #002933;
    padding: 12px 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}
select.classic {
    background-image: linear-gradient(45deg, transparent 50%, #010a0c 50%),linear-gradient(135deg, #010a0c 50%, transparent 50%),linear-gradient(to right, #ffffff, #ffffff);
    background-position: calc(100% - 17px) calc(1em + 4px),calc(100% - 12px) calc(1em + 4px),100% 0;
    background-size: 5px 6px,5px 6px,2.5em 2.5em;
    background-repeat: no-repeat;
    outline: 0;
}
select.homesearch * {
    color: #717171;
    font-size: 13px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
select.homesearch *:first-child {
    display: none;
}
select.homesearch:focus,select.homesearch:active {
    outline: 0;
}
button#submitSearchHome {
    line-height: 32px;
    display: block;
    width: 100%;
    border: solid 2px #ffdd00;
    border-bottom: none;
}
select.qtySelect {
    /* styling */
    background-color: white;
    border: 1px solid #002c39;
    border-radius: 0px;
    display: inline-block;
    font: inherit;
    line-height: 23px;
    padding: 0 15px 0 15px;
    color: #002c39;
    font-weight: bold;
    font-size: 15px;
    /* reset */
    margin: 0 0 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 75px;
}
select.classic_small {
    background-image: linear-gradient(45deg, transparent 50%, #002c39 50%),linear-gradient(135deg, #002c39 50%, transparent 50%),linear-gradient(to right, #ffffff, #ffffff);
    background-position: calc(100% - 17px) calc(1em + -4px),calc(100% - 12px) calc(1em + -4px),100% 0;
    background-size: 5px 6px,5px 6px,2.5em 2.5em;
    background-repeat: no-repeat;
    outline: 0;
}
#newsletter_form {
    padding: 15px 0 15px;
    color: #ffe32a !important;
    background: #353535;
}
#newsletter_registration .form-control {
    border: none;
    border-radius: 0;
    background: #FFF;
    height: 36px;
    padding-left: 8px;
}
.site-footer {

    border-width: 1px;
}
/* REGISTRATION FORM */
.registration_steps {
    display: block;
    width: 27px;
    height: 27px;
    margin-right: 8px;
    color: #fff;
    background: #333;
    text-align: center;
    font-weight: bold;
    line-height: 27px;
}
#registerForm input:invalid {
    border-color: red;
}
#registerTvaForm #country {
    background: #fff;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
}
form input[type="email"],form input[type="mail"],form input[type="text"],form input[type="password"],form select,form.user_form input[type="mail"],form.user_form input[type="text"],form.user_form select {
    color: #03293e;
    color: #000 !important;
    border: solid 1px #fff;
    border-radius: 0 !important;
    background-clip: unset !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-shadow: 0px 3px 7px -7px #555;
}
form input::placeholder {
    font-weight: 600;
}
form.user_form input[type="mail"]:focus,form.user_form input[type="text"]:focus,form.user_form select:focus {
    border: none !important;
    background: #fafafa !important;
}
.ref_form {
    display: none !important;
}
/* ------------------------------------------------ SLIMSCROLL */
.scrollup {
    z-index: 10001;
    display: none;
    position: fixed;
    right: 38px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 30px !important;
    background: #000;
    background: #001b21;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s linear;
    transition: all .3s ease;
}
.scrollup i {
    position: relative;
    top: 13px;
    left: 16px;
    margin: 0;
    color: #ffffff;
    opacity: 1;
    font-size: 19px;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.scrollup:hover i {
    top: 5px;
    color: #ffdd00;
    opacity: .9;
}
/* ------------------------------------------------ DATEPICKER */
.datepicker {
    padding: 10px;
    padding-top: 5px;
    background: #138198;
}
.datepicker-dropdown.datepicker-orient-top:after {
    border-top: 6px solid #138198;
}
.datepicker th {
    border: none !important;
    font-size: 10px;
}
.datepicker th.datepicker-switch,.datepicker th.prev,.datepicker th.next {
    color: #fff;
    text-transform: uppercase;
}
.datepicker td {
    border: solid 1px #4a9eb0 !important;
    color: #fff;
    font-size: 10px;
}
.datepicker td.new.day,.datepicker td.old.day,.datepicker th.dow {
    color: #91c1cc;
    font-weight: normal;
}
.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled],.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover,.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover {
    background-color: #025b6d;
    background-image: none;
    color: #ffffff;
    font-weight: bold;
}
.datepicker table tr td.day.focused,.datepicker table tr td.day:hover,.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover {
    background-color: #025b6d;
    background-image: none;
    color: #ffffff;
    cursor: pointer;
}
.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover {
    background: #4295a7;
}
.datepicker table tr td span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.datepicker table tr td span:hover,.datepicker table tr td span.focused {
    background-color: #025b6d;
    background-image: none;
    color: #ffffff;
    cursor: pointer;
}
/*CSS Flip flipcard*/
.flipcard {
    cursor: pointer;
    width: 100%;
    height: 270px;
    color: #002C39;
    border-radius: 30px !important;
    background-color: #F1F9FF;
    border-width: 0px;
    position: relative;
}
.big-card {
	box-shadow: 5px 5px 10px 0px #002c3954;
}
.big-card .btn {
    border-radius:0px !important;
}
.big-card td {
    padding: 0 5px !important;
}
.big-card .etiquette-voiture {
    padding: 20px 0 22px 0 !important;
}
.front, .back {
    width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    position: absolute;
    transition: transform .3s linear;
	box-shadow: 5px 5px 10px 0px #002c3954;
}
.front img {
    /*height: 85%;
    */
}
.front {
    transform: perspective(600px) rotateY(0deg);
    background-color: #5ca8b8;
    border-radius: 30px;
}
.back {
    background: #93CEDA80;
    transform: perspective(600px) rotateY(180deg);
    border-radius: 30px;
}
.back-content {
    color: #2C3E50;
    width: 100%;
    border-radius: 0px;
    margin: auto;
    padding: 10px 10px 6px;
}
.flipcard:hover > .front {
    transform: perspective(600px) rotateY(-180deg);
}
.flipcard:hover > .back {
    transform: perspective(600px) rotateY(0deg);
}

.encheres_list .flipcard {
    height: 350px !important;
}

.ordernum {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 12px;
    left: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ffbb21;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding-top: 1px;
}
.smallnbr {
    display: inline-block;
    background: red;
    border-radius: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
}
/*CSS Textes*/
.prix-voiture {
    /*position: absolute;
    bottom: 15%;
    right: 0%;
    */
    width: 100%;
    font-size: 23px;
    line-height: 23px;
    text-align: center;
    background-color: #002c39;
    padding: 2% 5% 4% 5%;
    color: white;
    font-weight: 600;
}
.etiquette-voiture {
    text-align: center;
    padding: 0px 15px;
}
.nom-voiture {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 0rem;
}
.finition-voiture {
    font-size: 0.8em;
    line-height: 1em;
}
.caracteristiques {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
}
.tableau-caracteristiques {
    margin: auto;
    /*font-size: 0.9em;
	min-height: 200px;*/
}
table.tableau-caracteristiques > tbody > tr:nth-child(n+1) > td:nth-child(1) {
    color: #2C3E50;
    font-weight: 700;
}

table.tableau-caracteristiques > tbody > tr {
	height: 20px;
}
table td, .table th {
    border-top: none !important;
}
.bouton-encherir {
    position: absolute;
    margin: auto;
    width: 100%;
    /*height: 20%;
    */
    bottom: 0%;
    text-align: center;
    background-color: #FF6800;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    padding: 9% 0px;
}
.bouton-encherir > h3 {
    line-height: 1em;
    font-size: 15px;
}
.visible-extralarge {
    visibility: collapse;
}
/* CSS RESPONSIVE XS */
@media (max-width: 575px) {
    .flipcard {
        width: 100%;
        height: 300px;
    }
    .encheres_list .flipcard {
        height: 380px !important;
    }
}

/* CSS RESPONSIVE SMALL */
@media (min-width: 576px) { 
    .flipcard {
        width: 100%;		
        height: 350px;
    }
    .encheres_list .flipcard {
        height: 290px !important;
    }
	
	.tableau-caracteristiques {
    margin: auto;
	min-height: 200px;

}
}

/* CSS RESPONSIVE SMALL-MEDIUM */
@media (min-width: 668px) and (max-width:767px) {
    .flipcard {
        width: 100%;
        height: 380px;
    }
    .encheres_list .flipcard {
        height: 345px !important;
    }
	
	table.tableau-caracteristiques > tbody > tr {
    /* height: 20px; */
    line-height: 14px !important;
    font-size: 0.8em;
}
	
	.tableau-caracteristiques {
    min-height: 150px;
	font-size: 1.5em;
	}	
}

/* CSS RESPONSIVE MEDIUM */
@media (min-width: 768px) {
    .flipcard {
        width: 100%;
        height: 250px;
    }
    .encheres_list .flipcard {
        height: 345px !important;
    }
	
	table.tableau-caracteristiques > tbody > tr {
    /* height: 20px; */
    line-height: 14px !important;
    font-size: 0.8em;
}
	
	.tableau-caracteristiques {

    min-height: 100px;
    font-size: 1.1em;
	}		

}
/* CSS RESPONSIVE LARGE col-lg-5 */
@media (min-width: 992px) and (max-width: 1099px) {

	.flipcard {
        width: 100%;
        height: 285px;
    }
    .encheres_list .flipcard {
        height: 290px !important;
    }
	
	.tableau-caracteristiques {
    min-height: 150px;
	font-size: 1.2em;
	}
}

@media (min-width: 1100px) and (max-width: 1199px) {

	.flipcard {
        width: 100%;
        height: 285px;
    }
    .encheres_list .flipcard {
        height: 290px !important;
    }
	
	.tableau-caracteristiques {
    min-height: 150px;
	font-size: 1.2em;
	}
}

/* CSS RESPONSIVE LARGE-EXTRA-LARGE */
@media (min-width: 1200px) and (max-width: 1399px) {
	.front img {
		height: 62%;
		width: auto;
	}
	    .flipcard {
        width: 100%;
        height: 350px;
    }
	
	.tableau-caracteristiques {
    	min-height: 200px;
		font-size: 1.35em;
	}	
}
/* CSS RESPONSIVE EXTRA-LARGE */
@media (min-width: 1400px) {
    .flipcard {
        width: 100%;
        height: 350px;
    }
    .encheres_list .flipcard {
        height: 350px;
    }
    /*CSS Textes*/
    .nom-voiture {
        font-size: 14px;
    }
    .finition-voiture {
        font-size: 1em;
        line-height: 1em;
    }
    .caracteristiques {
        font-size: 1.2em;
    }
    .bouton-encherir > h3 {
        line-height: 1em;
        font-size: 20px;
    }
    .visible-extralarge {
        visibility: visible;
    }
	
	.tableau-caracteristiques {
		margin: auto;
		min-height: 200px;
		font-size: 1.5em;
	}	
}

/* CSS RESPONSIVE EXTRA-LARGE+ */
@media (min-width: 1500px) {
    .flipcard {
        width: 100%;
        height: 380px;
    }
}


#slider_dashboard {
    padding-top: 5px;
}
#slider_dashboard #slider img {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
/* SLIDER VERTICAL */
.carousel-inner.vertical {
    height: 100%;
    /*Note: set specific height here if not, there will be some issues with IE browser*/
}

.carousel-inner.vertical > .carousel-item {
    -webkit-transition: .6s ease-in-out top !important;
    -o-transition: .6s ease-in-out top !important;
    transition: .6s ease-in-out top !important;
}
.carousel-inner.vertical > .carousel-item a {
    display: block;
}
.carousel-inner.vertical > .carousel-item a img {
    border-radius: 20px !important;
    margin-bottom: 20px;
}
@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner.vertical > .carousel-item {
        -webkit-transition: -webkit-transform 3s ease-in-out !important;
        -o-transition: -o-transform 3s ease-in-out !important;
        transition: transform 3s ease-in-out !important;
        -webkit-backface-visibility: hidden !important;
        backface-visibility: hidden !important;
        -webkit-perspective: 1000 !important;
        perspective: 1000 !important;
    }
    .carousel-inner.vertical > .carousel-item.carousel-item-next,.carousel-inner.vertical > .carousel-item.active.carousel-item-right {
        -webkit-transform: translate3d(0, 33.33%, 0) !important;
        transform: translate3d(0, 33.33%, 0) !important;
        top: 0 !important;
    }
    .carousel-inner.vertical > .carousel-item.carousel-item-prev,.carousel-inner.vertical > .carousel-item.active.carousel-item-left {
        -webkit-transform: translate3d(0, -33.33%, 0) !important;
        transform: translate3d(0, -33.33%, 0) !important;
        top: 0 !important;
    }
    .carousel-inner.vertical > .carousel-item.carousel-item-next.carousel-item-left,.carousel-inner.vertical > .carousel-item.carousel-item-prev.carousel-item-right,.carousel-inner.vertical > .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        top: 0;
    }
}
.carousel-inner.vertical > .active {
    top: 0;
}
.carousel-inner.vertical > .carousel-item-next,.carousel-inner.vertical > .carousel-item-prev {
    top: 0;
    height: 100%;
    width: auto;
}
.carousel-inner.vertical > .carousel-item-next {
    carousel-item-left: 0;
    top: 33.33%;
    carousel-item-right: 0;
}
.carousel-inner.vertical > .carousel-item-prev {
    carousel-item-left: 0;
    top: -33.33%;
    carousel-item-right: 0;
}
.carousel-inner.vertical > .carousel-item-next.carousel-item-left,.carousel-inner.vertical > .carousel-item-prev.carousel-item-right {
    top: 0;
}
.carousel-inner.vertical > .active.carousel-item-left {
    carousel-item-left: 0;
    top: -33.33%;
    carousel-item-right: 0;
}
.carousel-inner.vertical > .active.carousel-item-right {
    carousel-item-left: 0;
    top: 33.33%;
    carousel-item-right: 0;
}
#carousel-pager .carousel-item-left.carousel-control-carousel-item-prev {
    bottom: initial;
    width: 100%;
}
#carousel-pager .carousel-item-right.carousel-control-carousel-item-next {
    top: initial;
    width: 100%;
}

/* AUCTION INFOS + MODALES */
/*Modal Enchère final */
.modal-enchere-final, .modal-chrono {
	border-radius: 30px !important;
	overflow: hidden !important;
}

button.close > i {
    color: #FF6800 !important;
    opacity: 1;
    background: red;
    line-height: 0px;
    font-weight: 700;
    margin-right: 15px;
}

/*Content Modal */
button.close > span {
    color: #FF6800;
    opacity: 1;
    position: absolute;
    right: 25px;
    top: 25px;
    background: red;
    line-height: 0px;
    font-size: 2em;
}
.modal-content, .modal-presentation-img {
    border-radius: 30px !important;
}

.modal-presentation-img {
    border-radius: 30px !important;
    /* border-style: solid; */
    /* border-width: 1px; */
    /* border-color: #ffbb21; */
    box-shadow: 5px 5px 10px 0px #002c3954
}



.modal-description-img {
    border-radius: 90px;
}
.modal-number {
    background-color: #ffbb21;
    color: white;
    position: absolute;
    z-index: 100;
    top: 20px;
    left:19px;
    font-size: 2em;
    height: 2em;
    width: 2em;
    border-radius: 100%;
    padding-top: 0.2em;
    font-weight: 700;
}
.bouton-modal {
    background: #5ca8b8;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    box-shadow: 0px 5px 10px -5px #002c39f7;
    border-radius: 5px;
}
.bouton-modal:hover {
    background: #FFFFFF;
    color: #FF6800;
    border-width: 1px;
    border-color: #FF6800;
}

/* CSS RESPONSIVE MEDIUM */
@media (min-width: 768px) {
    .modal-description-img {
        border-radius: 90px;
        position: absolute;
    }
}

/*Page enchère */
.tableau-enchere{
	border-radius: 30px !important;
}

.border-radius-30{
	border-radius: 30px;
} 

.container {
	max-width: 1600px !important;
}

li[role="presentation"]:first-child > a,  #place_bid_btn {
    border-radius: 20px 0px 0px 0px !important;
}

li[role="presentation"]:last-child > a,   #place_bid_btn3 {
    border-radius: 0px 20px 0px 0px !important;
}

li[role="presentation"]:only-child > a  {
    border-radius: 30px 30px 0px 0px !important;
}

#place_bid_btn2 {
    border-radius: 0px 0px 0px 0px !important;
}

.equipements_list{
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
	margin-left: 0px;
}

.slick-list.draggable{
border-radius: 30px;
}

/*ZONE ENCHERE*/
.btn-orange {
    color: #ffffff !important;
    background-color: #ff6800;
	height: 100%;
}
.btn-orange:hover {
    color: #ffffff !important;
    background-color: #ff8531;
}

#car_infos_top > div.section-body.bg-color10.pb-0 > div > div:nth-child(2) > div.col-md-3 {
	background-color: #F1F9FF;
}

.bouton-centre {padding:0px;}

@media (max-width: 768px) {
    .bouton-gauche, .bouton-droite{
		padding-right: 0px; 
		padding-left: 0px;
	}
}

@media (min-width: 769px) {
    .bouton-gauche{
		padding-right: 0px; 
 
	}
 .bouton-droite{
		padding-left: 0px;
	}
}

/*Video background*/
.video-overlay {
/*	opacity: 0.5 !important;
   
	height:100% ;
	width:100%;*/
	/* background-color: #0022fd !important;*/
/*	position: absolute; 
	top:0;
	left:0;*/
}

.video-overlay:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(127, 206, 218, 0.3);
	background-image: radial-gradient(black 33%, transparent 33%);
	background-size: 3px 3px;
}


.video-background {
	position: relative;
	top: 0; right: 0; bottom: 0; left: 0;
  	z-index: -99;
	height: 100%;
}
.video-foreground,
.video-background iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.caption_titre {
    line-height: 50px;
    text-shadow: #14424c 0px 0px 10px;
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}

@media all and (max-width: 100px) {
.vid-info .acronym { display: none; }
}

#top_section, #auctions_info {
	background-color: white !important;
}
#next-auction-countdown {
    margin-top:-14%;
}
#auctions_info {
	/*margin-top:-15%;*/
}
.auctions_info_block {
    border: solid 1px #5ca8b8;
    border-radius: 25px;
    padding: 0px;
    margin: 0;
    height: auto;
    margin-bottom: 25px;
    position: relative;
}
#activeCarNum {
    position: absolute;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 23px;
    background: #ff6800;
    top:90px;
    left: 40px;
    border-radius: 40px;
    color:#fff;
    font-weight: bold;
}
#encherePos {
    position: absolute;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 23px;
    background: #ff6800;
    top:10px;
    left: 26px;
    border-radius: 40px;
    color:#fff;
    font-weight: bold;
}
/*style="position: relative; height:70%; width:100%;" */


.footer-container {
	background-color: #002c39; 
	padding:25px 10px;
}
.footer-container h5 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}
.footer-container ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.footer-container ul li {
    margin-bottom: 5px;
}

body > div.footer-container > div > div > div > ul > li > a{	
	color:white;
}


/*Liste deroulante enchère*/
.car_card_sm {
    background-color: #93CEDA9A;
	border-radius: 15px;
    overflow: hidden;
}


.ctr{
	position: absolute;
    width: 25px;
    top: 5px;
    left: 10px;
    border-radius: 50%;
    background-color: #ff6801;
    text-align: center;
    font-size: 1em;
    line-height: 25px;
    color: white;
    font-weight: 700;
}


.table td, .table th {
    padding: .75rem 0rem .75rem 0rem;
}
/* Login */
#login_form {
	max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}




/* STYLES BY LANGUAGES */
/*** nl_BE & nl_NL** ***************/
/*html[lang="nl_BE"] #stepbystep .nav-tabs .nav-item a,html[lang="nl_NL"] #stepbystep .nav-tabs .nav-item a {
	height : 100px;
}
*/

