/**
* Theme Name: Odyssee Montagne
* Description: This is a child theme of Travel Monster.
* Author: Webcaruel
* Template: travel-monster
* Version: 1.0
*/

/*general*/

span.color-gold {
    color: #888365;
}

/*header*/


header .logo.elementor-widget-image img[src$=".svg"] {
    width:130px;
}

/*UAE breadcrumb*/
ul.hfe-breadcrumbs,
ul.hfe-breadcrumbs li.hfe-breadcrumbs-separator {
    display:flex;
    align-items: center;
}

/* Toujours sur une seule ligne avec défilement horizontal (responsive) */
ul.hfe-breadcrumbs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox : masque la barre de défilement */
}

ul.hfe-breadcrumbs::-webkit-scrollbar {
    display: none; /* Chrome/Safari : masque la barre de défilement */
}

ul.hfe-breadcrumbs li,
ul.hfe-breadcrumbs li a,
ul.hfe-breadcrumbs li span {
    flex-shrink: 0;
    white-space: nowrap;
}

ul.hfe-breadcrumbs li.hfe-breadcrumbs-separator {
    margin-bottom:0px !important;
}

/* Fil d'Ariane WP Travel Engine (pages trip) : une seule ligne + défilement horizontal */
/* Sélecteur aligné sur celui du plugin (.elementor-widget-wte-breadcrumbs) pour gagner en spécificité */
.elementor-widget-wte-breadcrumbs .breadcrumb-wrapper ul#crumbs {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox : masque la barre de défilement */
}

.elementor-widget-wte-breadcrumbs .breadcrumb-wrapper ul#crumbs::-webkit-scrollbar {
    display: none; /* Chrome/Safari : masque la barre de défilement */
}

.elementor-widget-wte-breadcrumbs .breadcrumb-wrapper ul#crumbs > li,
.elementor-widget-wte-breadcrumbs .breadcrumb-wrapper ul#crumbs > li a,
.elementor-widget-wte-breadcrumbs .breadcrumb-wrapper ul#crumbs > li span {
    flex-shrink: 0;
    white-space: nowrap;
}

/*page trip*/


.single-trip .wte-title-duration.wte-duration-night {
    display:none;
}

.single-trip .elementor-widget-wte-booking {
    position:sticky;
    top:100px;
}

.wpte-elementor-widget .wpte-booking-area-wrapper {
    box-shadow: 0px 40px 40px -40px rgba(0, 0, 0, .16);
    border: 0px;
}

.wpte-booking-area .wpte-booking-inner-wrapper .wpte-bf-price-wrap {
    border-bottom: none;
}

.wpte-booking-area .wpte-bf-price-wrap .wpte-bf-price .wpte-bf-offer-price {
    flex-direction: column;
    align-items: flex-start;
}

.wpte-booking-area .wpte-booking-footer-text p:first-child {
    margin-bottom: 5px;
}

.wpte-booking-area .wpte-booking-footer-text a, .wpte-booking-area .wpte-booking-footer-text a:link {
    color: #232220;
    text-decoration-line: underline;
}

.nav-tab-wrapper .tab-anchor-wrapper .nav-tab {
    font-weight: 600;
}

.nav-tab-wrapper .tab-anchor-wrapper .nav-tab:not(.nav-tab-active) {
    color: #232220;
}

.single-trip .elementor-widget-container h2 {
    margin-bottom: 30px;
}

.single-trip h3.wpte-trip-highlights-title {
    color: #232220;
    font-family: Caveat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    margin-bottom:20px;
}

/** Bloc Couleur **/

.bloc-couleur {
    width: 100%;
    border-radius: 10px;
    padding: 30px 20px;
    box-shadow: 0px 40px 40px -40px rgba(0, 0, 0, .16);
}

.bloc-couleur .titre {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom:15px;
}

/** Bloc avis **/

#wte-reviews .review-wrap .trip-review-title,
#wte-reviews .review-wrap .review-combined-field-inner,
#wte-reviews .review-wrap .wte-review-verified-text,
#wte-reviews .review-wrap .wte-btn-response-review,
.elementor-widget-wte-duration .average-rating
 {
    display:none !important;
}

.elementor-widget-wte-trip-reviews .comment-list>li:last-child {
    border-bottom: 1px solid rgba(15, 29, 35, .1019607843);
}

#wte-reviews .review-wrap {
    border-bottom: none;
}

/** Documents de reservation (upload client) **/

.odyssee-booking-documents {
    margin-top: 24px;
}

.odyssee-docs-intro {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.odyssee-docs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media (max-width: 600px) {
    .odyssee-docs-grid {
        grid-template-columns: 1fr;
    }
}

.odyssee-doc-item {
    background: #f9f7f4;
    border: 1px solid #e5ddd4;
    border-radius: 8px;
    padding: 16px;
}

.odyssee-doc-label {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #232220;
    margin-bottom: 10px;
}

.odyssee-doc-uploaded {
    display: flex;
    align-items: center;
    gap: 8px;
}

.odyssee-doc-icon {
    color: #46b450;
    font-weight: bold;
    font-size: 18px;
}

.odyssee-doc-filename {
    color: #232220;
    text-decoration: underline;
    word-break: break-all;
    flex: 1;
}

.odyssee-doc-delete {
    background: none;
    border: 1px solid #dc3232;
    color: #dc3232;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1;
    padding: 2px 6px;
}

.odyssee-doc-delete:hover {
    background: #dc3232;
    color: #fff;
}

.odyssee-doc-upload-btn {
    display: inline-block;
    background: #232220;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.2s;
}

.odyssee-doc-upload-btn:hover {
    background: #444;
}

.odyssee-doc-loading {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 13px;
}

.odyssee-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-top-color: #232220;
    border-radius: 50%;
    animation: odyssee-spin 0.6s linear infinite;
}

@keyframes odyssee-spin {
    to { transform: rotate(360deg); }
}

.odyssee-doc-error {
    color: #dc3232;
    font-size: 12px;
    margin-top: 6px;
}

/** Barre étiquettes trips **/

.barre-etiquettes {
    margin-bottom: 60px;
}

.barre-etiquettes__titre {
    font-family: Montserrat, sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 130% !important;
    color: #232220 !important;
    margin: 0 0 8px 0;
}

.barre-etiquettes__liste {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.barre-etiquettes__btn {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid #d1cfc9;
    background: #ffffff;
    color: #232220;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    white-space: nowrap;
}

.barre-etiquettes__btn:hover {
    background: #f5f2ed;
    border-color: #888365;
    color:black !important
}

.barre-etiquettes__btn--active {
    background: #888365;
    color: #ffffff;
    border-color: #888365;
}

.barre-etiquettes__btn--active:hover {
    background: #766f54;
    border-color: #766f54;
}

.odyssee-no-trips {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-size: 15px;
}

@media (max-width: 768px) {
    .barre-etiquettes {
        padding: 20px 0px;
    }

    .barre-etiquettes__liste {
        gap: 8px;
    }

    .barre-etiquettes__btn {
        padding: 6px 14px;
        font-size: 13px;
    }
}

/*pages archives */

body.archive .page-header-top {
    background-color: #FAF9F8;
}

body.archive .page-header-top .page-header-wrap {
    padding: 0px;
}

body.archive .page-header .page-header-archive {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
    padding:60px;
    border-radius:30px;
    margin-bottom:50px;
    position: relative;
}

body.archive .page-header .page-header-archive .layer {
    background:  linear-gradient(90deg, rgba(35, 34, 32, 0.80) 0%, rgba(0, 0, 0, 0.00) 65.5%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius:30px;
}

body.archive .page-header .page-header-archive h1,
body.archive .page-header .page-header-archive .taxonomy-description  {
    color:#ffffff;
    z-index:2;
    position:relative;
    max-width:450px;
}

 .advanced-search-wrapper .sidebar .clear-search-criteria {
    color:  #ABAAAC !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
    letter-spacing: -0.24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

body.archive .advanced-search-header {
    border-bottom: 0px;
}

body.archive .advanced-search-field:not(:last-child) {
    border-bottom: 0px;
    margin-bottom:30px !important;
}

body.archive .sidebar .wpte-trip-search-input {
    margin-bottom: 30px;
    position: relative;
}

body.archive .sidebar .wpte-trip-search-input input[type=search] {
    border-radius: 50px;
    border: 1px solid #232220;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 45px 10px 16px;
    font-size: 15px;
    outline: none;
}

body.archive .sidebar .wpte-trip-search-input input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

body.archive .sidebar .wpte-trip-search-input::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23232220' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.wp-travel-engine-toolbar.wte-view-modes {
    display: none;
}

body.archive .wpte-toolbar-container {
    display: flex;
    justify-content: flex-end;
}

body.archive .wp-travel-toolbar.trip-content-area {
    display: flex;
    align-items: center;
    gap: 0px;
    margin-left: 100% !important;
    margin-right: 0px !important;
    flex-direction: column;
    align-items: flex-start;
}

body.archive .wp-travel-toolbar.trip-content-area > span {
    font-size: 14px;
    margin-bottom: 4px;
}

body.archive .wte-filterby-dropdown.wte-ordering .wpte__select-field {
    background-color: #e4ddd4;
    border: none !important;
    border-radius: 8px;
    padding: 10px 48px 10px 16px !important;
    position: relative;
    cursor: pointer;
    min-width: 200px;
}

body.archive .wte-filterby-dropdown.wte-ordering .wpte__select-field .wpte__input {
    color: #232220;
    font-size: 15px;
    background: none;
    border: none;
    padding: 0;
}

body.archive .wte-filterby-dropdown.wte-ordering .wpte__select-field::after {
    display: none !important;
}

body.archive .wte-filterby-dropdown.wte-ordering .wpte__select-field .wpte__input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23232220' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 24px !important;
}

body.archive .advanced-search-field .filter-section-title {
    color: #000;
    font-weight: 700;    
    line-height: 130%;
}

body.archive .wp-travel-inner-wrapper .advanced-search-wrapper .advanced-search-field.search-trip-type h3:after {
    display:none;
}

body.archive .advanced-search-wrapper input[type="checkbox"]:checked {
    border-color: #888365;
}

body.archive .advanced-search-wrapper input[type="checkbox"]:checked::before {
    background-color: #888365;
}

/* Checkbox assurance checkout */

.odyssee-insurance-disclaimer {
    margin: 16px 0;
    padding: 16px;
    background-color: #FFF8F0;
    border: 1px solid #E8C9A0;
    border-radius: 6px;
}

.odyssee-insurance-disclaimer__label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
    color: #232220;
}

.odyssee-insurance-disclaimer__label input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    accent-color: #232220;
    cursor: pointer;
}

.odyssee-insurance-disclaimer__error {
    color: #dc3232;
    font-size: 13px;
    margin: 8px 0 0 28px;
}
input#wte_search {
    border-radius: 14px;
}
div.wp-travel-engine-toolbar.wte-view-modes {
    display: none !important;
}
body.archive div.wte-filterby-dropdown.wte-ordering {
        background-color: #ffffff00 !important;
        border: none !important;
        padding: 0px !important;
}

.odyssee-sur-mesure-msg {
    font-size: 13px;
    color: #232220;
    margin-top: 12px;
    line-height: 1.4;
}

.odyssee-sur-mesure-msg a {
    color: #232220;
    text-decoration: underline;
    font-weight: 600;
}
body.archive div.sidebar {
    margin-top: 100px
}

/** Cards Trip Archives - Odyssée Montagne **/

/* Card wrapper */
.odyssee-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.odyssee-card:hover {
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.odyssee-card .odyssee-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Image */
.odyssee-card .odyssee-card-fig {
    position: relative;
    margin: 0;
    overflow: hidden;
    height: 235px;
}

.odyssee-card .odyssee-card-fig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.odyssee-card .odyssee-card-fig a {
    display: block;
    height: 100%;
}

/* Badge difficulté (overlay sur image) */
.odyssee-card-badge {
    position: absolute;
    top: 40px;
    left: 16px;
    background: #EEE6DC;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 0px 6px 6px 0px;
    z-index: 2;
    line-height: 1.3;
}

/* Wishlist sur la card */
.odyssee-card .wishlist-toggle-wrap {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
}

/* Contenu card (lien unique sur toute la card) */
.odyssee-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    text-decoration: none;
    color: inherit;
}

.odyssee-card-content:hover {
    text-decoration: none;
    color: inherit;
}

.odyssee-card-content .odyssee-card-trip-code:hover {
    text-decoration: none;
    color: inherit;
}

/* Affordances de survol portées par le lien global de la card */
.odyssee-card-content:hover .odyssee-card-title {
    color: #888365;
}

.odyssee-card-content:hover .odyssee-card-cta {
    background-color: #766f54;
    color: #ffffff;
}

.odyssee-card-content:hover .odyssee-card-more-dates {
    color: #888365;
}

/* Titre */
.odyssee-card-title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #232220;
    margin: 0 0 8px 0;
}

.odyssee-card-title a {
    color: inherit;
    text-decoration: none;
}

.odyssee-card-title a:hover {
    color: #888365;
}

/* Destination */
.odyssee-card-destination {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #666;
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.3;
}

.odyssee-card-destination svg {
    flex-shrink: 0;
    color: #888365;
}

.odyssee-card-destination a {
    color: inherit;
    text-decoration: none;
}

.odyssee-card-trip-code {
    font-size:12px;
	margin-bottom:20px;
}

/* Meta (durée + prix) */
.odyssee-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 16px;
    gap: 16px;
}

.odyssee-card-duration,
.odyssee-card-price {
    display: flex;
    flex-direction: column;
}

.odyssee-card-price {
    text-align: right;
}

.odyssee-card-label {
    font-size: 12px;
    color: #888;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 2px;
}

.odyssee-card-value {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #232220;
    line-height: 1.3;
}

.odyssee-card-price .odyssee-card-value {
    font-size: 22px;
}

.odyssee-card-old-price {
    font-size: 12px;
    color: #999;
}

/* Bouton CTA */
.odyssee-card-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 20px;
    background-color: #888365;
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
    border-radius: 14px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
}

.odyssee-card-cta:hover {
    background-color: #766f54;
    color: #ffffff;
}

/* Section dates */
.odyssee-card-dates {
    margin-top: 16px;
    padding: 16px;
    border-top: 1px solid #eee;
}

.odyssee-card-dates-title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #232220;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.odyssee-card-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #232220;
    margin-bottom: 6px;
    line-height: 1.4;
}

.odyssee-card-date svg {
    flex-shrink: 0;
}

.odyssee-card-date-availability {
    font-size: 11px;
    font-weight: 600;
    color: #29ad57;
    text-transform: uppercase;
}

.odyssee-card-date em {
    color: #888;
    font-style: italic;
    font-size: 12px;
}

/* Dates supplémentaires masquées tant que la liste n'est pas dépliée */
.odyssee-card-date-extra {
    display: none;
}

.odyssee-card-dates.is-expanded .odyssee-card-date-extra {
    display: flex;
}

.odyssee-card-more-dates {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: #232220;
    text-decoration: underline;
    font-weight: 500;
    cursor: pointer;
}

.odyssee-card-more-dates:hover {
    color: #888365;
}

/* Masquer les éléments du layout par défaut qui ne sont plus nécessaires */
.odyssee-card .category-trip-content-wrap,
.odyssee-card .category-trip-detail-wrap,
.odyssee-card .category-trip-budget,
.odyssee-card .category-trip-aval-time {
    display: none;
}

/* Carousel Splide dans la card : tout doit rester dans le figure */
.odyssee-card .odyssee-card-fig .wpte-gallery-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.odyssee-card .odyssee-card-fig .splide {
    height: 100%;
    position: static;
}

.odyssee-card .odyssee-card-fig .splide__track {
    height: 100%;
}

.odyssee-card .odyssee-card-fig .splide__list {
    height: 100%;
}

.odyssee-card .odyssee-card-fig .splide__slide {
    height: 100%;
}

.odyssee-card .odyssee-card-fig .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Flèches carousel : conteneur repositionné sur le figure */
.odyssee-card .odyssee-card-fig .splide__arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.odyssee-card .odyssee-card-fig .splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.85);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: auto;
}

.odyssee-card:hover .odyssee-card-fig .splide__arrow {
    opacity: 1;
}

.odyssee-card .odyssee-card-fig .splide__arrow--prev {
    left: 10px;
}

.odyssee-card .odyssee-card-fig .splide__arrow--next {
    right: 10px;
}

/* Pagination Splide (dots) */
.odyssee-card .odyssee-card-fig .splide__pagination {
    bottom: 12px !important;
    padding: 0;
}

.odyssee-card .odyssee-card-fig .splide__pagination__page {
    background: #ffffff;
    opacity: 0.6;
    width: 8px;
    height: 8px;
}

.odyssee-card .odyssee-card-fig .splide__pagination__page.is-active {
    background: #ffffff;
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .odyssee-card-content {
        padding: 16px;
    }

    .odyssee-card-title {
        font-size: 16px;
    }

    .odyssee-card-value {
        font-size: 16px;
    }

    .odyssee-card-price .odyssee-card-value {
        font-size: 18px;
    }

    .odyssee-card-cta {
        padding: 12px 16px;
        font-size: 14px;
    }
}
h2.odyssee-card-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 130% !important;
}

/*shortcode bas de page activité*/

.activity-bottom-shortcode {
    width: 100%;
    margin-top: 40px;
}

.activity-bottom-description {
    width: 100%;
    margin-top: 30px;
    line-height: 1.7;
}

/* FAQ */
.elementor-widget-n-accordion .e-n-accordion-item-title {
    border:0px
}
details.e-n-accordion-item .e-n-accordion-item-title {
    border:0px
}
details.e-n-accordion-item > div.e-con   {
    border:0px;
    padding-inline-start: 0px;;
    border-top: 1px solid #111;
    padding-left: 0px !important;
}
summary.e-n-accordion-item-title {
    padding-left: 0px !important;
}
details.e-n-accordion-item > div.e-con > div.e-con {
     padding-left: 0px !important;
}
span.e-n-accordion-item-title-icon {
    margin-left: auto;
}
.e-n-accordion-item-title-text {
    text-shadow: none !important;
}
.menu-burger-droite {
        margin-right: 0px;
    margin-left: auto;
}
.menu-responsive-sous-footer , .menu-responsive-contact{
    display: none !important;
}
@media (max-width: 768px) {
    body.tax-activities div.main-content-wrapper {
        margin-top: 24px;
    }
    body.tax-activities  .elementor-page h1, body.tax-activities   h1 {
        font-size: 32px;
        letter-spacing: 0px;
    }
    body.tax-activities  .taxonomy-description {
        font-size: 14px;
        font-weight: 400;
        line-height: 130%;;
    }
    body.tax-activities div.page-header-archive {
        margin-bottom: 0px !important;
    }
    body.tax-activities div.barre-etiquettes__liste {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none; /* Firefox */
        margin-left: 0px;
        margin-right: -26px;
    }

    body.tax-activities div.barre-etiquettes__liste::-webkit-scrollbar {
        display: none; /* Chrome/Safari */
    }

    body.tax-activities div.wp-travel-toolbar.trip-content-area {
        margin-left: 0px !important;
    }
    body.tax-activities  .barre-etiquettes {
        margin-bottom: 0px;
    }
    .wpte-toolbar-container {
        border: none;
        background-color: #ffffff00;
    }
   body.tax-activities  .wp-travel-toolbar.trip-content-area > span {
display:none;
   }
   div.wte-filterby-dropdown.wte-ordering span.wpte__input, button.wte-filterbar-toggle-btn > span {
    font-size: 12px !important;
   }
   body.tax-activities .wte-filterby-dropdown.wte-ordering .wpte__select-field {
    padding-right: 12px !important;
   }
   body.tax-activities div.wp-travel-toolbar.trip-content-area {
        flex-direction: row-reverse;
   }
   body.tax-activities .wte-filterbar-toggle-btn {
    width: 132px !important;
   }
   body.tax-activities .wp-travel-toolbar .wte-filterbar-toggle {
        flex: none;
    }
    body.tax-activities div.sidebar {
    margin-top: 0px !important;
}
body.tax-activities button.wte-filterbar-close-btn {
    border-radius: 0px;
}
.collapsible-filter-panel .advanced-search-wrapper.open .wte-filterbar-close-btn {
        transition-delay: 0s !important;
    }
    ul#crumbs  {
        line-height: 4px !important;
        margin-bottom: 14px !important;
    }
    ul#crumbs > li {
        font-size: 14px !important;
    }ul#crumbs > li.current {
       font-weight: 600 !important;
    }
    body.trip-template h1.trip-title {
        font-size: 30px !important;
    }
    body.trip-template .trip-facts-value .icon-holder {
        font-size: 26px !important;
    }
    body.trip-template .trip-facts-value li label {
        font-size: 11px !important;
    }
    body.trip-template .trip-facts-value li [class*=trip-facts-] .value {
        font-size: 12px !important;
    }
   body.trip-template ul.trip-facts-value {
    gap: 24px !important;
   }
   .elementor-widget-wte-trip-facts>.elementor-widget-container {
    padding: 15px !important;
}
    body.trip-template h2 {
        font-size: 28px !important;
        margin-bottom: 16px !important;
    }
    body.trip-template .nav-tab-wrapper .tab-anchor-wrapper .nav-tab {
    font-size: 13px;
    }
    body.trip-template h3.wpte-trip-highlights-title {
        font-size: 28px !important;
        margin-bottom: 16px !important;
    }
    body.trip-template div#programme > div {
        margin-top: 12px;
    }
    .menu-responsive-sous-footer, .menu-responsive-contact  {
        display: block !important;
    }
    ul.hfe-nav-menu li.menu-item {
        border:none !important
    }
    ul.hfe-nav-menu li.menu-item.menu-responsive-sous-footer a {
        font-size: 14px !important;
    }
    ul.hfe-nav-menu li.menu-item.menu-responsive-sous-footer:first-child  {
       margin-top: 28px !important;
    }
    ul.hfe-nav-menu li.menu-item.menu-responsive-contact > a{
        background-color: #888365 !important;
        border-radius: 24px !important;
        color:white !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        margin-left: 18px;;
        margin-right: 18px;;
        margin-bottom: 24px !important;
    }

}

@media (max-width: 768px) {
    html:has(nav.hfe-nav-menu__layout-horizontal.menu-is-active),
    body:has(nav.hfe-nav-menu__layout-horizontal.menu-is-active) {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }

    nav.hfe-nav-menu__layout-horizontal.menu-is-active {
        min-height: calc(100vh - 60px);
        display: flex;
        flex-direction: column;
        background-color: #ffffff;
    }

    .hfe-active-menu + .hfe-nav-menu__layout-expandible .hfe-nav-menu {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
     .wpte-toolbar-container {
        z-index: 1;
    }
    .single-trip .elementor-widget-wte-booking {
        position: sticky;
        top: auto !important;
    }
}

.elementor-element .menu-is-active .menu-item a.hfe-menu-item {
	color:#232220 !important;
}

/*tuile destination*/

.tuile-destination {
	display:block;
	width:100%;
	height:100%;
	background-position: center;
	background-size:cover;
	background-repeat:no-repeat;
	padding:30px;
	min-height:100px;
	cursor:pointer;
	border-radius :20px;
	text-decoration:none;
}

.tuile-destination:hover .titre,
.tuile-destination .titre {
	text-decoration:none;
}

.tuile-destination .titre {
	color:#ffffff;
	font-weight:bold;
}

.tuile-destination:hover{
	width:100%;
	transform:scale(1.05);
	transition:0.5s ease-in-out;
}

/*HP*/

#hero_hp {
	margin-top:-130px;
}

#hero_hp > .elementor-background-video-container {
	border-radius:30px;
}

.wpte-trip-sfilter-wrapper .wpte-trip__search-fields.horizontal {
	align-items:center;
}

.wpte-elementor-widget .wpte-trip__search-fields .wpte-trip__search-submit {
	height: 47px;
}

/*tuile activité*/

.tuile-activite {
	display:flex;
	align-items:center;
	cursor:pointer;
	padding:20px 30px;
	border:1px solid #232220;
	border-radius:15px;
}

.tuile-activite .titre {
	color:#000000;
	font-weight:600;
	font-size:16px;
}

.tuile-activite .picto {
	height:50px;
	margin-right:30px;
}

.tuile-activite:hover {
    background: #f5f2ed;
    border-color: #888365;
    color: black !important;
}

/*slider temoignages*/

#bloc_temoignages .slick-dots,
#bloc_temoignages2 .slick-dots {
    bottom: -40px;
    left: 560px;
    display: flex;
}

#bloc_temoignages .slick-dots li,
#bloc_temoignages2 .slick-dots li{
   width: 30px;
	border-radius:5px;
	height:2px;
}

#bloc_temoignages .temoignage-card,
#bloc_temoignages2 .temoignage-card {
  border-radius: 10px;
	background-color: #eee6dc;
	padding:30px 25px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
}

#bloc_temoignages .temoignage-card .titre,
#bloc_temoignages2 .temoignage-card .titre {
  color:#232220;
	font-weight:600;
	font-size:16px;
	margin-bottom:10px;
	text-align:left;	
}

#bloc_temoignages .temoignage-card .wb_ps_text p,
#bloc_temoignages2 .temoignage-card .wb_ps_text p {
	text-align:left;	
}

#bloc_temoignages .temoignage-card .temoignage-auteur,
#bloc_temoignages2 .temoignage-card .temoignage-auteur {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	text-align:left;	
}

#bloc_temoignages .temoignage-card .temoignage-date,
#bloc_temoignages2 .temoignage-card .temoignage-date {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-align:left;	
}



@media (max-width: 500px) {
.wpte-trip-sfilter-wrapper {
    padding: 10px;
}

	.wbel_post_slider_wrapper {
    padding-left: 10px;
    padding-right: 10px;
}
}

/* ===== Page de recherche WTE (/recherche/) ===== */
/* Masquer la sidebar WordPress et passer en pleine largeur comme les archives */

body.odyssee-trip-search aside#secondary.widget-area {
    display: none;
}

body.odyssee-trip-search .main-content-wrapper {
    display: block;
}

body.odyssee-trip-search #primary.site-main {
    width: 100%;
}

/* Reproduire les styles de la sidebar archives sur la page de recherche */

body.odyssee-trip-search .wp-travel-inner-wrapper .advanced-search-wrapper .sidebar .clear-search-criteria {
    color: #ABAAAC !important;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

body.odyssee-trip-search .advanced-search-header {
    border-bottom: 0px;
}

body.odyssee-trip-search .advanced-search-field:not(:last-child) {
    border-bottom: 0px;
    margin-bottom: 30px !important;
}

body.odyssee-trip-search .sidebar .wpte-trip-search-input {
    margin-bottom: 30px;
    position: relative;
}

body.odyssee-trip-search .sidebar .wpte-trip-search-input input[type=search] {
    border-radius: 50px;
    border: 1px solid #232220;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 45px 10px 16px;
    font-size: 15px;
    outline: none;
}

body.odyssee-trip-search .sidebar .wpte-trip-search-input input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

body.odyssee-trip-search .sidebar .wpte-trip-search-input::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23232220' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

body.odyssee-trip-search .wpte-toolbar-container {
    display: flex;
    justify-content: flex-end;
}

body.odyssee-trip-search .wp-travel-toolbar.trip-content-area {
    display: flex;
    align-items: flex-start;
    gap: 0px;
    margin-left: 100% !important;
    margin-right: 0px !important;
    flex-direction: column;
}

body.odyssee-trip-search .wp-travel-toolbar.trip-content-area > span {
    font-size: 14px;
    margin-bottom: 4px;
}

body.odyssee-trip-search .wte-filterby-dropdown.wte-ordering .wpte__select-field {
    background-color: #e4ddd4;
    border: none !important;
    border-radius: 8px;
    padding: 10px 48px 10px 16px !important;
    position: relative;
    cursor: pointer;
    min-width: 200px;
}

.wp-travel-inner-wrapper .advanced-search-wrapper .sidebar .clear-search-criteria {
    color: #e4ddd4 !important;
}

body.odyssee-trip-search .wte-filterby-dropdown.wte-ordering .wpte__select-field .wpte__input {
    color: #232220;
    font-size: 15px;
    background: none;
    border: none;
    padding: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23232220' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 24px !important;
}

body.odyssee-trip-search .wte-filterby-dropdown.wte-ordering .wpte__select-field::after {
    display: none !important;
}

body.odyssee-trip-search .advanced-search-field .filter-section-title {
    color: #000;
    font-weight: 700;
    line-height: 130%;
}

body.odyssee-trip-search .wp-travel-inner-wrapper .advanced-search-wrapper .advanced-search-field.search-trip-type h3:after {
    display: none;
}

body.odyssee-trip-search .advanced-search-wrapper input[type="checkbox"]:checked {
    border-color: #888365;
}

body.odyssee-trip-search .advanced-search-wrapper input[type="checkbox"]:checked::before {
    background-color: #888365;
}

body.odyssee-trip-search div.wte-filterby-dropdown.wte-ordering {
    background-color: #ffffff00 !important;
    border: none !important;
    padding: 0px !important;
}

body.odyssee-trip-search div.sidebar {
    margin-top: 100px;
}

body.odyssee-trip-search .wte-filter-foundposts {
    display: none;
}
.advanced-search-field.search-trip-type {
    border-bottom: none !important;
}
.advanced-search-header h2 {
        margin: 0px !important;
}
body.home ul.hfe-nav-menu > li > a {
    color:#fff !important;
}
body.home div.category-trips-single-inner-wrap.odyssee-card-wrap {
    padding: 0px !important;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
}
body.home div.category-trips-single-inner-wrap.odyssee-card-wrap figure.category-trip-fig.odyssee-card-fig img, 
body.home .wpte-gblock-wrapper .category-trips-single .category-trips-single-inner-wrap .category-trip-fig>a {
    
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;

}
body.home div.elementor-widget-wptravelengine-trips span.odyssee-card-badge {
        left: 0px !important;
}
body.single-trip h1 {
    font-size: 32px !important;
}
/** menu **/
ul#mega-menu-primary ul.mega-sub-menu li.mega-megamenu-titre > a{
    color: #232220 !important;
    font-family: Caveat !important;
    font-size: 26px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    text-transform: none !important;
}
ul#mega-menu-primary ul.mega-sub-menu li.megamenu-lien > a {
    color: #707F84 !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-transform: none !important;
    text-decoration: underline !important;
    margin-bottom: 18px !important;
}
ul#mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
    display: none !important;
}
ul#mega-menu-primary a.mega-menu-link .mega-description-group {
    height: 24px !important;
}
ul#mega-menu-primary ul.mega-sub-menu a.mega-menu-link {
    text-transform: none !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;

}
ul#mega-menu-primary  li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px 0px !important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    background-color: black !important;
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        padding-top: 50px !important;
    }
}
@media only screen and (min-width: 768px) {
div.mega-menu-homepage ul#mega-menu-primary > li > a.mega-menu-link {
    color:#fff !important;
}
}
@media only screen and (max-width: 768px) {
    div.mega-menu-homepage  #mega-menu-wrap-primary .mega-menu-toggle {
        background-color: #ffffff00 !important;
    }

    div.mega-menu-homepage  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
        background-color: #fff !important;
    }
}
/* === Bouton de téléchargement brochure PDF (bas de page trip) === */
.odyssee-trip-pdf-download {
    margin: 40px 0 30px 40px;
    text-align: center;
}
.odyssee-trip-pdf-download__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background-color: #232220;
    color: #EEE6DC;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}
.odyssee-trip-pdf-download__btn:hover,
.odyssee-trip-pdf-download__btn:focus {
    background-color: #3a3935;
    color: #EEE6DC;
    transform: translateY(-1px);
    text-decoration: none;
}
.odyssee-trip-pdf-download__icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

/* ─── Bandeau étiquette (page de recherche filtrée) ─────────── */
.odyssee-banniere-etiquette {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    margin: 0 0 30px;
    background-color: #232220;
    background-size: cover;
    background-position: center;
}
.odyssee-banniere-etiquette::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(35, 34, 32, 0.92) 0%, rgba(35, 34, 32, 0.55) 55%, rgba(35, 34, 32, 0.15) 100%);
}
.odyssee-banniere-etiquette--sans-image::before {
    background: none;
}
.odyssee-banniere-etiquette__contenu {
    position: relative;
    z-index: 1;
    max-width: 560px;
    padding: 48px 50px;
    color: #fff;
}
.odyssee-banniere-etiquette__titre {
    margin: 0 0 16px;
    color: #fff;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
}
.odyssee-banniere-etiquette__desc {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}
.odyssee-banniere-etiquette__desc p {
    margin: 0 0 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.odyssee-banniere-etiquette__desc p:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .odyssee-banniere-etiquette__contenu {
        max-width: 100%;
        padding: 32px 26px;
    }
    .odyssee-banniere-etiquette__titre {
        font-size: 2rem;
    }
}

/* ===== Formulaire brochure PDF (bas des pages trip) ===== */
.odyssee-brochure-form {
	max-width: 720px;
	margin: 40px auto;
	padding: 28px 24px;
	background: #EEE6DC;
	border-radius: 10px;
}
.odyssee-brochure-form__title {
	margin: 0 0 6px;
	color: #232220;
	font-size: 1.4rem;
}
.odyssee-brochure-form__intro {
	margin: 0 0 18px;
	color: #555;
}
.odyssee-brochure-form__error {
	margin: 0 0 16px;
	padding: 10px 14px;
	background: #fdecea;
	border: 1px solid #f5c6cb;
	border-radius: 6px;
	color: #842029;
}
.odyssee-brochure-form__row {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}
.odyssee-brochure-form__field {
	display: flex;
	flex-direction: column;
	flex: 1 1 200px;
	margin-bottom: 14px;
	font-weight: 600;
	color: #232220;
}
.odyssee-brochure-form__field--full {
	flex-basis: 100%;
}
.odyssee-brochure-form__field input {
	margin-top: 6px;
	padding: 10px 12px;
	border: 1px solid #cfc6b8;
	border-radius: 6px;
	font-weight: 400;
}
.odyssee-brochure-form__consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 6px 0 18px;
	color: #444;
	font-size: 0.92rem;
}
.odyssee-brochure-form__consent input {
	margin-top: 3px;
}
.odyssee-brochure-form__btn {
	display: inline-block;
	padding: 12px 24px;
	background: #232220;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 1rem;
	cursor: pointer;
}
.odyssee-brochure-form__btn:hover {
	opacity: 0.9;
}

/*ajout langues menu header*/

.wte-nav-menu .menu-item.current-menu-item.menu-fr,
.wte-nav-menu .menu-item.menu-fr a:hover {
    color: #232220 !important;
}

.menu-item.menu-fr:before{ 
  content:url('/wp-content/themes/odyssee-montagne-theme/assets/img/france.png') ;
  position:relative; 
  left:-5px;
  top:2px;
	width:10px;
 }

.menu-item.menu-en { 
 padding-left:15px;
	display:flex !important;
	align-items:center;
 }

.menu-item.menu-en:before { 
  content:url('/wp-content/themes/odyssee-montagne-theme/assets/img/uk.png') ;
  position:relative; 
  left:3px;
  top:2px;
	width:10px;
 }

.menu-item.menu-en:hover a { 
 color: #707F84 !important;
 }
