/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
#bandeauCnil{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,0.8);
    text-align: center;
    z-index: 1000000;
    padding: 15px;
}
#bandeauCnil a{
    color: #ef7d00;
    text-decoration: underline;
}

#sub-header {
  background-image: -webkit-linear-gradient(-45deg, #fc9425 40%, #ef7d00 40%);
  background-image: -moz-linear-gradient(-45deg, #fc9425 40%, #ef7d00 40%);
  background-image: -o-linear-gradient(-45deg, #fc9425 40%, #ef7d00 40%);
  background-image: linear-gradient(-45deg, #fc9425 40%, #ef7d00 40%);
}
#sub-header .right-info ul li{
    border-right: 1px solid #fff;
}
nav.main-navigation ul a:hover{
    color:#ef7d00;
}
nav.main-navigation ul li:last-child i{
    width: auto;
    text-align: center;
    padding: 0 15px;
    font-style: normal;
}
.first-line{
    background-color: #ef7d00;
}
.third-line em{
    color: #ef7d00;
}

.select2-dropdown{
    z-index: 1000000;
}
.select2-container--default .select2-selection--single{
    border-color: #ddd;
    border-radius: 5px;
    height: 40px;
}
.select2-container--default .select2-selection--multiple{
    border-color: #ddd;
    border-radius: 5px;
    height: 40px;
    padding-right:15px;
}
.select2-container--default .select2-selection--multiple .select2-search.select2-search--inline {
    position: absolute;
    top: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
    height: 40px;
    padding: 0;
    width: 20px;
    margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    height:39px;
}
.select2-container--default .select2-search--inline .select2-search__field{
    color: transparent;
    margin-left: 7px;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder{
    color: #222;
    opacity: 1;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: rgba(239, 125, 0, 0.3);
    color: #222;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #ef7d00;
    background-color: rgba(239, 125, 0, 0.3);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #222 transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    font-size: 14px;
    color: #222;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
    font-size: 14px;
    color: #222;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    margin: 0;
    padding-left: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    color: #222;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display::after{
    content:', ';
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    list-style: none;
    padding: 0;
    padding-left: 5px;
    height: 38px;
    margin-bottom: 0;
    align-items: center;

    overflow: hidden;
}
.select2{
    font-family: 'Work Sans', sans-serif;
}
.navCompte{
    margin-bottom: 40px;
}
.swal-overlay{
    z-index: 150002;
}
.swal-button, .swal-button:not([disabled]):hover{
    background:#ef7d00;
}
.swal-button--cancel, .swal-button--cancel:not([disabled]):hover{
    background: #e8e8e8;
}
.btnAskRepresent{
    margin-bottom: 30px;
}
.modal-footer .advanced-button{
    float: right;
    padding: 0 0 0 10px;
    height: 34px;
    width: auto;
    margin-left: 15px;
    line-height: 32px;
    font-size: 14px;
    text-transform: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.modal-footer .advanced-button i{
    height: 34px;
    width: 34px;
    margin-left: 15px;
    line-height: 34px;
}


.modal-body .select2-container--default .select2-selection--single{
    background-color: rgba(255,255,255,1);
    border-color: #ccc;
    border-radius: 5px;
    height: 37px;
}
.modal-body .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #ccc transparent transparent transparent;
}
.modal-body .select2-container--default .select2-selection--single .select2-selection__placeholder{
    font-size: 12px;
    color: #888888;
}
.modal-body .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 36px;
    font-size: 12px;
    color: #888888;
}
.modal-body .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px;
}

#emailNewsletter.error{
    box-shadow:inset 2px 2px #ff0000, inset -2px -2px #f00;
}
#cta-2 .left-content form input{
    margin-right: 0;
}
.newsletterError{
    color: #f00;
    display: none;
    text-align: center;
}
.site-header .main-header .logo img{
    display: block;
    margin-bottom: 5px;
    margin-top:0px;
    height: 33px;
}
.site-header .main-header .logo{
    line-height: 1;
    text-align: center;
    max-width: 165px;

}
.accrocheLogo{
    font-size: 11px;
    text-align: center;
}
.car-details .up-content span.prixAvecAdju{
    line-height: 1;
    padding: 5px;
}
.car-details .up-content span.prixAvecAdju i{
    font-style: italic;
    display: block;
    font-size: 12px;
}
.car-details .up-content span u{
    font-size: 16px;
    text-decoration: none;
}


.flexslider .ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 10;
}
.flexslider .ribbon.ribbon-date{
    width: 100px;
    height: 100px;
}
.flexslider .ribbon::before,
.flexslider .ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #d36d00;
  z-index: 10;
}

.flexslider .ribbon > span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #ef7d00;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.flexslider .ribbon-top-left {
  top: -10px;
  left: -10px;
}
.flexslider .ribbon-top-left::before,
.flexslider .ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.flexslider .ribbon-top-left::before {
  top: 0;
  right: 0;
}
.flexslider .ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.flexslider .ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right */ 
/* top right*/
.flexslider .ribbon-top-right {
  top: -10px;
  right: -10px;
  line-height: 1.1;
  font-size: 8px;
}
.flexslider .ribbon-top-right::before,
.flexslider .ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.flexslider .ribbon-top-right::before {
  top: 0;
  
  left: 0;
  right:auto;
}
.flexslider .ribbon-top-right::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.flexslider .ribbon-top-right > span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
.flexslider .ribbon-top-right.ribbon-date > span{
   height: 100px;
    width: 155px;
    top: -40px;
    left: 3px;
}
.flexslider .ribbon-top-right.ribbon-date > span span{
    position: absolute;
    transform: rotate(-45deg);
    left: 69px;
    top: 62px;
}
.contact-form input.error{
    border: 1px solid #f00;
}

.whiteBGForSelect2{
    
}
.whiteBGForSelect2 .select2-container--default .select2-selection--single{
    background-color: rgba(255,255,255,1);
    border-color: #eee;
    border-radius: 5px;
    height: 37px;
}
.whiteBGForSelect2 .select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #ccc transparent transparent transparent;
}
.whiteBGForSelect2 .select2-container--default .select2-selection--single .select2-selection__placeholder{
    font-size: 12px;
    color: #888888;
}
.whiteBGForSelect2 .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 36px;
    font-size: 12px;
    color: #888888;
}
.whiteBGForSelect2 .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 38px;
}
.radioContener{
    line-height: 40px;
    margin-bottom: 25px;
    width: 100%;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: #888888;
    height: 40px;
    outline: none;
    
    position: relative;
}
.radioContener label{
    font-weight: normal;
    margin: 0 15px 0 5px;
}
.btn-danger{
    border: 0 none;
}

/*-- Hack Safari -- */
#featured-cars > .row:before{
    content: normal;
}

.car-details .flexslider{
    margin-bottom: 0;
}
p.nonContractuelles{
    font-size: 10px;
    
}
.bandeauAutoPromo{
    margin: 30px 0;
    padding: 15px;
    background-image: -webkit-linear-gradient(-45deg, #fc9425 20%, #ef7d00 20%);
    background-image: -moz-linear-gradient(-45deg, #fc9425 20%, #ef7d00 20%);
    background-image: -o-linear-gradient(-45deg, #fc9425 20%, #ef7d00 20%);
    background-image: linear-gradient(-45deg,#fc9425 20%, #ef7d00 20%);
}
.bandeauAutoPromo .advanced-button{
    color: #fff;
    text-align: center;
    background: #000;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
}
.bandeauAutoPromo p{
    text-align: left;
    color: #fff;
    font-size: 12px;
}

.searchEngineAvocat.searchEngineHP{
    width: 100%;
    margin-bottom: 30px;
}
.searchEngineAvocat .mainSearchCrit{
    width: 100%;
}

.searchEngineAvocat .footerSearchHP{
    justify-content: flex-end;
}
.glossaireNav{
    display: flex;
    padding: 5px 10%;
    justify-content: space-between;
    font-weight: bold;
    background-image: -webkit-linear-gradient(-45deg, #fc9425 20%, #ef7d00 20%);
    background-image: -moz-linear-gradient(-45deg, #fc9425 20%, #ef7d00 20%);
    background-image: -o-linear-gradient(-45deg, #fc9425 20%, #ef7d00 20%);
    background-image: linear-gradient(-45deg,#fc9425 20%, #ef7d00 20%);
}
.glossaireNav .nav-item{
    color: #fff;
    line-height: 1;
    padding: 5px;
}
.glossaireNav .nav-item.active{
    color: #ef7d00;
    background: #fff;
}
.glossaireNav .nav-item.disabled{
    color: #1b1b1b;
}
.glossaireContent{
    padding: 15px;
}
.glossaireContent ul{
    padding: 0;
}
.glossaireContent ul li{
    display: flex;
    margin-bottom: 10px; 
}
.glossaireContent ul li strong{
    width: 15%;
    margin-right: 15px;
}
.glossaireContent ul li span{
    width: calc(85% - 15px);
}
#cta-2 .right-content ul li a{
    font-size: 26px;
}
#cta-2 .right-content ul li a:hover{
    color: #000;
}

.wordingHome{
    padding: 70px 0 0;
    font-size: 14px;
    text-align: center;
}
.statistiquesVentes{
    padding-bottom: 0;
}
.deptListContainer{
    list-style: none;
    columns: 3;
    font-size:12px;
}
.deptListContainer a{
    display: inline-block;
    padding:0 2px;
    transition: background .2s, color .2s;
}
.deptListContainer a:hover{
    background: #ef7d00;
    color: #fff;
    border-radius: 3px;
   transition: background .2s, color .2s;
    
}
.list-item-vente{
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    padding: 7px 0;
}
.list-item-vente h2{
    font-size: 13px;
    margin: 0;
}
.tableListVente td{
    vertical-align: middle !important;
}
.entete-table{
    font-weight: bold;
    color: #fff;
}
.contenerRightList{
    display: flex;
}
.btnNavAffichage{
    display: flex;
    margin-right: 30px;
}
.btnNavAffichage a{
    border: 1px solid #fff;
    height: 32px;
    text-align: center;
    justify-content: center;
    margin-left: 10px;
    padding: 0 8px;
    border-radius: 5px;
}
.btnNavAffichage a.actif{
    background: #ef7d00;
}
.btnNavAffichage a span{
    margin-right: 5px;
}


.btn.btn-orange{
    background-color: #FC9425;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    height: 40px;
}
.btn.btn-orange .fa{
    margin-right: 7px;
}
.btn-lg.btn-orange{
    font-size: 14px;
    font-weight: 700;
    padding: 10px 30px;
}
.btn-lg.btn-orange .fa{
    margin-left: 5px;
    margin-right: 0;
    font-size: 14px;
}
.btn.btn-orange.btn-sm-orange{
    text-transform: none;
    height: auto;
    padding: 3px 5px;
    font-size: 12px;
}
.btn.btn-orange.btn-sm-orange .fa{
    font-size: 12px;
    margin-left: 12px;
    margin-right: 0;
}
.mainSearchCrit .col-lg-3{
    padding: 0 10px;
}

/** Tableaux custom Blog **/
.contenuDynamique table{
    border: 1px solid #ccc;
}
.contenuDynamique table td{
    padding: 0px 5px;
}
.contenuDynamique table tr:first-of-type > td {
    background: #151515;
    color: #fff;
    border: 0 none;
    font-weight: bold;
}
.contenuDynamique table tr{
    border-bottom: 1px solid #ccc;
}
.contenuDynamique table tr td{
    border-right: 1px solid #ccc;
}
.contenuDynamique table tr:nth-child(even) {
    background-color: #f9f9f9;
}
.statsVente ul{
    padding: 0;
    MARGIN: 0;
}
.statsVente ul li{
    list-style: none;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.statsVente ul li img{
    width: 20px;
    margin-right: 10px;
}
#mapAnchor iframe{
    width: 100%;
}