/*
CTC Separate Stylesheet
Updated: 2019-06-25 07:53:14
Theme Name: Twenty Seventeen DDG
Theme URI: https://wordpress.org/themes/twentyseventeen/
Template: twentyseventeen
Author: DDG
Author URI: https://wordpress.org/
Description: Adapté à DDG
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.1.0



titre : color: #ddd
        color: #ddd

*/

#wpsl-category > div > div > ul > li {
	color: black !important;
}

#wpsl-stores * p {
	font-size: 1em !important;	
}

/* CARTE */
#wpsl-wrap {
    position: relative;
    width: fit-content;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
    max-width: 95vw;
}
/*
.wpsl-no-filters,
#wpsl-search-wrap {
    visibility: hidden!important;
    max-height: 0!important;
}
*/
#wpsl-search-wrap div label {
	font-size: calc(11px + 0.5vw);
	word-break: unset;
	width: fit-content;
}
#wpsl-search-input {
	padding: 4px 12px;
}
#wpsl-radius-dropdown {
    height: 2em;	
	width: 8em;
}

#wpsl-wrap .wpsl-selected-item {
    padding-top: 3px !important;
}

#wpsl-wrap .wpsl-dropdown {
    width: 160px !important;
}

#wpsl-search-btn {
	padding: 4px 50px;
	color: black;
    font-weight: 600;
	border-color: #888888 !important;
}
#wpsl-stores, #wpsl-direction-details, #wpsl-gmap {
	min-height: 61vh!important;
	max-height: 80vh!important;
}
#wpsl-result-list div ul {
	width: fit-content;
}

p.wpsl-commercial {
	margin: 0 !important;
}

.wpsl-store-location p {
    font-size: 1vw;
    font-weight: 100;
    background-color: rgb(1,1,1,0.3);
    padding: 1vh 0 1vh 2vw!important;
    color: #E5E5E5;
}

.wpsl-direction-wrap,
.wpsl-direction-wrap a {
    font-size: 1vw;
    font-weight: 100;
    color: #E5E5E5;
}
.wpsl-direction-wrap a:hover {
	color: #e7ef78;
}
.wpsl-direction-wrap a:visited {
	color: #8fce6f;
}

.wpsl-dropdown {
    width: fit-content;
    height: 32px;
}


#wpsl-radius .wpsl-dropdown li {
	color: black !important;
}

/* Google Map */
.wpsl-info-window p ,
.wpsl-info-window p strong,
.wpsl-info-window p span {
	color: #505050;
	font-size: 14px;
}
.wpsl-info-window p strong {
	font-weight: 500;
	font-size: 18px;
	margin-bottom;
}

a.wpsl-directions,
a.wpsl-streetview,
a.wpsl-zoom-here {
	background-color: lightblue;
	color: #505050 !important;
}


.wpsl-alerte {
	color: #eb2626;
	font-weight: 700;
}

.wpsl-gras {
	font-weight: 700;
}

/* mobile portrait */
@media screen and (max-width: 450px) and (min-height: 460px) {
	#wpsl-stores, #wpsl-direction-details, #wpsl-gmap {
		width: 90vw;
	}
	.wpsl-store-location p {
        font-size: 4vw;
	}
	.wpsl-direction-wrap, .wpsl-direction-wrap a {
        font-size: 4vw;
	}
}


@media (min-width: 600px) {
}

/* mobile  landscape */
@media screen and (min-width: 500px) and (max-height: 450px) {
}

