/*  
Theme Name: Jachete.flersagglo
Theme URI: https://jachete.flersagglo.fr/
Description: Thème Wordpress pour Marketplace Flers Agglo
Author: Initial
Author URI: https://initialcaen.fr/
*/

/**** Général ***/
.wrapper {
	text-align:center;
}
* {
	box-sizing:border-box;
}


@media (min-width: 360px) {

}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {

}

@media (min-width: 1500px) {

}

@media (min-width: 2000px) {

}

.aa-dropdown-menu {
    max-height: 250px;       /* Hauteur maximale */
    overflow-y: auto;        /* Scroll vertical si le contenu dépasse */
    overflow-x: hidden;      /* Empêche le scroll horizontal */
}
.aa-dropdown-menu .aa-suggestion .suggestion-post-content {
	color: black !important;
}
	.page-home .wrapper .criteres .bloc-recherche::before{
		display: none;
	}
@media (max-width: 768px) {

	.page-home .wrapper .criteres .bloc-recherche input[type=text]{
		width: 100% !important;
	}
}
.page-home .wrapper .criteres .criteres-container{
	justify-content: normal;
}
@media (min-width: 768px) {
.page-home .criteres .bloc-recherche::after {
    display: inline-block;
    vertical-align: top;
    content: "\f002";
    font-family: "FontAwesome";
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #3b2062;
    color: #fff;
    border-radius: 5px;
}
}

.page-home .wrapper .criteres .bloc-recherche {
    width: auto;
    display: flex;
    flex: 1;
}

button.button{
	    position: relative;
    z-index: 2;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    background-color: #3B2062;
    border: solid 1px #3B2062;
    padding: 0px 30px 0px 30px;
    border-radius: 5px;
    font-family: 'ITC-Avant-Garde-Md', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    color: #ffffff;
    line-height: 40px;
    height: 40px;
    width: auto;
    cursor: pointer;
	color: white;
}

.main-form{
	max-width: 1180px;
	margin: auto;
}
.navbar .h1{
	width: 25%;
}