/*
	Theme Name: Motors - Child Theme
	Theme URI: http://motors.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: http://stylemixthemes.com/
	Description: Motors Child theme
	Version: 4.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, red, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: motors-child
    Template: motors

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Add your own styles here */

/* ── Reset & variables ───────────────────────────────────────── */
.akc-footer *,
.akc-footer *::before,
.akc-footer *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --akc-dark:   #232628;
  --akc-card:   #1c1c1c;
  --akc-orange: #e07820;
  --akc-light:  #f0f0f0;
  --akc-muted:  #9a9a9a;
  --akc-border: rgba(255,255,255,0.07);
  --akc-radius: 8px;
}

/* ── Wrapper ─────────────────────────────────────────────────── */
.akc-footer {
  background: #232628 !important;
  color: var(--akc-light);
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

/* ── Main grid ───────────────────────────────────────────────── */
.akc-footer__main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 24px 36px;
  display: grid;
  grid-template-columns: 2fr 2.5fr 1.5fr 1.5fr;
  gap: 40px;
}

/* ── Col 1 : Logo + features ─────────────────────────────────── */
.akc-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  text-decoration: none;
}
.akc-logo__icon {
  width: 44px;
  height: 44px;
  background: var(--akc-orange);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.akc-logo__icon svg { fill: #fff; width: 26px; height: 26px; }
.akc-logo__text { line-height: 1.2; }
.akc-logo__name {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .5px;
}
.akc-logo__sub {
  font-size: 10px;
  color: var(--akc-orange);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.akc-tagline {
  color: var(--akc-muted);
  font-size: 13px;
  margin-bottom: 22px;
  max-width: 240px;
}

.akc-features { list-style: none; }
.akc-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}
.akc-feat-icon {
  width: 36px;
  height: 36px;
  background: rgba(224,120,32,.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.akc-feat-icon svg { fill: var(--akc-orange); width: 18px; height: 18px; }
.akc-feat-title { font-size: 13px; font-weight: 600; color: #fff; }
.akc-feat-sub   { font-size: 12px; color: var(--akc-muted); }

/* ── Col 2 : Pourquoi + horaires + phone ─────────────────────── */
.akc-section-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--akc-orange);
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--akc-border);
}

.akc-hours {
  background: var(--akc-card);
  border-radius: var(--akc-radius);
  padding: 14px 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.akc-hours p { color: var(--akc-muted); font-size: 12px; margin-bottom: 4px; }
.akc-hours strong { color: #fff; font-size: 13px; display: block; }
.akc-hours .akc-time {
  color: var(--akc-orange);
  font-weight: 700;
  font-size: 15px;
  margin-top: 4px;
}

.akc-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--akc-orange);
  border-radius: var(--akc-radius);
  padding: 10px 14px;
  text-decoration: none;
  transition: opacity .2s;
}
.akc-phone:hover { opacity: .9; }
.akc-phone svg { fill: #fff; width: 18px; height: 18px; flex-shrink: 0; }
.akc-phone span { color: #fff; font-weight: 700; font-size: 15px; letter-spacing: .5px; }

/* ── Col 3 : Liens rapides ───────────────────────────────────── */
.akc-links { list-style: none; }
.akc-links li { margin-bottom: 10px; }
.akc-links a {
  color: var(--akc-muted);
  text-decoration: none;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color .2s;
}
.akc-links a::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--akc-orange);
  flex-shrink: 0;
  opacity: 0;
  transition: opacity .2s;
}
.akc-links a:hover { color: #fff; }
.akc-links a:hover::before { opacity: 1; }

/* ── Col 4 : Notre flotte ────────────────────────────────────── */
.akc-fleet { list-style: none; }
.akc-fleet li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--akc-border);
}
.akc-fleet li:last-child { border-bottom: none; }
.akc-fleet__img {
  width: 80px;
  height: 52px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}
.akc-fleet__name { font-size: 13px; font-weight: 600; color: #fff; }
.akc-fleet__cat  { font-size: 11px; color: var(--akc-muted); }

/* ── Divider ─────────────────────────────────────────────────── */
.akc-divider {
  max-width: 1200px;
  margin: 0 auto;
  border: none;
  border-top: 1px solid var(--akc-border);
}

/* ── Bottom bar ──────────────────────────────────────────────── */
.akc-footer__bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.akc-social { display: flex; align-items: center; gap: 8px; }
.akc-social span { font-size: 12px; color: var(--akc-muted); margin-right: 4px; }
.akc-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--akc-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background .2s;
}
.akc-social a:hover { background: var(--akc-orange); }
.akc-social i { fill: #fff; color: #fff; }

.akc-contact-info {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.akc-contact-info a, .akc-contact-info span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--akc-muted);
  font-size: 12px;
  text-decoration: none;
  transition: color .2s;
}
.akc-contact-info a:hover { color: #fff; }
.akc-contact-info svg { fill: var(--akc-orange); width: 14px; height: 14px; flex-shrink: 0; }

.akc-payment { display: flex; align-items: center; gap: 6px; }
.akc-payment-badge {
  background: #fff;
  border-radius: 4px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
}
.akc-payment-badge.visa   { color: #1a1f71; }
.akc-payment-badge.mc    { color: #eb001b; }
.akc-payment-badge.cash  { background: var(--akc-orange); color: #fff; }

/* ── Copyright ───────────────────────────────────────────────── */
.akc-copyright {
  background: #232628;
  text-align: center;
  padding: 12px 24px;
  font-size: 12px;
  color: var(--akc-muted);
}
.akc-copyright a { color: var(--akc-orange); text-decoration: none; }

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .akc-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 640px) {
  .akc-footer__main { grid-template-columns: 1fr; gap: 28px; }
  .akc-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}

.select2-container[data-select2-id="5"] {
    display: none !important;
}

.select2-search,
.select2-search--dropdown,
.select2-search__field {
    display: none !important;
}

.select2-container--default .select2-selection--single.select2-selection--single {
    height: 40px;
    border: none;
    border-radius: 0;
    background-color: none !important;
    outline: none !important;
}

.select2-container--default .select2-selection--single.select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 14px;
    padding-right: 40px;
    outline: none !important;
}

.select2-selection {
    background-color: transparent !important;
    color: #fff !important;
    margin-left: 5px !important;
}

/* ── Language Switcher ───────────────────────────────────────── */
.language-switcher {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.language-switcher__select {
    appearance: none;
    -webkit-appearance: none;
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 6px 30px 6px 10px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 8px;
}

.language-switcher__select:hover,
.language-switcher__select:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

.language-switcher__select option {
    background-color: #23393d;
    color: #ffffff;
}

@media (max-width: 768px) {
    .language-switcher {
        margin-right: 6px;
    }
    .language-switcher__select {
        font-size: 12px;
        padding: 5px 26px 5px 8px;
    }
}

