.block-hero {
min-height: 500px;
background: radial-gradient(
ellipse 90% 80% at 50% 100%,
rgba(131, 189, 255, 0.5) 0%,
rgba(193, 222, 255, 0.4) 50%,
rgba(255, 255, 255, 1) 80%
);
}.block-terminaux .is-hidden {
display: none !important;
} .block-terminaux input[type='number'] {
-moz-appearance: textfield;
appearance: textfield;
}
.block-terminaux input[type='number']::-webkit-outer-spin-button,
.block-terminaux input[type='number']::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
} .block-terminaux [data-selbar]:not(.hidden) {
animation: terminaux-pop 0.25s ease;
}
@keyframes terminaux-pop {
from {
opacity: 0;
transform: translateY(8px);
}
to {
opacity: 1;
transform: none;
}
}
@media (prefers-reduced-motion: reduce) {
.block-terminaux *,
.block-terminaux [data-selbar]:not(.hidden) {
transition: none !important;
animation: none !important;
}
}.block-hero { }