/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/


/* Quick Call to Action buttons */

.quick-listing-actions {
    margin-top: 20px !important;
	padding: 15px !important;
}

.quick-listing-actions>ul>li {
    margin-left: 15px;
    margin-right: 15px;
}

.quick-listing-actions>ul>li>a {
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    background: #e0dfff;
    border: 1px solid #242424;
    box-shadow: 0px 2px 5px 0px rgba(47,61,74,0.2);
}

.quick-listing-actions>ul>li>a:hover {
    box-shadow: 0px 8px 16px 0px rgba(47,61,74,0.2);
    margin-top: -5px;
}

.quick-listing-actions>ul>li>a:hover span {
    color: #7747FF !important; /* Violet Foncé */
}

.lc-info h6 {
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
  opacity: 1;
  font-size: 16px;
}

/** Bandeau Recherche **/
/** ne fonctionne pas **/
.header-search {  
	margin-right: 4px;
	width: 300px;
	background-color: #53acfb !important;
	border-radius: 6px;
}

