/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1675940549
Updated: 2023-02-09 12:02:29

*/

.grecaptcha-badge { 
    visibility: visible !important;
}

.column-vehicle {
    float: left;
    width: calc(33% - 14px);
    margin : 0 7px 10px;
    border : 1px solid #e3e3e3;
    border-radius : 6px;
    padding: 10px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.column-vehicle .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Noir avec une opacité de 0.3 */
    z-index: 1;
}

.column-vehicle p{
    z-index: 2;
}

  @media screen and (max-width : 1024px){
      .column-vehicle {
          width: calc(50% - 14px);
      }
  }
  
  @media screen and (max-width : 767px){
      .column-vehicle {
          width: calc(100% - 14px);
      }
  }
  
  
  .row-vehicle:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .row-vehicle .column-vehicle img {
      width: 100%;
      height: 190px;
      object-fit: cover;
      object-position: center center;
      border-radius: 6px 6px 6px 6px;
      margin-bottom: 10px;
  }
  
  .row-vehicle .column-vehicle .vehicle-title {
      color: #e3e3e3;
      font-family: "Hina Mincho", Sans-serif;
      font-size: 35px;
      font-weight: 400;
      line-height: 35px;
      letter-spacing: 4px;
      text-align: center;
  }
  
  .row-vehicle .column-vehicle .vehicle-subtitle {
      text-align: center;
      color: #fff;
      font-family: "Hina Mincho";
      font-size: 20px;
      font-weight: 300;
      line-height: 18px;
      letter-spacing: 1.4px;
      margin: -2px 0px 25px 0px;
  }
  
  .row-vehicle .column-vehicle .vehicle-description {
      color: #fff;
      font-family: "Arial", Sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 18px;
      letter-spacing: 1.4px;
  }
  