.acf-ajax-search-wrapper {
  max-width: 600px;
  position: relative;
}

#ajax-acf-search-input {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

#ajax-acf-search-results {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 500px;
  overflow-y: auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  z-index: 100;
}
/***/
.acf-ajax-result-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.acf-thumb {
  flex: 0 0 80px;
}

.acf-thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

.acf-result-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.acf-ajax-results-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*.acf-ajax-result-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px;
  border-bottom: 0px solid #eee;
}
*/
/*
.acf-thumb img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}
*/
/*
.acf-result-content {
  flex: 1;
}
*/
.acf-result-content a {
	border-bottom: solid 0px!important;
	
}
.acf-result-content a:hover {
	text-decoration: none;
	border-bottom: solid 1px!important;
}
.acf-result-title {
  font-weight: bold;
  color: #0073aa;
  text-decoration: none;
}

.acf-result-title:hover {
  text-decoration: underline;
}

.acf-result-excerpt {
    font-size: 12px;
    color: #444;
    font-weight: 400;
    margin-top: 4px;
}
.acf-result-excerpt mark {
  background: #ffd54f;
  padding: 0 2px;
  font-weight: bold;
}

.acf-ajax-result-empty {
  padding: 10px;
  text-align: center;
  color: #666;
}

/* EN haut A gauche */


.acf-floating-wrapper {

    float: right;
    margin: 3px 0 0 22px;
    position: relative;
    display: block;
    width: 18px;
	
}

/* bouton icone */

.ch_search_icon:before {
    content: "\55";
    font-size: 17px;
    left: 0;
    position: absolute;
	cursor: pointer;
    top : -3px;
	color: #000;
	font-family: ETmodules !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
}
#acf-toggle-search:hover {
  
}

/* bouton !! */
#acf-floating-search {
  position: absolute;
  top: 60px;
  right: 0;
  width: 300px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  padding: 10px;
  border-radius: 8px;
}

#acf-floating-search.acf-hidden {
  display: none;
}

#acf-floating-search input {
  width: 100%;
  padding: 8px;
  font-size: 15px;
  margin-bottom: 8px;
}
/*
.acf-ajax-result-item {
  padding: 6px 0;
  display: block;
  border-bottom: 1px solid #eee;
}
*/
.acf-ajax-result-item a {
  color: #0073aa;
  text-decoration: none;
}

.acf-ajax-result-item mark {
  background: #ffd54f;
}
