.hdr-btm-nav a {
    text-decoration: none;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hdr-btm-nav a .arrow-icon {
    margin-left: 4px;
    /* Add spacing between text and arrow */
    width: 10px;
    /* Adjust size as needed */
    height: 10px;
    transition: transform 0.3s ease;
}

.hdr-btm-nav>li:hover .arrow-icon {
    transform: rotate(180deg);
    /* Rotate arrow on hover */
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    /* padding: 15px; */
    margin: 0;
    z-index: 10;

    min-width: 220px;
    padding: 10px 0;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.hdr-btm-nav {
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}

.hdr-btm-nav>li {
    position: relative;
}

.hdr-btm-nav a {
    text-decoration: none;
    padding: 10px 20px;
    display: block;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 10px;
    margin: 0;
    z-index: 10;
}

.dropdown li {
    margin: 0;
}

.dropdown li a {
    padding: 10px;
    white-space: nowrap;
}

.hdr-btm-nav>li:hover .dropdown {
    display: block;
}

#site-hdr {
    background-color: #fafafa;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    display: flex;
    box-shadow: 0 0 2px 2px rgba(51, 51, 51, .02), 0 0 12px 0 rgba(51, 51, 51, .12)
}

@media (max-width: 768px) {
    #site-hdr {
        visibility: hidden
    }
}

#site-hdr .hdr-top {
    display: flex;
    padding: 16px
}

@media (max-width: 768px) {
    #site-hdr .hdr-top {
        visibility: hidden
    }
}

#site-hdr .hdr-top .hdr-top-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

#site-hdr .hdr-top .hdr-top-nav a {
    color: #000
}

.page-id-14191 #site-hdr .hdr-top .hdr-top-nav .nav-pg-become {
    color: #333
}

#site-hdr .hdr-top .hdr-top-nav .lang-item {
    display: flex
}

#site-hdr .hdr-top .hdr-top-nav .lang-item.current-lang,
#site-hdr .hdr-top .hdr-top-nav>li .user-menu.hide {
    display: none
}

#site-hdr .hdr-top .hdr-top-nav>li {
    margin-left: 24px;
    font-size: 12px
}

#site-hdr .hdr-mdl {
    display: flex;
    transition: background .25s ease-in
}

#site-hdr .hdr-mdl .hdr-bus-logo {
    /* width: 114px */
    width: 154px;
}

#site-hdr .hdr-mdl .hdr-bus-logo path {
    transition: fill .25s ease-in
}

@media (max-width: 768px) {
    #site-hdr .hdr-mdl .hdr-bus-logo {
        width: 95px
    }
}

#site-hdr .hdr-btm {
    position: relative;
    display: flex;
    justify-content: center
}

#site-hdr .hdr-btm .nav-dd-wrapper {
    display: none;
    width: 1420px;
    max-width: 98%;
    border-radius: 8px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    padding: 32px
}

#site-hdr .hdr-btm .nav-dd-wrapper .nav-dd-col {
    width: 25%
}

#site-hdr .hdr-btm .nav-dd-wrapper .nav-dd-col ul.menu li {
    margin-bottom: 16px;
    font-weight: 400;
}

#site-hdr .hdr-btm .nav-dd-wrapper .nav-dd-col ul.menu li a {
    font-size: 12px;
    color: #1277ff;
    line-height: 16px
}

#site-hdr .hdr-btm .nav-dd-wrapper .nav-dd-col ul.menu li:first-child a {
    font-weight: 600;
    color: #333
}

#site-hdr .hdr-btm.shw-dd .hdr-nav-more {
    color: #45afff;
    transition: color .25s ease-out
}

#site-hdr .hdr-btm .hdr-nav-more:hover .nav-dd-arrow polygon,
#site-hdr .hdr-btm a:hover .nav-dd-arrow polygon,
#site-hdr .hdr-btm.shw-dd .hdr-nav-more .nav-dd-arrow polygon {
    fill: #45afff;
    transition: fill .25s ease-out
}

@media (max-width: 768px) {
    #site-hdr .hdr-btm.shw-dd .hdr-nav-more {
        display: none
    }
}

#site-hdr .hdr-btm.shw-dd .nav-dd-wrapper {
    display: flex
}

@media (max-width: 768px) {
    #site-hdr .hdr-btm.shw-nav-mob .hdr-nav-more {
        display: none
    }
}

#site-hdr .hdr-btm a {
    /* padding: 4px 8px */
    padding: 2px 10px;
}

#site-hdr .hdr-btm .hdr-nav-more,
#site-hdr .hdr-btm a {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #1277ff;
    font-size: 16px;
    margin: 0 8px;
    transition: color .25s ease-out
}

#site-hdr .hdr-btm .hdr-nav-more .nav-dd-arrow,
#site-hdr .hdr-btm a .nav-dd-arrow {
    width: 10px;
    margin-left: 8px
}

#site-hdr .hdr-btm .hdr-nav-more:hover,
#site-hdr .hdr-btm a:hover {
    color: #45afff;
    transition: color .25s ease-out
}

#site-hdr .hdr-btm .hdr-btm-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 35px;
    font-weight: 400;
}

@media (max-width: 768px) {
    #site-hdr .hdr-btm .hdr-btm-nav {
        display: none
    }
}

#site-hdr .hdr-btm .hdr-btm-nav.hbn-mob {
    display: none
}

@media (max-width: 768px) {
    #site-hdr .hdr-btm .hdr-btm-nav.hbn-mob {
        display: block
    }
}

#site-hdr .hdr-btm .hdr-btm-nav.hbn-mob ul {
    margin-top: 40px
}

#site-hdr .hdr-btm .hdr-btm-nav.hbn-mob ul:last-child {
    margin-bottom: 80px
}

#site-hdr .hdr-btm .hdr-btm-nav.hbn-mob ul.menu>li:first-child a {
    font-size: 16px;
    font-weight: 600;
    border-bottom: none
}

#site-hdr .hdr-btm .hdr-btm-nav.hbn-mob ul .nav-pg-transit,
#site-hdr .hdr-btm .hdr-btm-nav.hbn-mob ul li:last-child a {
    border-bottom: none
}

@media (max-width: 768px) {
    #site-hdr .hdr-btm .hdr-btm-nav {
        flex-direction: column;
        align-items: flex-start
    }

    #site-hdr .hdr-btm .hdr-btm-nav .hdr-btm-nav {
        display: block
    }

    #site-hdr .hdr-btm .hdr-btm-nav .hdr-top-nav .lang-item {
        display: flex
    }

    #site-hdr .hdr-btm .hdr-btm-nav .hdr-top-nav .lang-item a,
    #site-hdr .hdr-btm .hdr-btm-nav li {
        width: 100%
    }

    #site-hdr .hdr-btm .hdr-btm-nav .hdr-top-nav .lang-item.current-lang,
    #site-hdr .hdr-btm .hdr-btm-nav .hdr-top-nav .user-menu.hide {
        display: none
    }

    #site-hdr .hdr-btm .hdr-btm-nav li a {
        width: auto;
        display: block;
        margin: 0 24px;
        padding: 12px 8px;
        font-size: 12px;
        color: #333;
        border-bottom: solid 1px #f2f2f2
    }
}

#site-hdr .hdr-top a,
.page-id-14189 #site-hdr .hdr-btm .hdr-btm-nav .nav-pg-transit,
.page-id-5390 #site-hdr .hdr-btm .hdr-btm-nav .nav-pg-entreprise {
    color: #333
}

@media (max-width: 768px) {
    #site-hdr {
        box-shadow: none
    }
}

#site-hdr .hdr-top {
    width: 24%;
    order: 3;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 24px;
    padding-top: 16px
}

#site-hdr .hdr-top a:hover {
    color: #1277ff;
    transition: color .25s ease-out
}

@media (max-width: 1200px) {
    #site-hdr .hdr-top {
        display: none
    }
}

#site-hdr .hdr-mdl {
    width: 15%;
    justify-content: flex-start;
    align-items: flex-end;
    order: 1;
    padding-left: 24px;
    padding-bottom: 16px;
    padding-top: 16px
}

@media (max-width: 768px) {
    #site-hdr .hdr-mdl {
        width: 100%;
        padding-right: 24px;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 12;
        box-shadow: 0 0 2px 2px rgba(51, 51, 51, .02), 0 0 12px 0 rgba(51, 51, 51, .12)
    }

    #site-hdr .hdr-mdl .mob-nav-hamb {
        width: 20px;
        height: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer
    }

    #site-hdr .hdr-mdl .mob-nav-hamb .h-btm,
    #site-hdr .hdr-mdl .mob-nav-hamb .h-mdl,
    #site-hdr .hdr-mdl .mob-nav-hamb .h-top {
        width: 100%;
        height: 2px;
        background: #1277ff;
        opacity: 1;
        transition: transform .25s ease-in
    }

    #site-hdr .hdr-mdl .mob-nav-hamb.actv {
        justify-content: center;
        position: relative;
        height: 20px
    }

    #site-hdr .hdr-mdl .mob-nav-hamb.actv .h-mdl {
        opacity: 0
    }

    #site-hdr .hdr-mdl .mob-nav-hamb.actv .h-btm,
    #site-hdr .hdr-mdl .mob-nav-hamb.actv .h-top {
        position: absolute;
        z-index: 2;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: transform .25s ease-out
    }

    #site-hdr .hdr-mdl .mob-nav-hamb.actv .h-btm {
        transform: rotate(45deg)
    }

    #site-hdr .hdr-mdl .mob-nav-hamb.actv .h-top {
        transform: rotate(-45deg)
    }
}

#site-hdr .hdr-btm {
    width: 61%;
    order: 2
}

#site-hdr .hdr-btm .nav-pg-book,
#site-hdr .hdr-btm .nav-pg-entreprise,
#site-hdr .hdr-btm .nav-pg-transit {
    padding-bottom: 16px
}

#site-hdr .hdr-btm .hdr-nav-more {
    padding: 4px 8px 16px
}

#site-hdr .hdr-btm .nav-dd-wrapper {
    margin: 8px auto 0
}

@media (max-width: 1200px) {
    #site-hdr .hdr-btm {
        width: 76%
    }

    #site-hdr .hdr-btm>nav {
        width: 100%
    }
}

@media (max-width: 768px) {
    #site-hdr .hdr-btm {
        display: none;
        overflow: scroll
    }

    #site-hdr .hdr-btm.shw-nav-mob {
        display: block;
        width: 110%;
        height: 100vh;
        background: #fff;
        position: fixed;
        z-index: 10;
        top: 58px;
        margin-left: -30px;
    }

    #site-hdr {
        visibility: visible;
        top: 0
    }
}

#hdr-bumper {
    width: 100%;
    height: 60px
}

#hdr-bumper,
#hdr-bumper.shw {
    display: block
}

@media (max-width: 768px) {
    #hdr-bumper {
        display: block;
        height: 64px
    }
}

.hero-vehicles {
    width: 100%
}

@media (min-width: 768px) {
    .hero-vehicles {
        padding-top: 60px
    }
}

.hero-vehicles>img {
    position: absolute;
    z-index: 1;
    width: 50%;
    max-width: 320px;
    top: 40px
}

@media (max-width: 1024px) {
    .hero-vehicles>img {
        width: 220px;
        top: 180px;
        opacity: .35
    }
}

@media (max-width: 768px) {
    .hero-vehicles>img {
        display: none
    }
}

.hero-vehicles>img.hv-lft {
    left: -50%;
    transform: rotate(25deg)
}

.hero-vehicles>img.hv-rght {
    right: -50%;
    transform: rotate(-25deg)
}

.page-loaded .hero-vehicles>img {
    transform: rotate(0deg);
    transition: all .5s .5s ease-out
}

.page-loaded .hero-vehicles>img.hv-lft {
    left: 0
}

.page-loaded .hero-vehicles>img.hv-rght {
    right: 0
}

.page-wrap {
    width: 100%;
    overflow: hidden;
    opacity: 0
}

.page-wrap.page-loaded {
    opacity: 1
}

.module:first-child {
    transform: none;
    opacity: 1;
    padding: 32px 0
}

@media (max-width: 768px) {
    .module:first-child {
        padding-top: 48px
    }
}

.module:first-child.m-03 {
    display: flex
}

.module:first-child.m-03 .icn {
    display: none;
    width: 200px
}

@media (max-width: 768px) {
    .module:first-child.m-03 {
        display: flex;
        align-items: center
    }

    .module:first-child.m-03 .icn {
        display: block
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

#cookie-notice {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .1);
    margin: 0;
    visibility: hidden;
    padding: 5px 10px;
    z-index: 1032;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#cookie-notice p {
    display: block;
    margin: 0;
    color: #333;
    padding-right: 5px;
    padding-left: 5px;

    font-family: inherit;
    font-size: 12px;
    line-height: 14px;
}

#cookie-notice button {
    padding: 0 10px;
    height: 32px !important;
    margin-top: 0px;
}

#cookie-notice .reject {
    margin-bottom: 5px;
}

@media only screen and (max-width: 600px) {

    #cookie-notice button {
        width: 100%;
    }

    #cookie-notice {
        max-width: 100%;
        bottom: 0;
        left: 0;
        border-radius: 0
    }
}