:root {
--azk-rouge:   #D32F2F;
--azk-rouge-h: #B71C1C;
--azk-noir:    #212121;
--azk-orange:  #FF6F00;
--azk-blanc:   #FFFFFF;
--azk-gris:    #F5F5F5;
} .site-top-header-wrap .header-html-inner p {
margin: 0;
display: contents;
}
.site-top-header-wrap .header-html-inner br {
display: none;
} .site-header {
box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.header-navigation .nav-drop-container ul li a {
font-family: 'Montserrat', sans-serif;
font-size: 14px;
color: var(--azk-noir);
font-weight: 500;
}
.header-navigation .nav-drop-container ul li a:hover {
color: var(--azk-rouge);
}
.header-button .button {
background: var(--azk-rouge) !important;
color: #fff !important;
border-color: var(--azk-rouge) !important;
border-radius: 5px !important;
font-weight: 600 !important;
font-size: 13px !important;
padding: 8px 20px !important;
transition: background .2s ease;
}
.header-button .button:hover {
background: var(--azk-rouge-h) !important;
border-color: var(--azk-rouge-h) !important;
}  .azk-footer-top {
background: #111111;
border-bottom: 1px solid rgba(255,255,255,.06);
}
.azk-footer-top-inner {
max-width: 1160px;
margin: 0 auto;
padding: 14px 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 16px;
}
.azk-footer-badge {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
font-size: 12px;
color: #888888;
letter-spacing: .02em;
}
.azk-footer-badge-dot {
width: 7px;
height: 7px;
border-radius: 50%;
background: #D32F2F;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-animation: azk-pulse 2s infinite;
animation: azk-pulse 2s infinite;
}
@-webkit-keyframes azk-pulse {
0%, 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
50%       { opacity: .5; -webkit-transform: scale(.8); transform: scale(.8); }
}
@keyframes azk-pulse {
0%, 100% { opacity: 1; transform: scale(1); }
50%       { opacity: .5; transform: scale(.8); }
}
.azk-footer-top-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.azk-footer-top-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 6px;
font-size: 13px;
color: #999999;
text-decoration: none;
-webkit-transition: color .2s;
transition: color .2s;
}
.azk-footer-top-link:hover { color: #ffffff; }
.azk-footer-top-link.azk-footer-wa { color: #25D366; }
.azk-footer-top-link.azk-footer-wa:hover { color: #1da851; } .azk-footer {
background: #1a1a1a;
color: #888888;
}
.azk-footer-inner {
max-width: 1160px;
margin: 0 auto;
padding: 52px 24px 40px;
display: -ms-grid;
display: grid;
-ms-grid-columns: 2fr 40px 1fr 40px 1fr 40px 1.4fr;
grid-template-columns: 2fr 1fr 1fr 1.4fr;
grid-gap: 40px;
gap: 40px;
} .azk-footer-logo-link {
display: inline-block;
margin-bottom: 16px;
}
.azk-footer-logo {
height: 44px;
width: auto;
display: block;
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
opacity: .85;
-webkit-transition: opacity .2s;
transition: opacity .2s;
}
.azk-footer-logo:hover { opacity: 1; }
.azk-footer-logo-text {
font-family: 'Montserrat', sans-serif;
font-size: 18px;
font-weight: 700;
color: #ffffff;
}
.azk-footer-desc {
font-size: 13px;
color: #666666;
line-height: 1.7;
margin-bottom: 14px;
}
.azk-footer-cities {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 6px;
font-size: 12px;
color: #555555;
margin-bottom: 20px;
}
.azk-footer-social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 10px;
}
.azk-social-link {
width: 34px;
height: 34px;
background: rgba(255,255,255,.05);
border: 1px solid rgba(255,255,255,.08);
border-radius: 7px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #666666;
text-decoration: none;
-webkit-transition: all .2s;
transition: all .2s;
}
.azk-social-link:hover {
background: rgba(211,47,47,.15);
border-color: rgba(211,47,47,.3);
color: #D32F2F;
} .azk-footer-col-title {
font-family: 'Montserrat', sans-serif;
font-size: 12px;
font-weight: 700;
color: #ffffff;
text-transform: uppercase;
letter-spacing: .1em;
margin-bottom: 18px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(255,255,255,.06);
} .azk-footer-links {
list-style: none;
padding: 0;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 10px;
}
.azk-footer-links li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 7px;
color: #666666;
text-decoration: none;
font-size: 13px;
line-height: 1.4;
-webkit-transition: color .2s, padding-left .2s;
transition: color .2s, padding-left .2s;
}
.azk-footer-links li a:hover {
color: #ffffff;
padding-left: 4px;
} .azk-footer-contact-list li a svg {
-ms-flex-negative: 0;
flex-shrink: 0;
opacity: .6;
}
.azk-footer-address {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 7px;
font-size: 13px;
color: #555555;
}
.azk-footer-address svg {
-ms-flex-negative: 0;
flex-shrink: 0;
opacity: .5;
} .azk-footer-hours {
margin-top: 20px;
padding-top: 16px;
border-top: 1px solid rgba(255,255,255,.06);
}
.azk-footer-hours-title {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .08em;
color: #555555;
margin-bottom: 10px;
}
.azk-footer-hours-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 12px;
color: #555555;
padding: 5px 0;
border-bottom: 1px solid rgba(255,255,255,.04);
}
.azk-footer-hours-row:last-child { border-bottom: none; }
.azk-footer-hours-urgence {
color: #D32F2F;
font-weight: 600;
}
.azk-footer-hours-urgence span:last-child {
background: rgba(211,47,47,.1);
padding: 1px 8px;
border-radius: 20px;
font-size: 11px;
} .azk-footer-bottom {
border-top: 1px solid rgba(255,255,255,.06);
}
.azk-footer-bottom-inner {
max-width: 1160px;
margin: 0 auto;
padding: 16px 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 10px;
}
.azk-footer-copy {
font-size: 12px;
color: #444444;
}
.azk-footer-copy a {
color: #666666;
text-decoration: none;
}
.azk-footer-copy a:hover { color: #aaaaaa; }
.azk-footer-legal {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
font-size: 12px;
}
.azk-footer-legal a {
color: #444444;
text-decoration: none;
-webkit-transition: color .2s;
transition: color .2s;
}
.azk-footer-legal a:hover { color: #aaaaaa; }
.azk-footer-legal span { color: #333333; }
.azk-footer-partner a {
font-size: 12px;
color: #444444;
text-decoration: none;
-webkit-transition: color .2s;
transition: color .2s;
}
.azk-footer-partner a:hover { color: #D32F2F; } @media (max-width: 960px) {
.azk-footer-inner {
-ms-grid-columns: 1fr 32px 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 32px;
gap: 32px;
}
.azk-footer-col-brand {
-ms-grid-column: 1;
-ms-grid-column-span: 2;
grid-column: 1 / -1;
}
}
@media (max-width: 560px) {
.azk-footer-inner {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
padding: 36px 20px 28px;
grid-gap: 28px;
gap: 28px;
}
.azk-footer-col-brand {
-ms-grid-column: 1;
-ms-grid-column-span: 1;
grid-column: auto;
}
.azk-footer-top-inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 10px;
}
.azk-footer-bottom-inner {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
gap: 8px;
}
.azk-footer-badge { display: none; }
} .azk-skip-link {
position: absolute;
top: -100px;
left: 0;
background: #D32F2F;
color: #fff;
padding: 8px 16px;
font-size: 13px;
z-index: 9999;
-webkit-transition: top .2s;
transition: top .2s;
}
.azk-skip-link:focus { top: 0; } .azk-topbar {
background: #111111;
border-bottom: 1px solid rgba(255,255,255,.07);
position: relative;
z-index: 200;
}
.azk-topbar-inner {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
height: 44px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 16px;
}
.azk-topbar-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0;
}
.azk-topbar-right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
}
.azk-topbar-link {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 6px;
color: #999999;
text-decoration: none;
font-size: 12px;
padding: 0 14px;
height: 44px;
-webkit-transition: color .2s;
transition: color .2s;
white-space: nowrap;
}
.azk-topbar-link:hover { color: #ffffff; }
.azk-topbar-link.azk-topbar-wa { color: #25D366; }
.azk-topbar-link.azk-topbar-wa:hover { color: #1faa53; }
.azk-topbar-sep {
display: block;
width: 1px;
height: 16px;
background: rgba(255,255,255,.1);
-ms-flex-negative: 0;
flex-shrink: 0;
}
.azk-official-badge {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 5px;
font-size: 11px;
color: #666666;
letter-spacing: .04em;
padding-right: 14px;
border-right: 1px solid rgba(255,255,255,.1);
}
.azk-official-badge svg { color: #D32F2F; }
.azk-topbar-cta {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #D32F2F;
color: #ffffff;
text-decoration: none;
font-size: 12px;
font-weight: 600;
padding: 7px 16px;
border-radius: 4px;
letter-spacing: .03em;
-webkit-transition: background .2s;
transition: background .2s;
white-space: nowrap;
}
.azk-topbar-cta:hover {
background: #B71C1C;
color: #ffffff;
} .azk-header {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 100;
background: #ffffff;
border-bottom: 1px solid #eeeeee;
-webkit-box-shadow: 0 2px 20px rgba(0,0,0,.07);
box-shadow: 0 2px 20px rgba(0,0,0,.07);
-webkit-transition: box-shadow .3s;
transition: box-shadow .3s;
}
.azk-header.scrolled {
-webkit-box-shadow: 0 4px 30px rgba(0,0,0,.12);
box-shadow: 0 4px 30px rgba(0,0,0,.12);
}
.azk-header-inner {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
height: 72px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 24px;
} .azk-header-logo {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.azk-logo-img {
height: 48px;
width: auto;
display: block;
-webkit-transition: opacity .2s;
transition: opacity .2s;
}
.azk-logo-img:hover { opacity: .85; }
.azk-logo-text {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
font-weight: 700;
color: #1a1a1a;
text-decoration: none;
letter-spacing: -.02em;
} .azk-nav { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.azk-nav-list {
list-style: none;
padding: 0;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 4px;
}
.azk-nav-list > li { position: relative; }
.azk-nav-list > li > a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 4px;
font-family: 'Montserrat', sans-serif;
font-size: 13px;
font-weight: 500;
color: #333333;
text-decoration: none;
padding: 8px 14px;
border-radius: 6px;
-webkit-transition: color .2s, background .2s;
transition: color .2s, background .2s;
white-space: nowrap;
}
.azk-nav-list > li > a:hover,
.azk-nav-list > li.current-menu-item > a,
.azk-nav-list > li.current-menu-ancestor > a {
color: #D32F2F;
background: rgba(211,47,47,.05);
} .azk-nav-list > li.menu-item-has-children > a::after {
content: '';
display: inline-block;
width: 6px;
height: 6px;
border-right: 1.5px solid currentColor;
border-bottom: 1.5px solid currentColor;
-webkit-transform: rotate(45deg) translateY(-2px);
transform: rotate(45deg) translateY(-2px);
opacity: .6;
} .azk-nav-list .sub-menu {
position: absolute;
top: calc(100% + 8px);
left: 0;
min-width: 210px;
background: #ffffff;
border: 1px solid #eeeeee;
border-radius: 10px;
-webkit-box-shadow: 0 12px 40px rgba(0,0,0,.12);
box-shadow: 0 12px 40px rgba(0,0,0,.12);
padding: 8px;
list-style: none;
margin: 0;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(8px);
transform: translateY(8px);
-webkit-transition: opacity .2s, -webkit-transform .2s, visibility .2s;
transition: opacity .2s, transform .2s, visibility .2s;
z-index: 999;
}
.azk-nav-list > li:hover > .sub-menu,
.azk-nav-list > li:focus-within > .sub-menu {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.azk-nav-list .sub-menu li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
font-size: 13px;
color: #444444;
text-decoration: none;
padding: 9px 14px;
border-radius: 7px;
-webkit-transition: color .15s, background .15s;
transition: color .15s, background .15s;
}
.azk-nav-list .sub-menu li a:hover {
color: #D32F2F;
background: rgba(211,47,47,.05);
}
.azk-nav-list .sub-menu li a::before {
content: '';
display: block;
width: 5px;
height: 5px;
border-radius: 50%;
background: #D32F2F;
opacity: 0;
-webkit-transition: opacity .15s;
transition: opacity .15s;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.azk-nav-list .sub-menu li a:hover::before { opacity: 1; } .azk-header-actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 12px;
-ms-flex-negative: 0;
flex-shrink: 0;
} .azk-header-tel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
text-decoration: none;
padding: 7px 14px;
border: 1px solid #eeeeee;
border-radius: 8px;
-webkit-transition: all .2s;
transition: all .2s;
}
.azk-header-tel:hover {
border-color: #D32F2F;
background: rgba(211,47,47,.03);
}
.azk-header-tel-icon {
width: 32px;
height: 32px;
background: rgba(211,47,47,.08);
border-radius: 6px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #D32F2F;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.azk-header-tel-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
line-height: 1.2;
}
.azk-header-tel-label {
font-size: 10px;
color: #999999;
letter-spacing: .04em;
text-transform: uppercase;
}
.azk-header-tel-num {
font-family: 'Montserrat', sans-serif;
font-size: 13px;
font-weight: 700;
color: #1a1a1a;
} .azk-header-cta {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 7px;
background: #D32F2F;
color: #ffffff;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
font-size: 13px;
font-weight: 700;
padding: 10px 20px;
border-radius: 7px;
-webkit-transition: background .2s, -webkit-transform .15s;
transition: background .2s, transform .15s;
letter-spacing: .02em;
white-space: nowrap;
-webkit-box-shadow: 0 3px 12px rgba(211,47,47,.3);
box-shadow: 0 3px 12px rgba(211,47,47,.3);
}
.azk-header-cta:hover {
background: #B71C1C;
color: #ffffff;
-webkit-transform: translateY(-1px);
transform: translateY(-1px);
-webkit-box-shadow: 0 5px 18px rgba(211,47,47,.4);
box-shadow: 0 5px 18px rgba(211,47,47,.4);
} .azk-hamburger {
display: none;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 5px;
width: 40px;
height: 40px;
background: none;
border: 1px solid #eeeeee;
border-radius: 7px;
cursor: pointer;
padding: 8px;
-webkit-transition: border-color .2s;
transition: border-color .2s;
}
.azk-hamburger:hover { border-color: #D32F2F; }
.azk-ham-line {
display: block;
width: 100%;
height: 2px;
background: #333333;
border-radius: 2px;
-webkit-transition: -webkit-transform .3s, opacity .3s;
transition: transform .3s, opacity .3s;
-webkit-transform-origin: center;
transform-origin: center;
} .azk-hamburger.active .azk-ham-line-1 {
-webkit-transform: translateY(7px) rotate(45deg);
transform: translateY(7px) rotate(45deg);
}
.azk-hamburger.active .azk-ham-line-2 {
opacity: 0;
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
.azk-hamburger.active .azk-ham-line-3 {
-webkit-transform: translateY(-7px) rotate(-45deg);
transform: translateY(-7px) rotate(-45deg);
} .azk-nav-overlay {
display: none;
position: fixed;
inset: 0;
background: rgba(0,0,0,.5);
z-index: 98;
opacity: 0;
-webkit-transition: opacity .3s;
transition: opacity .3s;
}
.azk-nav-overlay.active {
opacity: 1;
} @media (max-width: 1024px) {
.azk-header-tel { display: none; }
.azk-topbar-hide-sm { display: none; }
}
@media (max-width: 768px) { .azk-topbar-inner { height: auto; padding: 10px 16px; }
.azk-official-badge { display: none; }
.azk-topbar-cta { font-size: 11px; padding: 6px 12px; } .azk-header-inner { height: 60px; padding: 0 16px; }
.azk-logo-img { height: 38px; } .azk-nav {
position: fixed;
top: 0;
right: -300px;
width: 280px;
height: 100vh;
background: #ffffff;
z-index: 99;
overflow-y: auto;
-webkit-box-shadow: -8px 0 30px rgba(0,0,0,.15);
box-shadow: -8px 0 30px rgba(0,0,0,.15);
-webkit-transition: right .3s cubic-bezier(.4,0,.2,1);
transition: right .3s cubic-bezier(.4,0,.2,1);
padding: 80px 0 40px;
}
.azk-nav.open {
right: 0;
}
.azk-nav-overlay { display: block; } .azk-nav-list {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
gap: 0;
padding: 0 16px;
}
.azk-nav-list > li > a {
padding: 12px 16px;
font-size: 14px;
border-radius: 8px;
border-bottom: 1px solid rgba(0,0,0,.04);
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
} .azk-nav-list .sub-menu {
position: static;
opacity: 1;
visibility: visible;
-webkit-transform: none;
transform: none;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
border-radius: 0;
padding: 0 0 0 16px;
background: rgba(0,0,0,.02);
display: none;
}
.azk-nav-list > li.submenu-open > .sub-menu { display: block; }
.azk-nav-list .sub-menu li a {
font-size: 13px;
padding: 9px 14px;
color: #666666;
} .azk-hamburger {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .azk-header-cta { display: none; }
}
@media (max-width: 480px) {
.azk-topbar-left { gap: 0; }
.azk-topbar-link { font-size: 11px; padding: 0 10px; }
}