/*
Theme Name: Bony Automobiles
Author: Agencelouise
Author URI: https://www.agencelouise.com/
Description: Thème Wordpress Bony Automobiles
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agencelouise
*/

body{
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;   
    background-color:#efefef;
}
body.page-template-page-academy {
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;   
    background: rgb(4,2,67,1);
    color:#fff; 
}
/*@media(max-width:1025px){
    body{
        padding-bottom:50px!important;
    }
}*/
*:focus {
    outline: none!important;
    outline-width: 0;
}

@media (min-width: 1500px) {
    .container {
        max-width:1440px;
    }
}
.bg-lightgrey {
    background:#efefef;
}
.btn {
    border-radius:19px;
    padding-left:20px;
    padding-right:20px;
    
    -webkit-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
    box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
}
#fieldsCollapse .btn-primary[aria-expanded="false"],
.btn-primary {
    color: #fff;
    background-color: #363636;
    border-color: #363636;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff!important;
    background-color: #bb9857!important;
    border-color: #bb9857!important;
  outline: none!important;
}
.btn:focus,
.btn:active {
   outline: none !important;
    -webkit-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75)!important;
    -moz-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75)!important;
    box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75)!important;
}

#fieldsCollapse .btn-primary[aria-expanded="true"] {
    color: #fff!important;
    background-color: #bb9857!important;
    border-color: #bb9857!important;
  outline: none!important;
    -webkit-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75)!important;
    -moz-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75)!important;
    box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75)!important;
    
}

.btn-secondary {
    color: #bb9857;
    background-color: #fff;
    border-color: #efefef;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #bb9857;
    border-color: #bb9857;
}
.btn-transparent {
    color: #363636;
    background-color: #fff;
    border-color: #ccc;
}
.btn-transparent:hover {
    color: #fff;
    background-color: #bb9857;
    border-color: #bb9857;
}
.btn-white {
    color: #363636;
    background-color: #fff;
    border-color: #ebebeb;
}
.btn-white:hover {
    color: #fff;
    background-color: #363636;
    border-color: #363636;
}
.btn-sand2 {
    color: #fff;
    background-color: #bb9857;
    border-color: #bb9857;
}
.btn-sand2:hover {
    color: #bb9857;
    background-color:#fff ;
    border-color: #bb9857;
}
.btn-sand {
    color: #363636;
    background-color: #fff;
    border-color: #ebebeb;
    text-transform:uppercase;
    font-weight:500;
}
.btn-sand span{
    color: #bb9857!important;
    background-color: #fff!important;
    border: 1px solid #ebebeb!important;
}
.btn-sand:hover {
    color: #fff;
    background-color: #bb9857;
    border-color: #bb9857;
}

.btn-sand-inverse {
    padding-left:10px;
    padding-right:10px;
    color: #fff;
    background-color: #bb9857;
    border-color: #bb9857;
    text-transform:uppercase;
    font-weight:500;
}
.btn.btn-sand-inverse.icon-right {
    padding-right:20px!important;
}
.btn-sand-inverse span{
    color: #bb9857!important;
    background-color: #fff!important;
    border: 1px solid #ebebeb!important;
}
.btn-sand-inverse:hover {
    color: #bb9857;
    background-color: #fff;
    border-color: #bb9857;
}

@media(max-width:767px){
    .btn.t-uc {
        font-size:12px!important;
    }
    .ekko-lightbox-nav-overlay {display:none;}
}

@media (min-width: 992px){
    .modal-lg {
        max-width: 990px;
    }
}
.btn-close-modal {
    position:absolute;
    top:-17px;
    right:-17px;
    width:38px;
    height:38px;
    background:#363636;
    color:#fff;   
    border-radius:20px;
    line-height:38px;
    text-align:center;
    border:1px solid #363636;
    transition: all .2s;
    z-index:1051;
}

.btn-close-modal:hover {
    
    background:#fff;
    color:#363636;   
    border:1px solid #363636;
    cursor:pointer;
}
.modal-content {
    border-radius:15px;   
    border:none!important;
-webkit-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.2);
}
.hide{
    display: none;
}
.t-uc {
    text-transform: uppercase;
}
.t-lc {
    text-transform:lowercase;
}
.t-size-8 {
    font-size:9px!important;
}
.t-size-10 {
    font-size:10px!important;
}
.t-size-11 {
    font-size:11px!important;
}
.t-size-12 {
    font-size:12px!important;
}
.t-size-13 {
    font-size:13px!important;
}
.t-height-12 {
    line-height:13px!important;
}
.t-size-14 {
    font-size:14px!important;
}
.t-size-15 {
    font-size:15px!important;
}
.t-size-16 {
    font-size:16px!important;
}
.t-size-18 {
    font-size:18px!important;
}
.t-size-20 {
    font-size:18px!important;
    line-height: 1em;
}
.t-size-24 {
    font-size:20px!important;
}
.t-size-29 {
    font-size:22px;
    line-height: 1em;
}
@media(min-width:768px){
    
    .t-size-24 {
        font-size:24px!important;
    }
    .t-size-20 {
        font-size:20px!important;
        line-height: 1em;
    }
    .t-size-29 {
        font-size:29px;
        line-height: 1em;
    }
}
.t-size-36 {
    font-size:36px;
    line-height: 1em;
}
.t-size-48 {
    font-size:48px;
    line-height: 1em;
}
.t-size-60 {
    font-size:60px;
    line-height: 1em;
}

.t-weight-300 {
    font-weight: 300;
}
.t-weight-500 {
    font-weight: 500;
}
.t-weight-700 {
    font-weight: 700;
}

.t-greyish {
    color:#464646;
}
.t-noir {
    color:#363636;
}
a.t-noir {
    color:#363636!important;
    text-decoration:none!important;
}
a.t-noir:hover {
    color:#bb9857!important;
    text-decoration:none!important;
}

.t-blanc {
    color:#fff;
}
a.t-blanc {
    color:#fff!important;
    text-decoration:none!important;
}
a.t-blanc:hover {
    color:#fff!important;
    text-decoration:none!important;
}
.t-sand {
    color:#bb9857;
}
.bg-sand {
    background-color:#bb9857;
}
.u-sand {
    display:inline-block;
    border-bottom:1px solid #bb9857;
}
a.t-sand {
    color:#bb9857;
    text-decoration:none;
}
a.t-sand:hover {
    color:#363636;
    text-decoration:none;
}
.bg-blanc {
    background:#fff;
}
/* PRELOADER */
.page-loader {
    display:none;
}
@media(min-width:768px){
  .page-loader {
        display:block;
    }     
}
.page-loader {
    background: #363636;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    opacity: 1;
}

.page-loader-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    padding: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}



/* TOOLBAR */

.header-toolbar {
    background-color:#000000;
    color:#ffffff;   
    text-transform:uppercase;
    font-size:14px;   
}
.header-toolbar a{
    color:#ffffff;   
}

.header-toolbar ul{
    margin:0;
    padding:0;
    list-style:none;
}
.header-toolbar ul li{
    margin:0;
    padding:0;
}
.header-toolbar ul li a{
    margin:0;
    padding:0 5px;
}
.header-toolbar ul li+li a:before{
    content:"|";
    margin-right:10px;
}
.social-icons a {
    color:#fff;
    text-decoration:none;
    transition: all .2s;
}
.social-icons a:hover {
    color:#bb9857;
    text-decoration:none;
}
.social-icons a+a {
    margin-left:5px;
}
.sharethis-line {
    margin-left:15px;
}
#st-1 {
    z-index: 5!important;
}

.custom-control-input:disabled~.custom-control-label {
    color: #ebebeb;
}
.custom-radio .custom-control-input:disabled:indeterminate~.custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: #ebebeb;
}
.custom-control-inline {
  position: relative;
  display: inline-block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1rem;
}
/* MENU PRINCIPAL */

.header-nav {
    background-color:#363636;
    color:#ffffff;   
}
.page-template-page-academy .header-nav {
    background-color:transparent;
    color:#ffffff;   
}
#menu-menu-mobile>li>a,
#menu-menu-principal>li>a,
#menu-menu-rapide>li>a {
    color:#fff;
    font-size:18px;
    border-bottom:1px solid #363636;
    padding-bottom:7px;
    transition: all .2s;
    display:block;
}
.page-template-page-academy #menu-menu-mobile>li>a,
.page-template-page-academy #menu-menu-principal>li>a,
.page-template-page-academy #menu-menu-rapide>li>a {
    color:#fff;
    font-size:18px;
    border-bottom:1px solid transparent;
    padding-bottom:7px;
    transition: all .2s;
    display:block;
}
@media(max-width:992px){
       
    #menu-menu-mobile>li>a,
    #menu-menu-principal>li>a,
    #menu-menu-rapide>li>a {
        text-transform:uppercase;
        padding-top:7px;
    }
}
#menu-menu-principal>li.current-menu-ancestor> a,
#menu-menu-principal>li.current-menu-item> a,
#menu-menu-principal>li>a:hover {
    text-decoration:none;
    border-bottom:1px solid #bb9857;
}

.page-template-page-academy #menu-menu-principal>li.current-menu-ancestor> a,
.page-template-page-academy #menu-menu-principal>li.current-menu-item> a,
.page-template-page-academy #menu-menu-principal>li>a:hover {
    text-decoration:none;
    border-bottom:1px solid #c56896;
}
.page-template-page-academy #menu-menu-principal>li>a:hover {
    text-decoration:none;
    border-bottom:1px solid transparent;
    color:#c56896;
}

#menu-menu-mobile .dropdown-menu li a.active,
#menu-menu-mobile .dropdown-menu li a ,
#menu-menu-principal .dropdown-menu li a.active,
#menu-menu-principal .dropdown-menu li a {
    font-size:14px;
    color:#fff;
    padding:4px 15px;
    transition: all .2s;
    display:block;
    text-decoration:none;
    background:#363636;
}
.page-template-page-academy #menu-menu-mobile .dropdown-menu li a.active,
.page-template-page-academy #menu-menu-mobile .dropdown-menu li a ,
.page-template-page-academy #menu-menu-principal .dropdown-menu li a.active,
.page-template-page-academy #menu-menu-principal .dropdown-menu li a {
    font-size:14px;
    color:#fff;
    padding:4px 15px;
    transition: all .2s;
    display:block;
    text-decoration:none;
    background:#040243;
}
#menu-menu-mobile .dropdown-menu li a:hover,
#menu-menu-principal .dropdown-menu li a:hover {
    background:#363636;
    color:#bb9857;
    text-decoration:none;
}
.page-template-page-academy #menu-menu-mobile .dropdown-menu li a:hover,
.page-template-page-academy #menu-menu-principal .dropdown-menu li a:hover {
    background:#040243;
    color:#c56896;
    text-decoration:none;
}
#menu-menu-mobile li .dropdown-menu,
#menu-menu-principal li .dropdown-menu {

    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background:#363636;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}
.page-template-page-academy #menu-menu-mobile li .dropdown-menu,
.page-template-page-academy #menu-menu-principal li .dropdown-menu {

    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background:#040243;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}
/*#menu-menu-mobile>li>.dropdown-menu,
#menu-menu-principal>li>.dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    float: none;
    min-width: 100%;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background:#363636;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}
    #menu-menu-mobile>li>.dropdown-menu>li>.dropdown-menu,
    #menu-menu-principal>li>.dropdown-menu>li>.dropdown-menu {
        position: relative;
    display:block;
        
        padding: .5rem 0 .5rem .5rem;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: #fff;
        text-align: left;
        list-style: none;
        background:#363636;
        background-clip: padding-box;
        border: none;
        border-radius: 0;
    }*/
@media(min-width:768px){
    /*
    #menu-menu-mobile>li>.dropdown-menu,
    #menu-menu-principal>li>.dropdown-menu {
        position: absolute;
        top: 98%;
        left: 0;
        z-index: 1000;
        float: left;
        min-width: 15rem;
        padding: .5rem 0;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: #fff;
        text-align: left;
        list-style: none;
        background:#363636;
        background-clip: padding-box;
        border: none;
        border-radius: 0;
    }
    #menu-menu-mobile>li>.dropdown-menu>li>.dropdown-menu,
    #menu-menu-principal>li>.dropdown-menu>li>.dropdown-menu {
        position: relative;
    display:block;
        
        padding: .5rem 0 .5rem .5rem;
        margin: .125rem 0 0;
        font-size: 1rem;
        color: #fff;
        text-align: left;
        list-style: none;
        background:#363636;
        background-clip: padding-box;
        border: none;
        border-radius: 0;
    }
    #menu-menu-mobile>li:last-child > .dropdown-menu,
    #menu-menu-principal>li:last-child > .dropdown-menu {
        left: -5.5rem;
    }
    .dropdown-toggle::after {
        display:none;
       
    }
    .dropdown:hover>.dropdown-menu {
      display: block;
    }*/
   
    #menu-menu-principal>li>.dropdown-menu {
         top: 98%;
         left:0;
        font-size: 1rem;
        color: #fff;
        
    }
    #menu-menu-principal>li:last-child>.dropdown-menu {
        width:250px;
         top: 98%;
        left: -80%;
        
    }
    #menu-menu-principal>li>.dropdown-menu>li>.dropdown-menu {
        width:250px;
        
         top: 0;
        left: -100%;
        
    }
    
    .dropdown-toggle::after {
        display:none;
       
    }
    .dropdown:hover>.dropdown-menu {
      display: block;
    }
}








#dropdownConcessions .col-md-3+.col-md-3,
#dropdownConcessions .col-md-6+.col-md-3 {
    border-left:1px solid #ccc;   
}
#dropdownConcessions  ul  {
   list-style:none;
   margin:0;
   padding:0;
    
}
#dropdownConcessions   li a  {
    display:inline-block;
    font-size:1rem;
    color:#fff;
    padding:6px 20px;
}
#dropdownConcessions   li a:hover  {
    color:#fff;
    
}

div.h4 {
    font-size: 1.5rem;
      margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 0;
}
.navbar-brand img{
     max-width:178px;   
    margin-right:0;
}
#menu-item-19762 {
    display:none;
}
@media(min-width:992px){
 
    #menu-item-19762 {
        display:block;
    }
    .navbar-brand img {
        max-width:278px;
        margin-right:1rem;   
    }   
}

  .w-60 {
      width:66%!important;
  }
@media screen and (max-width: 1025px) { /* Bootstrap's mobile view breakpoint */
  .sticky-top {
    position: relative !important;
  }
  .w-60 {
      width:100%!important;
  }
  .w-50 {
      width:80%!important;
  }
  .w-75 {
      width:80%!important;
  }
  .w-75.field-kw {
      width:100%!important;
  }
}
@media(min-width:992px){
 .navbar-toggler2 {
     display:none;
     }   
}
.navbar-toggler2 {
    background-color:#fff;  
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: .25rem;
    cursor:pointer;
}
.navbar-toggler2 .navbar-toggler-icon,
.navbar-toggler2 i {
    color:#000000;     
}
.navbar-toggler {
    background-color:#fff;   
}
.navbar-toggler-icon {
    color:#363636;   
    background-color:#363636;   
}
.mentions-formulaires {
    font-size:11px;
    line-height:11px;   
}
/* CTA */

.navbar-cta {
    background-color:#fff;
    border-radius:19px;
    padding:0px 0px 0px 10px;
    font-size:12px;
    line-height:0px;
    text-transform:uppercase;
    color:#000;
    font-weight:700;
    margin-top:-6px;
    transition: all .2s;
    
}
.navbar-cta:hover {
    text-decoration:none;
    color:#bb9857;
    
}
.navbar-cta span {
-webkit-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.75);
    border-radius:19px;
    margin-left:10px;
    width:32px;
    height:32px;
    display:inline-block;
    padding:7px;
    color:#bb9857;
    font-size:18px;
    font-weight:500;
}
.sticky-sidebar {
    display:none;
}

/*
.sticky-sidebar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1048;
}
  
.fixed-bottom {
    bottom: 50px;
}*/
@media(min-width:1025px){
        
    .fixed-bottom {
    bottom: 0;
    }
}
@media(min-width:1025px){
        
    .sticky-sidebar {
        position: sticky;
        top: 0;
        z-index: 1048;
        display:block;
    }
}

@media(min-width:1025px){
        
    .sticky-blog {
        position: sticky;
        top: 0;
        z-index: 1048;
        display:block;
    }
}


.sticky-bar i {
  font-size:2em;
    color:#fff;
}
.sticky-bar .sticky-bar-menu {
    background-color:#363636;

}
.sticky-bar .sticky-bar-button {
    background-color:#363636;
   
    color:#bb9857;
}
.sticky-bar .sticky-bar-menu a {
    min-height:50px;
    color:#fff;
}
.sticky-bar .sticky-bar-menu a:hover {
    text-decoration:none;
}
.sticky-bar .sticky-bar-menu span {
    font-size:12px;
    display:none;
}


.sticky-bar .bb-1 {
    border-right:1px solid #fff;
}
.sticky-bar .bb-1:nth-child(4) {
    border-right:none;
}
/* STICKY SIDEBAR */
@media(min-width:1200px){
    .sticky-bar {
      padding-top:150px;
      z-index:1000;
    }
    
    .sticky-bar i {
      font-size:2em;
        color:#fff;
    }
    .sticky-bar .sticky-bar-menu {
        background-color:#363636;
        min-height:350px;
        width:100px;
    -webkit-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
    box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
        border-radius:50px;
        padding:25px 0px 25px 0px;
    }
    .sticky-bar .sticky-bar-button {
        background-color:#363636;
        height:100px;
        width:100px;
    -webkit-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
    box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
        border-radius:50px;
        color:#bb9857;
        margin-top:20px;
    }
    .sticky-bar .sticky-bar-menu a {
        min-height:50px;
        display:block;
        color:#fff;
    }
    .sticky-bar .sticky-bar-menu a:hover {
        text-decoration:none;
    }
    .sticky-bar .sticky-bar-menu span {
        font-size:11px;
    display:inline;
    }
    .sticky-bar .sticky-bar-menu img {
        margin-bottom:8px;
    }
    
    
    
    .sticky-bar .bb-1 {
        border-bottom:1px solid #fff;
    border-right:none;
    }
}
/* FOOTER */

footer {
    background-color:#363636;
    color:#fff;
    margin-top:35px;
}
footer .credits {
    background-color:#000;
    color:#fff;
    padding-top:15px;
    padding-bottom:15px;
}
footer .nav-footer {
    padding-top:15px;
    padding-bottom:15px;
}
footer .nav-footer a {
    color:#fff;   
}
footer .nav-footer ul {
    margin:0;
    padding:0;
    list-style:none;  
}
footer .mention-credit {
    background-color:#363636;
    color:#fff;
    padding-top:8px;
    padding-bottom:8px;
    border-bottom:1px solid #fff;
}
footer .mention-velo {
    background-color:#efefef;
    color:#525252;
    padding-top:8px;
    padding-bottom:8px;
    border-top:1px solid #525252;
}

/* MENU LANDING PAGES */

.acces-landing {
    background-color:#ffffff;
    list-style:none;
    padding:0;
    margin:0;
}
.acces-landing li {
display:block;
height:100%;
}
.acces-landing li a {
    display:block;
    width:100%;
    height:100%;
    transition: all .2s;
    min-height:56px;
    min-width:56px;
}
.acces-landing li a span {
    display:none;
}
.acces-landing li a[data-template='RENAULT'] {
    background:#fff url('/wp-content/themes/bonyautomobiles/img/marques/logo_renault.png') no-repeat center center ;
}
.acces-landing li a[data-template='RENAULT']:hover {
    background:#000 url('/wp-content/themes/bonyautomobiles/img/marques/logo_renault_hover.png') no-repeat center center ;
}
.acces-landing li a[data-template='ALPINE'] {
    background:#fff url('/wp-content/themes/bonyautomobiles/img/marques/logo_alpine.png') no-repeat center center ;
}
.acces-landing li a[data-template='ALPINE']:hover {
    background:#0C1D2C url('/wp-content/themes/bonyautomobiles/img/marques/logo_alpine_hover.png') no-repeat center center ;
}
.acces-landing li a[data-template='DACIA'] {
    background:#fff url('/wp-content/themes/bonyautomobiles/img/marques/logo_dacia.png') no-repeat center center ;
}
.acces-landing li a[data-template='DACIA']:hover {
    background:#646b52 url('/wp-content/themes/bonyautomobiles/img/marques/DACIA_R.png') no-repeat center center ;
}
.acces-landing li a[data-template='NISSAN'] {
    background:#fff url('/wp-content/themes/bonyautomobiles/img/marques/logo_nissan.png') no-repeat center center ;
}
.acces-landing li a[data-template='NISSAN']:hover {
    background:#c3002f url('/wp-content/themes/bonyautomobiles/img/marques/logo_nissan_hover.png') no-repeat center center ;
}
.acces-landing li a[data-template='GTR'] {
    background:#fff url('/wp-content/themes/bonyautomobiles/img/marques/logo_gtr.png') no-repeat center center ;
}
.acces-landing li a[data-template='GTR']:hover {
    background:#d8d6d6 url('/wp-content/themes/bonyautomobiles/img/marques/logo_gtr_hover.png') no-repeat center center ;
}
@media(max-width:767px){
    .acces-landing li a[data-template='RENAULT'] {
        background-size:contain;
    }
    .acces-landing li a[data-template='RENAULT']:hover {
        background-size:contain;
    }
    .acces-landing li a[data-template='ALPINE'] {
        background-size:contain;
    }
    .acces-landing li a[data-template='ALPINE']:hover {
        background-size:contain;
    }
    .acces-landing li a[data-template='DACIA'] {
        background-size:contain;
    }
    .acces-landing li a[data-template='DACIA']:hover {
        background-size:contain;
    }
    .acces-landing li a[data-template='NISSAN'] {
        background-size:contain;
    }
    .acces-landing li a[data-template='NISSAN']:hover {
        background-size:contain;
    }
    .acces-landing li a[data-template='GTR'] {
        background-size:contain;
    }
    .acces-landing li a[data-template='GTR']:hover {
        background-size:contain;
    }
}

@media(min-width:768px){
    .acces-landing li {
        -webkit-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.2);
        box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.2);
    }
    .acces-landing li a[data-template='RENAULT'] {
        background-size:46px 60px;
    }
    .acces-landing li a[data-template='RENAULT']:hover {
        background-size:180px 23px;
    }
    .acces-landing li a[data-template='ALPINE'] {
        background-size:67px 34px;
    }
    .acces-landing li a[data-template='ALPINE']:hover {
        background-size:181px 18px;
    }
    .acces-landing li a[data-template='DACIA'] {
        background-size:150px 81px;
    }
    .acces-landing li a[data-template='DACIA']:hover {
        background-size:180px 44px;
    }
    .acces-landing li a[data-template='NISSAN'] {
        background-size:75px 63px;
    }
    .acces-landing li a[data-template='NISSAN']:hover {
        background-size:181px 21px;
    }
    .acces-landing li a[data-template='GTR'] {
        background-size:52px 38px;
    }
    .acces-landing li a[data-template='GTR']:hover {
        background-size:157px 91px;
    }
}



.acces-landing li+li {
    border-top:1px solid #ccc;
}







/* LANDING PAGES */

.langing-page {
    background:#fff;
    border-radius:15px;
    
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}
.page-template-page-neufs  h1 span, 
.langing-page h1 span {
    display:none;
}
.page-template-page-neufs  h1[data-template='RENAULT'], 
.langing-page h1[data-template='RENAULT'] {
    background:#fff url('/wp-content/themes/bonyautomobiles/img/marques/logo_renault_page.png') no-repeat left top ;
    background-size:325px 99px;
    height:99px;
    width:325px;
}
.page-template-page-neufs  h1[data-template='NISSAN'], 
.langing-page h1[data-template='NISSAN'] {
    background:#fff url('/wp-content/themes/bonyautomobiles/img/marques/logo_nissan.png') no-repeat left top ;
    background-size:149px 125px;
    height:125px;
    width:149px;
}

.page-template-page-neufs  h1[data-template='RENAULT'], 
.page-template-page-neufs  h1[data-template='NISSAN']{ 
    background-position:center center ;
   
}

.langing-page .nav-tabs  {
 border-bottom:none;
    
}
.langing-page .nav-tabs li {
 padding:0px 20px;
    
}
.langing-page .nav-tabs li a {
 color:#363636;
 text-decoration:none;
 text-transform:uppercase;
 font-size:20px;
 font-weight:500;   
 display:inline-block;
 padding-bottom:5px;
 border-bottom:1px solid #fff;
    
}

.langing-page .nav-tabs li a:hover,
.langing-page .nav-tabs li.active a {
 
 border-bottom:1px solid #363636;
}
.langing-page .nav-tabs li+li {
 border-left:1px solid #363636;  
    
}
.card {
    
    border: none;
    border-radius: 0;
}
@media(max-width:767px) {
    .card+.card {
        
        border-top:1px solid #363636;  
    }
}
.card-header {
    padding: .75rem 0;
    margin-bottom: 0;
    background-color: transparent;
}
.card-header a {
 color:#363636;
 text-decoration:none;
 text-transform:uppercase;
 font-size:20px;
 font-weight:500;   
}
.langing-page .nav-tabs {
    display:none;
}

@media(min-width:768px) {
    .langing-page .nav-tabs {
        display: flex;
    }
    
    .langing-page .card {
        border: none;
    }

    .langing-page .card .card-header {
        display:none;
    }  

    .langing-page .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
    .langing-page .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}





/* CAROUSEL HOMEPAGE */
.homepage-slider {
    
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    overflow:hidden;
}
#carouselBonySlider  h2{
    background-color:rgba(187,152,87,.8);
    text-transform:uppercase;
    color:#fff;
    font-size:21px;
    padding:10px;
    font-weight:700;
    margin-left:10%;
    max-width:80%;
}

#carouselBonySlider .sh2 p{
    margin:0;
    padding:0;
}
#carouselBonySlider  .sh2{
    background-color:rgba(187,152,87,.8);
    color:#fff;
    font-size:21px;
    padding:10px;
    margin-left:10%;
    max-width:80%;
}

#carouselBonySlider .btn{
    text-transform:uppercase;
}

#carouselBonySlider.slick-dotted{
    margin-bottom: 0;
}
#carouselBonySlider .slick-dots{
    bottom:5px;
}
/* RECHERCHE HOMEPAGE */

.homepage-search {
    border-radius:15px;
    position:relative;
    text-align:center;
}
.homepage-search::after {
    border-radius:15px;
  content: "";
  background: url('/wp-content/themes/bonyautomobiles/img/recherche-bony-automobiles.jpg.webp') no-repeat center center;
  background-size:cover;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;  
}
.homepage-search .tab-content {
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    background-color:transparent;
    padding:0 6%;
}
@media(min-width:992px){
  .homepage-search .tab-content {
        border-bottom-left-radius:15px;
        border-bottom-right-radius:15px;
        background-color:transparent;
        padding:0 20%;
    }  
}
.single-tab{
    background:#363636;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    width:100%;
    padding:10px;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    font-size:21px;
    font-weight:700;
}
.homepage-search-header {
    background:#363636;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    width:100%;
    padding:10px;
    text-align:center;
    text-transform:uppercase;
    color:#fff;
    font-size:21px;
    font-weight:700;
}
.homepage-search .nav-tabs {
    max-width:280px;
    margin:0 auto;
    border:1px solid #ccc;
    background:#fff;
    border-radius:19px;
    padding: 0;
       
}
.homepage-search ul.nav-tabs li{
    padding: 6px 36px;
    text-align:center;
    border-radius:19px;
    background:#fff;
}
.homepage-search ul.nav-tabs li a{color:#ccc;text-transform:uppercase;font-weight:700;}

.homepage-search ul.nav-tabs li.active{
    background:#bb9857;
}
.homepage-search ul.nav-tabs li.active a{
    color:#fff;
}
.homepage-search ul.nav-tabs li a:hover{
    color:#000;
    text-decoration:none;
}
.homepage-search ul.nav-tabs li.active a:hover{
    color:#fff;
}
.homepage-search ul li{
    /*padding:10px;
    text-align:center;
    width:50%;*/
}

.homepage-search ul li a{
    /*text-decoration:none;
    text-transform:uppercase;
    color:#fff;
    font-size:21px;
    font-weight:700;
    display:block;*/
}
.homepage-search ul li a:hover{
    /*text-decoration:none;
    text-transform:uppercase;
    color:#fff;*/
}
.homepage-search ul li.active{
   /* background-color: #bb9857;*/
}
/*.homepage-search ul li:first-child.active{
    border-top-left-radius:15px;
}
.homepage-search ul li:last-child.active{
    border-top-right-radius:15px;
}*/
.homepage-search h3 {
    font-weight:700;
    font-size:20px;
    text-transform:uppercase;
    padding:10px;
    border-bottom:2px solid #bb9857;
    display:inline-block;
    margin:20px auto;
}

/* HOMEPAGE BONY'DEES */
.homepage-bonydees {
    background:#fff;
    border-radius: 15px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  /*padding:30px;*/
}
.homepage-bonydees h3 {
    font-weight:700;
    font-size:20px;
    text-transform:uppercase;
    padding:10px;
    border-bottom:2px solid #bb9857;
    display:inline-block;
    margin:20px auto;
}
/* HOMEPAGE OFFRES SPECIALES */
.homepage-offres {
    background:#fff;
    border-radius: 15px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  padding:30px;
}
.homepage-offres h3 {
    font-weight:700;
    font-size:20px;
    text-transform:uppercase;
    padding:10px;
    border-bottom:2px solid #bb9857;
    display:inline-block;
    margin:20px auto;
}
/* HOMEPAGE TEMOIGNAGES */
.homepage-temoignages {
    background:#fff;
    border-radius: 15px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  padding:30px;
}
.homepage-temoignages h3 {
    font-weight:700;
    font-size:20px;
    text-transform:uppercase;
    padding:10px;
    border-bottom:2px solid #bb9857;
    display:inline-block;
    margin:20px auto;
}
.testimonial {
    padding:20px;
    margin:10px 20px;
      -webkit-box-shadow: 0px -1px 4px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px -1px 4px 2px rgba(0,0,0,0.1);
    box-shadow: 0px -1px 4px 2px rgba(0,0,0,0.1);
    border-radius:4px;
    transition: all .2s;
}
.testimonial.slick-active {
    padding:20px;
    margin:10px 20px;
      -webkit-box-shadow: 0px -1px 6px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -1px 6px 2px rgba(0,0,0,0.2);
    box-shadow: 0px -1px 6px 2px rgba(0,0,0,0.2);
}
/* HOMEPAGE CONCESSION */


.bloc-video-concession {
    min-height:195px;   
}
@media(min-width:992px){
 
    .bloc-video-concession {
        min-height:400px;   
    }   
}
.homepage-concessions {
    background:#fff;
    border-radius: 15px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  min-height:400px;
}
.homepage-concessions #map{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
h3.titre-contact ,
.homepage-concessions h3 {
    font-weight:700;
    font-size:20px;
    text-transform:uppercase;
    padding:10px;
    border-bottom:2px solid #bb9857;
    display:inline-block;
    margin:20px auto;
}
.modal-content h3 {
    font-weight:700;
    font-size:20px;
    text-transform:uppercase;
    padding:10px;
    border-bottom:2px solid #bb9857;
    display:inline-block;
    margin:20px auto;
}
a.shortcut-concession  {
    font-size:0.8em;
    color:#bb9857;  
    white-space:nowrap;
}
a.shortcut-concession+a  {
    margin-left:15px;
}
/* HOMEPAGE ATELIERS */
.homepage-ateliers {
    background:#fff;
    border-radius: 15px;
    overflow:hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}
.homepage-ateliers h3 {
    font-weight:700;
    font-size:20px;
    text-transform:uppercase;
    padding:10px;
    border-bottom:2px solid #bb9857;
    display:inline-block;
    margin:20px auto;
}
.bg-ateliers {
    background:url('/wp-content/themes/bonyautomobiles/img/bg-ateliers.jpg.webp') no-repeat center center;
    background-size:cover;
}
.ateliers-content {
    padding:0 32px;
}

.ateliers-content section {
    display:none;
}
.ateliers-content section.active{
    display:block;
}

.interventionSection {
    min-height:51px;
}

.atelier-separator::before, .atelier-separator::after {
  content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid #bb9857;
    transform: translateY(-50%);
}
.bg-separator {
    position:relative;
 }
.bg-separator .bg-blanc {
    z-index: 4;
 }
.bg-separator::after {
  content: '';
    position: absolute;
    left: 0;
    height:1px;
    width:100%;
    border-top: 2px solid #bb9857;
    top: 50%;
    /*transform: translateY(-50%);*/
    z-index:3;
}
/* HOMEPAGE REPRISES */
.homepage-reprises {
    background:#fff;
    border-radius: 15px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}
    img.img-fluid.radius-right {
        border-top-left-radius: 15px!important;
        border-bottom-left-radius: 0px!important;
        border-top-right-radius: 15px!important;
        border-bottom-right-radius: 0px!important;
    }
    img.img-fluid.radius-left {
        border-top-left-radius: 15px!important;
        border-bottom-left-radius: 0px!important;
        border-top-right-radius: 15px!important;
        border-bottom-right-radius: 0px!important;
    }
@media(min-width:768px){
    img.img-fluid.radius-right {
        border-top-left-radius: 0px!important;
        border-bottom-left-radius: 0px!important;
        border-top-right-radius: 15px!important;
        border-bottom-right-radius: 15px!important;
    }
    img.img-fluid.radius-left {
        border-top-left-radius: 15px!important;
        border-bottom-left-radius: 15px!important;
        border-top-right-radius: 0px!important;
        border-bottom-right-radius: 0px!important;
    }
}
/*.homepage-reprises img.img-fluid {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}*/
.homepage-reprises h3 {
    font-weight:700;
    font-size:20px;
    text-transform:uppercase;
    padding:10px;
    border-bottom:2px solid #bb9857;
    display:inline-block;
    margin:20px auto;
}



    


.hoverShadow img{
    
     transform:scale(1);
    transition: all .2s;
}
.hoverShadow:hover > img {
     transform:scale(1.25);
}



.jumbo-neuf {
    background:url('/wp-content/themes/bonyautomobiles/img/bg_neuf_default.jpg.webp') no-repeat center center;   
    border-radius: 15px;
    overflow:hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}
.jumbo-offre {
    background:#fff;
    border-radius: 15px;
    padding:30px;
    overflow:hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}
    

/*  VIGNETTE VEHICULE VN LISTES */

.vignette-vehicule-neuf-liste {
    margin:10px;
}


.marques-neuf {
    list-style:none;
    padding:0;
    margin:0;
}
.marques-neuf li {
display:block;
}
.marques-neuf li a {
    display:block;
    width:100%;
    height:100%;
    transition: all .2s;
height:130px;
    width:200px;
}
.marques-neuf li a span {
    display:none;
}




.marques-neuf li a[data-template='RENAULT'] {
    background:#fff url('/wp-content/themes/bonyautomobiles/img/marques/logo_renault.png') no-repeat center center ;
    background-size:46px 60px;
}
.marques-neuf li a[data-template='RENAULT']:hover {
    background:#000 url('/wp-content/themes/bonyautomobiles/img/marques/logo_renault_hover.png') no-repeat center center ;
    /*background-size:181px 40px;*/
    
     background-size:180px 23px;
}
.marques-neuf li a[data-template='ALPINE'] {
    background:#fff url('/wp-content/themes/bonyautomobiles/img/marques/logo_alpine.png') no-repeat center center ;
    background-size:67px 34px;
}
.marques-neuf li a[data-template='ALPINE']:hover {
    background:#005bbb url('/wp-content/themes/bonyautomobiles/img/marques/logo_alpine_hover.png') no-repeat center center ;
    background-size:181px 18px;
}
.marques-neuf li a[data-template='DACIA'] {
    background:#fff url('/wp-content/themes/bonyautomobiles/img/marques/logo_dacia.png') no-repeat center center ;
    background-size:150px 81px;
}
.marques-neuf li a[data-template='DACIA']:hover {
    background:#646b52 url('/wp-content/themes/bonyautomobiles/img/marques/DACIA_R.png') no-repeat center center ;
    background-size:201px 61px;
}
.marques-neuf li a[data-template='NISSAN'] {
    background:#fff url('/wp-content/themes/bonyautomobiles/img/marques/logo_nissan.png') no-repeat center center ;
    background-size:75px 63px;
}
.marques-neuf li a[data-template='NISSAN']:hover {
    background:#c3002f url('/wp-content/themes/bonyautomobiles/img/marques/logo_nissan_hover.png') no-repeat center center ;
    background-size:181px 21px;
}
.marques-neuf li a[data-template='GTR'] {
    background:#fff url('/wp-content/themes/bonyautomobiles/img/marques/logo_gtr.png') no-repeat center center ;
    background-size:52px 38px;
}
.marques-neuf li a[data-template='GTR']:hover {
    background:#d8d6d6 url('/wp-content/themes/bonyautomobiles/img/marques/logo_gtr_hover.png') no-repeat center center ;
    background-size:157px 91px;
}
.acces-landing li+li {
    border-top:1px solid #ccc;
}



/*  VIGNETTE VEHICULE LISTES */
.vignette-vehicule-liste {
    background:#efefef;
    border-radius: 15px;
    margin:10px;
-webkit-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.25);
-moz-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.25);
box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.25);
}


.vignette-vehicule-liste img{
    border-top-left-radius:15px;
    border-top-right-radius:15px;
}
.vignette-vehicule-liste-modele a{
    font-size:20px;
    font-weight:700;
    color:#525252;
    
}
.vignette-vehicule-liste-version {
    font-size:18px;
    color:#525252;
}
.vignette-vehicule-liste-infos {
    font-size:14px;
    color:#525252;
    
}
.vignette-vehicule-liste-prix {
    
    font-size:20px;
    font-weight:700;
    color:#bb9857;
}
.vignette-vehicule-liste-diac {
    
}
.vignette-vehicule-liste-diac-prix {
    
    font-size:14px;
    font-weight:700;
    color:#bb9857;
}
.vignette-vehicule-liste-diac-mention {
    
    font-size:12px;
    color:#525252;
    font-style:italic;
}
.vignette-vehicule-liste-concession {
    font-size:12px;
    color:#525252;
    font-weight:700;
}


/* CUSTOM FORMS */

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #bb9857!important;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #bb9857;
}
.custom-control-label::before {
    background-color: #fff;
    border:1px solid #000;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.custom-checkbox .custom-control-label::after {
    cursor:pointer;
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image:none;
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #fff;
}



.sticky-inscription {
 border-radius:15px;   
}
.jumbo-gig {
    background:#fff;
    border-radius: 15px;
    padding:30px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}
.jumbo-gig .sticky-top {
    top: 125px;
    z-index: 1000;
}
@media(max-width:972px){
    
    .jumbo-gig .sticky-top {
        top:0;
        position:relative!important;
    }
}







textarea.form-control {
    border-radius: 19px;
-webkit-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
}
input.custom-file-input,
input.form-control {
    border-radius: 19px!important;
-webkit-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
}
textarea.form-control:focus,
input.custom-file-input:focus,
input.form-control:focus {
    outline:none!important;
    border-color:#bb9857!important;
-webkit-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75)!important;
-moz-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75)!important;
box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75)!important;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 19px!important;
-webkit-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #fff;
    content: "Parcourir...";
    background-color: #bb9857;
    border-left: 1px solid #ced4da;
    border-radius: 0  19px  19px 0;
}
.custom-select-bony-react,
.custom-select-bony {
  position: relative;
  font-family: Arial;
    border-radius:  19px ;
-webkit-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
}
.custom-select-bony-react {
  width:220px;
}

.custom-select-bony-react select,
.custom-select-bony select {
  display: none;
}
input.form-control,
textarea.form-control {
    transition: all .6s;
}

.has-error .custom-select-bony-react .select-selected,
.has-error .custom-select-bony .select-selected,
.has-error .custom-control-label::before,
.has-error input.form-control,
.has-error textarea.form-control {
    border-color:#F44336;
}
.page-template-page-academy .has-error .custom-select-bony .select-selected,
.has-error .custom-file .custom-file-label,
.has-error .custom-file .custom-file-label::after{
    color:#F44336;
    
}
.has-error input.custom-file-input:placeholder,
.has-error input.form-control:placeholder,
.has-error textarea.form-control:placeholder {
    color:#F44336;
   opacity: 1;
}
.has-error input.custom-file-input::placeholder,
.has-error input.form-control::placeholder,
.has-error textarea.form-control::placeholder {
    color:#F44336;
   opacity: 1;
}
.alert-danger {
    color: #fff;
    background-color: #F44336!important;
    border-color: #F44336!important;
}
input[name=EMAIL],
input[name=q] {
  position: relative;
}

input[name=q]+button {
    
  position: absolute;
  top: 0px;
  right: 14px;
  width: 38px;
  height: 38px;
  z-index:333;
  padding:0;
}
input[name=EMAIL]+button {
  position: absolute;
    
-webkit-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
    border-radius: 19px;
    border:none;
  font-size:16px;
  text-align:center;
  color:#fff;line-height:38px;
  background-color:#bb9857;
  top: 0px;
  right: 14px;
  width: 38px;
  height: 38px;
  z-index:333;
  /*border: 6px solid transparent;
  border-color: #ccc transparent transparent transparent;*/
}
input[name=nl]+button  {
  cursor:pointer;
}
.select-selected {
  background-color: #fff;
    border-radius: 19px;
  border: 1px solid #ccc;
  color: #000;
  padding: 6px 16px;
  cursor: pointer;
}
.select-selected:after {
  position: absolute;
    font-family: "Font Awesome 5 Pro"; 
  content: "\f078";
  color:#bb9857;
  top: 9px;
  right: 30px;
  width: 0;
  height: 0;
  /*border: 6px solid transparent;
  border-color: #ccc transparent transparent transparent;*/
}

.select-selected.select-arrow-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #ccc transparent;
  top: 7px;
    font-family: "Font Awesome 5 Pro"; 
  content: "\f077";
  color:#bb9857;
}

.select-items div {
  color: #000;
  padding: 6px 16px;
  border: 1px solid transparent;
  border-color: transparent #ccc rgba(0, 0, 0, 0.1) #ccc;
  cursor: pointer;
}

.select-items {
    /*overflow-y:auto;
    max-height:200px;*/
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
-webkit-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
}

.select-hide {
  display: none;
}

.select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.select-items div:first-child:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.select-items div:last-child {
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
}
.select-items div:last-child:hover {
  background-color: rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
}



.form-slider {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
  margin: 15px 0 55px 0;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; 
}
#slider-credit,
#slider-prix {
    margin-top:25px;
}
.form-slider > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 14px;
}
.form-slider > div > .inverse-left {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #ebebeb;
  margin: 0 7px;
}
 
.form-slider > div > .inverse-right {
  position: absolute;
  right: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #ebebeb;
  margin: 0 7px;
}
 
.form-slider > div > .range {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 14px;
  background-color: #bb9857;
}
 
.form-slider > div > .thumb {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 28px;
  width: 28px;
  text-align: left;
  margin-left: -11px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #bb9857;
  border-radius: 50%;
  outline: none;
}
div.form-slider > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  cursor: pointer;
}
 
div.form-slider > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  cursor: pointer;
}
 
div.form-slider > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
  cursor: pointer;
}
 
div.form-slider > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}
 
div.form-slider > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}
.form-slider > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  cursor: pointer;
}
label#prix-vente,
label#prix-mensualite{
  cursor: pointer;
}
 
div.form-slider > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}
 
div.form-slider > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}
 
div.form-slider > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}
 
div.form-slider > input[type=range]:focus {
  outline: none;
}
div.form-slider > input[type=range]::-ms-tooltip {
  display: none;
}
 
.form-slider > div > .sign {
  /*opacity: 0;*/
  position: absolute;
  margin-left: -50px;
  top: 29px;
  z-index:3;
  background-color: transparent;
  color: #000;
  width:100px;
  height: 28px;
  padding-left:10px;
  padding-right:10px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
 
 
.form-slider > div > .sign > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}
 
.form-slider:hover > div > .sign {
  opacity: 1;
}
.toggle, .toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
}

.toggler {
  color: #666;
  transition: .2s;
  font-size:16px;
}

.toggler--is-active {
  color: #000000;
}
x-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}



.b {
  display: block;
}

.toggle {
  position: relative;
  width: 60px;
  height: 28px;
  border-radius: 100px;
  background-color: #bb9857;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.check:checked ~ .switch {
  right: 2px;
  left: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: .08s, 0s;
}

.switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 57.5%;
  background-color: #fff;
  border-radius: 28px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, .08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}


/* CAROUSEL BONNES AFFAIRES */

.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 5 Pro"; 
    opacity: .75;
    color: #525252;
}
.slick-prev:before {
    content: '\f053';
}
.slick-next:before {
    content: '\f054';
}
.slick-slide {
    opacity:.5;
    transition: all .2s;
}
.slick-slide.slick-active {
    opacity:1;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: "Font Awesome 5 Pro"; 
    position: absolute;
    font-size:20px;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: '\f86c';
    text-align: center;
    color: black;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
/* MAP CONCESSION */
.details-map-concession {
    position:relative;
}
.info-concession {
   /* position:absolute;
    top:0;
    left:0;
    right:0;*/
    display:none;
    transition: all .2s;
    background:#efefef;
    
}





/* RECHERCHE OCCASION */

.vovn-search {
    border-bottom-right-radius:15px;
    border-bottom-left-radius:15px;
    position:relative;
    /*background-color:rgba(0,0,0,.4);*/
}
.vovn-search .vovn-fields {
    padding: 0 30px;
}
.homepage-search .vovn-fields {
    padding:0 30px;
}
@media(min-width:768px){
    .vovn-search .vovn-fields {
       /* padding: 0 20%;*/
    }
}
/*
.vovn-search .vovn-fields .form-slider span,
.vovn-search label {
    color:#fff;
}
.vovn-search.landing  .vovn-fields .form-slider span,
.vovn-search.landing  label {
    color:#fff;
}*/
.vovn-search::after {
    border-bottom-right-radius:15px;
    border-bottom-left-radius:15px;
  content: "";
  background: url('/wp-content/themes/bonyautomobiles/img/recherche-bony-automobiles.jpg.webp') no-repeat center center;
  background-size:cover;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;  
}
.vovn-search.landing {
    border-top-right-radius:15px;
    border-top-left-radius:15px;
    background-color:rgba(0,0,0,0);
}
.vovn-search.landing::after {
    border-top-right-radius:15px;
    border-top-left-radius:15px;
}
.vovn-search.landing.RENAULT::after {
    border-top-right-radius:15px;
    border-top-left-radius:15px;
 /* background:#fff url('/wp-content/themes/bonyautomobiles/img/bg-search-renault.jpg') no-repeat center center;*/
  /*background-size:125% 125%;*/
}
.jumbo-gig h3,
.jumbo-neuf h1,
.vovn-search h1,
.vovn-search h3 {
    /*color:#fff;*/
    font-weight:700;
    font-size:20px;
    text-transform:uppercase;
    padding:10px;
    border-bottom:2px solid #bb9857;
    display:inline-block;
    margin:20px auto;
}
.jumbo-neuf  h1,
.vovn-search.landing h1,
.vovn-search.landing h3 {
    color:#363636;
}
.page-liste-vehicule {
    background:#fff;
    border-radius:15px;
}
.top-liste-vehicule {
    background:#363636;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    color:#fff;
}
@media(max-width:767px){
    .top-liste-vehicule > .row > .col-12:first-child {
        border-top-right-radius:15px;
    }
}
.top-liste-vehicule a{
    color:#fff;
    text-decoration:none;
}
.bottom-liste-vehicule  a{
    color:#363636;
    text-decoration:none;
}
.top-liste-vehicule ul{
    margin:0;
    padding:0;
    list-style:none;
}
.top-liste-vehicule ul li{
    margin:0 0 0 8px;
    padding:4px 12px;
    background:#fff;
    border-radius:15px;
}
.top-liste-vehicule ul li a{
    color:#bb9857;
}
.top-liste-vehicule ul li.active{
    background:#bb9857;
}
.top-liste-vehicule ul li.active a {
    color:#fff;
}
.top-liste-vehicule .bg-or {
    background:#bb9857;
    border-top-left-radius:15px;
}
.top-liste-count-result {
    text-transform:uppercase;
    font-weight:700;   
}
.page-numbers {
    padding:4px 8px;   
}
.page-numbers.current {
    padding:4px 8px;  
    color:#bb9857; 
}

/* SINGLE CONCESSION */
.post-single-concession {
    background:#fff;
    border-radius:15px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  min-height:400px;
}
.post-single-concession #map-single{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.post-single-concession h3 {
    font-weight:700;
    font-size:20px;
    text-transform:uppercase;
    padding:10px;
    border-bottom:2px solid #bb9857;
    display:inline-block;
    margin:20px auto;
}
a.all-concession  {
    font-size:0.8em;
    color:#bb9857;  
    white-space:nowrap;
}
a.all-concession+a  {
    margin-left:15px;
}
.post-single-video {
    background:#fff;
    border-radius:15px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  overflow:hidden;
}
     .post-single-video-container {
  min-height:220px;
    }   
@media(min-width:990px){
     .post-single-video-container {
      min-height:400px;
    }   
}


.post-single-video .video-responsive {
  overflow:hidden;
padding-bottom:56.25%; 
position:relative; 
height:0;
}
.post-single-video .video-responsive iframe {
left:0; 
top:0; 
height:100%;
width:100%;
position:absolute;
}


.sliderVideo {
    border-radius:15px;
    display:block;
    height:192px;
    transition: all .2s;
    position:relative;
    color:#fff;
}
.sliderVideo:hover {
    color:#fff;
}
/*.sliderVideo::after {
    border-radius:15px;
    font-family: "Font Awesome 5 Pro"; 
    content:"\f167";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,0);
    transition: all .2s;

}*/
.sliderVideo span {
    display:none;
    
}
.sliderVideoContainer{
    position:relative;
}
.sliderVideo > .sliderVideoOverlay{
    border-radius:15px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0,.7);
    opacity:0;
    transition: all .2s;
}
.sliderVideo:hover > .sliderVideoOverlay{
    opacity:1;
}
/*.sliderVideoOverlay:hover > .sliderVideo::after {
    background:rgba(0,0,0,.6);
}*/
.timeline-contents .slick-track {
    padding-top:20px;
    padding-bottom:20px;
}
/* SINGLE VEHICULE */
@media(min-width:1024px){
    .bg-single-vehicule {
        background-image: url('/wp-content/themes/bonyautomobiles/img/bg_vehicule.jpg.webp') ;
        background-repeat:no-repeat;
        background-position:center bottom;
        background-size:cover;
    }
}
.post-single-vehicule {
    background:#fff;
    border-radius:15px;
}
.cross-search{
    background:#efefef;
}

#collapseEquipements {
    font-size:13px;   
}
.displayEquipements {
  background-color:#363636;
    color:#fff;
    
}
.displayEquipements a{
    color:#fff;
    text-decoration:underline;
}

.btn.icon-right-img,
.btn.icon-right,
.btn.icon-left {
    position:relative;
    font-size: 14px;
    height:38px;
    line-height: 25px;
}
.btn.icon-right.icon-small,
.btn.icon-left.icon-small {
    position:relative;
    font-size: 14px;
    height:31px;
    line-height: 21px;
}
.btn.icon-left {
    padding-left:55px;
}
.btn.icon-right-img,
.btn.icon-right{
    padding-right:55px;
}
.btn.icon-right.icon-small{
    padding-right:30px;
}
.btn.icon-right span,
.btn.icon-left span {
    position:absolute;
    top:0;
    width:37px;
    height:37px;
    border-radius: 19px;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
    -webkit-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
    box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
  background-color:#363636;
    color:#fff;
}
.btn.icon-right-img span {
    position:absolute;
    top:-8px;
    right:0px;
    width:37px;
    height:37px;
    border-radius: 19px;
    font-size: 16px;
    text-align: center;
    line-height: 38px;
}
.btn.icon-right.icon-small span,
.btn.icon-left.icon-small span {
    top:-1px;
   
    width:31px;
    height:31px;
    border-radius: 16px;
    font-size: 14px;
    line-height:31px;
}
.btn.icon-right.icon-small.icon-inverse,
.btn.icon-left.icon-small.icon-inverse {
    
  border:1px solid #363636;
}
.btn.icon-right.icon-small.icon-inverse:hover,
.btn.icon-left.icon-small.icon-inverse:hover {
    
  border:1px solid #bb9857;
}
.btn.icon-right.icon-small.icon-inverse span,
.btn.icon-left.icon-small.icon-inverse span {
    
  background-color:#fff;
    color:#363636;
    transition: all .2s;
}
.btn.icon-right.icon-small.icon-inverse:hover span,
.btn.icon-left.icon-small.icon-inverse:hover span {
    
  background-color:#363636;
    color:#fff;
}
.btn.icon-right.icon-small span{
    right:-2px;
}
.btn.icon-right span{
    right:0;
}
.btn.icon-left span { 
    left:0; 
}

.ico-options-vehicule {
    list-style:none;
    
}
.bonyComparateurLinkReact,
.bonyComparateurLink {
    color:#999;
    transition: all .2s;
}
.bonyComparateurLinkReact.active,
.bonyComparateurLink.active {
    color:#bb9857;
    transition: all .2s;
}
.bonyComparateurLinkReact:hover,
.bonyComparateurLink:hover {
    color:#363636;
}


.bonyComparateurLinkReact.active>.sand-icon,
.bonyComparateurLink.active>.sand-icon {
    color:#fff;
  background-color:#363636;
    transition: all .2s;
}
.bonyComparateurLinkReact.active:hover>.sand-icon, 
.bonyComparateurLink.active:hover>.sand-icon {
    color:#fff;
  background-color:red;
    transition: all .2s;
}




.result-search-title {
    display:inline-block;
  background-color:#bb9857;
    color:#fff;
    text-transform:uppercase;
    font-weight:700;   
    padding:10px 30px;
    font-size:24px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
       
}
.cross-search-title {
    display:inline-block;
    margin:0 auto 0 auto;
    transform:translateY(-50%);
  background-color:#bb9857;
    color:#fff;
    text-transform:uppercase;
    font-weight:700;   
    padding:10px 30px;
    font-size:24px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
       
}
.ico-vehicule a+a {
    margin-left:15px;
}
.ico-vehicule a {
    color:#fff;
    text-decoration:none;
    transition: all .2s;
}
.ico-vehicule a:hover>.sand-icon {
    background-color:#363636;
}

.ico-vehicule .sand-icon {
    background-color:#bb9857;
    color:#fff;
    height:32px ;
    width:32px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:16px;
    transition: all .2s;
}
/* DATEPICKER */
.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn {
    color: #bb9857;
    box-shadow:none;
}
.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn:hover,
.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn:focus,
.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn:active ,
.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn:active:focus {
    color: #bb9857;
    box-shadow:none!important;
}
.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn:hover {
    color: #000;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #bb9857;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #bb9857;
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  content: "Retarder l'heure"!important;
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  content: "Retarder l'heure"!important;
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  content: "Avancer l'heure"!important;
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  content: "Avancer l'heure"!important;
}
@media(min-width:992px){
    .w-lg-50 {
        width: 50%!important;
    }
}

/* TIMELINE */


.timeline-inner {
    max-width:600px;
    margin:0 auto;
    background:#f2f2f2;
    padding:25px;   
    border-radius:15px;
    
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}








.container-timeline {
  /*background-color: black;
  background-image: url(img/timeline/Background_Dark_Timeline.jpg);
  background-position: center;
  background-size: cover;*/
}
#timeline {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  margin: 30px auto;
  position: relative;
  /*background: url('img/timeline/dot.gif') left 45px repeat-x;*/
 
}
#timeline * {
  margin: 0;
  padding: 0;
}
#timeline a {
  color: #363636;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#timeline a:hover,
#timeline a.selected {
  color: #000;
}
#timeline h1,
#timeline h2,
#timeline h4,
#timeline h5,
#timeline h6 {
  text-align: center;
  color: #363636;
  margin-bottom: 5px;
}
#timeline h1 {
  font-size: 18px;
}
#timeline h2 {
  font-size: 14px;
}
#timeline .sociales {
  text-align: center;
  margin-bottom: 20px;
}

#dates {
 /* width: 800px;*/
  height: 60px;
  overflow: hidden;
   position:relative;
}
#dates::after {
    content:'';
   position:absolute;
   bottom:10px;
   left:0;
   width:100%;
   border-top:1px solid #363636;
   
}
#dates li {
  list-style: none;
  display:inline-block;
  width: 100px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  /*background: url('img/timeline/biggerdot.png') center bottom no-repeat;*/
}
#dates a {
  line-height: 38px;
  padding-bottom: 10px;
   position:relative;
}
#dates a::after {
    content:'\2022';
   position:absolute;
   bottom:-22px;
   left:0;
   width:100%;
  color: #363636;
}
#dates a.selected::after {
    content:'\2022';
   position:absolute;
   bottom:-20px;
   left:0;
   width:100%;
  color: #363636;
}
#dates .selected {
  font-size: 38px;
}
#issues {
  width: 100%;
  min-height: 350px;
  overflow: hidden;
}
#issues li {
  width: 400px;
  min-height: 350px;
  list-style: none;
  display:inline-block;
}
#issues li.selected img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#issues li img {
  display: block;
  margin: 10px auto;
  max-width: 50%;
  background: transparent;
  zoom: 1;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
#issues li h1 {
  text-align: left;
  color: #363636;
  font-size: 1.5em;
  margin: 20px 0;
}
#issues li p {
  text-align: justify;
  color: #363636;
  font-size: 1em;
  font-weight: normal;
  line-height: 22px;
}
#grad_left,
#grad_right {
  width: 100px;
  height: 350px;
  position: absolute;
  top: 0;
}
#grad_left {
  left: 0;
}
#grad_right {
  right: 0;
}
#next,
#prev {
  position: absolute;
  top: 170px;
  font-size: 70px;
  width: 22px;
  height: 50px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
#next {
  right: 0px;
  background-image: url('img/timeline/next.png');
}
#prev {
  left: 0px;
  background-image: url('img/timeline/prev.png');
}
#next.disabled,
#prev.disabled {
  opacity: 0.2;
}

/* */ 
.presentation-groupe h2 {
    text-transform:uppercase;
    font-size:24px;
    font-weight:700;
    padding-top:36px;
    padding-bottom:36px;
    
}
.carre-light {
    background-color:#ececec;
    border-radius:15px;
}


.timeline-nav li a {
    color:#363636;
    font-size:24px;
    font-weight:700;
}

.timeline-nav li.slick-current a {
    color:#bb9857;
    font-size:24px;
    font-weight:700;
}

.numero-assistance {
    text-align:center;
}
.numero-assistance span.visibl {
    position:relative;
    border:2px solid #bb9857;
    border-radius:36px;
    padding:6px 40px;
    display:inline-block;
    color:#bb9857;
    font-size:34px;
    font-weight:700;
    padding-right:80px;
}
#concession-numero-assistance span {
    position:absolute;
    top:-1px;
    right:-1px;
    display:inline-block;
    color: #fff!important;
    background-color: #bb9857!important;
    border: 1px solid #bb9857!important;
    border-radius:36px;
    line-height:66px;
    height:66px;
    width:66px;
}
.cn-button.bootstrap {
    color: #fff;
    background: #bb9857;
}
.post-content img {
    max-width:100%!important;
    height:auto!important;
}
.imgHolder {
    min-height:244px;  
    border-top-left-radius: 15px; 
    border-top-right-radius: 15px; 
    background-color: #fff!important;
    position:relative;
}


@media(max-width:991px){
    .navbar-collapse.container-menu-principal { display:none!important; }
    .navbar-collapse.container-menu-mobile.collaspe.show {display:block!important;}
    .navbar-collapse.container-menu-mobile2.collaspe.show {display:block!important;}
}

@media(min-width:992px){
    .navbar-collapse.container-menu-principal { display:block!important; }
    .navbar-collapse.container-menu-mobile {display:none!important;}
    .navbar-collapse.container-menu-mobile2 {display:none!important;}
}
.mini-picto-offre {
    background:#bb9857;
    position:absolute;
    bottom:0;
    left:0;
}
.reservation-bc {
    position:relative;
}
.reservation-bc:before {
    content:'';
    display:block;
    width:80%;
    margin-left:10%;
    height:2px;
    background:#bb9857;
    position:absolute;
    top:25px;
    z-index:0;
}
.reservation-bc-number span {
    margin:0 auto;
    width:50px;
    height:50px;
    background: #ececec;
    border-radius:50px;
    font-size:20px;
    color:#fff;
    font-weight:700;
    outline:5px solid #fff;
    z-index:999;
}
.reservation-bc-point .reservation-bc-text {
    color:#707070;
}
.reservation-bc-point.active .reservation-bc-number span {
    background: #bb9857;
    color:#fff;
}
.reservation-bc-point.active .reservation-bc-text {
    color:#464646;
}
.mh-56 {
    min-height: 56px;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #bb9857;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  
.searchTags {
    margin:0;
    padding:0;
    list-style:none;
}
.searchTags .removeTag {
    border:none!important;
    background-color:transparent!important;   
    cursor:pointer;
    color:#fff;
}
.searchTags li.label.label-primary {
    display:inline-block;
    text-align:center;
    background:   #bb9857;
    color:#fff;
    font-size:0.8rem;
    padding:0.5em 1em ;
    box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
}

.page-template-page-academy .bgdeg {
    
    background: rgb(197,104,150);
    background: linear-gradient(0deg, rgba(197,104,150,1) 0%, rgba(4,2,67,1) 100%);
}

.page-template-page-academy .academy{
    font-family: 'Montserrat', sans-serif;
}
.page-template-page-academy .roboto{
    font-family: 'Roboto Condensed', sans-serif;
}
.page-template-page-academy .p-lueur {
    min-height:35px;
    background:url('/wp-content/themes/bonyautomobiles/img/academy/lueur.png') no-repeat center bottom;   
}
.page-template-page-academy .p-lueur-sm {
    min-height:35px;
    background-image:url('/wp-content/themes/bonyautomobiles/img/academy/lueur.png');   
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center bottom;
}
.page-template-page-academy .blocdeg {
    background: rgb(197,104,150);
    background: linear-gradient(0deg, rgba(197,104,150,1) 0%, rgba(67,36,94,1) 100%);  
    border-radius:25px;
}
.page-template-page-academy .btn-academy {
    /*background-color: rgb(255,255,255);*/
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(225,16,124,1) 70%);
  background-size: 300%;
  background-position: left center;
    border:none;
    text-transform:uppercase;
    color:#fff;
    font-size:18px;
    text-shadow: -1px 2px 3px rgba(0,0,0,0.6);
    transition:background 1s ease-in;
}
.page-template-page-academy .btn-academy:hover {
    /*background-color: rgb(225,16,124);*/
  background-size: 320%;
  background-position: right center;
}
.page-template-page-academy .form-control {
    background-color: rgba(162,162,159,0.5);
    color: #fff;
    border:none;
    padding:15px 20px;
    border-radius: 8px!important;
}
.page-template-page-academy .form-control::placeholder {
    color: #b7b7b7;
}

.page-template-page-academy .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #695e7a!important;
}
.page-template-page-academy .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #695e7a;
}
.page-template-page-academy .custom-control-label::before {
    background-color: #695e7a;
    border:1px solid #695e7a;
}
.page-template-page-academy .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.page-template-page-academy .custom-checkbox .custom-control-label::after {
    cursor:pointer;
}
.page-template-page-academy .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image:none;
}
.page-template-page-academy .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #695e7a;
}


.page-template-page-academy .select-selected {
  background-color: rgba(162,162,159,0.5);
  border-radius: 8px;
  border: none;
  color: #fff;
  padding: 6px 16px;
  cursor: pointer;
}
.page-template-page-academy .select-selected:after {
  position: absolute;
    font-family: "Font Awesome 5 Pro"; 
  content: "\f078";
  color:#b7b7b7;
  top: 9px;
  right: 30px;
  width: 0;
  height: 0;
  /*border: 6px solid transparent;
  border-color: #ccc transparent transparent transparent;*/
}

.page-template-page-academy .select-selected.select-arrow-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.page-template-page-academy .select-selected.select-arrow-active:after {
  border-color: transparent transparent #ccc transparent;
  top: 7px;
    font-family: "Font Awesome 5 Pro"; 
  content: "\f077";
  color:#b7b7b7;
}

.page-template-page-academy .select-items div {
  color: #fff;
  padding: 6px 16px;
  border: 1px solid transparent;
  border-color: transparent #8a6f89 rgba(0, 0, 0, 0.1) #8a6f89;
  cursor: pointer;
}

.page-template-page-academy .select-items {
    /*overflow-y:auto;
    max-height:200px;*/
  position: absolute;
  background-color:#8a6f89;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
-webkit-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
}

.page-template-page-academy .select-hide {
  display: none;
}

.page-template-page-academy .select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.page-template-page-academy .select-items div:first-child:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.page-template-page-academy .select-items div:last-child {
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
}
.page-template-page-academy .select-items div:last-child:hover {
  background-color: rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 19px;
}
.page-template-page-academy .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #b7b7b7;
    background-color:rgba(162,162,159,0.5);
    border: none;
    border-radius:8px!important;
-webkit-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
box-shadow: 1px 10px 8px -10px rgba(0,0,0,0.75);
    cursor:pointer;
}
.page-template-page-academy .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #b7b7b7;
    content: "Parcourir...";
    background-color:transparent;
    border-left: 1px solid #b7b7b7;
    border-radius: 0  8px  8px 0;
    cursor:pointer;
}
.page-template-page-academy footer {
    margin-top:0!important; 
    padding-top:10px;
    border-top:1px solid;  
}
.page-template-page-academy .decor-titre {
    display:inline-block;
    min-height:81px;
    line-height:80px;
    text-shadow: -1px 2px 3px rgba(0,0,0,0.6);
    padding-right:30px;
    background:url('/wp-content/themes/bonyautomobiles/img/academy/decor-titre.png') no-repeat right top;   
    
}

.page-template-page-academy .shad-titre {
    text-shadow: -1px 2px 3px rgba(0,0,0,0.6);
    
}


  @media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
flex:none !important;
  }
}
 
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
flex:none !important;
  }
}
@media(min-width:1024px){
.col-12.col-lg-12 .form-control.columned {
    padding:10px 20px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    -ms-column-gap: 40px;
    -o-column-gap: 40px;
    column-gap: 40px;
}
.col-12.col-lg-6 .form-control.columned {
    padding:10px 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    -ms-column-gap: 40px;
    -o-column-gap: 40px;
    column-gap: 40px;
    
}
.col-12.col-lg-4 .form-control.columned {
    max-height:140px;
    overflow-y:auto;
    padding:10px 20px;
    
}
}
@media(max-width:1023px){
.col-12 .form-control.columned {
    max-height:140px;
    overflow-y:auto;
    padding:10px 20px;
    
}
} 
#bonyclassicsearch_form .form-control,
#bonylivesearch_form .form-control {
    border-top-left-radius: 19px !important;
    border-top-right-radius: 19px !important;
    border-bottom-left-radius: 19px !important;
    border-bottom-right-radius: 19px !important;
    background-color: #fff;   
}
#bonyclassicsearch_form .select-block,
#bonylivesearch_form .select-block {
    
    border-top-left-radius: 19px !important;
    border-top-right-radius: 19px !important;
    border-bottom-left-radius: 19px !important;
    border-bottom-right-radius: 19px !important;
    background-color: #bb9857;  
    color:#fff; 
    padding:0;
}
#bonyclassicsearch_form .select-block .form-control,
#bonylivesearch_form .select-block .form-control {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 19px !important;
    border-bottom-right-radius: 19px !important;
    background-color: #fff;   
}