/*************************************DEBUT SECTION RESUME***************************************/
.fa-person-hiking,
.fa-circle-right {
    color: var(--marron);
}

.loko {
    color: var(--bleumarine);
}




#resume,
#detailsVoyage,
#date_prix,
#budgets,
#infosPratiques {
    scroll-margin-top: 80px;
}

#resume {
    top: 100px;
    border: 1px solid;
    border-color: var(--gristrait);
}

.bref_circuit {
    width: 1120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 36px 57px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 60px;
    margin-bottom: 60px;
}

.bref_circuit .resume-circuit {
    width: 100%;
    height: 60px;
    display: inline-flex;
    justify-content: space-between;
}

.bref_circuit .picto {
    position: relative;
    width: 46px;
    height: 46px;
}

.bref_circuit .resume-titre {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
}

.bref_circuit .titre-texte {
    position: relative;
    width: 175px;
    height: 24px;
    margin-top: -1px;
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    color: var(--orangeocre);
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
    text-transform: uppercase;
}

.bref_circuit .titre-valeur {
    position: relative;
    width: 175px;
    height: 24px;
    font-family: "Poppins-SemiBold", Helvetica;
    font-weight: 600;
    color: var(--bleumarine);
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

.bref_circuit .prix-affiche {
    font-family: "Poppins-Bold", Helvetica;
    font-weight: 700;
    font-size: 2rem;
    top: -10px;
}

.bref_circuit .itineraires_circuit,
.bref_circuit .duree_circuit,
.bref_circuit .prix_circuit,
.bref_circuit .transport_circuit {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.favorite-texte {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    top: 8px;
    left: 5px;
}

.favorite-button .icon {
    font-size: 22px;
}

.favorite-button:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}

.favorite-button:focus {
    outline: none;
}

.favorite-button:active {
    transform: scale(0.98);
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

@media screen and (max-width: 1119px) {
    #resume {
        height: 450px;
    }

    .bref_circuit {
        width: 90%;
        height: auto;
        justify-content: flex-start !important;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .bref_circuit .resume-circuit {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 30px;
    }

    .bref_circuit .itineraires_circuit,
    .bref_circuit .duree_circuit,
    .bref_circuit .prix_circuit,
    .bref_circuit .transport_circuit {
        display: flex;
    }

    .horizontal-line-md {
        display: block;
        position: relative;
        width: 100%;
        left: 0;
        margin: -10px;
    }

}

.voyage_bref {
    width: 1120px;
    height: 506px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-bottom: 120px;
}

.voyage_bref li {
    color: var(--bleumarine);
}

/*A savoir sur ce voyage*/
.voyage_bref .bloc_bref {
    /*Parent*/
    display: grid;
    grid-template-columns: repeat(3, 370px);
    grid-template-rows: 400px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: flex-start;
    position: relative;
    top: 40px;
}

.voyage_bref .brefOne {
    grid-area: 1 / 1 / 2 / 2;
    display: inline-flex;
    align-items: center;
    gap: 30px;
    position: relative;
    top: 100px;
    left: 50px;
}

/****************** BREFONE *********************/

.travel-info ul {
    list-style-type: none;
    padding: 0;
}

.travel-info li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    padding-bottom: 10px;
    /* Espacement en bas de chaque item */
    border-bottom: 1px solid #e0e0e0;
    /* Liseret entre les éléments */
}

.travel-info li:last-child {
    border-bottom: none;
    /* Pas de liseret pour le dernier élément */
}

.travel-info .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.travel-info .travel-icon {
    background-image: url('../img/product/bref/Picto_Type.svg');
    background-size: contain;
}

.travel-info .calendar-icon {
    background-image: url('../img/product/bref/Picto_depart.svg');
    background-size: contain;
}

.travel-info .group-icon {
    background-image: url('../img/product/bref/Picto_Groupe.svg');
    background-size: contain;
}

.travel-info .level-icon {
    background-image: url('../img/product/bref/Picto_Level.svg');
    background-size: contain;
}

.travel-info .levels {
    display: flex;
    margin-top: -1px;
}

.travel-info .level {
    font-size: 20px;
    color: var(--vertturquoise);
    margin-right: 3px;
}

.travel-info .level.half {
    color: #ccc;
    /* Color for half-filled stars */
}

.travel-info .flight-icon {
    background-image: url('../img/product/bref/Picto_Vol.svg');
    background-size: contain;
}

.travel-info .co2-icon {
    background-image: url('../img/product/bref/Picto_hotel.svg');
    background-size: contain;
}

.travel-info .code {
    margin-top: 10px;
    font-weight: bold;
    text-align: right;
    font-size: 12px;
}

.travel-info strong {
    font-weight: bold;
}


/****************** BREFTWO *********************/

.voyage_bref .brefTwo {
    grid-area: 1 / 2 / 3 / 3;
    position: relative;
    top: 40px;
}

.brefTwo h3 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #F8F8F8;
    font-size: 1.3rem !important;
    line-height: 1.6;
}

.review-section {
    font-family: var(--font-primary), sans-serif;
    background-color: var(--bleumarine);
    padding: 24px;
    border-radius: 10px;
    color: var(--blanctexte);
}

.rating {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}

.rating-score {
    font-size: 24px;
    font-weight: bold;
}

.stars {
    display: flex;
    margin-top: 5px;
}

.star {
    font-size: 20px;
    color: var(--vertturquoise);
    margin-right: 3px;
}

.star.half {
    color: #ccc;
    /* Color for half-filled stars */
}

.rating-notes {
    font-size: 12px;
    color: #ddd;
    margin-top: 5px;
}

.review-link {
    display: block;
    color: #ffffff;
    font-weight: bold;
    margin-top: 10px;
    text-decoration: none;
}

.private-request {
    background-color: #fff;
    color: #000;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.private-small {
    text-transform: uppercase;
    font-size: 12px;
    color: #9f8d72;
    margin-bottom: 5px;
}

.private-request p {
    margin: 0;
    font-size: 14px;
}

.request-link {
    display: block;
    color: #1a6f4d;
    font-weight: bold;
    margin-top: 10px;
    text-decoration: none;
}

.guide-section {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.guide-photo {
    width: 70px;
    height: 70px;
    margin-right: 15px;
}

.guide-photo-contact {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.guide-info {
    color: var(--blancfiligrane);
}

.guide-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px !important;
    color: var(--blancfiligrane);
    text-indent: 0!important;
}

.guide-role {
    font-size: 12px;
    text-transform: uppercase;
    color: #ddd;
    margin-bottom: 5px !important;
    text-indent: 0!important;
}

.info {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
    font-size: 1.1rem;
}

.info span {
    font-weight: bold;
    font-size: 1.4rem;
    color: #F8F8F8;
}

.price-note {
    font-size: 0.75rem;
    color: #d1d5db;
    margin-top: 0.5rem;
    font-weight: 200;
    margin-bottom: 1.5rem;
    line-height: 2;
}

.price-link {
    color: #facc15;
    font-size: 0.85rem;
    text-decoration: underline;
    cursor: pointer;
    margin: 0.5rem 0 1rem;
    display: inline-block;
}

.privatisation-section {
    margin: 1rem 0;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 0rem;
}

/****************** BREFTHREE *********************/
.voyage_bref .brefThree {
    grid-area: 1 / 3 / 2 / 4;
    position: relative;
    left: 10px;
    top: 20px;
}

.voyage-highlights {
    font-family: Arial, sans-serif;
    color: #063d43;
    padding: 20px;
    width: 350px;
}

h3 {
    color: #0a6970;
    font-size: 24px;
    margin-bottom: 15px;
}

.highlights-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.highlights-list li {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}

.highlights-list li::before {
    content: "\f058";
    /* Unicode pour l'icône check-circle */
    font-family: "Font Awesome 6 Free";
    font-weight: 500;
    /* Pour solid */
    position: absolute;
    left: -10px;
    color: var(--vertturquoise);
    font-size: 1rem;
    top: 8px;
}


.itineraries-section {
    margin-top: 20px;
}

.itineraries-section h4,
.activities-section h4 {
    font-size: 16px;
    color: var(--bleumarine);
    margin-bottom: 10px;
}

.itineraries-section p,
.activities-list p {
    font-size: 0.8rem;
    color: var(--bleumarine);
    position: relative;
    top: 2px;
}

.activities-list {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.activity {
    text-align: center;
    font-size: 12px;
}

.activity-icon {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto 5px;
}


@media screen and (max-width: 375px) {
    .reservation-bar {
        display: block !important;
    }

    .makay-daily {
        display: none;
    }

    .reservation-bar .actions {
        justify-content: space-evenly;
    }

    .price-section,
    .status-section {
        margin: 10px;
    }

    .voyage_bref {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        height: 1300px;
        top: 0;
    }

    .voyage_bref .bloc_bref {
        display: block !important;
        width: 90% !important;
        position: relative;
        top: 50px;
        margin: 10px;
    }

    .voyage_bref .brefOne {
        margin: 90px auto;
        position: relative;
        top: 130px;
        left: 0;
    }

    .travel-info ul {
        display: flex;
        flex-wrap: wrap;
    }

    .travel-info .travel-icon,
    .travel-info .calendar-icon,
    .travel-info .group-icon,
    .travel-info .level-icon,
    .travel-info .flight-icon,
    .travel-info .co2-icon,
    .travel-info .code {
        margin-right: 10px !important;
    }

    .voyage_bref .brefTwo {
        margin: 40px auto;
        position: relative;
        top: 30px;
    }

    .voyage_bref .brefThree {
        margin: 90px auto;
        left: 0;
        width: 100%;
        top: -50px;
    }

    .voyage_bref .agent_local,
    .voyage_bref .points_cles {
        left: 0 !important;
        top: 0 !important;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .voyage_bref .bloc_titre_asavoir {
        width: 100% !important;
        position: absolute !important;
        top: 60px;
    }

    .voyage_bref .titre_asavoir {
        width: 100% !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
    }

    .voyage_bref .rectangle,
    .voyage_bref .fondblanc {
        display: none;

    }

    .voyage_bref .asavoir_voyage {
        width: 98% !important;
        text-align: center;
        left: 0 !important;
        top: -150px;
        line-height: 35px !important;
    }

    .voyage_bref .atout_voyage {
        width: 100% !important;
        top: 0 !important;

    }

    .voyage_bref .voyage_descriptifs {
        width: 100% !important;
    }

    .voyage_bref .titre-guide {
        display: flex;
        width: 100%;

    }

    .voyage_bref .titre_agent_local {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .voyage_bref .nom_guide {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .voyage_bref .itineraires_items {
        width: 80% !important;
        top: -5px !important;
    }

    .voyage_bref .listes_activites {
        display: flex;
        flex-direction: column;
    }

    .date-prompt-container {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center !important;
        border-radius: 8px !important;
        -webkit-border-radius: 8px !important;
        -moz-border-radius: 8px !important;
        -ms-border-radius: 8px !important;
        -o-border-radius: 8px !important;
        height: 300px;
        width: 85% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }


    .date-prompt-content {
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 20px;
    }

    .texte-cta {
        display: block;
        text-align: center;
        margin-top: 20px;
        font-size: 1.2rem !important;
    }

    .icon {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .contact-button {
        display: inline-flex !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin: 0 auto;
    }

    .nuitHotel {
        display: block !important;
        margin: 0 auto;
    }

    .nuitHotel_img {
        margin-bottom: 20px;
    }

    .toolbar_bottom {
        display: none;
    }
}

@media screen and (min-width: 400px) and (max-width: 768px) {
    #resume {
        height: 390px;
    }
    .bref_circuit {
        margin-bottom: 0;
    }
    .date-prompt-container {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center !important;
        border-radius: 8px !important;
        -webkit-border-radius: 8px !important;
        -moz-border-radius: 8px !important;
        -ms-border-radius: 8px !important;
        -o-border-radius: 8px !important;
        height: 300px;
        width: 85% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .date-prompt-content {
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 16px;
        gap: 20px;
        font-size: 2rem;
    }

    .texte-cta {
        font-size: 1.3rem !important;
    }

    .notification-bell-dispo {
        right: 0px !important;
    }

    .makay-daily {
        display: none;
    }

    .voyage_bref {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        position: relative;
        height: 1300px;
        align-items: flex-start;
    }

    .voyage_bref .bloc_bref {
        display: block !important;
        position: relative;
        margin: 30px;
        height: 800px;
        width: 90% !important;
    }

    .voyage_bref .brefOne {
        left: 0 !important;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100% !important;
        /* margin-bottom: 70px; */
        align-items: flex-start;
        top: 0;
    }

    .voyage_bref .brefTwo {
        left: 0 !important;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100% !important;
        /* margin-bottom: 70px; */
        top: 0;
    }

    .voyage_bref .brefThree {
        width: auto !important;
    }

    .voyage_bref .titre-guide {
        display: flex;
        width: 100%;

    }

    .voyage_bref .titre_agent_local {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .voyage_bref .nom_guide {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .voyage_bref .bloc_titre_asavoir {
        width: 100% !important;
        position: absolute !important;
        margin-left: auto;
        margin-bottom: auto;
        left: 0;
        right: 0;
        text-align: center;
    }

    .voyage_bref .titre_asavoir {
        width: 100% !important;
        position: absolute !important;
        height: 700px !important;
        top: 0 !important;
        left: 0 !important;
    }

    .voyage_bref .asavoir_voyage {
        width: 100% !important;
        text-align: center;
        left: 0 !important;
    }

    .voyage_bref .rectangle {
        display: none;
    }

    .voyage_bref .atout_voyage {
        width: 100% !important;
    }

    .voyage_bref .voyage_descriptifs {
        width: 90% !important;
    }

    .date-prompt-container {
        display: block;
    }

}

@media screen and (min-width: 769px) and (max-width: 1119px) {
    .voyage_bref {
        width: 90%;
        flex-direction: column;
        height: 720px;
        margin-bottom: 700px;
    }

    .voyage_bref .bloc_bref {
        display: block;
        width: 90%;
        flex-direction: column;
        flex-wrap: wrap;
        height: 800px;
    }

    .voyage_bref .brefOne,
    .voyage_bref .brefTwo {
        width: 100%;
        height: 400px;
        margin-bottom: 30px;
        top: 0px;
    }

    .voyage_bref .brefThree {
        width: auto !important;
    }

    .voyage_bref .bloc_titre_asavoir {
        width: 100% !important;
    }

    .voyage_bref .rectangle {
        width: 100% !important;
        height: 1400px !important;
    }

    .voyage_bref .atout_voyage {
        left: 65px;
        width: 90%;
    }

}

/********************Bloc rectangulaire A savoir sur ce voyages***************************/

.voyage_bref .bloc_titre_asavoir {
    position: relative;
    height: 506px;
}

.voyage_bref .rectangle {
    width: 1120px;
    height: 600px;
    top: 28px;
    border: 1px solid;
    border-color: var(--gristrait);
    position: absolute;
    left: 0;
}

.voyage_bref .titre_asavoir {
    width: 375px;
    position: absolute;
    height: 50px;
    top: 0;
    left: 41px;
}

.voyage_bref .fondblanc {
    width: 320px;
    height: 43px;
    top: 7px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
}

.voyage_bref .asavoir_voyage {
    position: relative;
    height: 50px;
    left: 20px;
    font-family: "Poppins-Bold", Helvetica;
    font-weight: 700;
    color: var(--vertturquoise);
    font-size: 24px;
    letter-spacing: 0;
    line-height: 52px;
}

.voyage_bref .asavoir_voyage_cs {
    position: relative;
    height: 50px;
    left: -30px;
    font-family: "Poppins-Bold", Helvetica;
    font-weight: 700;
    color: var(--vertturquoise);
    font-size: 24px;
    letter-spacing: 0;
    line-height: 52px;
}

/**********************************Atout de ce voyages**********************************/
.voyage_bref .voyage_bref_titre {
    position: relative;
    font-family: "Poppins-SemiBold", Helvetica;
    font-weight: 600;
    color: var(--bleumarine);
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 46px;
    white-space: nowrap;
}

.voyage_bref .voyage_descriptifs {
    position: relative;
    width: 433px;
    height: 122px;
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    color: var(--bleumarine);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
}

/*********************************Points clé du voyage**********************************/

.voyage_bref .asavoir_itineraires {
    position: relative;
    margin-bottom: 20px;
}

.voyage_bref .asavoir_activites {
    position: relative;
    margin-bottom: 20px;
    max-width: 550px;
}

.voyage_bref .voyage_itineraires,
.voyage_bref .voyage_activites {
    width: 250px;
    position: relative;
    height: 24px;
    margin-top: -1px;
    font-family: "Poppins-SemiBold", Helvetica;
    font-weight: 600;
    color: var(--vertturquoise);
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 10px;
}

.voyage_bref .listes_itineraires {
    position: relative;
    height: 30px;
    display: inline-block;
}

.voyage_bref .picto_asavoir {
    position: relative;
    width: 16px;
    height: 22px;
    top: 0;
    left: 0;
    float: left;
    margin-right: 20px;
}

.voyage_bref .itineraires_items {
    position: relative;
    width: 424px;
    height: 24px;
    top: 6px;
    left: 10px;
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    color: var(--bleumarine);
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
}

.voyage_bref .listes_activites {
    display: inline-flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    flex: 0 0 auto;
}

.voyage_bref .activites_themes {
    position: relative;
    width: 139px;
    height: 30px;
}

.voyage_bref .activites_item {
    position: absolute;
    width: 99px;
    height: 24px;
    top: 3px;
    left: 38px;
    font-family: "Poppins-Regular", Helvetica;
    font-weight: 400;
    color: var(--bleumarine);
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
}

/*********************************Agent local Chauffeur Guide**********************************/
.voyage_bref .avatar-guide {
    position: relative;
    width: 191px;
    height: 195px;
}

.voyage_bref .titre-guide {
    position: relative;
    height: 68px;
    margin-right: -4px;
}

.voyage_bref .titre_agent_local {
    position: absolute;
    height: 38px;
    top: 0;
    left: 0;
    font-family: var(--font-primary), Helvetica;
    font-weight: 600;
    color: var(--bleumarine);
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 46px;
    white-space: nowrap;
}

.voyage_bref .nom_guide {
    position: absolute;
    height: 32px;
    top: 36px;
    left: 0;
    font-family: var(--font-primary), Helvetica;
    font-weight: 400;
    color: var(--bleumarine);
    font-size: 1rem;
    letter-spacing: normal;
    white-space: nowrap;
}

/*************************************BOOTSRTAP PERSONNALISATION************************************/
.detailsVoyage {
    width: 1120px !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0;
    right: 0;
}

.accordion {
    z-index: 10;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0;
    right: 0;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
}

.accordion-collapse {
    border-radius: .25rem !important;
    -webkit-border-radius: .25rem !important;
    -moz-border-radius: .25rem !important;
    -ms-border-radius: .25rem !important;
    -o-border-radius: .25rem !important;
}

.accordion-header {
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
    margin-top: 0 !important;
    position: sticky !important;
    top: 75px;
    /* hauteur de ton header fixe */
    z-index: 100;
    /* pour rester au-dessus */
    background: white;
    /* sinon il sera transparent */
}
/* Ajuster au scrollIntoView */
.accordion-collapse {
    scroll-margin-top: 120px!important; /* ajuste selon header/nav */
  }
  

.accordion-button {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    background-color: #f4e1d5 !important;
    border-radius: .25rem !important;
    -webkit-border-radius: .25rem !important;
    -moz-border-radius: .25rem !important;
    -ms-border-radius: .25rem !important;
    -o-border-radius: .25rem !important;
}

.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: var(--bleumarine) !important;
    background-color: #f9fbfc !important;
    font-weight: 600;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    font-family: var(--font-primary), Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: var(--bleumarine);
    padding: 3rem 5rem 3rem !important;
    line-height: 1.8;
    overflow-x: hidden;
    transition: max-height .2s ease-in-out;
    -webkit-transition: max-height .2s;
    -moz-transition: max-height .2s;
    -ms-transition: max-height .2s;
    -o-transition: max-height .2s;
}

.accordion-body ul li {
    list-style: disc;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-size: 1rem;
    margin-left: 30px;
    color: var(--bleumarine);
}

.accordion-body ul {
    margin-bottom: 10px;
}

.accordion-body p {
    color: var(--bleumarine);
    line-height: 28px;
    text-indent: 50px;
}

.env::before {
    content: '➤';
    /* ou '→', '▶', '»', selon le style voulu */
    display: inline-block;
    margin-right: 8px;
    /* espace entre la flèche et le texte */
    color: var(--marron);
}


.env {
    font-size: 0.825rem;
    font-family: var(--font-primary);
    color: var(--bleumarine);
    font-weight: 200;
    padding-left: 20px;

}

.badges_details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.badge_details {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    background-color: #f9fbff;
    font-size: 14px;
    color: var(--bleumarine);
    font-weight: 500;
    border: solid 0.5px #dee2e6;
    font-family: var(--font-primary);
}

.nuitHotel {
    margin-top: 20px;
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.hotel_img {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.nuitHotel_img {
    max-width: 300px;
    max-height: 200px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.journee-type {
    font-size: 1rem;
    font-family: var(--font-primary);
    color: var(--bleumarine);
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 50px;

}

.nuitHotel_nom {
    margin: 0;
    font-size: 0.9rem;
    margin-top: 20px;
}

h2 {
    margin-top: 1rem !important;
}

.jourprjour {
    background-color: var(--marron);
    padding: 10px 16px;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 0.825rem;
    color: aliceblue;
}

.mini-details {
    font-size: 1rem;
    margin: 10px;
    color: var(--bleumarine);
    font-family: var(--font-primary);
}

.nav-link {
    color: var(--bleumarine) !important;
}

.accordion-item {
    border: 1px solid rgba(202, 84, 20, 0.15) !important;
    border-radius: .35rem !important;
    -webkit-border-radius: .35rem !important;
    -moz-border-radius: .35rem !important;
    -ms-border-radius: .35rem !important;
    -o-border-radius: .35rem !important;
    margin-bottom: 10px;
}

.accordion-item:first-of-type {
    border-top: 0;
    border-radius: .35rem !important;
    -webkit-border-radius: .35rem !important;
    -moz-border-radius: .35rem !important;
    -ms-border-radius: .35rem !important;
    -o-border-radius: .35rem !important;
}

.menu {
    display: flex;
    padding: 1rem 5.25rem 2rem;
    flex-direction: column;
}

.menu-item {
    margin-right: 20px;
    /* Espacement entre les éléments */
    display: flex;
    align-items: center;
    font-family: var(--font-primary);
    color: var(--bleumarine);
    font-size: 0.8rem;
}

.menu-item img {
    margin-right: 5px;
    /* Espacement entre l'icône et le texte */
}

@media screen and (max-width: 375px) {
    .detailsVoyage {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu {
        padding: 2rem 1rem;
        display: block;
    }

    .menu-item {
        padding-bottom: 1rem;
    }

    .accordion-body {
        padding: 1rem 1.25rem !important;
    }

    .env {
        display: none;
    }

    .jourprjour {
        font-size: 0.825rem;
        display: contents;
        color: var(--orangeocre);
        font-weight: 600;
    }
}

@media screen and (min-width: 376px) and (max-width: 768px) {

    .detailsVoyage {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu {
        padding: 1rem 1rem;
    }

    .accordion-body {
        padding: 1rem 1.25rem !important;
    }

    .env {
        display: none;
    }

    .jourprjour {
        font-size: 0.825rem;
        display: contents;
        color: var(--orangeocre);
        font-weight: 600;
    }
}

@media screen and (min-width: 769px) and (max-width: 1119px) {
    .detailsVoyage {
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }

}

/***********************************SECTION BUDGET*************************************/
.budget-container {
    background-color: var(--blancfiligrane);
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 50px;
}

.budget-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 650px;
    grid-column-gap: 50px;
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.budget-titre {
    padding-left: 40px !important;
}

.budgetInclus {
    grid-area: 1 / 1 / 2 / 2;
    padding: 1rem 3rem;
}

.budgetNoInclus {
    grid-area: 1 / 2 / 2 / 3;
    padding: 1rem 3rem;
}

.budget_item {
    margin-right: 20px;
    /* Espacement entre les éléments */
    display: flex;
    align-items: center;
    font-family: var(--font-primary);
    color: var(--bleumarine);
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.budget_item img {
    margin-right: 1rem;
    max-width: 24px;
}

@media screen and (max-width: 375px) {
    .budget-content {
        display: block !important;
        width: 100% !important;
    }

    .budgetInclus,
    .budgetNoInclus {
        padding: 1rem;
    }
}

@media screen and (min-width: 376px) and (max-width: 768px) {

    .budget-content {
        display: block !important;
        width: 100% !important;
    }
}


/***********************************SECTION INFOS PRATIQUES : NAVTAB BOOTSTRAP*************************************/
.infos_pratiques {
    width: 1120px !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 0;
    right: 0;
}

.pratique_item {
    width: 360px;
    margin-right: 20px;
    /* Espacement entre les éléments */
    display: flex;
    align-items: center;
    font-family: var(--font-primary);
    color: var(--bleumarine);
    font-size: .90rem;
    margin-bottom: .25rem;
}

.pratique_content {
    display: grid;
    grid-template-columns: repeat(3, 360px);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.pratique_col1 {
    grid-area: 1 / 1 / 2 / 2;
}

.pratique_col2 {
    grid-area: 1 / 2 / 2 / 3;
}

.pratique_col3 {
    grid-area: 1 / 3 / 2 / 4;
}

@media screen and (max-width: 375px) {
    .trip-container {
        display: none!important;
    }
    #resume {
        height: 390px;
    }

    .infos_pratiques,
    .pratique_content {
        display: block !important;
        width: 100% !important;
    }

    .pratique_col1,
    .pratique_col2,
    .pratique_col3 {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 376px) and (max-width: 768px) {

    .infos_pratiques,
    .pratique_content {
        display: block !important;
        width: 100% !important;
    }

    .pratique_col1,
    .pratique_col2,
    .pratique_col3 {
        margin-bottom: 20px;
    }
}

/************************SECTION TABLEAU************************/
.table-responsive {
    font-family: var(--font-primary), sans-serif;
    font-size: 1rem;
}

.table th,
.table td {
    font-family: var(--font-primary), sans-serif;
    font-size: 1rem;
}

.map-container {
    position: relative;
    padding-bottom: 56.25%;
    /* Ratio 16:9 */
    height: 0;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/**********************SECTION TOOLBAR BOTTOM**********************/
#toolbar_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    text-align: center;
    display: none;
    z-index: 9999;
  }
.toolbar_bottom {
    bottom: 0;
    top: auto;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1020;
}

.trip-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: var(--bleunoir);
    color: var(--blancblanc);
    font-family: Arial, sans-serif;
    box-shadow: var(--neutral-shadow-01);

}

/* Title & Duration */
.trip-details {
    display: flex;
    align-items: center;
    gap: 20px;
}

.prix_toolbar {
    color: var(--vertturquoise);
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 5px;
    position: relative;
    top: 3px;

}

.trip-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 !important;
}

.trip-duration {
    font-size: 0.9rem;
    font-weight: 100;
    color: var(--blanctexte) !important;
    margin-bottom: 0 !important;
    display: inline;
    align-items: center;
}

/* Actions */
.trip-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    /* Space between elements */
}

.share {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-size: 0.9rem;
}

.icon {
    width: 24px !important;
    height: 24px !important;
    fill: white;
    transition: transform 0.2s ease, fill 0.2s ease;

}

.icon:hover {
    transform: scale(1.5);
    fill: #ffcc00 !important;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}

/* Button */
.download-btn,
.contact-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--orangeocre);
    color: var(--blancblanc);
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    /* Rounded corners */
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.download-btn:hover,
.contact-btn:hover {
    background-color: var(--marron);
    /* Darker shade on hover */
}

.box_sub_menu .addFavoris {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-size: 1rem;
    color: var(--bleumarine);
    font-family: var(--font-primary);
    right: 25px;
    position: absolute;
}

.addFavoris {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
}

.addFavoris span {
    font-size: 0.8rem;
    margin-right: 5px;

}

.icon {
    width: 24px !important;
    height: 24px !important;
    fill: white;
    transition: transform 0.2s ease, fill 0.2s ease;
    -webkit-transition: transform 0.2s ease, fill 0.2s ease;
    -moz-transition: transform 0.2s ease, fill 0.2s ease;
    -ms-transition: transform 0.2s ease, fill 0.2s ease;
    -o-transition: transform 0.2s ease, fill 0.2s ease;
}

.icon-date {
    width: 20px !important;
    height: 20px !important;
    fill: white;
    left: 9px;
    top: -6px !important;
    transition: transform 0.2s ease, fill 0.2s ease;
    -webkit-transition: transform 0.2s ease, fill 0.2s ease;
    -moz-transition: transform 0.2s ease, fill 0.2s ease;
    -ms-transition: transform 0.2s ease, fill 0.2s ease;
    -o-transition: transform 0.2s ease, fill 0.2s ease;
}

.icon-date:hover {
    transform: scale(1.3);
    animation: vibrate 0.3s ease-in-out infinite;
    fill: var(--orangeocre);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

/* Animation de vibration */
@keyframes vibrate {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-2px);
    }

    50% {
        transform: translateX(2px);
    }

    75% {
        transform: translateX(-2px);
    }

    100% {
        transform: translateX(0);
    }
}

.addFavoris:hover .icon {
    transform: scale(1.3);
    animation: vibrate 0.3s ease-in-out infinite;
    fill: var(--orangeocre);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.addFavoris:hover span {
    color: var(--orangeocre);
    transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
}


/*************************** SECTION DATE ET PRIX DEPARTS GARANTIS****************************/
.date_prix {
    background-color: var(--blancblanc);
    margin-top: 100px;
    padding: 20px;
}

.date_prix p {
    font-size: 1rem;
    text-align: center;
    margin-top: 40px;

}

.reservation-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 25px;
    border-radius: 8px;
    color: var(--bleumarine);
    max-width: 1120px;
    margin: 20px auto;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    font-family: 'Poppins';
    border: 0.5px solid var(--gristrait);
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.promo-offer {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #c95c00;
    color: white;
    padding: 2px 16px;
    font-size: 12px;
    border-top-left-radius: 8px;
    text-transform: uppercase;
}

.promo-offer.no-promo {
    background-color: transparent;
    color: transparent;
    border: none;
}

.date-section {
    display: flex;
    align-items: center;
    gap: 48px;
}

.date-item {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.date-item .day {
    font-size: 14px;
    color: #666;
}

.date-item .date {
    font-size: 18px;
    font-weight: 600;
}

.separator {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

.price-section,
.status-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.price {
    font-size: 24px;
    font-weight: bold;
}

.subtext {
    font-size: 14px;
    color: #666;
}

.status {
    font-size: 16px;
    font-weight: 700;
}

.actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-resa {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--marron);
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.private-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bleunoir);
    color: var(--vertturquoise);
    border: 1px solid var(--vertturquoise);
    padding: 10px 24px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 1rem;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-resa:hover {
    background-color: var(--orangeocre);

}

.private-btn:hover {
    background-color: var(--bleumarine);
    color: var(--blanctexte);
}

.reserve-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-resa img {
    width: 16px;
    height: 16px;
    margin-right: 0 !important;
}

.btn:hover {
    background-color: #a34700;
    /* Couleur de fond au survol */
}

.notify-btn {
    background-color: var(--marron);
    border: 1px solid var(--orangeocre);
    /* Bordure de la version cloche */
    padding: 8px;
    border-radius: 50%;
}

.notify-btn img {
    margin: 0;
    width: 16px;
    height: 16px;
}

.notify-btn:hover {
    background-color: var(--orangeocre);
    /* Couleur de fond au survol */
    color: #fff;
}

.vertical-line-60 {
    border-left: 1px solid #e4e4e4;
    display: inline-block;
    height: 60px;
    margin: 0 10px;
}

/* Responsive Design */
@media screen and (min-width: 376px) and (max-width: 768px) {
    .trip-container {
        display: none;
    }

    .reservation-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }

    .date-section,
    .price-section,
    .status-section,
    .actions {
        width: 100%;
        justify-content: space-between;
        margin: 16px 0;
    }

    .date-section {
        gap: 18px;
    }

    .actions {
        justify-content: center;
    }

    .btn {
        justify-content: center;
        margin: 5px 0;
    }

    .notification-bell-dispo {
        right: 50px;
    }
}

/*****************************AJOUT FAVORIS NOTITICATION************************************/
.notification-modal {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    /* Assure que la notification est au-dessus de tout */
    color: #000;
    padding: 15px;
    border-radius: 5px;
    width: 90%;
    font-family: 'Poppins';
    font-size: 0.9rem;
}

/* Conteneur principal */
.subMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* Icône de la cloche */
.notification-bell-dispo {
    position: relative;
    font-size: 1.2rem;
    /* Taille de la cloche */
    color: #555;
    /* Couleur par défaut de la cloche */
    top: 4px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.notification-bell-dispo:hover {
    color: #000;
    /* Couleur au survol */
}

/* Badge de notification */
.notification-count {
    position: absolute;
    top: -5px;
    /* Positionnement au-dessus de la cloche */
    right: -10px;
    /* Décalage à droite */
    background-color: #dc3545;
    /* Rouge pour les notifications */
    color: white;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 50%;
    padding: 2px 6px;
    text-align: center;
    min-width: 20px;
    /* Assure un cercle pour les petits nombres */
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/*****************************MDG TITLE************************************/
.dg_title {
    font-size: 1rem!important;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--blancblanc);
    background-color: var(--marron);
    font-size: var(--font-primary)!important;
    padding: 0.5rem 1rem;
}
