.spiralis-recherche-trigger,.spiralis-recherche-trigger:hover,.spiralis-recherche-trigger:focus,.spiralis-recherche-trigger:active{display:inline-flex;align-items:center;justify-content:center;background:transparent !important;border:0 !important;padding:0 !important;margin:0;box-shadow:none !important;cursor:pointer;color:var(--sr-color,#ffffff) !important;line-height:1;min-width:0;width:auto;height:auto;opacity:1;transition:color .2s ease}
body.spiralis-recherche-scrolled .spiralis-recherche-trigger,body.spiralis-recherche-scrolled .spiralis-recherche-trigger:hover,body.spiralis-recherche-scrolled .spiralis-recherche-trigger:focus,body.spiralis-recherche-scrolled .spiralis-recherche-trigger:active{color:var(--sr-color-scrolled,#002C41) !important}
.spiralis-recherche-trigger:focus-visible{outline:2px solid currentColor;outline-offset:2px}
.spiralis-recherche-trigger svg,.spiralis-recherche-trigger:hover svg,.spiralis-recherche-trigger:focus svg,.spiralis-recherche-trigger:active svg{width:var(--sr-icon-size,1.25rem);height:var(--sr-icon-size,1.25rem);display:block;stroke:currentColor !important;fill:none !important;flex:none;color:var(--sr-color,#ffffff) !important}
body.spiralis-recherche-scrolled .spiralis-recherche-trigger svg,body.spiralis-recherche-scrolled .spiralis-recherche-trigger:hover svg,body.spiralis-recherche-scrolled .spiralis-recherche-trigger:focus svg,body.spiralis-recherche-scrolled .spiralis-recherche-trigger:active svg{color:var(--sr-color-scrolled,#002C41) !important}

body.spiralis-recherche-open{overflow:hidden}

.spiralis-recherche-dialog{
	position:fixed;top:12vh;left:50%;transform:translateX(-50%);margin:0;
	width:min(44rem,92vw);max-height:76vh;border:0;border-radius:14px;padding:3rem 1.5rem 1.5rem;
	box-shadow:0 24px 80px rgba(0,0,0,.28);background:#fff;color:#111;
}
.spiralis-recherche-dialog,.spiralis-recherche-dialog:focus,.spiralis-recherche-dialog:focus-visible{outline:0 !important}
.spiralis-recherche-dialog::backdrop{background:rgba(0,0,0,.35)}
.spiralis-recherche-dialog .sr-close,.spiralis-recherche-dialog .sr-close:hover,.spiralis-recherche-dialog .sr-close:focus,.spiralis-recherche-dialog .sr-close:active{
	position:absolute !important;top:.75rem !important;right:.75rem !important;left:auto !important;bottom:auto !important;
	width:2rem !important;height:2rem !important;min-width:0 !important;min-height:0 !important;max-width:2rem !important;max-height:2rem !important;
	display:inline-flex !important;align-items:center;justify-content:center;
	background:transparent !important;border:0 !important;border-radius:50% !important;
	padding:0 !important;margin:0 !important;box-shadow:none !important;
	font-size:1.125rem;line-height:1;cursor:pointer;color:#666 !important;
	transition:background .15s ease,color .15s ease;
}
.spiralis-recherche-dialog .sr-close:hover,.spiralis-recherche-dialog .sr-close:focus-visible{background:#f2f3f5 !important;color:#111 !important;outline:0 !important}
.spiralis-recherche-dialog .sr-form{position:relative;display:flex;margin:0 0 .75rem 0}
.spiralis-recherche-dialog .sr-input{
	flex:1;padding:.875rem 1rem .875rem 2.75rem;font-size:1rem;
	border:1px solid #e0e3e7;border-radius:10px;background:#fff;color:#111;
	transition:border-color .15s ease,box-shadow .15s ease;
	background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20'%3E%3Cpath fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' d='M10.5 4a6.5 6.5 0 104.2 11.46l4.92 4.92 1.42-1.42-4.92-4.92A6.5 6.5 0 0010.5 4z'/%3E%3C/svg%3E");
	background-repeat:no-repeat;background-position:.875rem center;background-size:1.1rem;
}
.spiralis-recherche-dialog .sr-input::placeholder{color:#8a8f97}
.spiralis-recherche-dialog .sr-input:focus{outline:0;border-color:#002C41;box-shadow:0 0 0 3px rgba(0,44,65,.12)}
.spiralis-recherche-dialog .sr-output{overflow:auto;max-height:60vh;padding-right:.25rem}
.spiralis-recherche-dialog .sr-loader{width:1.75rem;height:1.75rem;margin:2rem auto;border:3px solid #e5e7eb;border-top-color:#002C41;border-radius:50%;animation:sr-spin 1s linear infinite}
@keyframes sr-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
@media (prefers-reduced-motion:reduce){.spiralis-recherche-dialog .sr-loader{animation-duration:0s}}
.spiralis-recherche-dialog .sr-section{margin:1rem 0}
.spiralis-recherche-dialog .sr-section h3{font-size:.875rem;text-transform:uppercase;letter-spacing:.04em;color:#666;margin:.5rem 0}
.spiralis-recherche-dialog ul{list-style:none;margin:0;padding:0}
.spiralis-recherche-dialog li a{
	display:flex;gap:.75rem;padding:.5rem;border-radius:6px;text-decoration:none;color:inherit;
}
.spiralis-recherche-dialog li a:hover,.spiralis-recherche-dialog li a:focus-visible{background:#f4f6f8;outline:0}
.spiralis-recherche-dialog .sr-thumb{width:60px;height:60px;border-radius:4px;object-fit:cover;background:#eee;flex:none}
.spiralis-recherche-dialog .sr-thumb--placeholder{background:linear-gradient(135deg,#e5e7eb,#d1d5db)}
.spiralis-recherche-dialog .sr-type-label{font-size:.75rem;text-transform:uppercase;color:#888}
.spiralis-recherche-dialog .sr-title{font-weight:600;font-size:1rem;margin:.1rem 0}
.spiralis-recherche-dialog .sr-excerpt{font-size:.875rem;color:#444}
.spiralis-recherche-dialog .sr-excerpt mark{background:#fff3a8;padding:0 .1em;border-radius:2px}
.spiralis-recherche-dialog .sr-sr-only{position:absolute;clip:rect(0 0 0 0);width:1px;height:1px;overflow:hidden}
