/* Primary #005252 14, 98, 81*/
/* Secondary #E17B20 */
/*
font-family: 'Outfit', sans-serif;
font-family: 'Plus Jakarta Sans', sans-serif;

@media (min-width: 960px) {

}

:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px;
}
*/

html {
  color: #000;
  font-family: 'Inter', sans-serif;
  /*font-family: "Plus Jakarta Sans", sans-serif;*/
}

h1, h2, h3, h4, h5 {
    font-family: 'Inter', sans-serif;
	font-weight: 700;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5 {
    font-family: 'Inter', sans-serif;
}

.montant {
    font-family: "Khand", sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #000;
}

.htmx-indicator{
  display:none;
}
.htmx-request .htmx-indicator{
  display:inline;
}
.htmx-request.htmx-indicator{
  display:inline;
}

.uk-card a, .uk-card:hover {
    text-decoration: none;
    text-decoration-skip: unset;
    color: #000;
}

.osc-sigle {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  color: #1D1D1B;
  font-size: 14px;
}

.osc-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
}

.osc-title a {
  text-decoration: none;
  color: #000;
}

.osc-categ a, .osc-categ a:hover {
  text-decoration: none;
  color: #000;
}

.bloc-line {
  background-color: #005252;
  color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

.eye-icon, .eye-pass-icon, .eye-passagain-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.titre-detail {
  background-color: #005252;
  color: #fff;
}

.titre-detail h1{
  color: #fff;
}

.uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #005252;
}

#ysearch {
  /*background-image: url('../docs/background_yoonu.png');*/
  background-image: url('../docs/back.svg');
  background-position: center;
}

.search-title {
  font-weight: 700;
  line-height: 65px;
  font-size: 56px;
  color: black;
}

.round-image {
  border: 2px solid #005252;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

@media (max-width: 960px) {
  .search-title {
    font-weight: 700;
    line-height: 45px;
    font-size: 38px;
    color: black;
  }

  .round-image {
    border: 2px solid #005252;
    border-radius: 50%;
    height: 75px;
    width: 75px;
  }
}

/**/
.bloc-gauche {
  background-color: rgba(14, 98, 81, 0.1);
}

.category, .category:focus {
	border: solid 0px transparent;
}

.langueverte, .langueverte:focus {
	background-color: #005252;
	color: #fff;
}

.uk-card-secondary {
  background-color: #005252;
}

.uk-input, .uk-select, .uk-textarea {
  border: solid 2px #005252;
}

/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  color: #000;
  border: solid 2px #005252;
}

.uk-form-danger,
.uk-form-danger:focus {
  color: #000;
  border: solid 2px #f0506e;
}

.uk-search-navbar .uk-search-input {
  background-color: white;
  font-size: 1.1rem;
  font-weight: 300;
}

.uk-button {
  border-radius: 5px;
	text-transform: none;
	padding: 0 20px;
}

 /* Primary
 */
.uk-button-primary {
  background-color: #005252;
  color: #fff;
  border: 1px solid transparent;
}
/* Hover */
.uk-button-primary:hover {
  background-color: #005252;
  color: #fff;
}
/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #005252;
  color: #fff;
}

/* Primary
 */
.uk-button-inverse {
  background-color: transparent;
  color: #005252;
  border: 2px solid #005252;
}
/* Hover */
.uk-button-inverse:hover {
  background-color: #005252;
  color: #fff;
}
/* OnClick + Active */
.uk-button-inverse:active,
.uk-button-inverse.uk-active {
  background-color: #005252;
  color: #fff;
}

/*
 * Secondary
 */
.uk-button-secondary {
  background-color: #FED116;
  color: #000;
  border: 1px solid transparent;
}
/* Hover */
.uk-button-secondary:hover {
  background-color: #FED116;
  color: #000;
}
/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #FED116;
  color: #000;
}

/* Pagination  */
.uk-pagination > * > * {
  /* 2 */
  padding: 5px 6px;
  color: #005252;
  transition: color 0.1s ease-in-out;
  text-decoration: none;
  /*border-radius: 50%;
  border: 1px solid #005252;*/
}
/* Hover */
.uk-pagination > * > :hover {
  color: #666;
  text-decoration: underline;
}
/* Active */
.uk-pagination > .uk-active > * {
  color: #fff;
  border-radius: 5px;
  background-color: #005252;
  /*border: 2px solid #005252;*/
}
/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999;
}

#last_pied, #pied {
  color: #fff;
}

#last_pied a, #pied a {
  color: #E17B20;
  text-decoration: none;
}

.image-container {
  position: relative; /* Required for padding trick */
  padding-bottom: 56.25%; /* 9 / 16 * 100% */
  overflow: hidden; /* Clip image if it doesn't fit the ratio */
}

.image-container img {
  position: absolute; /* Required for padding trick */
  top: 0;
  left: 0;
  width: 100%; /* Ensures image fills container */
  /*height: 100%;  Ensures image fills container */
}

:root {
    --primary: #005252;
    --primary-light: #007a7a;
    --primary-dark: #003535;
    --accent: #00c8a0;
    --accent2: #e8f5f5;
    --text-dark: #0a1a1a;
    --text-muted: #4a6060;
    --white: #ffffff;
}

* { box-sizing: border-box; }

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    overflow-x: hidden;
}

h1, h2, h3, h4, .display-font {
    font-family: 'Syne', sans-serif;
}

/* ── HERO ── */
.hero-section {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, var(--primary-light) 100%);
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: rgba(0,200,160,0.08);
    border-radius: 50%;
}
.hero-section::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -100px;
    width: 600px;
    height: 600px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
}

.hero-badge {
    display: inline-block;
    background: rgba(0,200,160,0.2);
    border: 1px solid rgba(0,200,160,0.4);
    color: var(--accent);
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-family: 'Syne', sans-serif;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    color: var(--white);
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 24px;
}

.hero-title span {
    color: var(--accent);
}

.hero-desc {
    color: rgba(255,255,255,0.75);
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 520px;
    margin-bottom: 40px;
    font-weight: 300;
}

/* ── PHONE MOCKUP ── */
.phone-mockup {
    background: var(--white);
    border-radius: 40px;
    width: 260px;
    height: 520px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 40px 100px rgba(0,0,0,0.4), 0 0 0 8px rgba(255,255,255,0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
}

/* ── FEATURES ── */
.features-section {
    background: #fafefe;
}
.section-label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 12px;
    font-family: 'Syne', sans-serif;
}
.section-title {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 800;
    color: var(--text-dark);
    letter-spacing: -1px;
    line-height: 1.15;
    margin-bottom: 16px;
}
.section-desc {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 500px;
    font-weight: 300;
}

/* ── HOW IT WORKS ── */
.how-section {
    padding: 100px 0;
    background: var(--white);
}
.step-item {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    align-items: flex-start;
}
.step-number {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: var(--primary);
    color: var(--white);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
}
.step-content h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}
.step-content p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.65;
    margin: 0;
    font-weight: 300;
}

/* ── PORTAL ── */
.portal-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--accent2) 0%, #e0f5f5 100%);
}
.portal-card {
    background: var(--white);
    border-radius: 24px;
    padding: 48px;
    box-shadow: 0 20px 60px rgba(0,82,82,0.1);
}
.portal-icon-big {
    width: 80px;
    height: 80px;
    background: var(--accent2);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    font-size: 2rem;
    margin-bottom: 24px;
}
.check-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}
.check-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.6rem;
    margin-top: 2px;
}
.check-text {
    font-size: 0.9rem;
    color: var(--text-dark);
    line-height: 1.5;
}

/* ── CTA ── */
.cta-section {
    background: var(--primary);
    padding: 100px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.cta-section::before {
    content: 'WUDU';
    position: absolute;
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    font-size: 20vw;
    color: rgba(255,255,255,0.04);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    pointer-events: none;
}
.cta-section h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    color: var(--white);
    letter-spacing: -1px;
    margin-bottom: 16px;
}
.cta-section p {
    color: rgba(255,255,255,0.7);
    font-size: 1.05rem;
    margin-bottom: 40px;
    font-weight: 300;
}

/* Animations */
[data-animate] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
[data-animate].visible {
    opacity: 1;
    transform: translateY(0);
}

.htmx-indicator{
    display:none;
}
.htmx-request .htmx-indicator{
    display:inline;
}
.htmx-request.htmx-indicator{
    display:inline;
}
