.secteur-card
{
    height: 520px;
}




/*Map classes*/

.responsive-map-container {
    margin-top : 2%;
    margin-bottom: 5%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  
  }
  
  .responsive-map-container iframe,
  .responsive-map-container object,
  .responsive-map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  

  @media only screen and (max-width: 480px) {
    /*  [class*='col-xs'] {
       width: 100%;
     } */
     .store-grid {
       float: none;
       margin-top: 10px;
     }
     .store-pagination {
       float: none;
       margin-top: 10px;
     }
     .mobile-none
     {
       display: none;
     }
     .text-mobile
     {
       font-size: small;
     }
     .product .add-to-cart .add-to-cart-btn {
   
       width: 100% !important;
       padding: 0 !important;
     }
   
     .product .add-to-cart .add-to-cart-btn>i {
       display: none !important;
     }
   
     .product .add-to-cart .add-to-cart-btn:hover>i {
       display: none !important;
     }
   .img-mobile
   {
     height: 100px !important;
     padding-top: 2px !important;
   }
   .product {
   
     padding: 0px 0px !important;
    
   }
   .video-mobile {
   height: 50% !important;
   width: 80% !important;
   }
   .mobile-col
   {
     padding: 2px !important;
   }
   .title
   {
     font-size: 15px;
     padding: 5% !important;
   }
   .img-mobile-prod
   {
     height: 150px  !important;
     width: 100% !important;
   }
   }



   .text-menu
   {
    font-family: Arial, sans-serif !important;
    color: #000000 !important;
    font-weight: 900 !important;


   }