@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Monitorica';
    src: url('fonts/Monitorica-Bd.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Monitorica';
    src: url('fonts/Monitorica-Rg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --violet: #5c2e7a;
    --lilas: #b8a0c8;
    --lilas-clair: #e8d0f0;
    --lilas-pale: #f5ebf9;
    --blanc: #fff;
    --texte: #1a0a2e;
    --gris: #2a1040
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: 'Inter', sans-serif;
    background: var(--blanc);
    color: var(--texte);
    font-size: 1.05rem;
    line-height: 1.7;
    font-weight: 400
}

nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--blanc);
    border-bottom: 1px solid var(--lilas-clair);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 2rem
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: .7rem;
    cursor: pointer;
    text-decoration: none;
    background: 0;
    border: 0;
    padding: 0
}

.nav-logo-svg-wrap {
    background: var(--blanc);
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(76, 20, 132, 0.13);
    padding: 4px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.nav-logo-svg-wrap svg {
    height: 55px;
    width: auto;
    display: block
}

.nav-logo:hover .nav-logo-svg-wrap {
    box-shadow: 0 2px 12px rgba(76, 20, 132, 0.22)
}

.nav-links {
    display: flex;
    gap: 1.5rem;
    list-style: none
}

.nav-links a {
    text-decoration: none;
    color: var(--gris);
    font-size: .75rem;
    font-weight: 500;
    transition: color .2s
}

.nav-links a:hover {
    color: var(--violet)
}

.nav-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #2bbf5c;
    border-radius: 50%;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s;
    box-shadow: 0 2px 8px rgba(43, 191, 92, 0.35);
    flex-shrink: 0
}

.nav-whatsapp:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 14px rgba(43, 191, 92, 0.45)
}

.nav-whatsapp svg {
    display: block
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: 0;
    border: 0;
    padding: 4px
}

.hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--violet);
    border-radius: 2px;
    transition: all .3s
}

.hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg)
}

.hamburger.open span:nth-child(2) {
    opacity: 0
}

.hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--blanc);
    border-bottom: 1px solid var(--lilas-clair);
    padding: .5rem 0;
    z-index: 99;
    box-shadow: 0 8px 20px rgba(107, 63, 160, 0.08)
}

.mobile-menu.open {
    display: block
}

.mobile-menu a {
    display: block;
    padding: .85rem 1.5rem;
    text-decoration: none;
    color: var(--texte);
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px solid var(--lilas-clair);
    transition: background .15s, color .15s
}

.mobile-menu a:last-child {
    border-bottom: 0
}

.mobile-menu a:hover {
    background: var(--lilas-pale);
    color: var(--violet)
}

.hero {
    background: var(--blanc);
    padding: 2rem 1.4rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    max-width: 820px;
    margin: 1.2rem auto 0;
    box-shadow: 0 4px 20px rgba(92, 46, 122, 0.08);
    position: relative;
    border: 1.5px solid var(--lilas-clair)
}

.btn-primary {
    display: inline-block;
    background: var(--violet);
    color: var(--blanc);
    padding: .5rem 1rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: .8rem;
    transition: background .2s, transform .1s, box-shadow .2s;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.35);
    cursor: pointer;
    border: 0
}

.btn-primary:hover {
    background: #4a2366;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(133, 76, 172, 0.45)
}

.card .btn-primary {
    background: var(--violet);
    color: var(--blanc);
    box-shadow: 0 6px 20px rgba(92, 46, 122, 0.35)
}

.card .btn-primary:hover {
    background: #4a2366;
    box-shadow: 0 8px 28px rgba(92, 46, 122, 0.45)
}

.hero-line1 {
    font-family: 'Monitorica', 'Inter', sans-serif;
    font-size: clamp(1.05rem, 2.2vw, 1.45rem);
    font-weight: 700;
    color: var(--texte);
    text-align: center;
    letter-spacing: .01em;
    margin: 0 0 .25rem;
    line-height: 1.2
}

.hero-line2 {
    font-size: clamp(0.82rem, 1.4vw, 1rem);
    color: var(--gris);
    text-align: center;
    font-weight: 400;
    margin: 0 0 .7rem;
    line-height: 1.4
}

.hero-line3 {
    font-size: clamp(0.78rem, 1.2vw, 0.9rem);
    color: var(--gris);
    text-align: center;
    font-weight: 300;
    margin: 0 0 .1rem;
    line-height: 1.5
}

.hero-line4 {
    font-size: clamp(0.82rem, 1.3vw, 0.95rem);
    color: var(--violet);
    font-weight: 700;
    text-align: center;
    margin: 0 0 .5rem;
    line-height: 1.4
}

.hero-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .6rem;
    text-align: center
}

.hero-text h1 {
    font-family: 'Monitorica', 'Inter', sans-serif;
    font-size: clamp(1.3rem, 2.8vw, 2rem);
    font-weight: 800;
    color: var(--violet);
    letter-spacing: -.5px;
    line-height: 1.15;
    margin: 0
}

.logo-overlay {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(26, 10, 46, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s;
    padding: 2rem
}

.logo-overlay.open {
    opacity: 1;
    pointer-events: all
}

.logo-overlay-inner {
    background: var(--blanc);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    max-width: 520px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(107, 63, 160, 0.35);
    position: relative;
    transform: translateY(20px);
    transition: transform .35s
}

.logo-overlay.open .logo-overlay-inner {
    transform: translateY(0)
}

.logo-overlay-img {
    width: clamp(60px, 18%, 80px);
    height: auto;
    display: block;
    margin: 0 auto 1.5rem
}

.logo-overlay h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--violet);
    margin-bottom: 1rem;
    line-height: 1.3
}

.logo-overlay p {
    font-size: .93rem;
    color: var(--gris);
    line-height: 1.8;
    margin-bottom: 0
}

.logo-overlay-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: 0;
    border: 0;
    cursor: pointer;
    font-size: 1.3rem;
    color: var(--gris);
    line-height: 1;
    padding: .2rem .5rem;
    border-radius: 50%;
    transition: background .15s
}

.logo-overlay-close:hover {
    background: var(--lilas-clair)
}

section {
    padding: 3.5rem 2.5rem
}

.section-inner {
    max-width: 960px;
    margin: 0 auto
}

.section-label {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--lilas);
    margin-bottom: .3rem;
    display: block
}

h2 {
    font-size: clamp(1.4rem, 2.3vw, 2rem);
    font-weight: 800;
    margin-bottom: .7rem;
    color: var(--violet);
    letter-spacing: -.5px;
    line-height: 1.2
}

h3 {
    font-size: .92rem;
    font-weight: 700;
    color: var(--violet)
}

.section-desc {
    color: var(--gris);
    max-width: 540px;
    font-size: .95rem;
    line-height: 1.65;
    margin-bottom: 0
}

#services {
    background: var(--blanc)
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.2rem;
    margin-top: 1.5rem;
    align-items: stretch
}

.card {
    border: 1.5px solid var(--violet);
    border-radius: 14px;
    padding: 1.4rem;
    transition: box-shadow .2s;
    background: var(--blanc);
    display: flex;
    flex-direction: column;
    height: 100%
}

.card:hover {
    box-shadow: 0 6px 24px rgba(139, 95, 192, 0.15)
}

.card-icon {
    font-size: 1.3rem;
    margin-bottom: .5rem
}

.card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--violet);
    margin-bottom: .35rem
}

.card p {
    font-size: .9rem;
    color: var(--gris);
    line-height: 1.65;
    flex: 1;
    min-height: 5.5rem
}

.card-detail {
    margin-top: .8rem;
    padding-top: .8rem;
    border-top: 1px solid var(--lilas-clair);
    font-size: .8rem;
    color: var(--gris);
    font-weight: 600
}

.btn-tarifs {
    display: block;
    margin-top: auto;
    padding: 1.2rem 0 0;
    background: transparent;
    border: 0;
    border-top: 1px solid var(--lilas-clair);
    color: var(--violet);
    border-radius: 0;
    font-size: .82rem;
    font-weight: 600;
    cursor: pointer;
    transition: color .2s;
    font-family: 'Inter', sans-serif;
    text-align: left;
    width: 100%
}

.btn-tarifs:hover {
    color: #3d1f5c
}

.tarifs-category {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--lilas);
    margin: 2rem 0 .5rem
}

.tarifs-category:first-of-type {
    margin-top: 0
}

table.tarifs {
    width: 100%;
    border-collapse: collapse;
    font-size: .95rem
}

table.tarifs th {
    text-align: left;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: var(--gris);
    padding: .5rem .6rem;
    border-bottom: 1.5px solid var(--lilas-clair)
}

table.tarifs th:last-child {
    text-align: right
}

table.tarifs td {
    padding: .65rem .6rem;
    color: var(--texte);
    border-bottom: 1px solid var(--lilas-clair);
    vertical-align: middle;
    line-height: 1.5
}

table.tarifs td:last-child {
    text-align: right;
    font-weight: 600;
    white-space: nowrap;
    color: var(--violet)
}

table.tarifs tr:last-child td {
    border-bottom: 0
}

.tarifs-note {
    margin-top: 1.5rem;
    font-size: .85rem;
    color: var(--gris);
    font-style: italic;
    padding-top: 1rem;
    border-top: 1px solid var(--lilas-clair)
}

.na-tag {
    color: var(--gris);
    font-weight: 400;
    font-size: .88rem
}

.mot-tooltip {
    color: #b8a0c8;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-weight: 700
}

.mot-tooltip .tooltip-bulle {
    visibility: hidden;
    opacity: 0;
    background: var(--lilas-pale);
    border: 1.5px solid var(--lilas-clair);
    color: var(--texte);
    -webkit-text-fill-color: var(--texte);
    font-family: 'Inter', sans-serif;
    font-size: .82rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.55;
    padding: 10px 14px;
    border-radius: 10px;
    width: 260px;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    box-shadow: 0 6px 20px rgba(130, 31, 160, 0.12);
    transition: opacity .2s ease, transform .2s ease;
    z-index: 200;
    pointer-events: none;
    text-transform: none;
    letter-spacing: 0;
    background-clip: unset;
    -webkit-background-clip: unset
}

.mot-tooltip .tooltip-bulle::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: var(--lilas-clair)
}

.mot-tooltip:hover .tooltip-bulle {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0)
}

#concept {
    background: var(--violet)
}

#concept .section-label {
    color: var(--lilas-clair)
}

#concept h2 {
    color: var(--blanc)
}

#concept .section-desc {
    color: var(--blanc)
}

.concept-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1.5rem
}

.concept-item {
    background: var(--blanc);
    border-radius: 12px;
    padding: 1.1rem;
    border-left: 4px solid var(--lilas)
}

.concept-item h4 {
    font-weight: 700;
    color: var(--violet);
    margin-bottom: .4rem;
    font-size: 1rem
}

.concept-item p {
    font-size: .9rem;
    color: #1a0a2e;
    line-height: 1.65
}

.highlight-box {
    margin-top: 1.2rem;
    background: linear-gradient(135deg, var(--lilas-clair), var(--lilas-pale));
    color: var(--texte);
    border-radius: 14px;
    padding: 1.4rem 1.8rem;
    font-size: .95rem;
    line-height: 1.7;
    border: 1.5px solid var(--lilas);
    box-shadow: 0 2px 12px rgba(92, 46, 122, 0.10)
}

.highlight-box strong {
    font-weight: 800;
    color: var(--violet)
}

#pourquoi {
    background: #f8f5fc
}

.raisons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    margin-top: 1.5rem
}

.raison {
    border: 1.5px solid var(--violet);
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: var(--blanc);
    transition: box-shadow .2s, transform .2s
}

.raison:hover {
    box-shadow: 0 8px 28px rgba(72, 38, 100, 0.16);
    transform: translateY(-2px)
}

.raison h4 {
    font-size: .75rem;
    font-weight: 700;
    color: var(--blanc);
    background: var(--violet);
    margin: 0;
    padding: .7rem 1.1rem .6rem;
    letter-spacing: .12em;
    text-transform: uppercase
}

.raison-body {
    flex: 1;
    padding: 1rem 1.1rem 1.1rem;
    background: var(--blanc);
    border-top: 1.5px dashed var(--violet)
}

.raison p {
    font-size: .88rem;
    color: var(--gris);
    line-height: 1.7;
    margin: 0
}

#contact {
    background: var(--violet)
}

#contact .section-label {
    color: var(--lilas-clair)
}

#contact h2 {
    color: var(--blanc)
}

#contact .section-desc {
    color: var(--blanc)
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 1.5rem;
    align-items: start
}

.contact-info h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--blanc);
    margin-bottom: 1rem
}

.contact-info p {
    color: var(--blanc)
}

.contact-btns {
    display: flex;
    gap: .7rem;
    margin-bottom: 1rem;
    flex-wrap: wrap
}

.tel-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    padding: .5rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    transition: background .2s, transform .1s, box-shadow .2s;
    font-size: .82rem;
    background: var(--lilas-clair);
    background-size: 200% auto;
    color: var(--violet);
    cursor: pointer
}

.tel-block:hover {
    background: linear-gradient(90deg, var(--lilas) 0, var(--violet) 50%, var(--lilas) 100%);
    background-size: 200% auto;
    animation: violet-shimmer 2s linear infinite;
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 6px 16px rgba(92, 46, 122, 0.35);
    color: var(--blanc)
}

.tel-block.whatsapp {
    background: #2bbf5c;
    color: var(--blanc)
}

.tel-block.whatsapp:hover {
    background: #24a84d;
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 6px 16px rgba(43, 191, 92, 0.45)
}

.tel-block .tel-icon {
    font-size: 1rem;
    line-height: 1;
    display: flex;
    align-items: center
}

.tel-block .tel-icon svg {
    width: 16px;
    height: 16px
}

.tel-block .tel-num {
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .2px
}

.tel-block .tel-label {
    display: none
}

.zone-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: var(--blanc);
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: .3rem .8rem;
    border-radius: 6px;
    font-size: .82rem;
    font-weight: 600;
    margin: .25rem .25rem 0 0
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: .9rem
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    padding: .8rem 1rem;
    border-radius: 10px;
    border: 1.5px solid var(--lilas-clair);
    font-family: 'Inter', sans-serif;
    font-size: .95rem;
    color: var(--texte);
    background: var(--blanc);
    transition: border-color .2s;
    outline: 0;
    resize: none
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
    border-color: var(--lilas)
}

.contact-form input {
    height: 44px
}

.contact-form select {
    height: 44px
}

.contact-form textarea {
    height: 110px
}

.btn-send {
    background: var(--lilas-clair);
    color: var(--violet);
    background-size: 200% auto;
    padding: .85rem;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    transition: background .2s, transform .1s, box-shadow .2s
}

.btn-send:hover {
    background: linear-gradient(90deg, var(--lilas) 0, var(--violet) 50%, var(--lilas) 100%);
    background-size: 200% auto;
    animation: violet-shimmer 2s linear infinite;
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 6px 16px rgba(92, 46, 122, 0.35);
    color: var(--blanc)
}

#page-mentions-legales,
#page-cgv,
#page-tarifs-serrurerie,
#page-tarifs-velo,
#page-tarifs-pack {
    display: none
}

#page-mentions-legales.active,
#page-cgv.active,
#page-tarifs-serrurerie.active,
#page-tarifs-velo.active,
#page-tarifs-pack.active {
    display: block
}

.page-content {
    min-height: 60vh;
    padding: 5rem 2.5rem;
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column
}

.page-content h1 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: var(--violet);
    margin-bottom: .5rem
}

.page-content h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--texte);
    margin-top: 2rem;
    margin-bottom: .4rem
}

.page-content p {
    font-size: .95rem;
    color: var(--gris);
    line-height: 1.75;
    margin-bottom: .8rem
}

.page-content ul {
    padding-left: 1.4rem;
    color: var(--gris);
    font-size: .95rem;
    line-height: 1.9
}

.back-btn {
    display: flex;
    align-items: center;
    gap: .4rem;
    color: var(--violet);
    font-weight: 600;
    font-size: .9rem;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 2rem;
    background: 0;
    border: 0;
    font-family: 'Inter', sans-serif;
    padding: 0;
    margin-left: auto;
    width: fit-content
}

.back-btn:hover {
    text-decoration: underline
}

footer {
    background: var(--texte);
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 2rem;
    font-size: .82rem
}

footer span {
    color: var(--lilas);
    font-weight: 600
}

.footer-links {
    margin-top: .6rem;
    display: flex;
    justify-content: center;
    gap: 1.5rem
}

.footer-links a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    font-size: .8rem;
    transition: color .2s;
    cursor: pointer
}

.footer-links a:hover {
    color: var(--lilas)
}

#map-zones {
    position: relative;
    z-index: 0
}

.logo-overlay-logo {
    display: flex;
    justify-content: center;
    margin: 0 auto 1.2rem
}

.logo-overlay-logo svg {
    height: 72px;
    width: auto;
    display: block
}

.hero-logo-wrap {
    display: flex;
    justify-content: center;
    margin: 0 auto .8rem;
    padding: .8rem .8rem .4rem;
    overflow: hidden;
    max-width: 100%;
    width: 100%
}

.hero-logo-wrap img {
    height: 130px;
    width: auto;
    max-width: 100%;
    display: block;
    overflow: hidden
}

.pene-irise {
    background: linear-gradient(90deg, #7c3aed, #b47ce4, #e879f9, #b47ce4, #7c3aed);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shine 3s linear infinite;
    font-weight: 700
}

@keyframes shine {
    to {
        background-position: 200% center
    }
}

@keyframes violet-shimmer {
    0% {
        background-position: -100% center
    }

    100% {
        background-position: 100% center
    }
}

#apropos {
    background: var(--violet)
}

#apropos h2,
#apropos .section-label,
#apropos .apropos-text p {
    color: var(--blanc)
}

#apropos .apropos-text strong {
    color: var(--blanc);
    font-weight: 700
}

.apropos-content {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
    align-items: center;
    margin-top: 1.5rem
}

.apropos-image {
    max-width: 300px;
    height: 350px;
    overflow: clip;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(92, 46, 122, 0.15);
    border: 1.8px solid rgba(255, 255, 255, 0.2);
    flex-shrink: 0
}

.apropos-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 14px;
    -webkit-border-radius: 14px
}

.apropos-text p {
    font-size: .95rem;
    color: var(--blanc);
    line-height: 1.75;
    margin: 0
}

.apropos-text p+p {
    margin-top: 1rem
}

.hero-dispo {
    margin-top: 1rem;
    font-weight: 700;
    color: #c8860a;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    animation: pulse 1.5s ease-in-out infinite
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1
    }

    50% {
        transform: scale(1.06);
        opacity: 0.85
    }
}

#roue {
    transform-origin: 235px 235px;
    transform-box: fill-box;
    animation: none;
    transition: transform 0.6s ease
}

.hero-logo-wrap:hover #roue,
.hero-logo-wrap:focus #roue {
    animation: zoom-roue 1.2s ease forwards
}

@keyframes zoom-roue {
    0% {
        transform: scale(0.3);
        opacity: 0
    }

    60% {
        transform: scale(1.08);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.gradient-separator {
    height: 30px;
    background: gradient(to bottom, var(--blanc), var(--violet))
}

@media(max-width:860px) {
    .services-grid {
        grid-template-columns: 1fr
    }

    .card-featured {
        max-width: 100%
    }

    .concept-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .apropos-content {
        grid-template-columns: 1fr;
        gap: 2rem
    }

    .apropos-image {
        max-width: 100%;
        height: auto;
        min-height: 300px
    }
}

@media(max-width:640px) {
    nav {
        padding: .5rem 1.2rem;
        position: relative
    }

    .nav-logo-svg-wrap {
        max-width: 36px;
        padding: 3px 4px
    }

    .nav-logo-svg-wrap svg {
        height: 28px
    }

    .nav-whatsapp {
        width: 32px;
        height: 32px
    }

    .nav-whatsapp svg {
        width: 17px;
        height: 17px
    }

    .nav-links {
        display: none
    }

    .hamburger {
        display: flex
    }

    .hero {
        padding: 1.8rem 1rem 1.8rem;
        margin: .8rem auto 0
    }

    .hero-logo-wrap img {
        height: 100px;
        width: auto;
        max-width: 100%;
        display: block;
        overflow: hidden
    }

    .hero-dispo {
        font-size: 0.95rem
    }

    section {
        padding: 2.5rem 1.2rem
    }

    .contact-grid {
        grid-template-columns: 1fr
    }

    .page-content {
        padding: 2rem 1.2rem
    }

    #zones .section-inner>div {
        grid-template-columns: 1fr !important;
        gap: 1.8rem !important
    }

    .apropos-image {
        margin: 0 auto
    }

    .concept-grid {
        grid-template-columns: 1fr
    }

    .raisons {
        grid-template-columns: 1fr
    }
}

@media(max-width:480px) {
    .hero {
        padding: 1.4rem .7rem 1.4rem
    }

    .hero-logo-wrap img {
        height: 76px;
        width: auto;
        max-width: 100%;
        display: block;
        overflow: hidden
    }

    .concept-grid {
        grid-template-columns: 1fr
    }

    .services-grid {
        grid-template-columns: 1fr
    }

    .tarifs-category {
        font-size: .65rem
    }

    .table.tarifs {
        font-size: .85rem
    }

    h2 {
        font-size: clamp(1.2rem, 2vw, 1.6rem)
    }
}

@media(max-width:360px) {
    .hero-logo-wrap img {
        height: 62px;
        width: auto;
        max-width: 100%;
        display: block;
        overflow: hidden
    }

    .hero {
        padding: 1rem .6rem 1rem;
        margin: .6rem auto 0
    }

    .hero-line1 {
        font-size: clamp(0.85rem, 1.8vw, 1rem)
    }

    .section-label {
        font-size: .6rem
    }

    .apropos-image {
        min-height: 250px
    }
}

@media(min-width:641px) {
    .hamburger {
        display: none
    }

    .mobile-menu {
        display: none !important
    }
}