/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2026 | 13:41:40 */
.tikayan-landing {
  width: 100%;
  min-height: 100vh;
  padding: 16px 10px;
  background: #f2f6fb;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.tikayan-landing * {
  box-sizing: border-box;
}

.tikayan-card {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(12, 37, 69, 0.14);
	padding-bottom: 30px;
}

/* HEADER LOGOS COMPACT */

.tikayan-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 8px 15px;
  background: #ffffff;
}

.tikayan-header img {
  display: block;
  object-fit: contain;
  height: auto;
}

.tikayan-logo-main {
  width: 170px;
  flex-shrink: 0;
}

.tikayan-logo-small {
  width: 195px;
  flex-shrink: 0;
}
.adventure-logo-small {
  width: 195px;
  padding-top: 20px;
  flex-shrink: 0;
}

/* HERO */

.tikayan-hero {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding: 28px 20px 48px;
  background: radial-gradient(circle at top, #174d85 0%, #0b2d52 45%, #08213d 100%);
  color: #ffffff;
  text-align: center;
}

.tikayan-content {
  position: relative;
  z-index: 5;
  max-width: 520px;
  margin: 0 auto;
}

.tikayan-label {
  display: inline-block;
  margin: 0 0 10px;
  padding: 6px 13px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.tikayan-hero h1 {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
  color: #ffffff;
}

.tikayan-subtitle {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.35;
  color: rgba(255,255,255,0.92);
}

.tikayan-discount {
  margin: 0 0 14px;
  font-size: 62px;
  line-height: 1;
  font-weight: 900;
  color: #ffd12f;
}

.tikayan-code-box {
  display: inline-block;
  min-width: 290px;
  margin: 0 0 18px;
  padding: 14px 24px;
  background: #ffffff;
  color: #082b50;
  border: 2px dashed rgba(8, 43, 80, 0.25);
  border-radius: 13px;
}

.tikayan-code-box span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .5px;
}

.tikayan-code-box strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 1px;
}

.tikayan-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 175px;
  padding: 14px 26px;
  background: #ffd12f;
  color: #08213d !important;
  border-radius: 11px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease;
}

.tikayan-button:hover {
  background: #ffc400;
  transform: translateY(-2px);
}

/* MASCOTTES */

.tikayan-mascot {
  position: absolute;
  z-index: 3;
  bottom: -8px;
  width: 225px;
  height: auto;
  background: #ffffff;
  padding: 6px;
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(0,0,0,0.22);
}

.tikayan-mascot-left {
  left: 32px;
  transform: rotate(-8deg);
}

.tikayan-mascot-right {
  right: 32px;
  transform: rotate(8deg);
}

/* FOOTER */

.tikayan-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 22px 22px 24px;
  background: #ffffff;
}

.tikayan-benefit {
  padding: 18px 12px;
  background: #f4f7fc;
  border-radius: 16px;
  text-align: center;
}

.tikayan-benefit strong {
  display: block;
  margin-bottom: 6px;
  font-size: 22px;
  color: #082b50;
  font-weight: 900;
}

.tikayan-benefit span {
  display: block;
  font-size: 13px;
  color: #2c3440;
}

/* MOBILE */

@media (max-width: 768px) {
  .tikayan-landing {
    padding: 14px 8px;
  }

  .tikayan-card {
    border-radius: 20px;
  }

  .tikayan-header {
    gap: 8px;
    padding: 10px 8px;
  }

  .tikayan-logo-main {
    width: 90px;
  }
.adventure-logo-small,
  .tikayan-logo-small {
    width: 92px;
  }

  .tikayan-hero {
    padding: 30px 14px 60px;
  }

  .tikayan-hero h1 {
    font-size: 27px;
  }

  .tikayan-subtitle {
    font-size: 15px;
  }

  .tikayan-discount {
    font-size: 52px;
  }

  .tikayan-code-box {
    min-width: auto;
    width: 100%;
    max-width: 280px;
    padding: 13px 16px;
  }

  .tikayan-code-box strong {
    font-size: 18px;
  }

  .tikayan-mascot {
    width: 78px;
    bottom: -5px;
    padding: 4px;
    border-radius: 10px;
  }

  .tikayan-mascot-left {
    left: 8px;
  }

  .tikayan-mascot-right {
    right: 8px;
  }

  .tikayan-footer {
    grid-template-columns: 1fr;
    padding: 16px 14px 20px;
  }
}




/* --- 2. CIBLAGE ET AGRANDISSEMENT DU DRAPEAU --- */
.polylang-switcher-shortcode {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    order: 4; /* Envoie le drapeau sur une ligne dédiée en dessous, ou à côté */
    width: 100%; /* Force le drapeau à se centrer en dessous sur mobile */
    text-align: center;
    display: flex;
    justify-content: center;
	    margin-top: 8px;
}

/* Ciblage précis de l'image du drapeau injectée par Polylang */
.polylang-switcher-shortcode .lang-item img {
    width: 35px !important;  /* Augmente la largeur du drapeau */
    height: auto !important; /* Conserve les proportions */
    border-radius: 4px;      /* Optionnel : ajoute un léger arrondi propre */
    box-shadow: 0 2px 5px rgba(0,0,0,0.15); /* Optionnel : donne du relief */
    transition: transform 0.2s ease;
}

.polylang-switcher-shortcode .lang-item img:hover {
    transform: scale(1.1); /* Effet au survol */
}
