/*
Theme Name: Ziston Child
Description: Child theme for the Ziston themes
Author: Gaviathemes
Template: ziston
*/

* {
  outline: 0;
}


@font-face{
    font-family: "ETmoudles";
    src: url("fonts/ETmoudles/9d25ea5c587d0f9d470aa9a3634735ea.eot");
    src: url("fonts/ETmoudles/9d25ea5c587d0f9d470aa9a3634735ea.eot?#iefix")format("embedded-opentype"),
        url("fonts/ETmoudles/9d25ea5c587d0f9d470aa9a3634735ea.woff")format("woff"),
        url("fonts/ETmoudles/9d25ea5c587d0f9d470aa9a3634735ea.woff2")format("woff2"),
        url("fonts/ETmoudles/9d25ea5c587d0f9d470aa9a3634735ea.ttf")format("truetype"),
        url("fonts/ETmoudles/9d25ea5c587d0f9d470aa9a3634735ea.svg#ETmoudles")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}


/* masque le selecteur d'ordre d'affichage sur la page de resultats */

.results-sorting {
	display: none !important;
}


/* masque le bouton recherche sur le header de la version mobile */

.header-right {
	visibility:hidden;
}

/* force couleur du texte dans le formulaire wpforms */

.wpforms-field-label, .wpforms-field-description {
	color:#263954 !important;
}

/* masque la barre au dessus du menu au survol */

ul.gva-nav-menu > li:after {
  background-color: #FFFFFF !important;
}

/* masque les liens category et regions */

.lt_block-category div a, .regions a, .lt-category a {
	pointer-events: none;
}

/* masque la virgule qui traine */

.regions span {
	visibility: hidden;
}

/* enlever l'espace en trop entre icon localisation et ville */

.listing-meta .location .icon {
	margin-right:0 !important;
}

/* Mise en page moetur de recherche */

#checkRechercheByCatVille {
  display: none;
  color: rgb(205, 33, 34);
  font-size:16px;
  font-weight:400;
}

#checkRechercheByKeywords {
  display: none;
  color: rgb(205, 33, 34);
  font-size:16px;
  font-weight:400;
}

.search-autocomplete-motcle {
  font-size: 16px;
  color: #474747;
  display:inline-block;
  position:relative;
}

.search-autocomplete-ville {
  background-color: #FFF !important;
  position: relative;
  font-size: 16px;
  color: #474747;
}

/* autocompte */

.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 0;
    background: #fff;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.16);
    /* core styles should not be changed */
    position: absolute;
    display: none;
    z-index: 1000;
    max-height: 212px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.autocomplete-suggestion {
    position: relative;
    padding: 3px 15px;
    line-height: 28.8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color : rgb(121, 127, 137);
}

.autocomplete-suggestion b { font-weight: normal; color: #263954; }
.autocomplete-suggestion.selected { background: #f0f0f0; color:rgb(121, 127, 137); }

/*Styling Selectbox*/
.dropdown {
  font-size: 16px;
  color: #474747;
  text-align: left;
  border-radius:3px 0 0 3px !important;
}
.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px;
    color: rgb(121, 127, 137);
}
.dropdown .select .chevron{
background-image: url("https://ville-infos.fr/wp-content/themes/ziston/images/down-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width:12px;
    height:12px;
    margin-top:8px;
    float:right;
    background-size: 12px;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.dropdown.active .select > i {
    transform: rotate(-180deg);
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    color : rgb(121, 127, 137);
    font-size : 14px;
    line-height: 28.8px;
    width: 100%;
    left: 0;
    border: 0;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.16);
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    display: none;
    max-height: 212px;
    overflow-y: auto;
}
.dropdown .dropdown-menu li {
    padding: 3px 15px;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none;
}
.dropdown .dropdown-menu li:hover {
    background-color: #f6f6f6;
    color: #263954;
}
.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2;
}
