body {
    background: #E9E9F3;
}

.rounded-50 {
    border-radius: 50px !important;
}

a {
    text-decoration: none !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.card,
.card-header,
.card-body,
.card-footer {
    border: none;
    box-shadow: none;
    background: transparent;
}

.btn-light {
    background-color: transparent;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    /* équivaut à 1 ou 100% */
    letter-spacing: 0;
    /* 0% n’est pas valide en CSS */
    text-transform: capitalize;
    border-radius: 7px;
    border: none;
    box-shadow: none;
    padding: 12px 32px;
    color: #242788;
}

.btn-light:hover {
    background-color: #E9E9F3;
    color: #242788;
}

.btn-light:focus {
    background-color: transparent;
    color: #242788;
}

.btn-outline-white {
    border: 1.5px solid #fff;
    background-color: transparent;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100% !important;
    /* équivaut à 1 ou 100% */
    letter-spacing: 0;
    /* 0% n’est pas valide en CSS */
    text-transform: capitalize;
    border-radius: 7px;
    box-shadow: none;
    padding: 12px 32px;
    color: #fff;
}

.btn-outline-white:hover {
    background-color: transparent;
    color: #fff;
}

.btn-outline-white:focus {
    background-color: transparent;
    color: #fff;
}

.btn-primary {
    background-color: #242788;
    border-radius: 7px;
    border: 1.5px solid #242788;
    box-shadow: none;
    padding: 12px 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #fff;
}

.btn-primary:hover {
    background-color: #242788;
    color: #fff;
    opacity: 0.7;
}

.btn-primary:focus {
    background-color: #fff;
    color: #242788;
}

.btn-secondary {
    background-color: #FF8382;
    border-radius: 7px;
    border: 1.5px solid #FF8382;
    box-shadow: none;
    padding: 12px 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    /* équivaut à 1 ou 100% */
    letter-spacing: 0;
    color: #fff;
}

.btn-secondary:hover {
    border: 1.5px solid #FF8382;
    background-color: #ff6e6e;
    color: #fff;
}

.btn-secondary:focus {
    border: 1.5px solid #FF8382;
    background-color: #FF8382;
    color: #fff;
}

.btn-secondary img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.btn-secondary.light {
    background: #FFD9D8;
    color: #0D0E30;
    border: 1.5px solid #FFD9D8;
}

.btn-secondary.light:hover,
.btn-secondary.light:focus {
    background-color: #fff;
    color: #FF8382;
    border: 1.5px solid #FF8382;
}

.btn-outline-secondary {
    background-color: #fff;
    border-radius: 7px;
    border: 1.5px solid #FF8382;
    box-shadow: none;
    padding: 12px 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    /* équivaut à 1 ou 100% */
    letter-spacing: 0;
    color: #FF8382;
}

.btn-outline-secondary:hover {
    background-color: #FF8382;
    border: 1.5px solid #FF8382;
    color: #fff;
}

.btn-outline-secondary:focus {
    background-color: #FF8382;
    border: 1.5px solid #FF8382;
    color: #fff;
}

.btn-gray {
    background-color: #BBBCDA;
    border-radius: 7px;
    border: none;
    box-shadow: none;
    padding: 12px 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    /* équivaut à 1 ou 100% */
    letter-spacing: 0;
    color: #242788;
}

.btn-gray:hover {
    background-color: #9394ae;
    color: #242788;
}

.btn-gray:focus {
    background-color: #BBBCDA;
    color: #242788;
}

.btn-gray img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.btn-outline-primary {
    border: 1.5px solid #242788;
    padding: 12px 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    /* équivaut à 1 ou 100% */
    letter-spacing: 0;
    color: #242788;
    border-radius: 7px;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    border: 1.5px solid #242788;
    color: #fff;
    background-color: #242788;
}

.btn-success {
    padding: 12px 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    /* équivaut à 1 ou 100% */
    letter-spacing: 0;
    color: #fff;
    border-radius: 7px;
    background: #82BE00;
    box-shadow: none;
    border-color: #82BE00;
    border: 1.5px solid #82BE00;
}

.btn-success:hover,
.btn-success:focus {
    border: 1.5px solid #82BE00;
    color: #82BE00;
    background-color: #fff;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.bg-primary-gradient {
    background: linear-gradient(180deg, #242788 0%, #090A22 100%);
}

.bg-gradient-2 {
    background: linear-gradient(180deg, #5255D0 0%, #242788 100%);
}

.bg-primary {
    background: #242788 !important;
}

.bg-secondary {
    background-color: #FF8382 !important;
}

.bg-secondary-2 {
    background-color: #FBA736 !important;
}

.bg-secondary-gradient {
    background: linear-gradient(180deg, #FF8382 0%, #E67675 100%) !important;
}

.bg-pink {
    background: #FFF3F3 !important;
}

.bg-lightgray {
    background: #E9E9F3;
}

.border-success {
    border-color: #82BE00 !important;
}

.border-secondary {
    border-color: #FF8382 !important;
}

.badge {
    border-radius: 25px;
    padding: 5px;
    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
}

.badge-success {
    background: #F3F9E6 !important;
    color: #82BE00 !important;
}

.badge-danger {
    background: #FFD9D8 !important;
    color: #ff615c !important;
}

.badge-gray {
    color: #fff;
    background: #999999;
}

.badge-gray.light {
    background-color: #E6E6E6;
    color: #0C0C0C;
}

.bg-light-danger {
    background: #FFD9D8;
}

.bg-light-secondary {
    background: #FFCCBA;
}

.bg-light-gray {
    background: #E9E9F3;
}

.bg-success-2 {
    background: #D8EBB0;
}

.text-success {
    color: #82BE00 !important;
}

.text-danger {
    color: #ff615c;
}

.text-dark {
    color: #0C0C0C !important;
}

.text-gray {
    color: #595959 !important;
}

.text-secondary {
    color: #FF8382 !important;
}

@media(max-width:992px) {

    .btn-primary,
    .btn-light,
    .btn-gray,
    .btn-secondary,
    .btn-outline-primary,
    .btn-succes,
    .btn-outline-secondary {
        font-size: 15px;
        padding: 10px 30px;
    }

    .btn-gray img,
    .btn-secondary img {
        width: 35px;
        height: 35px;
    }

    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media(max-width:768px) {

    .btn-primary,
    .btn-light,
    .btn-gray,
    .btn-secondary,
    .btn-outline-primary,
    .btn-succes,
    .btn-outline-secondary {
        font-size: 14px;
        padding: 10px 28px;
    }

    .btn-gray img,
    .btn-secondary img {
        width: 30px;
        height: 30px;
    }

    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media(max-width:570px) {

    .btn-primary,
    .btn-light,
    .btn-gray,
    .btn-secondary,
    .btn-outline-primary,
    .btn-succes,
    .btn-outline-secondary {
        font-size: 12px;
        padding: 10px 26px;
    }

    .btn-gray img,
    .btn-secondary img {
        width: 25px;
        height: 25px;
    }

    .btns {
        display: block !important;
    }

    .btns .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*-------------------------
hero
--------------------------*/
.hero {
    position: relative;
    min-height: 534px;
}

.hero .container {
    position: relative;
}

.hero .img-slider {
    position: absolute;
    right: 0;
    bottom: 50px;
    max-width: 40%;
}

.hero h1 {
    font-family: Satoshi;
    font-weight: 900;
    font-size: 49px;
    line-height: 100%;
    letter-spacing: -5%;
    color: #fff;
    line-height: 60px;
    margin-bottom: 40px;
}

.hero p {
    font-family: Satoshi;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    letter-spacing: -4%;
    margin-bottom: 40px;
}

.hero .btn {
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 32px;

}

@media(max-width:992px) {
    .hero h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 35px;
    }

    .hero p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 35px;
    }

    .hero .btns {
        flex-direction: column;
        align-items: start !important;
    }

    .hero .btns .btn {
        margin-bottom: 15px;
        width: fit-content !important;
    }
}

@media(max-width:768px) {
    .hero h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .hero p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .hero .btns {
        flex-direction: column;
        align-items: start !important;
    }

    .hero .btns .btn {
        margin-bottom: 15px;
        width: fit-content !important;
    }
}

@media(max-width:570px) {
    .hero {
        min-height: auto !important;
    }

    .hero .img-slider {
        bottom: 0px;
    }

    .hero h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .hero p {
        font-size: 14px;
    }

    .hero .btns {
        flex-direction: column;
        align-items: start !important;
    }

    .hero .btns .btn {
        margin-bottom: 15px;
        width: fit-content !important;
    }
}

/*----------------------------
section-title
------------------------------*/
.section-title h2 {
    font-family: Satoshi;
    font-weight: 900;
    color: #242788;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -4%;
    text-align: center;
}

@media(max-width:992px) {
    .section-title h2 {
        font-size: 28px;
    }
}

@media(max-width:768px) {
    .section-title h2 {
        font-size: 25px;
    }
}

@media(max-width:570px) {
    .section-title h2 {
        font-size: 20px;
    }
}

/*-----------------
cardAbout
---------------------*/
.abouts-wrapper {
    max-width: 736px;
    justify-self: center;
    margin-top: 2.25rem;
}

.cardAbout {
    background-color: #FF9C9B;
    border-radius: 12px;
    width: 100%;
    max-width: 354px;
    height: 100%;
    min-height: 153px;
    box-shadow: none;
}

.cardAbout .card-body {
    display: flex;
    align-items: start;
    justify-content: start;
    column-gap: 20px;
}

.cardAbout .card-body img {
    width: 45px;
    height: 45px;
}

.cardAbout .card-body h3 {
    font-family: Inter;
    font-weight: 600;

    font-size: 18px;
    color: #fff;
    line-height: 34px;
    letter-spacing: 0%;

}

.cardAbout .card-body p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #fff;
    line-height: 23px;
    letter-spacing: 0%;

}

@media(max-width:992px) {

    .cardAbout .card-body img {
        width: 40px;
        height: 40px;
    }

    .cardAbout .card-body h3,
    .cardAbout .card-body p {
        font-size: 16px;
    }

}

@media(max-width:768px) {
    .cardAbout .card-body img {
        width: 35px;
        height: 35px;
    }

    .cardAbout .card-body h3,
    .cardAbout .card-body p {
        font-size: 15px;
    }

}

@media(max-width:570px) {
    .cardAbout {
        min-height: 120px;
        max-width: 354px;
    }

    .cardAbout .card-body img {
        width: 45px;
        height: 45px;
    }

    .cardAbout .card-body h3,
    .cardAbout .card-body p {
        font-size: 16px;
    }
}

/*--------------------------
scroll
---------------------------*/

@keyframes scrollLoop {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.scroll-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.scroll-content {
    display: flex;
    align-items: center;
    gap: 3rem;
    animation: scrollLoop 30s linear infinite;
    width: max-content;
}

.scroll-content .box {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
}

.scroll-content .box h4 {
    font-family: "Satoshi";
    font-size: 30px;
    font-weight: 900;
    font-style: normal;
    text-align: left;
    color: #ffffff;
}

.scroll-content img {
    max-width: 68.9px;
    max-height: 68.9px;
    object-fit: contain;
}

@media(max-width:992px) {
    .scroll-content img {
        max-width: 160px;
        max-height: 50px;
    }
}

@media(max-width:768px) {
    .scroll-content img {
        max-width: 150px;
        max-height: 40px;
    }
}

/*-----------------------------
.functionsWrapper
-------------------------------*/
.cardUser {
    width: 100%;
    max-width: 168px;
    height: 100%;
    max-height: 388px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    transition: max-width 0.6s ease, box-shadow 0.3s ease;
    cursor: pointer;
    background: #24278866;
}

.cardUser .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.cardUser .bg-img-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.cardUser.expanded {
    max-width: 747px !important;
    box-shadow: none;
}

.collapsed-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: start;
    white-space: nowrap;
    writing-mode: vertical-rl;
    transition: opacity 0.4s ease;
    padding: 1rem 1rem;
}

.collapsed-content h3 {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -4%;
    color: #fff;
    position: relative;
    z-index: 3;
}

.expanded-content {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    align-items: center;
    justify-content: start;
    background-color: #fff;
}

.expanded-content .text .cote {
    width: 46px;
    height: 35px;
    object-fit: contain;
}

.expanded-content .text p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #242788;
    line-height: 28px;
    letter-spacing: 0%;

}

.expanded-content .text h4 {
    font-family: Satoshi;
    font-weight: 900;
    color: #242788;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: -4%;

}

.expanded-content .text h5 {
    font-family: Satoshi;
    font-weight: 900;
    color: #242788;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -4%;

}

.cardUser.expanded .collapsed-content {
    display: none;
}

.cardUser.expanded .expanded-content {
    display: flex;
    opacity: 1;
}

.expanded-content img {
    width: 100%;
    max-width: 299px;
    height: 388px;
    object-fit: cover;
    border-radius: 0px;
}

@media(max-width:992px) {
    .cardUser {
        max-width: 100px;
        height: 350px;
    }

    .expanded-content img {
        height: 350px;
        max-width: 100px;
    }

    .collapsed-content h3 {
        font-size: 35px;
    }

    .expanded-content .text .cote {
        width: 40px;
        height: 30px;
    }

    .expanded-content .text p {
        font-size: 16px;
    }

    .expanded-content .text h4 {
        font-size: 28px;
    }

    .expanded-content .text h5 {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .cardUser {
        max-width: 60px;
        height: 300px;
    }

    .expanded-content img {
        height: 300px;
        max-width: 60px;
    }

    .collapsed-content h3 {
        font-size: 30px;
    }

    .expanded-content .text .cote {
        width: 35px;
        height: 25px;
    }

    .expanded-content .text p {
        font-size: 14px;
    }

    .expanded-content .text h4 {
        font-size: 25px;
    }

    .expanded-content .text h5 {
        font-size: 16px;
    }
}

@media(max-width:570px) {
    .avis-wrapper {
        display: block !important;
    }

    .cardUser {
        max-width: none;
        height: 146px;
        margin-bottom: 1.5rem;
    }

    .cardUser.expanded {
        height: fit-content;
        max-height: none;
    }

    .cardUser.expanded .expanded-content {
        display: block;
    }

    .expanded-content img {
        height: 146px;
        max-width: none;
    }

    .cardUser.expanded .expanded-content img {
        height: 315px;
    }

    .collapsed-content {
        width: auto;
    }

    .collapsed-content h3 {
        font-size: 25px;
    }

    .expanded-content .text .cote {
        width: 30px;
        height: 20px !important;
    }

    .expanded-content .text p {
        font-size: 12px;
    }

    .expanded-content .text h4 {
        font-size: 20px;
    }

    .expanded-content .text h5 {
        font-size: 14px;
    }
}

/*-----------------------
chiffres
-------------------------*/
.chiffres h2 {
    font-family: Satoshi;
    font-weight: 900;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -4%;
    color: #fff;
}

.chiffres h3 {
    font-family: Satoshi;
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    letter-spacing: -4%;
    text-align: center;
}

.chiffres p {
    font-family: Satoshi;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;

}

@media(max-width:992px) {

    .chiffres h2,
    .chiffres h3 {
        font-size: 28px;
    }

    .chiffres p {
        font-size: 18px;
    }
}

@media(max-width:768px) {

    .chiffres h2,
    .chiffres h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .chiffres p {
        font-size: 12px;
    }

    .chiffres br {
        display: none;
    }
}

@media(max-width:570px) {

    .chiffres h2,
    .chiffres h3 {
        font-size: 12px;
        line-height: 25px;
    }

    .chiffres p {
        font-size: 10px;
    }
}

/*----------------------------------
accordion-item
-----------------------------------*/
.faq h2 {
    font-family: Satoshi;
    font-weight: 900;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: -4%;
    color: #20237A;
}

.faq a {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    color: #20237A;
}

.accordion {
    width: 100%;
    max-width: 840px;
}

.accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #242788;
    border-radius: 0px 0px 0px 0px !important;
    box-shadow: none !important;
    border-block-start: none !important;
}

.accordion-item:first-child {
    border-top: 1px solid #242788 !important;
}

.accordion-item .accordion-button {
    background-color: transparent;
    border: none;
    color: var(--Gris-White, #20237A);
    font-family: Satoshi;
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -4%;
    box-shadow: none !important;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.accordion .accordion-button::after {
    flex-shrink: 0;
    background-color: #fff;
    background-image: url('../img/home/plus.svg') !important;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;

    background-color: transparent;
    mask-image: unset !important;
}

.accordion .accordion-button:not(.collapsed)::after {
    flex-shrink: 0;
    background-image: url('../img/home/minus.svg') !important;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    background-color: transparent;
    mask-image: unset !important;
}

.accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none !important;
}

.accordion-item p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0%;
    color: #242788;
}

.collapse {
    visibility: unset !important;
}

@media(max-width:992px) {
    .faq h2 {
        font-size: 35px;
    }

    .faq a {
        font-size: 16px;
    }

    .accordion-item .accordion-button {
        font-size: 20px;
    }

    .accordion-item p {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .faq h2 {
        font-size: 30px;
    }

    .faq a {
        font-size: 14px;
    }

    .faq br {
        display: none;
    }

    .accordion-item .accordion-button {
        font-size: 18px;
    }

    .accordion-item p {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .faq h2 {
        font-size: 25px;
    }

    .faq a {
        font-size: 12px;
    }

    .accordion-item .accordion-button {
        font-size: 16px;
    }

    .accordion-item p {
        font-size: 12px;
    }
}

/*--------------------------
cardFilter
-----------------------------*/
.cardFilter {
    background: #1D1F6D;
    width: 100%;
    max-width: 1250px;
    min-height: 128px;
    border-radius: 25px;
    padding-right: 20px;
    padding-left: 20px;
}

.hero-proposer .cardFilter {
    background: #FFF3F3;
}

.cardFilter .card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}

.cardFilter .input-group {
    border: 1px solid #FFFFFF;
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    /* max-width: 200px; */
    min-height: 54px;
    border-radius: 12px;

}

.hero-proposer .cardFilter .input-group {
    border: 1px solid #0D0E30;
}

.cardFilter .input-group span {
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding-left: 10px;
    padding-right: 0px;
}

.cardFilter .input-group select,
.cardFilter .input-group input {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #fff;
    background-color: transparent;
    box-shadow: none !important;
    border: none !important;
    padding-left: 10px;
    padding-right: 10px;
}

.cardFilter .input-group select:focus,
.cardFilter .input-group input:focus {
    box-shadow: none !important;
    border: none !important;
}

.hero-proposer .cardFilter .input-group select,
.hero-proposer .cardFilter .input-group input {
    color: #0D0E30;
}

.cardFilter .btn {
    min-height: 54px;
}

.cardFilter input[type="date"]::-webkit-calendar-picker-indicator,
.cardFilter input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background-image: url('../img/home/date.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: transparent;
    /* Cache l'icône par défaut */

}

.hero-proposer .cardFilter input[type="date"]::-webkit-calendar-picker-indicator,
.hero-proposer .cardFilter input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background-image: url('../img/home/date2.svg') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: transparent;
    /* Cache l'icône par défaut */

}

@media(max-width:1200px) {
    .cardFilter .card-body {
        flex-wrap: wrap;
        justify-content: start;
        gap: 20px
    }

    .cardFilter .input-group select,
    .cardFilter .input-group input {
        font-size: 15px;
    }
}

@media(max-width:992px) {

    .cardFilter .input-group select,
    .cardFilter .input-group input {
        font-size: 14px;
    }
}

@media(max-width:768px) {

    .cardFilter .input-group select,
    .cardFilter .input-group input {
        font-size: 12px;
    }
}

@media(max-width:570px) {
    .cardFilter .card-body {
        display: block;
    }

    .cardFilter .input-group {
        max-width: none;
        margin-bottom: 1rem;
    }

    .cardFilter .btn {
        width: 100%;
    }
}

/*-----------------------
cardTrajet
------------------------*/
.cardTrajet {
    background: #FFFFFF;
    border-radius: 25px;
    width: 100%;
    max-width: 437px;
    height: 100%;
    min-height: 386px;
    padding: 4px 4px;
    border: 1px solid #BBBCDA;
}

.cardTrajet.proposer {
    border: 1px solid #FF8382;
    padding: 4px 4px;
}

.cardTrajet .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #DEDFED;
    min-height: 81px;
    justify-content: space-between;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 25px 25px 0 0;
}

.cardTrajet.proposer .card-header {
    background-color: #FFF3F3;
}

.cardTrajet .card-header h3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    color: #242788;
    line-height: 27px;
    letter-spacing: 0%;
    padding: 2px 7px;
    border-radius: 25px;
    background-color: #FFFFFF;
}

.cardTrajet.proposer .card-header h3 {
    background-color: #FFFFFF;
    padding: 2px 7px;
    border-radius: 25px;
    color: #FF8382;
    font-size: 13px;
}

.cardTrajet .card-body {
    display: flex;
    align-items: start;
    justify-content: start;
    background-color: #DEDFED;
    border-radius: 0 0 25px 25px;
}

.cardTrajet.proposer .card-body {
    background-color: #FFF3F3;
    border-radius: 0 0 25px 25px;
}

.cardTrajet .card-body .left img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;

}

.cardTrajet .card-body .left .rating {
    padding: 2px 7px;
    border-radius: 25px;
    background: #FBA736;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardTrajet.proposer .card-body .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardTrajet.proposer .card-body .top h5 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FF8382;
    background-color: #FFFFFF;
    padding: 2px 7px;
    border-radius: 25px;
}

.cardTrajet .card-body .right h4 {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0C0C0C;
}

.cardTrajet .card-body .right p {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0C0C0C;
    display: flex;
    align-items: center;
    justify-content: start;
}

.cardTrajet.proposer .card-body .right p {
    font-size: 13px;
    color: #595959;
}

.cardTrajet .card-body .right p img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.cardTrajet .card-body .right span {
    border-radius: 25px;
    padding: 10px 10px;
    color: #59200C;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardTrajet .card-body .right span img {
    margin-right: 3px;
    width: 14px;
    height: 14px;
}

.cardTrajet .desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0C0C0C;
}

.cardTrajet .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardTrajet .price h5 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-wrap: nowrap;
}

.cardTrajet .price p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #595959;
}

.cardTrajet .card-footer .btn {
    font-size: 12px;
    font-weight: 400;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;

}

@media(max-width:992px) {

    .cardTrajet .card-body .right h4 {
        font-size: 16px;
    }

    .cardTrajet .card-body .left img {
        width: 55px;
        height: 55px;
    }

    .cardTrajet .card-header h3,
    .cardTrajet .card-body .left .rating,
    .cardTrajet .card-body .right p,
    .cardTrajet .price p {
        font-size: 13px;
    }

    .cardTrajet .card-body .right p img {
        width: 20px;
        height: 20px;
    }

    .cardTrajet .card-body .right span img {
        width: 10px;
        height: 10px;
    }

    .cardTrajet .desc {
        font-size: 11px;
    }

    .cardTrajet .price h5 {
        font-size: 15px;
    }
}

@media(max-width:768px) {

    .cardTrajet .card-header h3,
    .cardTrajet .card-body .right h4 {
        font-size: 15px;
    }

    .cardTrajet .card-body .left img {
        width: 50px;
        height: 50px;
    }

    .cardTrajet .card-header h3,
    .cardTrajet .card-body .left .rating,
    .cardTrajet .card-body .right p,
    .cardTrajet .price p {
        font-size: 12px;
    }

    .cardTrajet .card-body .right p img {
        width: 15px;
        height: 15px;
    }

    .cardTrajet .card-body .right span img {
        width: 10px;
        height: 10px;
    }

    .cardTrajet .desc {
        font-size: 10px;
    }

    .cardTrajet .price h5 {
        font-size: 14px;
    }
}

@media(max-width:570px) {

    .cardTrajet .card-header h3,
    .cardTrajet .card-body .right h4 {
        font-size: 14px;
    }

    .cardTrajet .card-body .left img {
        width: 45px;
        height: 45px;
    }

    .cardTrajet .card-header h3,
    .cardTrajet .card-body .left .rating,
    .cardTrajet .card-body .right p,
    .cardTrajet .price p {
        font-size: 11px;
    }

    .cardTrajet .card-body .right p img {
        width: 14px;
        height: 14px;
    }

    .cardTrajet .card-body .right span img {
        width: 10px;
        height: 10px;
    }

    .cardTrajet .desc {
        font-size: 10px;
    }

    .cardTrajet .card-footer {
        display: block;
    }

    .cardTrajet .card-footer .price {
        display: flex;
        align-items: center;
        justify-content: start;
        column-gap: 5px;
        margin-bottom: 10px;
    }

    .cardTrajet .price h5 {
        font-size: 13px;
    }
}

/*-----------------------------
offcanvasAuth
-------------------------------*/
.offcanvasAuth,
.offcanvasDetails {
    width: 50% !important;
    max-width: 747px;
    border-radius: 25px 0px 0px 25px;
    z-index: 9999;
}

.offcanvasAuth .offcanvas-header {
    background: #242788;
    min-height: 94px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.offcanvasAuth .offcanvas-header .logo {
    width: 88px;
    height: 39px;
    object-fit: contain;
}

.offcanvasAuth .offcanvas-header .btn-close {
    opacity: 1;
    --bs-btn-close-bg: none !important;
    box-shadow: none !important;
    border: none !important;
}

.offcanvasAuth .offcanvas-header .btn-close svg {
    display: none;
}

.offcanvasAuth .offcanvas-header .btn-close i {
    font-size: 1rem;
    color: #fff;
}

.offcanvas-body::-webkit-scrollbar {
    width: 0px;
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.offcanvas-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media(max-width:992px) {
    .offcanvasAuth .offcanvas-header .logo {
        width: 70px;
        height: 30px;
        object-fit: contain;
    }

    .offcanvasAuth .offcanvas-header {
        min-height: 80px;
        padding-top: 8px;
        padding-right: 15px;
        padding-bottom: 8px;
        padding-left: 15px;
    }
}

@media(max-width:768px) {
    .offcanvasAuth {
        width: 100% !important;
    }

    .offcanvasAuth .offcanvas-header .logo {
        width: 60px;
        height: 30px;
        object-fit: contain;
    }

    .offcanvasAuth .offcanvas-header {
        min-height: 70px;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
    }
}

/*---------------------------
formulaire
-------------------------------*/
.formulaire h5 {
    font-family: Satoshi;
    font-weight: 900;
    font-style: Black;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -4%;
    vertical-align: middle;
    color: #242788;
}

.formulaire p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #242788;
}

.formulaire .form-label {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0D0E30;
}

.formulaire .form-control,
.formulaire .form-select {
    border: 1px solid #0D0E30;
    min-height: 50px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0D0E30;
    box-shadow: none !important;
}

.formulaire .form-control::placeholder {
    color: #4c4c4c;
}

.formulaire a {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    color: #242788;
}

.formulaire .input-group {
    border: 1px solid #242788;
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    min-height: 50px;
    border-radius: 25px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-width: 1px;
    align-items: start;

}

.formulaire .input-group span {
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding-left: 15px;
    padding-right: 5px;
}

.formulaire .input-group select,
.formulaire .input-group .form-control {
    background-color: transparent;
    box-shadow: none !important;
    border: none !important;
    padding-left: 15px;
    padding-right: 15px;
    min-height: auto;
}

.formulaire .input-group select:focus,
.formulaire .input-group .form-control:focus {
    box-shadow: none !important;
    border: none !important;
}

.formulaire.fs-sm .form-label,
.formulaire.fs-sm .form-control,
.formulaire.fs-sm .form-select {
    font-size: 13px;
    border-radius: 20px !important;
}

.formulaire.fs-sm .input-group {
    border-radius: 20px !important;
}

.formulaire .input-password {
    border: 1px solid #0D0E30;
    min-height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: nowrap;
}

.formulaire .input-password .form-control {
    border: none !important;
    min-height: auto !important;
}

.formulaire .input-password span {
    margin-right: 5px;
}

@media(max-width:992px) {
    .formulaire h5 {
        font-size: 20px;
    }

    .formulaire p,
    .formulaire .input-group select,
    .formulaire .input-group .form-control {
        font-size: 15px;
    }

    .formulaire .form-label,
    .formulaire .form-control,
    .formulaire .form-select,
    .formulaire a {
        font-size: 13px;
    }

    .formulaire.fs-sm .form-label,
    .formulaire.fs-sm .form-control,
    .formulaire.fs-sm .form-select {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .formulaire h5 {
        font-size: 18px;
    }

    .formulaire p,
    .formulaire .input-group select,
    .formulaire .input-group .form-control {
        font-size: 14px;
    }

    .formulaire .form-label,
    .formulaire .form-control,
    .formulaire .form-select,
    .formulaire a {
        font-size: 12px;
    }
}

/*-----------------------------
offcanvasDetails
-------------------------------*/
.offcanvasDetails {
    width: 50% !important;
    max-width: 747px;
    border-radius: 25px 0px 0px 25px;
    z-index: 9999;
}

.offcanvasDetails .offcanvas-header {
    background: #E9E9F3;
    min-height: 94px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 25px 0 0 0;
}


.offcanvasDetails .offcanvas-header .btn-close {
    opacity: 1;
    --bs-btn-close-bg: none !important;
    box-shadow: none !important;
    border: none !important;
}

.offcanvasDetails .offcanvas-header .btn-close svg {
    display: none !important;
}

.offcanvasDetails .offcanvas-header .btn-close i {
    font-size: 1rem;
    color: #242788;
}

@media(max-width:992px) {
    .offcanvasDetails .offcanvas-header {
        min-height: 80px;
        padding-top: 8px;
        padding-right: 15px;
        padding-bottom: 8px;
        padding-left: 15px;
    }
}

@media(max-width:768px) {
    .offcanvasDetails {
        width: 100% !important;
    }

    .offcanvasDetails .offcanvas-header {
        min-height: 70px;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
    }
}

/*----------------------------
detaisTrajet
------------------------------*/
.detaisTrajet .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #DEDFED;
    min-height: 81px;
    justify-content: space-between;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 25px 0 0 0;

}

.detaisTrajet.passager .offcanvas-header {
    background-color: #FFF3F3;
}

.detaisTrajet .offcanvas-header h3 {
    font-family: Inter;
    font-weight: 600;

    font-size: 18px;
    color: #242788;
    line-height: 27px;
    letter-spacing: 0%;

}

.detaisTrajet .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detaisTrajet .top .user {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;

}

.detaisTrajet .top .rating {
    padding: 2px 7px;
    border-radius: 25px;
    background: #FBA736;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detaisTrajet .top h4 {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0C0C0C;
}

.detaisTrajet .auto {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0C0C0C;
    display: flex;
    align-items: center;
    justify-content: start;
}

.detaisTrajet .auto img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.detaisTrajet .badges span {
    border-radius: 25px;
    padding: 10px 10px;
    color: #59200C;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detaisTrajet .badges span img {
    margin-right: 3px;
    width: 14px;
    height: 14px;
}

.detaisTrajet .desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0C0C0C;
}

.detaisTrajet .offcanvas-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.detaisTrajet .top h5 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-wrap: nowrap;
}

.detaisTrajet .top .price p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #595959;
}

.detaisTrajet h6 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0D0E30;
}

.detaisTrajet .adresse {
    display: flex;
    align-items: center;
    justify-content: start;
}

.detaisTrajet .adresse .images {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.detaisTrajet .adresse .text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.detaisTrajet .adresse .text p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0D0E30;
}

@media(max-width:992px) {

    .detaisTrajet .offcanvas-header h3,
    .detaisTrajet .top h4 {
        font-size: 16px;
    }

    .detaisTrajet .top .user {
        width: 55px;
        height: 55px;
    }

    .detaisTrajet .top .rating,
    .detaisTrajet .auto,
    .detaisTrajet .top .price p,
    .detaisTrajet h6,
    .detaisTrajet .adresse .text p {
        font-size: 13px;
    }

    .detaisTrajet .auto img {
        width: 20px;
        height: 20px;
    }

    .detaisTrajet .badges span img {
        width: 10px;
        height: 10px;
    }

    .detaisTrajet .desc {
        font-size: 11px;
    }

    .detaisTrajet .top h5 {
        font-size: 15px;
    }
}

@media(max-width:768px) {

    .detaisTrajet .offcanvas-header h3,
    .detaisTrajet .top h4 {
        font-size: 15px;
    }

    .detaisTrajet .top .user {
        width: 50px;
        height: 50px;
    }

    .detaisTrajet .top .rating,
    .detaisTrajet .auto,
    .detaisTrajet .top .price p,
    .detaisTrajet h6,
    .detaisTrajet .adresse .text p {
        font-size: 12px;
    }

    .detaisTrajet .auto img {
        width: 15px;
        height: 15px;
    }

    .detaisTrajet .badges span img {
        width: 10px;
        height: 10px;
    }

    .detaisTrajet .desc {
        font-size: 10px;
    }

    .detaisTrajet .top h5 {
        font-size: 14px;
    }
}

@media(max-width:570px) {

    .detaisTrajet .offcanvas-header h3,
    .detaisTrajet .top h4 {
        font-size: 14px;
    }

    .detaisTrajet .top {
        display: block !important;
    }

    .detaisTrajet .top .user {
        width: 45px;
        height: 45px;
    }

    .detaisTrajet .top .rating,
    .detaisTrajet .auto,
    .detaisTrajet .top .price p,
    .detaisTrajet h6,
    .detaisTrajet .adresse .text p {
        font-size: 11px;
    }

    .detaisTrajet .auto img {
        width: 14px;
        height: 14px;
    }

    .detaisTrajet .badges span img {
        width: 10px;
        height: 10px;
    }

    .detaisTrajet .desc {
        font-size: 10px;
    }

    .detaisTrajet .card-footer {
        display: block;
    }

    .detaisTrajet .top .price {
        display: flex;
        align-items: center;
        justify-content: start;
        column-gap: 5px;
        margin-bottom: 10px;
        margin-top: 1rem;
    }

    .detaisTrajet .top h5 {
        font-size: 13px;
    }
}

/*---------------------------
hero-details
-----------------------------*/
.hero-details {
    min-height: 300px;
}

.hero-details a {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0%;

}

.hero-details .media {
    display: flex;
    align-items: center;
    justify-content: start;
}

.hero-details .media img {
    width: 62px;
    height: 62px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.hero-details .media h1 {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
}

.hero-details .media p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
}

.hero-details ul {
    list-style: none;
    padding-left: 0px;
}

.hero-details ul li {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #fff;
}

.hero-details .right p {
    display: flex;
    align-items: center;
    justify-content: start;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.hero-details .right p img {
    width: 23px;
    height: 23px;
    object-fit: contain;
}

.hero-details .rating {
    display: flex;
    align-items: center;
    justify-content: start;
}

.hero-details .rating span {
    padding: 5px 8px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    background-color: #FBA736;
    border-radius: 25px;
}

.hero-details .rating p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
}

@media(max-width:992px) {

    .hero-details a,
    .hero-details .right p {
        font-size: 15px;
    }

    .hero-details .media img {
        width: 55px;
        height: 55px;
    }

    .hero-details .media h1 {
        font-size: 16px;
    }

    .hero-details .media p {
        font-size: 12px;
    }

    .hero-details .right p img {
        width: 20px;
        height: 20px;
    }
    .hero-details .rating span {
        font-size: 13px;
    }
}

@media(max-width:768px) {

    .hero-details a,
    .hero-details .right p {
        font-size: 14px;
    }

    .hero-details .media img {
        width: 50px;
        height: 50px;
    }

    .hero-details .media h1 {
        font-size: 15px;
    }

    .hero-details .media p {
        font-size: 11px;
    }

    .hero-details .right p img {
        width: 15px;
        height: 15px;
    }
}

@media(max-width:570px) {
    .hero-details {
        min-height: auto;
    }

    .hero-details .media img {
        width: 45px;
        height: 45px;
    }

    .hero-details .media h1 {
        font-size: 14px;
    }

    .hero-details .media p {
        font-size: 11px;
    }

    .hero-details .right p,
    .hero-details .right .serie {
        justify-content: start !important;
    }
}

/*--------------------------
cardDetails
---------------------------*/
.cardDetails {
    background: #E9E9F3;
    border-radius: 25px;
    width: 100%;
    padding: 40px 50px;
    margin-top: -50px;
}

.cardDetails.secondary {
    border-color: #FF8382 !important;
}

.cardDetails .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardDetails .card-header .left p {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #242788;
}

.cardDetails .card-header .left h2 {
    font-family: Satoshi;
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -4%;
    color: #242788;
}


.cardDetails .card-header .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cardDetails .price h3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    color: #242788;
}

.cardDetails .price h3 small {
    font-weight: 400;
    font-size: 16px;
}

.cardDetails .card-header .right .dropdown i {
    font-size: 1.5rem;
}

.cardDetails .card-body .badges .badge {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #592E2E;
    padding: 10px;
}

.cardDetails .card-body h4 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0D0E30;
}

.cardDetails .card-body .adresse {
    display: flex;
    align-items: center;
    justify-content: start;
}

.cardDetails .card-body .adresse .images {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.cardDetails .card-body .adresse .text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.cardDetails .card-body .adresse .text p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0D0E30;
}

.btnMsg {
    background: #FFD9D8;
    width: 55px !important;
    height: 55px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px;
}

.btnMsg img {
    width: 50% !important;
    height: 50% !important;
    object-fit: contain;
}

.btnMsg:hover,
.btnMsg:focus {
    background: #fdaaa7;
}

.cardDetails .media img {
    width: 89px;
    height: 89px;
    border-radius: 50%;
    object-fit: cover;
}

.cardDetails .media h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0C0C0C;
}

.cardDetails .media p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #595959;
}

.cardDetails.propForm {
    background-color: transparent;
    border: 1px solid #FF8382;
}

@media(max-width:992px) {
    .btnMsg {
        width: 50px !important;
        height: 50px !important;
    }

    .cardDetails {
        padding: 35px 45px;
        margin-top: 0px;
    }

    .cardDetails .card-header .left p {
        font-size: 11px;
    }

    .cardDetails .card-header .left h2 {
        font-size: 20px;
    }

    .cardDetails .price h3 {
        font-size: 18px;
    }

    .cardDetails .price h3 p {
        font-size: 15px;
    }

    .cardDetails .card-body h4,
    .cardDetails .card-body .adresse .text p {
        font-size: 13px;
    }

    .cardDetails .media img {
        width: 69px;
        height: 69px;
    }

    .cardDetails .media h2 {
        font-size: 16px;
    }

    .cardDetails .media p {
        font-size: 12px;
    }
}


@media(max-width:768px) {
    .btnMsg {
        width: 45px !important;
        height: 45px !important;
    }

    .cardDetails {
        padding: 30px 40px;
    }

    .cardDetails .card-header {
        position: relative;
        display: block;
    }

    .cardDetails .card-header .right {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: start;
    }

    .cardDetails .card-header .right .btn {
        width: 100%;
    }

    .cardDetails .card-header .right h3 br {
        display: none;
    }

    .cardDetails .card-header .dropdown {
        position: absolute;
        top: 0;
        right: 0;
    }

    .cardDetails .card-header .left p {
        font-size: 11px;
    }

    .cardDetails .card-header .left h2 {
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .cardDetails .price h3 {
        font-size: 16px;
    }

    .cardDetails .price h3 p {
        font-size: 14px;
    }

    .cardDetails .card-body h4,
    .cardDetails .card-body .adresse .text p {
        font-size: 12px;
    }

    .cardDetails .infos {
        flex-direction: column-reverse;
        justify-content: start;
        align-items: start;
    }

    .cardDetails .infos .price h3 {
        margin-bottom: 1rem;
    }

    .cardDetails .media {
        margin-bottom: 1rem;
    }

    .cardDetails .media img {
        width: 55px;
        height: 55px;
    }

    .cardDetails .media h2 {
        font-size: 15px;
    }

    .cardDetails.proposition .card-header .right {
        flex-direction: row;
        justify-content: space-between;
    }
}


@media(max-width:570px) {
    .btnMsg {
        width: 40px !important;
        height: 40px !important;
    }

    .cardDetails {
        padding: 15px 15px;
    }

    .cardDetails .card-header .left p {
        font-size: 11px;
    }

    .cardDetails .card-header .left h2 {
        font-size: 16px;
    }

    .cardDetails .price h3 {
        font-size: 15px;
    }

    .cardDetails .price h3 p {
        font-size: 13px;
    }

    .cardDetails .card-body h4,
    .cardDetails .card-body .adresse .text p {
        font-size: 12px;
    }

    .cardDetails .media img {
        width: 45px;
        height: 45px;
    }

    .cardDetails .media h2 {
        font-size: 14px;
    }
}

/*-----------------------------
modal
------------------------------*/
.modal .modal-content {
    border-radius: 25px;
}

.modal .modal-header {
    background: #E9E9F3;
    border: none;
    border-radius: 25px 25px 0 0;
    min-height: 60px;
}

.modal .modal-header .btn-close {
    position: relative;
    box-shadow: none;
    border: none;
    background: transparent;
    transition: none;
    transform: none;
    inset-block-start: unset;
    inset-inline-end: unset;
}

.modal .modal-header .modal-title {
    font-family: Satoshi;
    font-weight: 900;
    font-size: 24px;
    color: #242788;
    line-height: 100%;
    letter-spacing: -4%;
    vertical-align: middle;
}

.modal .modal-footer {
    border: none;
}

@media(max-width:992px) {
    .modal .modal-header .modal-title {
        font-size: 20px;
    }
}

@media(max-width:768px) {
    .modal .modal-header .modal-title {
        font-size: 18px;
    }
}

@media(max-width:570px) {
    .modal .modal-header .modal-title {
        font-size: 16px;
    }
}

/*---------------------
nav-page
-----------------------*/
.nav-page .nav-link {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #242788;
}

.nav-page .nav-link i {
    font-size: 1rem;
    color: #fff;
}

.nav-page .nav-link:hover {
    background-color: #161857;
}

/*----------------------------
sectionPassager
------------------------------*/
.sectionPassager {
    margin-top: -30px;
    position: relative;
}

@media(max-width:992px) {
    .sectionPassager {
        margin-top: 0px;
    }
}

/*------------------------
hero-propositions
-----------------------------*/
.hero-propositions a {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #fff;
}

.hero-propositions h1 {
    font-family: Satoshi;
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -4%;
    color: #fff;
}

.hero-propositions p {
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #fff;
}

.hero-propositions .left .badge {
    padding: 5px 5px;
    font-size: 12px;
}

.hero-propositions .right h2 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.hero-propositions .right .badges .badge {
    padding: 10px;
    color: #2E4300;
    font-size: 13px;
}

@media(max-width:992px) {

    .hero-propositions a,
    .hero-propositions .right h2 {
        font-size: 15px;
    }

    .hero-propositions h1 {
        font-size: 35px;
    }

    .hero-propositions p,
    .hero-propositions .right .badges .badge {

        font-size: 12px;
    }
}

@media(max-width:768px) {

    .hero-propositions a,
    .hero-propositions .right h2 {
        font-size: 14px;
    }

    .hero-propositions h1 {
        font-size: 30px;
    }

    .hero-propositions .right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 1rem;
    }
}

@media(max-width:570px) {

    .hero-propositions a,
    .hero-propositions .right h2 {
        font-size: 14px;
    }

    .hero-propositions h1 {
        font-size: 30px;
    }

    .hero-propositions .right {
        display: block !important;
        text-align: left;
    }

    .hero-propositions .right .top {
        display: block !important;
        margin-bottom: 1rem;
    }

    .hero-propositions .right .badges {
        justify-content: start !important;
    }
}

/*------------------------
propositions
-----------------------------*/
.propositions .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.propositions .top h6 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    color: #0C0C0C;
    line-height: 27px;
    letter-spacing: 0%;

}

.propositions .top span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0%;
    background: #75AB00 !important;
}

.propositions .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #999999;
}

.propositions .box:last-child {
    border-bottom: none;
}

.propositions .box .left {
    display: flex;
    align-items: center;
    justify-content: start;
}

.propositions .box .left img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.propositions .box .left h3 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    color: #0C0C0C;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.propositions .box .left .rating {
    padding: 2px 5px;
    border-radius: 25px;
    background: #FBA736;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.propositions .box .left p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    color: #242788;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;

}

.propositions .box .right {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.propositions .box .right p {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #0C0C0C;
    display: flex;
    align-items: center;
    justify-content: start;
}

.propositions .box .right p img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.propositions .box .right .badge {
    font-weight: 400;
    color: #0C0C0C;
    font-size: 12px;
}

@media(max-width:992px) {

    .propositions .top h6,
    .propositions .top span {
        font-size: 16px;
    }

    .propositions .box .left img {
        width: 50px;
        height: 50px;
    }

    .propositions .box .left h3,
    .propositions .box .right p {
        font-size: 13px;
    }

    .propositions .box .right p img {
        width: 20px;
        height: 20px;
    }
}

@media(max-width:768px) {

    .propositions .top h6,
    .propositions .top span {
        font-size: 15px;
    }

    .propositions .box .left img {
        width: 45px;
        height: 45px;
    }

    .propositions .box .left h3,
    .propositions .box .right p {
        font-size: 12px;
    }

    .propositions .box .right p img {
        width: 15px;
        height: 15px;
    }
}

@media(max-width:570px) {
    .propositions .box {
        display: block;
    }

    .propositions .box .right {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 1rem;
        column-gap: 5px;
        flex-wrap: wrap;
    }
}

/*----------------------------------
cardProposition
----------------------------------*/
.cardProposition {
    background: #FFECEC;
    width: 100%;
    border-radius: 25px;
    padding: 40px 50px;
}

.cardProposition.trajet {
    background-color: #DEDFED;
}

.cardProposition .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cardProposition .card-header h2 {
    font-family: Satoshi;
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -4%;
    color: #242788;
}

.cardProposition .card-header a {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: right;
    color: #242788;
}

.cardProposition .card-header .dropdown .btn {
    border-radius: 12px;
    padding: 5px 5px;
    font-size: 14px;
    font-weight: 400;
}

.cardProposition .card-header .dropdown .btn img {
    width: 15px;
    height: 15px;
}

.cardProposition .card-body .propositionBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
}

.cardProposition .propositionBox .left {
    display: flex;
    align-items: center;
    justify-content: start;
}

.cardProposition .propositionBox .left img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 0.5rem;
}

.cardProposition .propositionBox .left .rating {
    width: fit-content;
    background: #FBA736;
    border-radius: 25px;
    padding: 2px 5px;
    font-family: Inter;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
}

.cardProposition .propositionBox .left h3 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0C0C0C;
}

.cardProposition .propositionBox .left .btn {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 500;
}

.cardProposition .propositionBox .left .btn i {
    font-size: 12px;
}

.cardProposition .propositionBox .left p {
    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0C0C0C;
    text-transform: capitalize;
}

.cardProposition .propositionBox .left .type {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #595959;
}

.cardProposition .propositionBox .left small {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0C0C0C;
    text-transform: capitalize;
}

.cardProposition .propositionBox .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cardProposition .propositionBox .right .btn {
    font-size: 14px;
    font-weight: 500;
}

@media(max-width:992px) {
    .cardProposition {
        padding: 30px 40px;
    }

    .cardProposition .card-header h2 {
        font-size: 20px;
    }

    .cardProposition .card-header a {
        font-size: 13px;
    }

    .cardProposition .propositionBox .left img {
        width: 55px;
        height: 55px;
    }

    .cardProposition .propositionBox .left h3 {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .cardProposition {
        padding: 20px 30px;
    }

    .cardProposition .card-header h2 {
        font-size: 18px;
    }

    .cardProposition .card-header a {
        font-size: 12px;
    }

    .cardProposition .card-body .propositionBox {
        display: block;
    }

    .cardProposition .card-body .propositionBox .top {
        justify-content: space-between !important;
    }

    .cardProposition .propositionBox .left .btn {
        padding: 5px 15px;
    }

    .cardProposition .propositionBox .right {
        margin-top: 1rem;
    }

    .cardProposition .propositionBox .right .btn {
        width: 100%;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .cardProposition .propositionBox .left img {
        width: 50px;
        height: 50px;
    }

    .cardProposition .propositionBox .left h3 {
        font-size: 14px;
    }
}

/*-------------------------------
cardProfil
--------------------------------*/
.cardProfil {
    background: #FFFFFF;
    border-radius: 25px;
    width: 100%;
}

.cardProfil .left {
    background: #E9E9F3;
    border-radius: 25px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cardProfil .left .imageUser {
    border: 2px solid #FFFFFF;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    object-fit: cover;
}

.cardProfil .left h1 {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #242788;
}

.cardProfil .left p {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #242788;
}

.cardProfil .left .rating {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardProfil .left .rating .badge {
    background-color: #FBA736;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding: 2px 5px;
    margin-right: 5px;
}

.cardProfil .left .rating small {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 8px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #242788;
}

.cardProfil .left .bottom {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.cardProfil .left .bottom p {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: start;
}

.cardProfil .left .bottom p img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}

.cardProfil .right .label {
    display: flex;
    align-items: start;
    justify-content: start;
}

.cardProfil .right .label img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-top: 2px;
}

.cardProfil .right .label p {
    font-family: Inter;
    font-weight: 400;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #242788;
}

.cardProfil .right .badge {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
}

.cardProfil .right .bottom {
    border-top: 2px solid #BBBCDA;
}

@media(max-width:992px) {
    .cardProfil .left .imageUser {
        width: 100px;
        height: 100px;
    }

    .cardProfil .left h1 {
        font-size: 16px;
    }

    .cardProfil .left .bottom p img,
    .cardProfil .right .label img {
        width: 15px;
        height: 15px;
    }

    .cardProfil .right .label p,
    .cardProfil .right .badge {
        font-size: 15px;
    }

    .cardProfil .right .top {
        flex-direction: column-reverse;
    }

    .cardProfil .right .actions {
        margin-bottom: 1rem !important;
    }
}

@media(max-width:768px) {
    .cardProfil .left .imageUser {
        width: 80px;
        height: 80px;
    }

    .cardProfil .left h1 {
        font-size: 15px;
    }

    .cardProfil .left .bottom {
        flex-direction: column;
        align-items: center;
    }

    .cardProfil .left .bottom p {
        margin-bottom: 10px;
        justify-content: center;
    }

    .cardProfil .left .bottom p img,
    .cardProfil .right .label img {
        width: 13px;
        height: 13px;
    }

    .cardProfil .right .label p,
    .cardProfil .right .badge {
        font-size: 14px;
    }

    .cardProfil .right .top {
        flex-direction: column-reverse;
    }

    .cardProfil .right .top {
        margin-top: 1rem;
    }
}

@media(max-width:570px) {
    .cardProfil .left .imageUser {
        width: 60px;
        height: 60px;
    }

    .cardProfil .left h1 {
        font-size: 14px;
    }

    .cardProfil .right .label p,
    .cardProfil .right .badge {
        font-size: 12px;
    }

    .cardProfil .right .top {
        margin-top: 1rem;
    }

    .cardProfil .right .actions {
        justify-content: start !important;
    }

    .cardProfil .right .actions .badge,
    .cardProfil .right .actions .btn {
        width: 100%;
        padding: 15px 10px !important;
    }
}

/*--------------------------------
nav-tabs
--------------------------------*/
.nav-tabs {
    background: #FFFFFF;
    border-radius: 50px;
    padding: 10px 10px;
}

.nav-tabs .nav-link {
    font-family: Satoshi;
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -4%;
    color: #242788;
    padding: 20px 20px;
    border: none !important;
    box-shadow: none;
    border-radius: 50px;
}

.nav-tabs .nav-link:hover {
    background: #E9E9F3;
    color: #242788 !important;
}

.nav-tabs .nav-link.active {
    background: #E9E9F3;
    box-shadow: none !important;
    color: #242788 !important;
}

@media(max-width:992px) {
    .nav-tabs .nav-link {
        font-size: 20px;
        padding: 15px 15px;
    }

    .nav-tabs {
        border-radius: 45px;
    }
}

@media(max-width:768px) {
    .nav-tabs .nav-link {
        font-size: 18px;
        padding: 10px 10px;
    }

    .nav-tabs {
        border-radius: 40px;
    }
}

@media(max-width:570px) {
    .nav-tabs .nav-link {
        font-size: 16px;
        padding: 8px 8px;
    }

    .nav-tabs {
        border-radius: 30px;
    }
}

/*----------------------------
cardVehicule
----------------------------*/
.cardVehicule {
    background: #FFFFFF;
    border-radius: 25px;
    width: 100%;
    max-width: 437px;
    height: 100%;
    min-height: 386px;
    padding: 4px 4px;
    border: 1px solid #BBBCDA;
}

.cardVehicule.passager {
    border-color: #FFD9D8;
}

.cardVehicule .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #E9E9F3;
    border-radius: 25px 25px 0 0;
}

.cardVehicule.passager .card-header,
.cardVehicule.passager .card-body {
    background-color: #FFF3F3;
}

.cardVehicule .card-header h3 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #242788;
}

.cardVehicule.passager .card-header h3 {
    color: #FF8382;
}

.cardVehicule .card-header p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #242788;
}

.cardVehicule.passager .card-header p {
    color: #0C0C0C;
}

.cardVehicule .card-body {
    background-color: #E9E9F3;
    border-radius: 0 0 25px 25px;
}

.cardVehicule .card-header .badge {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #82BE00;
}

.cardVehicule .img-car {
    width: 100%;
    height: 191px;
    object-fit: contain;
}

.cardVehicule .infos {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.cardVehicule .infos p {
    display: flex;
    align-items: center;
    justify-content: start;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #242788;
}

.cardVehicule .infos p a {
    color: #242788;
    text-decoration: underline !important;
}

.cardVehicule .infos p img {
    width: 12px;
    height: 13px;
    object-fit: contain;
    margin-right: 5px;
}

@media(max-width:992px) {
    .cardVehicule .card-header h3 {
        font-size: 15px;
    }

    .cardVehicule .infos p {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .cardVehicule .card-header h3 {
        font-size: 14px;
    }
}

/*------------------------------
modalForm
----------------------------------*/
.modalForm .modal-content {
    background-color: #FFFFFF;
    padding: 4px 4px;
    border-radius: 25px;
}

.modalForm .modal-content .modal-header {
    background-color: #E9E9F3;
    border-radius: 25px 25px 0 0;
}

.modalForm .modal-content .modal-body {
    background-color: #E9E9F3;
    border-radius: 0 0 25px 25px;
}

/*----------------------------
formulaire-2
------------------------------*/
.cardForm {
    background-color: #fff;
    border-radius: 25px;
}

.formulaire-2 .titre {
    display: flex;
    align-items: center;
    justify-content: start;
}

.formulaire-2 .titre span {
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #242788;
    border: 1px solid #242788;
    background-color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formulaire-2 .titre h4 {
    font-family: Satoshi;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #242788;
}

.formulaire-2 .form-label {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #242788;
}

.formulaire-2 .form-control,
.formulaire-2 .form-select {
    border: 1px solid #242788;
    background-color: #fff;
    border-radius: 8px;
    min-height: 51px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #242788;
}

.formulaire-2 .form-control::placeholder {
    color: #dcdcdc;
}

.formulaire-2 small {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #242788;
}

@media(max-width:992px) {

    .formulaire-2 .titre span,
    .formulaire-2 .titre h4 {
        font-size: 18px;
    }

    .formulaire-2 .form-label {
        font-size: 15px;
    }

    .formulaire-2 .form-control,
    .formulaire-2 .form-select {
        font-size: 13px;
    }
}

@media(max-width:768px) {

    .formulaire-2 .titre span,
    .formulaire-2 .titre h4 {
        font-size: 16px;
    }

    .formulaire-2 .form-label {
        font-size: 14px;
    }

    .formulaire-2 .form-control,
    .formulaire-2 .form-select {
        font-size: 12px;
    }
}

/*-----------------------------
cardVide
------------------------------*/
.cardVide h3 {
    font-family: Satoshi;
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -4%;
    text-align: center;
    color: #242788;
}

.cardVide p {
    font-family: Satoshi;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    color: #242788;
}
