.badge-price {
	font-size: 1rem !important;
}

.badge-price-checkout {
	text-align: center;
	font-size: 1rem !important;
	color: #652c90 !important;
}


.card-header-option {
  display: flex;
  min-height: 56px;
  background-color: #f7f2fb;
  align-items: center;
  justify-content: space-between;
  border-bottom: var(--tw-card-border);
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.card-header-option-checkout {
  display: flex;
  min-height: 56px;
  background-color: #f8f5ff;
  align-items: center;
  justify-content: space-between;
  border-bottom: var(--tw-card-border);
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.card-title-checkout {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 800;
    color: #652c90;
}

.card-total {
  display: flex;
  flex-direction: column;
  box-shadow: var(--tw-card-box-shadow);
  background-color: #EFF6FF;
  border-radius: 0.75rem;
  border: var(--tw-card-border);
}

.card-warning {
  display: flex;
  flex-direction: column;
  box-shadow: var(--tw-card-box-shadow);
  background-color: #de5353;
  border-radius: 0.75rem;
  border: var(--tw-card-border);
}

.card-pop {
  display: flex;
  flex-direction: column;
  box-shadow: var(--tw-card-box-shadow);
  background-color: #ddcee97a;
  border-radius: 0.75rem;
  border: #9a9cae;
}

.card-body-alert {
  flex-grow: 1;
  padding-left: 0.9rem;
  padding-right: 0.9rem;
  padding-top: 0.9rem;
  padding-bottom: 0.5rem;
}

.left-two {
  left: 2rem;
}

.badgetop {
  background-color: #ddcee97a;
  color: #ffffff;
}

.bg-top {
  background-color: #ddcee97a;
}

.left-top {
  left: 0.5rem;
  top: 0.8rem;
}

.text-petalert-menu-burger {
	color: var(--tw-primary);
	font-weight: bold;
}

.text-white {
	color: #ffffff;
}

.size-list {
  width: 9rem;
}

.text-mini-alert {
    font-size: 0.65rem;
    line-height: 1rem;
}

.hometitle {
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: 700;
	color: var(--tw-primary);
}

.hometext {
	font-size: .95rem;
	line-height: 1.4rem;
	font-weight: 400;
	color: var(--tw-gray-800);
}

.plrt-tag-home {
	display: inline;
	font-size: .95rem;
	font-weight: 500;
	color: var(--tw-primary);
	text-decoration: none;
	transition: color 0.15s;
}
.plrt-tag-home:hover {
	color: var(--tw-primary-active);
	text-decoration: underline;
}

.general-conditions {
	display: block;
	width: 100%;
	padding: .5rem;
	font-size: .8rem;
	font-weight: 400;
	line-height: 1.5;
	color: #78829d;
	background-color: #ffffff;
	border: 1px solid #c8c8c8;
	border-radius: .25rem;
	text-align: left;
}

.toppage {
	color: #652c90 !important;
}

.border-list-cms {
	padding-top: 7px;
	padding-bottom: 7px;
}

.border-list-cms:hover {
  background-color: #ddcee97a;
  border-radius: .25rem;
}

.soustitre {
	font-size: 1.15rem;
    line-height: 1.35rem;
	color: #071437;
	font-weight: 600;
}

.listing {
	list-style-type: circle;
	margin-left: .7rem;
	padding-left: 7px;
}

.card-footer-home {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #d0d0d0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 0.75rem;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

@media (max-width: 768px) {
  .visible-desktop {
    display: none;
    overflow: hidden;
    width: 100%;
  }
}

@media (min-width: 767px) {
  .visible-mobile {
    display: none;
    overflow: hidden;
    width: 100%;
  }
}

.footer-mobile-display {
	padding-top: .3rem;
	padding-bottom: .3rem;
	text-align: center;
}

.aideh {
	max-height: 80%;
}

.badgelog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 0.25rem;
  padding: 0.1rem 0.1rem;
  border: 1px solid #c3c3c3;
  font-weight: 500;
  font-size: 0.6875rem;
}

.badge-log {
  color: #a3a3a3;
  background-color: #f3f3f3;
}

.btn-log {
  color: #fff;
  background-color: #1B84FF;
}

.w-\[100px\] {
  width: 100px;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.size-upload {
  width: 16rem;
  height: 12rem;
}

.w-half {
  width: 40%;
  margin-right: 10px;
}

.form-hinter {
  color: var(--tw-gray-600);
  font-weight: 500;
  font-style: italic;
  font-size: 0.75rem;
  line-height: 0.65rem;
}

.found-type {
  width: 100%;
  color: var(--tw-gray-700);
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

.not-read {
  background-color: #eff6ff;
}

output[type="number"] {
    background: #652c90;
    color: #D5D4D8;
    font-weight: normal;
	font-size: 0.75rem;
    width: 80px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

output[type="text"] {
    font-weight: bold;
}

.form-block {
  display: flex;
  flex-direction: column;
}

.form-title {
  font-weight: 600;
  font-size: 14px;
  color: #652c90;
  margin-bottom: 0.25rem;
}

.card-soft {
  background-color: #f3f3f3;
}

.faq-divider {
  width: 100%;
  border: none;
  border-top: 1px dotted #cbd5e1;
  margin: 0;
  padding: 0;
}

.list-dash {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.list-dash li {
  position: relative;
  padding-left: 1.1rem;
}

.list-dash li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #6b7280;
}

.card-cta {
  background-color: rgba(101, 44, 144, 0.10);
}

.card.card-info .hometext,
.card.card-info .hometext p,
.card.card-info .hometext li {
  font-size: 0.93rem !important;
}

.card-desktop-only {
  display: none;
}

@media (min-width: 1080px) {
  .card-desktop-only {
    display: block;
  }

  .home-row1 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* === Alert features grid === */
.alert-features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2rem;
  row-gap: 1rem;
}

.alert-feature-item {
  align-items: center;
}

@media (max-width: 1079px) {
  .alert-features-grid {
    grid-template-columns: 1fr;
  }
}

/* === Login box === */
.bg-login {
  background: linear-gradient(
    180deg,
    rgba(101, 44, 144, 0.08) 0%,
    #652c90 100%
  );
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(101, 44, 144, 0.25);
  padding: 32px;
}

.bg-login input::placeholder {
  color: #888888;
}

.bg-login .btn-primary:hover {
  background-color: #4f2271;
}

/* === CTA "moins de 5 minutes" === */
.alert-cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
}

@media (max-width: 1079px) {
  .alert-time-cta .alert-cta__icon { margin: 0 auto; }
  .alert-time-cta .alert-cta__text { text-align: center; }
  .alert-time-cta .alert-cta__btn {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 1080px) {
  .alert-cta {
    grid-template-columns: 56px 1fr 190px;
    gap: 2rem;
  }

  .alert-cta__icon { justify-self: start; }
  .alert-cta__text { text-align: center; }
  .alert-cta__btn { justify-self: end; }

  .alert-cta__btn .btn { white-space: nowrap; }
}

.alert-cta__icon > div {
  width: 44px;
  height: 44px;
  aspect-ratio: 1 / 1;
  padding: 6px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert-cta__icon img,
.alert-cta__icon svg {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

@media (max-width: 1079px) {
  .alert-time-cta .alert-cta__btn-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 14px 22px;
    font-weight: 700;
    border-radius: 0.6rem;
    width: fit-content;
    max-width: 90%;
    white-space: nowrap;
  }
}

/* === Card soft === */
.card.card-soft {
  background-color: #f3f3f3;
}

.card.card-soft .card-footer-home,
.card.card-soft .card-footer {
  background-color: transparent;
}

/* === Account button === */
.account-btn {
  margin-left: 12px;
}

@media (max-width: 768px) {
  .account-btn {
    margin-left: 8px;
  }
}

/* === Menu labels === */
.menu-label--action {
  background: #f9fafb;
  border: 1px solid rgba(101, 44, 144, 0.35);
  background-color: #ffffff;
}

.menu-label--action:hover {
  background: #f3f4f6;
  border-color: rgba(101, 44, 144, 0.55);
  background-color: rgba(101, 44, 144, 0.04);
}

.menu-label--lost {
  background: linear-gradient(
    180deg,
    rgba(101, 44, 144, 0.10) 0%,
    rgba(101, 44, 144, 0.06) 100%
  );
  border: 1px solid rgba(101, 44, 144, 0.18);
  border-radius: 8px;
}

.menu-label--lost:hover {
  background: linear-gradient(
    180deg,
    rgba(101, 44, 144, 0.14) 0%,
    rgba(101, 44, 144, 0.08) 100%
  );
  border-color: rgba(101, 44, 144, 0.25);
}

.menu-label--lost .menu-icon {
  color: rgba(101, 44, 144, 0.9);
}

/* === Responsive grid === */
@media (max-width: 1079px) {
  .home-row1 > .lg\:col-span-2 {
    grid-column: 1 / -1;
  }
}


@media (max-width: 768px) {
    footer.visible-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
        padding: 5px 15px;
        border-top: solid #652c90 1px;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
    }
    .footer-mobile-display {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* évite que le contenu passe sous le footer */
    main#content {
        padding-bottom: 60px;
    }
}

.card-action {
    background: #faf7ff;
    border: none;
}

.card-action .btn,
.card-action label.input {
    background-color: #ffffff;
    border-color: #e9d5ff;
}

.border-brand {
    border: 2px solid #652c90;
}

.section-light {
    position: relative;
    background-color: #ffffff;
}

.section-dark {
    position: relative;
    background-color: #000000;
}

.fa-va-middle {
    vertical-align: middle;
}

.fa-color-blue   { color: #5b99ea; }
.fa-color-salmon { color: #d26d69; }
.fa-color-yellow { color: #EEBF41; }
.fa-color-red    { color: red; }
.photo-type-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 10;
    color: #fff;
    padding: 8px 14px;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
}

.photo-type-badge--lost {
    background: rgba(220, 38, 38, 0.58);
}

.photo-type-badge--found {
    background: rgba(38, 220, 38, 0.58);
}
