@charset "UTF-8";
/* @import "/font/stylesheet.css"; */

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.5;
    background-attachment: scroll !important;
}

header {
    padding-top: 1.875rem;
    background-position: top;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

html {
    font-family: "Raleway", sans-serif;
    scroll-behavior: smooth;
}

/* body {
  background: white;
} */

section {
    padding: 50px 0px;
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .container {
        max-width: 767px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 972px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1260px;
    }
}



html,
body {
    margin: 0;
    /* height: 100%; */
    font-weight: 400;
}

body {
    overflow-x: hidden;
}

a {
    color: white;
}




/* Menu Page */
#menuPage {
    padding-top: 60px;
}

#menuPage .menPageCard {
    background: linear-gradient(90deg, #EDEEF3 0%, #D0F1ED 100%);
    padding: 22px 32px;
    box-sizing: border-box;
    width: fit-content;
    margin: auto;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.05);
}

#menuPage .menPageCard ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 12px;
    column-gap: 36px;
}

#menuPage .menPageCard ul li a {
    color: #000;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 1.5px;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: flex;
    align-items: center;
    gap: 8px;
}

#menuPage .menPageCard ul li a:hover {
    color: #373465;
}

#menuPage .menPageCard ul li a:hover img {
    filter: invert(27%) sepia(76%) saturate(749%) hue-rotate(202deg) brightness(91%) contrast(85%);
}

#menuPage .menPageCard ul li a img {
    width: 36px;
    height: 40px;
}

#horaires .containerFlexHoraires {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media screen and (min-width: 992px) {
    #horaires .containerFlexHoraires {
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        gap: 30px;
    }
}

#horaires .cardHoraires {
    min-height: 446px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.05);
}

#horaires .cardHoraires .cardHorairesHeader {
    padding: 28px 20px;
    background-color: #373465;
    color: white;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: fit-content;
}

@media screen and (min-width: 768px) {
    #horaires .cardHoraires .cardHorairesHeader {
        font-size: 28px;
    }
}

#horaires .cardHoraires .cardHorairesBody {
    padding: 48px 20px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
}

#horaires .cardHoraires .cardHorairesBody img {
    width: 102px;
    height: 102px;
    object-fit: contain;
}

#horaires .cardHoraires .cardHorairesBody span {
    color: #373465;
    text-align: center;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 165px;
}

#horaires .cardHoraires .cardHorairesBody p {
    color: #000;
    text-align: center;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 390px;
    width: 100%;
}

#horaires .cardHoraires .cardHorairesBody p span {
    font-weight: 700;
}


#horaires .cardHoraires-light {
    min-height: 446px;
    width: 100%;
    display: flex;
    background: linear-gradient(90deg, #EDEEF3 0%, #D0F1ED 100%);
}

#horaires .cardHoraires-tabs .cardHorairesHeader-tabs {
    padding: 20px 32px;
    background-color: #373465;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

#horaires .cardHoraires-tabs .cardHorairesHeader-tabs .tab-button {
    all: unset;
    border-radius: 4px;
    color: white;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 10px;
    cursor: pointer;
    background: transparent;
    transition: background 0.2s;
}

#horaires .cardHoraires-tabs .cardHorairesHeader-tabs .tab-button:hover {
    background: #47428A;
}

#horaires .cardHoraires-tabs .cardHorairesHeader-tabs .tab-button.active {
    background: #544E98;
    cursor: default;
}

@media screen and (min-width: 650px) {
    #horaires .cardHoraires-tabs .cardHorairesHeader-tabs {
        flex-direction: row;
        gap: 0px;
    }

    #horaires .cardHoraires-tabs .cardHorairesHeader-tabs .tab-button {
        width: 100%;
        white-space: nowrap;
    }
}

@media screen and (min-width: 1300px) {
    #horaires .cardHoraires-tabs .cardHorairesHeader-tabs {
        gap: 8px;
    }

    #horaires .cardHoraires-tabs .cardHorairesHeader-tabs .tab-button {
        width: unset;
        padding: 12px 40px;
        font-size: 24px;
    }
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.horairesStatesBlack {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #000;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 30px */
}

.horairesStatesBlack .checkIcon {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #5AD168;
}

.horairesStatesBlack.close {
    opacity: 1 !important;
    text-shadow: none !important;
    color: #000 !important;
}

.horairesStatesBlack.close .checkIcon {
    background: #FD4E2F;
}

.horairesStatesWhite {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 30px */
}

.horairesStatesWhite .checkIcon {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #5AD168;
}

.horairesStatesWhite.close {
    opacity: 1 !important;
    text-shadow: none !important;
    color: #ffffff !important;
}

.horairesStatesWhite.close .checkIcon {
    background: #FD4E2F;
}

#horaires .cardHoraires-tabs .cardHorairesBody-tabs {
    padding: 32px 24px;
    background: white;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#horaires .cardHoraires-tabs .cardHorairesBody-tabs .horairesStatesContainer {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
}

#horaires .cardHoraires-tabs .cardHorairesBody-tabs .horairesStatesContainer p {
    color: #373465;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

#horaires .cardHoraires-tabs .cardHorairesBody-tabs .horairesTable {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

#horaires .cardHoraires-tabs .cardHorairesBody-tabs .horairesTable-row {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 0px;
    column-gap: 8px;
    width: 100%;
    color: rgba(0, 0, 0, 0.70);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

#horaires .cardHoraires-tabs .cardHorairesBody-tabs .horairesTable-row.today {
    color: #000;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 30px */
}

#horaires .cardHoraires-tabs .cardHorairesBody-tabs .horairesTable-row span {
    text-align: left;
    /* 30px */
}

#horaires .cardHoraires-tabs .cardHorairesBody-tabs .horairesTable-row span:last-child {
    text-align: right;
}

#horaires .cardHoraires-blue {
    background-color: #373465;
    width: 100%;
    min-height: 470px;
    margin-top: 30px;
    height: fit-content;
    display: flex;
    flex-direction: column;
}

#horaires .cardHoraires-blue .cardHorairesHeader-blue {
    padding: 32px 20px;
    margin-left: 32px;
    margin-right: 32px;
    box-sizing: border-box;
    text-align: center;
    color: white;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    border-bottom: 1px solid white;
}

#horaires .cardHoraires-blue .cardHorairesBody-blue {
    padding: 0px 32px 32px 32px;
    display: flex;
    flex-direction: column;
}


#horaires .cardHoraires-blue .cardHorairesBody-blue .enseigne {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    height: fit-content;
    break-inside: avoid;
}

#horaires .cardHoraires-blue .cardHorairesBody-blue .enseigne .depliant {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    padding-bottom: 20px;
    padding-top: 20px;
}

#horaires .cardHoraires-blue .cardHorairesBody-blue .enseigne .depliant .depliantName {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    color: #FFF;
    font-family: Raleway;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#horaires .cardHoraires-blue .cardHorairesBody-blue .enseigne .depliant .depliantState {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

#horaires .cardHoraires-blue .cardHorairesBody-blue .enseigne .depliant .depliantState img {
    flex-shrink: 0;
    transition: .3s all;
}

#horaires .cardHoraires-blue .cardHorairesBody-blue .enseigne .depliant.active .depliantState img {
    transform: rotate(180deg);
}

#horaires .cardHoraires-blue .cardHorairesBody-blue .enseigne .depliant .depliantName .imgContainer {
    width: 40px;
    height: 35px;
    transform: rotate(90deg);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    flex-shrink: 0;
}

#horaires .cardHoraires-blue .cardHorairesBody-blue .enseigne .depliant .depliantName .imgContainer img {
    width: 100%;
    height: 112%;
    object-fit: cover;
    object-position: 2px;
    transform: rotate(-90deg);

}


@media screen and (min-width: 992px) {
    #horaires .cardHoraires-blue .cardHorairesBody-blue {
        display: flex;
        flex-flow: wrap;
        flex-direction: unset;
        justify-content: space-between;
        gap: 0px;
    }

    #horaires .cardHoraires-blue .cardHorairesBody-blue .enseigne {
        width: 100%;
        max-width: 536px;
    }
}

#horaires .cardHoraires-blue .cardHorairesBody-blue .enseigne .grille {
    max-height: 0px;
    transition: .3s all;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

#horaires .cardHoraires-blue .cardHorairesBody-blue .enseigne .grille .horairesTable-row {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 0px;
    column-gap: 8px;
    width: 100%;
    color: rgba(255, 255, 255, 0.70);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

#horaires .cardHoraires-blue .cardHorairesBody-blue .enseigne .grille .horairesTable-row.today {
    color: #ffffff;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 30px */
}



.enseigne-columns {
    display: flex;
    gap: 20px;
    /* espace entre colonnes */
    align-items: flex-start;
    width: 100%;
}

.enseigne-col {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    /* espace vertical entre cartes .enseigne */
}

@media (max-width: 992px) {
    .enseigne-columns {
        flex-direction: column;
        width: 100%;
    }

    .enseigne-col {
        width: 100%;
    }
}

#accesSection .accesBanner {
    background-image: url("../img/bg-title.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 110%;
}



#accesSection .description {
    color: #000;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 1050px;
    /* 150% */
}

#coordonneesSection {
    padding-bottom: 100px;
}


#coordonneesSection .coordonneesBanner {
    background-image: url("../img/bg-title.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
    font-weight: 400;
    margin-bottom: 60px;
    line-height: 110%;
}


@media screen and (min-width: 768px) {
    #accesSection .accesBanner {
        font-size: 36px;
        height: 160px;
        margin-bottom: 80px;
    }

    #coordonneesSection .coordonneesBanner {
        font-size: 36px;
        height: 160px;
        margin-bottom: 80px;
    }

    #accesSection .description {
        font-size: 20px;
    }

}

#coordonneesSection .containerContent {
    display: flex;
    flex-flow: column;
    gap: 40px;
}

#coordonneesSection .containerContent .leftContent h3 {
    color: #000;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

#coordonneesSection .containerContent .leftContent p {
    color: #000;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 32px;
    max-width: 525px;
}

#coordonneesSection .containerContent .planDetails {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#coordonneesSection .containerContent .planDetails span {
    color: #000;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#coordonneesSection .containerContent .planDetails a {
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    width: fit-content;
    box-sizing: border-box;
    background: #544E98;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    transition: all 0.2s;
}

#coordonneesSection .containerContent .planDetails a:hover {
    background: #383465;
}

#coordonneesSection .containerContent .rightContent {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#coordonneesSection .containerContent .rightContent .contactCard {
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.05);
    background-color: white;
    box-sizing: border-box;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 600px;
}

#coordonneesSection .containerContent .rightContent .contactCard a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    transition: all 0.2s;
}

@media screen and (min-width: 500px) {
    #coordonneesSection .containerContent .rightContent .contactCard a {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start
    }

    #coordonneesSection .containerContent .rightContent .contactCard {
        flex-direction: row;
        align-items: center;
    }
}

#coordonneesSection .containerContent .rightContent .contactCard a:hover p,
#coordonneesSection .containerContent .rightContent .contactCard a:hover span {
    color: #373465 !important;
    text-decoration: underline;
}

#coordonneesSection .containerContent .rightContent .contactCard img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    flex-shrink: 0;
}

#coordonneesSection .containerContent .rightContent .contactCard span {
    color: #4D4D4D;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 20px;
}

#coordonneesSection .containerContent .rightContent .contactCard p {
    color: #000;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    word-break: break-all;
    line-height: 24px;
}

#coordonneesSection .containerContent .rightContent .contactCard .clipboardButton {
    all: unset;
    cursor: pointer;
    text-decoration: none;
    color: white;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 16px;
    box-sizing: border-box;
    padding: 14px 8px;
    background: #544E98;
    transition: all 0.2s;
    border-radius: 4px;
}

#coordonneesSection .containerContent .rightContent .contactCard .clipboardButton:hover {
    background: #383465;
}

@media screen and (min-width: 992px) {
    #coordonneesSection .containerContent {
        flex-direction: row;
        gap: 30px;
    }

    #coordonneesSection .containerContent .leftContent,
    #coordonneesSection .containerContent .rightContent {
        width: 50%;
    }

    #coordonneesSection .containerContent .leftContent h3 {
        font-size: 36px;
        margin-bottom: 24px;
    }

    #coordonneesSection .containerContent .leftContent p {
        font-size: 20px;
        margin-bottom: 40px;
    }

}


#error-modal {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#error-modal.hidden {
    display: none !important;
}

.mapAccessContainer {
    margin-top: 80px;
}

.mapAccessContainer .mapAccessContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 30px;
}



#itinerary-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* max-width: 460px; */
    min-height: 468px;
    background: #FFF;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.05);
}

#map {
    width: 100%;
    height: 368px;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 768px) {
    .mapAccessContainer .mapAccessContent {
        flex-direction: row;
    }

    #itinerary-form {
        max-width: 375px;
    }

    #map {

        height: 468px;
    }
}

#itinerary-form .itinerary-header {
    background-image: url('../img/bg-title.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    padding: 20px;
    text-align: center;
    color: white;
    font-size: 24px;
    font-weight: 500;
}

#itinerary-form .itinerary-content {
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
}

#itinerary-form .itinerary-content p {
    color: #383465;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 12px;
}

#itinerary-form .itinerary-content .itinerary-mode-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 24px;
}

#itinerary-form .itinerary-content .itinerary-mode-options input[type="radio"] {
    all: unset;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #CED4DA;
    transition: background 0.2s, border-color 0.2s;
}

#itinerary-form .itinerary-content .itinerary-mode-options label {
    padding: 11px;
    cursor: pointer;
    z-index: 0;
    box-sizing: border-box;
    position: relative;
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

#itinerary-form .itinerary-content .itinerary-mode-options label img {
    pointer-events: none;
}

#itinerary-form .itinerary-content .itinerary-mode-options label span {
    pointer-events: none;
}

#itinerary-form .itinerary-content .itinerary-mode-options label input[type="radio"]:hover {
    background: #D2F1ED;
}

#itinerary-form .itinerary-content .itinerary-mode-options label input[type="radio"]:checked {
    background: #D2F1ED;
}


#itinerary-form #calculate-btn {
    all: unset;
    margin-top: 32px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 4px;
    width: 100%;
    box-sizing: border-box;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: white;
    background: #544E98;
    padding: 14px;
    transition: all 0.2s;
}

#itinerary-form #calculate-btn:hover {
    background: #383465;
}

.select-wrapper {
    position: relative;
    width: 100%;

}

#city-autocomplete {
    all: unset;
    width: 100%;
    padding: 10px 12px;
    box-sizing: border-box;
    border: 1px solid #CED4DA;
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

#city-suggestions {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: white;
    border: 0.5px solid #CED4DA;
    /* box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.05); */
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 2;
    max-height: 223px;
    overflow-y: auto;
}

#city-suggestions li {
    padding: 10px 10px;
    /* border: solid 0.5px #CED4DA; */
    cursor: pointer;
}

#city-suggestions li:hover {
    background: #D2F1ED;
}


#recap-card {
    background-color: #373465;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#recap-card .recap-bar {
    width: 100%;
    background: url('../img/bg-title.jpg');
    background-size: cover;
    height: 0px;
    background-position: center;
}



#recap-card .recap-content {
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#recap-card .recap-content .left-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#recap-card .recap-content .right-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media screen and (min-width: 768px) {
    #recap-card {
        flex-direction: row;
    }

    #recap-card .recap-bar {
        width: 40px;
        height: auto;
    }

    #recap-card .recap-content {
        flex-direction: row;
        justify-content: flex-start;
        gap: 40px;
        width: 100%;
        padding: 48px 20px;
    }

    #recap-card .recap-content .left-content {
        max-width: 400px;
    }
}

@media screen and (min-width: 1024px) {
    #recap-card .recap-content {
        flex-direction: row;
        justify-content: flex-start;
        gap: 40px;
        width: 100%;
        padding: 48px 48px;
    }

    #recap-card .recap-content .left-content {
        max-width: 580px;
    }
}

@media screen and (min-width: 1300px) {
    #recap-card .recap-content {
        gap: 140px;
    }

}

#error-modal {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

#error-modal #error-modal-content {
    background: white;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
    position: relative;
    width: 100%;
    max-width: 335px;
    font-family: Raleway;
}

#error-modal #error-modal-content #close-error-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #544E98;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: none;
    cursor: pointer;
    font-weight: 400;
}

#error-modal #error-modal-content #modal-title {
    color: #000;
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 12px;
}

#error-modal #error-modal-content #modal-message {
    color: #000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}


.mapAccessContainer #cards-container .card {
    background: #CAE5EF;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.05);
    padding: 40px 20px;
    box-sizing: border-box;
    border: none;
    border-radius: 0px;
    overflow: hidden;
    margin-top: 30px;
}

.mapAccessContainer #cards-container .card .card-flex {
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.mapAccessContainer #cards-container .card .core-text {
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    color: #000;
}

.mapAccessContainer #cards-container .card .little-text {
    font-size: 16px;
    line-height: 120%;
    margin-top: 48px;
}

.mapAccessContainer #cards-container .card .card-header-know {
    background: #383465;
    padding: 14px 32px;
    display: block;
    width: fit-content;
    margin-left: -32px;
    color: white;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
}

.mapAccessContainer #cards-container .right-content img {
    height: 250px;
    width: 100%;
    object-position: center;
    border-radius: 4px;
}

@media screen and (min-width: 768px) {
    .mapAccessContainer #cards-container .card .card-flex {
        flex-direction: row;
    }

    .mapAccessContainer #cards-container .card .card-flex .left-content,
    .mapAccessContainer #cards-container .card .card-flex .right-content {
        width: 50%;
    }
}

@media screen and (min-width: 1024px) {
    .mapAccessContainer #cards-container .card {
        padding: 40px 40px;
    }

    .mapAccessContainer #cards-container .card .card-flex {
        gap: 100px;
    }

    .mapAccessContainer #cards-container .card .card-header-know {
        background: #383465;
        padding: 14px 48px;
        display: block;
        width: fit-content;
        margin-left: -48px;
        color: white;
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 24px;
    }

    .mapAccessContainer #cards-container .card .card-flex .left-content {
        width: 100%;
        max-width: 600px;
    }

    .mapAccessContainer #cards-container .card .card-flex .left-content .core-text {
        font-size: 20px;
        margin-top: 32px;
    }

    .mapAccessContainer #cards-container .right-content img {
        height: 300px;
    }

}


#error-modal.hidden {
    display: none !important;
}

.hidden {
    display: none !important;
}



#open-google-maps {
    display: block;
    font-family: Raleway;
    width: fit-content;
    padding: 8px 14px;
    background-color: #D3F7FF;
    color: #014f5a;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
}

#open-google-maps:hover {
    background-color: #D3F7FF;
}


@media screen and (max-width: 500px) {
    .containerMobile {
        padding: 0px;
    }

    #horaires .cardHoraires-blue .cardHorairesBody-blue {
        padding: 0px 16px 32px 16px;
        display: flex;
        flex-direction: column;
    }

    #horaires .cardHoraires-blue .cardHorairesBody-blue .enseigne .depliant .depliantName {
        font-size: 20px;
    }
}




#deals-header h1 {
    line-height: 1.2;
}


@media (max-width: 991.98px) {
    body {
        padding-top: 69px;
    }
}

footer {
    margin-left: auto;
    margin-right: auto;
}

footer h4 {
    line-height: 1.2;
}

footer p {
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
    footer {
        padding-left: .625rem;
        padding-right: .625rem;
    }
}


@media (max-width: 1299.98px) {
    footer {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (max-width: 575.98px) {
    body {
        background-position: -1100px -270px;
    }
}

@media (max-width: 991.98px) {
    body {
        background-position: -1000px -200px;
    }
}

@media (max-width: 1299.98px) {
    body {
        background-position: -800px 0;
    }
}