.elementor-kit-13{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#B01111;--e-global-color-72f2b32:#FFFFFF;--e-global-color-d34de4e:#B01111;--e-global-color-00f86f0:#5A0000;--e-global-typography-primary-font-family:"Rye";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rye";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Rye";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Rye";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;font-size:17px;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-72f2b32 );border-radius:20px 20px 20px 20px;}.elementor-kit-13 button:hover,.elementor-kit-13 button:focus,.elementor-kit-13 input[type="button"]:hover,.elementor-kit-13 input[type="button"]:focus,.elementor-kit-13 input[type="submit"]:hover,.elementor-kit-13 input[type="submit"]:focus,.elementor-kit-13 .elementor-button:hover,.elementor-kit-13 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-72f2b32 );border-radius:20px 20px 20px 20px;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 a{color:var( --e-global-color-accent );}.elementor-kit-13 h1{color:var( --e-global-color-secondary );font-size:56px;}.elementor-kit-13 h2{color:var( --e-global-color-secondary );font-size:28px;}.elementor-kit-13 h3{color:var( --e-global-color-secondary );font-size:19px;}.elementor-kit-13 h4{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-widget-image img {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* Zone globale */
.meili-search-zone {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Wrapper */
.search-wrapper {
  width: 100%;
  max-width: 720px;
  font-family: Inter, system-ui, sans-serif;
}

/* Barre de recherche */
.search-box {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  transition: box-shadow .25s ease, transform .25s ease;
}

.search-box:focus-within {
  box-shadow: 0 18px 60px rgba(0,0,0,0.25);
  transform: translateY(-1px);
}

.search-icon {
  width: 18px;
  height: 18px;
  stroke: #999;
  fill: none;
  stroke-width: 2;
}

.search-box input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
  color: #111;
}

/* Résultats EN FLOW */
.results {
  margin-top: 14px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  overflow: hidden;
  animation: fadeIn .25s ease;
}

.hidden {
  display: none;
}

/* Item résultat */
.result-item {
  display: block;
  padding: 16px 18px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  transition: background .2s ease;
}

.result-item:last-child {
  border-bottom: none;
}

.result-item:hover {
  background: #f6f6f6;
}



.result-title {
  font-weight: 600;
  color: #111;
  margin-bottom: 6px;
}

.result-excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */