@charset "utf-8";
/* ==========================================================================
   Tunisia Rent Car — Pied de page (toutes les pages)
   Système visuel aligné sur la page d'accueil : rouge #fa2837 / encre #111
   Base Bootstrap 3 : 1rem = 10px
   ========================================================================== */

.ft {
    --ft-red: #fa2837;
    --ft-red-dark: #d11e2a;
    --ft-text: #b9b9bd;
    --ft-muted: #8b8b91;
    --ft-line: rgba(255, 255, 255, 0.10);
    --ft-surface: rgba(255, 255, 255, 0.04);

    background: linear-gradient(135deg, #111111 0%, #1f1f22 100%);
    color: var(--ft-text);
    text-align: left;
    border-top: none;
}

.ft p { color: var(--ft-text); font-size: 1.4rem; line-height: 1.75; margin: 0 0 15px; }
.ft ul { margin: 0; padding: 0; list-style: none; }
.ft ul li { margin: 0; font-size: 1.4rem; line-height: 1.6; list-style: none; }
.ft a { color: var(--ft-text); text-decoration: none; transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease; }
.ft a:hover, .ft a:focus { color: #ffffff; }
.ft i { margin: 0; }

/* --------------------------------------------------------------------------
   1. Contact rapide
   -------------------------------------------------------------------------- */

.ft__contact { border-bottom: 1px solid var(--ft-line); padding: 40px 0; }

.ft-contact-grid { display: flex; flex-wrap: wrap; gap: 18px; }

.ft-contact-card {
    flex: 1 1 260px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    background: var(--ft-surface);
    border: 1px solid var(--ft-line);
    border-radius: 16px;
}

.ft-contact-card:hover,
.ft-contact-card:focus {
    background: rgba(250, 40, 55, 0.08);
    border-color: rgba(250, 40, 55, 0.45);
    transform: translateY(-3px);
}

.ft-contact-card__icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--ft-red);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
}

.ft-contact-card__body { min-width: 0; }

.ft-contact-card__label {
    display: block;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--ft-muted);
    margin-bottom: 4px;
}

.ft-contact-card__value--sm { font-size: 1.4rem !important; letter-spacing: -0.2px; }

.ft-contact-card__value {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    overflow-wrap: break-word;
}

/* --------------------------------------------------------------------------
   2. Corps
   -------------------------------------------------------------------------- */

.ft__main { padding: 55px 0 40px; }

.ft-brand { margin-bottom: 35px; }
.ft-brand__logo { display: inline-block; margin-bottom: 18px; }
.ft-brand__logo img { max-width: 175px; height: auto; }
.ft-brand__text { font-size: 1.35rem; line-height: 1.8; margin-bottom: 20px; }

.ft-info { margin-bottom: 22px; }

.ft-info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1.35rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

.ft-info li i { color: var(--ft-red); font-size: 1.5rem; width: 18px; text-align: center; margin-top: 2px; }

.ft-social { display: flex; gap: 10px; }

.ft-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--ft-line);
    background: var(--ft-surface);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: #ffffff;
}

.ft-social a:hover, .ft-social a:focus {
    background: var(--ft-red);
    border-color: var(--ft-red);
    color: #ffffff;
    transform: translateY(-3px);
}

/* Colonnes de liens */
.ft-col { margin-bottom: 30px; }

.ft-col__title {
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #ffffff;
    margin: 0 0 20px;
    padding-bottom: 12px;
    position: relative;
}

.ft-col__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 3px;
    border-radius: 3px;
    background: var(--ft-red);
}

.ft-links li { margin-bottom: 2px; }

.ft-links a {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 8px 0;
    font-size: 1.35rem;
    line-height: 1.5;
}

.ft-links a::before {
    content: "\f105";
    font-family: fontawesome;
    color: var(--ft-red);
    font-size: 1.4rem;
    opacity: 0.55;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.ft-links a:hover::before, .ft-links a:focus::before { opacity: 1; transform: translateX(3px); }

/* --------------------------------------------------------------------------
   3. Texte agence
   -------------------------------------------------------------------------- */

.ft__about { border-top: 1px solid var(--ft-line); padding: 32px 0; }

.ft__about p { font-size: 1.3rem; line-height: 1.85; color: var(--ft-muted); margin: 0; }

.ft__about-title {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
}

/* --------------------------------------------------------------------------
   4. Barre du bas
   -------------------------------------------------------------------------- */

.ft__bottom { background: #0b0b0c; padding: 18px 0; }

.ft-bottom-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.ft-copy { font-size: 1.25rem; color: var(--ft-muted); margin: 0; line-height: 1.6; }
.ft-copy strong { color: #ffffff; font-weight: 800; }
.ft-copy span { display: block; font-size: 1.1rem; opacity: 0.75; }

.ft-mini-nav { display: flex; flex-wrap: wrap; gap: 2px; }

.ft-mini-nav a {
    display: inline-block;
    padding: 11px 14px;
    border-radius: 50px;
    font-size: 1.25rem;
    font-weight: 700;
}

.ft-mini-nav a:hover, .ft-mini-nav a:focus { background: rgba(255, 255, 255, 0.08); color: #ffffff; }

/* --------------------------------------------------------------------------
   5. Retour en haut
   -------------------------------------------------------------------------- */

.back-top.ft-totop { bottom: 28px; right: 28px; z-index: 60; }

.back-top.ft-totop a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background: #fa2837;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
    transition: background 0.25s ease, transform 0.25s ease;
}

.back-top.ft-totop a:hover, .back-top.ft-totop a:focus { background: #111111; color: #ffffff; transform: translateY(-3px); }

/* --------------------------------------------------------------------------
   6. Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 991px) {
    .ft__contact { padding: 32px 0; }
    .ft__main { padding: 45px 0 25px; }
    .ft-contact-card { flex: 1 1 100%; }
}

@media (max-width: 767px) {
    .ft-contact-card { padding: 16px 18px; }
    .ft-contact-card__value { font-size: 1.5rem; }
    .ft-col { margin-bottom: 26px; }
    .ft-bottom-grid { flex-direction: column; align-items: flex-start; gap: 12px; }
    .ft-mini-nav { margin-left: -14px; }
    .back-top.ft-totop { bottom: 18px; right: 16px; }
    .back-top.ft-totop a { width: 42px; height: 42px; line-height: 42px; font-size: 1.7rem; }
}

/* --------------------------------------------------------------------------
   7. Accessibilité
   -------------------------------------------------------------------------- */

.ft a:focus-visible,
.back-top.ft-totop a:focus-visible {
    outline: 3px solid var(--ft-red);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .ft a, .ft-contact-card, .ft-social a, .back-top.ft-totop a { transition-duration: 0.01ms !important; }
    .ft-contact-card:hover, .ft-social a:hover, .back-top.ft-totop a:hover { transform: none; }
}
