:root {
	--vm-primary: #f18f24;
	--vm-text-primary: #0f2e5a;
	--vm-primary-hover: #de8420;
}

.text-primary {
	color: var(--vm-primary)!important;
}
a:not(.btn):hover {
    color: var(--vm-text-primary)!important;
}
/*#masthead, #colophon {
	display: none;
}*/
#site-header, #site-footer {
	display: none;
}
.page {
    width: 100%;
}
.main-content {
    background: #ebebeb;
}
.app-sidebar, .app-sidebar .main-sidebar-header {
	background-color: #111c43;
}
.app-sidebar .main-sidebar-header {
	border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.app-sidebar .side-menu__label {
	color: #a3aed1;
}
.app-sidebar .side-menu__icon {
	color: #a3aed1;
	fill: #a3aed1;
}
.app-sidebar .side-menu__item.active, .app-sidebar .side-menu__item:hover {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.05);
}
[data-menu-styles=dark] .app-sidebar .side-menu__item.active, [data-menu-styles=dark] .app-sidebar .side-menu__item:hover {
	color: #fff;
}
[data-menu-styles=dark] .app-sidebar .side-menu__item.active, [data-menu-styles=dark] .app-sidebar .side-menu__item:hover {
	background-color: rgba(255, 255, 255, 0.05);
}
[data-menu-styles=dark] .app-sidebar .side-menu__item.active .side-menu__icon, [data-menu-styles=dark] .app-sidebar .side-menu__item.active .side-menu__label, [data-menu-styles=dark] .app-sidebar .side-menu__item.active .side-menu__angle, [data-menu-styles=dark] .app-sidebar .side-menu__item:hover .side-menu__icon, [data-menu-styles=dark] .app-sidebar .side-menu__item:hover .side-menu__label, [data-menu-styles=dark] .app-sidebar .side-menu__item:hover .side-menu__angle {
	color: rgb(255, 255, 255);
	fill: rgb(255, 255, 255);
}
.app-sidebar .side-menu__item.active .side-menu__label, .app-sidebar .side-menu__item.active .side-menu__angle, .app-sidebar .side-menu__item:hover .side-menu__label, .app-sidebar .side-menu__item:hover .side-menu__angle {
	color: #fff;
}
.app-sidebar .side-menu__item.active .side-menu__icon, .app-sidebar .side-menu__item:hover .side-menu__icon {
	fill: #fff;
	color: #fff;
}

ul.parsley-errors-list {
    margin-left: 0;
    padding-left: 0;
}
ul.parsley-errors-list li {
    list-style-type: none;
    color: #ff6161;
    font-style: italic;
    font-size: 12px;
}
#errors_images {
    color: #ff6161;
    font-style: italic;
    font-size: 12px;
}
.authentication .desktop-logo, .authentication .desktop-dark {
	height: 130px;
}
#auth-card {
	background-color: #f6f6f6;
}

#auth-form .input-group .btn {
    position: relative;
    z-index: 2;
    padding: 15px;
    height: 45px;
    display: flex;
    align-items: center;
}
.app-sidebar .main-sidebar-header .header-logo img {
	height: 4rem;
}

.elementskit-menu-offcanvas-elements {
    z-index: 100;
}

#titre {
    font-size: 30px; /* Appliqué au texte saisi */
}

#titre::placeholder {
    font-size: 30px; /* Appliqué au placeholder */
    color: gray; /* Facultatif */
}
.ck-content {
	min-height: 200px;
}
.become_owner label.form-check-label {
    font-size: 12px;
    line-height: 18px;
}

/** Bootstrap **/
.btn-primary, #place_order {
	background-color: var(--vm-primary)!important;
	border-color: var(--vm-primary)!important;
	color: #fff!important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
#place_order:hover, #place_order:focus, #place_order:active {
	background-color: var(--vm-primary-hover)!important;
	border-color: var(--vm-primary-hover)!important;
	color: #fff!important;
}

.btn-light {
	background-color: #d3d4d5!important;
	border-color: #d3d4d5!important;
	color: #000!important;
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
	background-color: #bbbbbb!important;
	border-color: #bbbbbb!important;
	color: #000!important;
}

.btn-secondary {
	background-color: #102e5a!important;
	border-color: #102e5a!important;
	color: #fff!important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
	background-color: #0d254a!important;
	border-color: #0d254a!important;
	color: #fff!important;
}

input.form-control, select.form-select, textarea.form-control {
    border-color: #c6c6c6 !important;
    box-shadow: inset 0px 0px 10px 0 rgba(0, 0, 0, .05);
}
select.form-select {
    height: 40px;
}
input.form-control:focus, input.form-select:focus, textarea.form-control:focus {
    border-color: #f18f24 !important;
    box-shadow: inset 0px 0px 10px 0 rgba(241, 143, 36, 0.2);
}
.nav-tabs.nav-style-5 .nav-link.active {
    background-color: var(--vm-primary);
}
.nav-tabs.nav-style-5 {
    position: sticky;
    top: 100px;
}
.nav-tabs.nav-style-5 .nav-link:not(.active) {
    color: #222 !important;
    font-weight: 400;
}
label.form-check-label {
    line-height: 25px;
}
@media all and (min-width: 1024px){
    .header-element .alert {
        min-width: 500px;
    }
}
.alert button.btn-close {
    background-color: transparent!important;
}
.alert button.btn-close:hover, .alert button.btn-close:focus, 
.alert button.btn-close:active{
    background-color: transparent!important;
}

/** Images annonce **/

.images_commerce {
    width: 90px;
    max-height: 90px;
    border-radius: 10px;
    position: relative;
    height: 90px;
}
.images_commerce img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    height: 100%;
}
.images_commerce .delete_img {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    padding: 5px 12px;
    display: none;
}
#file_photos {
    display: none;
}
button.delete_img {
    background-color: rgba(0, 0, 0, .3)!important;
    color: #fff!important;
}
.images_commerce:hover .delete_img {
    display: inline-block;
}

/* Processing datatables */
.dataTables_processing {
    z-index: 11;
    min-height: 100px;
}
table.dataTable {
    width: 100%;
}
.dataTables_wrapper {
    width: 99%;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc{
    background-image: none!important;
}
table td, table th {
    border: 1px solid hsl(0deg 0% 89.29% / 50.2%)!important;
}
table.dataTable tbody td, table.dataTable tbody th {
    height: 40px!important;
}
.dataTables_filter input {
    border-color: #bdbdbd!important;
}
.dataTables_wrapper .dataTables_info {
    font-size: 13px!important;
    font-weight: 400!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #f18f24!important;
    background: linear-gradient(to bottom, #f19100 0, #f18f24 100%)!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 13px!important;
    font-weight: 400!important;
}
/**
---- xm spinner ----
**/

.xm_spinner {
    display: flex;
    gap: 8px;
    justify-self: center;
}

.xm_spinner .dot {
    width: 16px;
    height: 16px;
    background-color: var(--vm-primary);
    border-radius: 50%;
    animation: pulse 0.9s infinite ease-in-out;
}

.xm_spinner .dot:nth-child(1) {
    animation-delay: 0s;
}

.xm_spinner .dot:nth-child(2) {
    animation-delay: 0.3s;
}

.xm_spinner .dot:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes pulse {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
}

.vm_steps_indic {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.vm_steps_indic .bulle {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.vm_steps_indic span.number {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    font-weight: 600;
}
.vm_steps_indic::before {
    width: 100%;
    height: 1px;
    background-color: #999;
    content: '';
    position: absolute;
    top: 35%;
}
.vm_steps_indic span.number.active {
    background-color: #f18f24;
    color: #fff;
}
.vm_steps_indic span.text {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
}
.select2-selection, .select2-container--default .select2-selection--multiple{
    border-color: #aaa !important;
    box-shadow: inset 0px 0px 10px 0 rgba(0, 0, 0, .05);
    height: 40px;
}
.form-check-input {
    border-color: #a8a8a8!important;
}
.flatpickr-month {
    height:60px!important;
}
.recurrence_bo {
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #e5e5e5;
    color: #111;
    font-weight: 400;
}
.recurrence_bo i {
    cursor: pointer;
    font-size: 20px;
}
.recurrence_bo i:hover{
    color: red;
}
.flatpickr-day {
    color: #010101!important;
}
.flatpickr-day.flatpickr-disabled:not(.today), .flatpickr-day.flatpickr-disabled:not(.today):hover {
    color: rgba(57, 57, 57, 0.45) !important;
}

.event {
    position: absolute;
    bottom: -16px;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    content: " ";
    display: flex;
    gap: 2px;
    width: max-content;
    font-size: 8px;
}
.vm_jda {
    background-color: #abffab;
}

#selector_dates {
    cursor: pointer
}
#selector_dates:hover {
    background-color: #f4f4f4;
}
#btn_book.vm_disabled{
    opacity: 0.3;
    cursor: default;
}
#recap_price {
    display: none;
}
#booking_waiting_price {
    position: relative;
    top: 15px;
}
#div_incr_participants button.btn-sm {
    padding: 11px 16px;
    border-radius: 50px;
}
@media (max-width: 768px) {
    .flatpickr-calendar.multiMonth {
        flex-direction: column; /* Affiche les mois l'un en dessous de l'autre */
        max-width: 100%;
    }

    .flatpickr-months {
        flex-direction: column;
    }

    .flatpickr-month {
        width: 100%;
    }
    #div_incr_participants{
        gap: 10px!important;
    }
    #div_incr_participants button.btn-sm {
        padding: 5px 8px;
    }
}

.part_title {
    background: var(--vm-primary);
    border-radius: 5px;
    padding-top: 7px;
}
.part_title h2 {
    font-size: 22px;
    color: #fff;
}

span#nb_incr_participants {
    font-size: 28px;
    color: #000;
    font-weight: 500;
}

/** Woocommerce **/

body.woocommerce-checkout #customer_details div {
    width: 100%;
}
body.woocommerce-checkout select, body.woocommerce-checkout .select2-container .select2-selection--single {
    background-position-x: calc(100% - 10px) !important;
}
body.woocommerce-checkout .woocommerce-js .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    width: 100%;
    border-color: #d1d5db !important;
}
body.woocommerce-checkout .woocommerce-js .select2-container .select2-selection--single, 
body.woocommerce-checkout .woocommerce-page .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    padding: 0;
}
body.woocommerce-checkout .authentication .card-body {
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    margin-top: 20px;
}
body.woocommerce-checkout .woocommerce-additional-fields {
    display: none;
}
body.woocommerce-checkout #billing_civilite_field {
    width: 20%;
}
.box_filtre {
    flex-basis: 20%;
}
@media all and (max-width:767px){
    body.woocommerce-checkout #billing_civilite_field {
        width: 50%;
    }
    body.woocommerce-checkout .woocommerce-thankyou-custom-p {
        font-size: 13px!important;
    }
    .part_title h2 {
        font-size: 18px;
    }
    .box_filtre {
        flex-basis: 95%;
    }
}
body.woocommerce-checkout body.woocommerce-order-received .woocommerce-notice {
    display: none;
}
body.woocommerce-checkout .woocommerce-thankyou-order-details {
    margin-top: 40px !important;
    border: 1px solid #dcdcdc;
    padding: 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .09);
}
body.woocommerce-checkout .woocommerce-thankyou-custom-p {
    font-size: 16px;
    font-weight: 500;
}
@media all and (max-width: 768px){
    .woocommerce ul.order_details li {
        padding-bottom: 20px;
        border-right-width: 0;
    }
}

/** Réservation Récap **/
.vm-recap-reservation {
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}
.vm-recap-reservation h2 {
    text-align: left;
    color: #333;
    margin-bottom: 40px;
    font-size: 22px;
}
.vm-recap-reservation ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.vm-recap-reservation li {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #555;
    margin-bottom: 0;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 8px;
}
.vm-recap-reservation ul li {
    flex-basis: 25%;
}
@media all and (max-width:768px){
    .vm-recap-reservation ul li {
        flex-basis: 100%;
    }
}
.vm-recap-reservation li:last-child {
    border-bottom: none;
}
.vm-recap-reservation i {
    font-size: 18px;
    color: #f18f24;
    margin-right: 10px;
}

/**
Calendar **/

span.flatpickr-weekday {
    color: var(--vm-primary)!important;
}
.flatpickr-monthDropdown-months, .numInput {
    color: var(--vm-primary) !important;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    color: var(--vm-primary) !important;
    fill: var(--vm-primary) !important;
}
.flatpickr-day.today {
    border-color: var(--vm-primary) !important;
    background-color: var(--vm-primary) !important;
    color: #fff !important;
}

.flatpickr-day.selected {
    border-color: var(--vm-text-primary) !important;
    background-color: var(--vm-text-primary) !important;
}

.commerce_cover_photo {
    height: 100px;
    width: auto;
    object-fit: cover;
}

/* BOX ANNONCE */

.vm_box_annonce_wrap * {
    font-family: 'Poppins', sans-serif;
  }
  .vm_box_annonce_wrap {
    width: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 3px 15px 0px rgba(2, 30.000000000000114, 64, 0.14);
  }
  .vm_box_annonce_wrap .image-section {
    position: relative;
  }
  .vm_box_annonce_wrap .image-section img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
  }
  .vm_box_annonce_wrap .image-section span {
    color: #102E5A;
    font-size: 14px;
    position: absolute;
    right:10px;
    top:20px;
    display: inline-block;
    background-color: #F39735;
    padding: 5px 10px;
    border-radius: 50px;
    font-weight: 600;
  }
  .vm_box_annonce_wrap .infos-section {
    padding: 10px 25px 30px 25px;
  }
  .vm_box_annonce_wrap .infos-mobile {
    font-size: 14px;
    color: #777;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .box-stars {
    display: flex;
    /*align-items: center;*/
    gap: 3px;
  }
  .vm_box_annonce_wrap .title {
      color: #102E5A;
      font-size: 19px;
      margin-bottom: 10px;
  }
  .vm_box_annonce_wrap .address {
      margin: 0;
    margin-bottom: 10px;
      font-weight: 300;
  }
  .vm_box_annonce_wrap .address span {
      font-family: 'Heebo', sans-serif;
      font-size: 15px;
  }
  .vm_box_annonce_wrap .address i {
      color: #F39735;
  }
  .vm_box_annonce_wrap .book_and_price {
      display: flex;
      justify-content: space-between;
    padding-top: 15px;
  }
  .book_and_price .price {
    font-size: 22px;
    font-weight: 600;
    color: #102E5A;
  }
  .vm_box_annonce_wrap .btn-booking {
    background-color: #F39735;
    box-shadow: 0px 10px 20px 0px rgba(193.99999999999997, 138.89510869565214, 29.999999999999975, 0.21);
    padding: 10px 40px 10px 40px;
    border-radius: 35px;
    border-width: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
  }
  .vm_box_annonce_wrap .btn-booking:hover {
    color: #fff!important;
    background-color: var(--vm-primary-hover)!important;
    text-decoration: none!important;
    transform: translateY(-6px);
  }
  .vm_box_annonce_wrap hr {
    border-bottom-color: #eee;
    opacity: .25;
  }
  
  .stars i.ri-star-line {
    color: #bbcaeab3;
  }
  .stars i.ri-star-fill {
    color: #ef8f27
  }
  .vm_box_annonce_wrap .book_and_price span.text {
    font-size: 13px;
}

.listing_loc {
    column-gap: 30px !important;
    row-gap: 30px !important;
    display: flex;
    flex-wrap: wrap;
}

#vm_pagination ul.pagination {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    align-items: center;
}
#vm_pagination .xm-pagination {
    border-radius: 5px;
    padding: 10px 18px;
}

@media all and (max-width:768px){
    .vm_box_annonce_wrap {
        flex-basis: 48%!important;
    }
    .listing_loc {
        column-gap: 12px!important;
    }
    .vm_box_annonce_wrap .image-section img {
        height: 140px;
    }
    .vm_box_annonce_wrap .image-section span { font-size: 10px; }
    .vm_box_annonce_wrap .infos-section { padding: 10px 10px 10px 10px; }
    .stars i.ri-star-fill, .stars i.ri-star-line { font-size: 10px; }
    .vm_box_annonce_wrap .infos-mobile { margin-bottom: 0px; gap:5px; font-size: 10px; }
    .vm_box_annonce_wrap .title { font-size: 13px; margin-top: 0px; }
    .vm_box_annonce_wrap .address { display:flex; gap:5px; }
    .vm_box_annonce_wrap .address span { font-size: 10px; line-height: 15px; }
    .vm_box_annonce_wrap .book_and_price { flex-direction: column; }
    .book_and_price .price { font-size: 15px; }
    .vm_box_annonce_wrap .book_and_price span.text { font-size: 10px; }
    .vm_box_annonce_wrap .btn-booking { margin-top: 10px; height: 35px; font-size: 12px; width: max-content; padding: 15px 20px; }
}

@media all and (max-width: 1200px) and (min-width:769px){

}

#offcanvasFilters .btn-close, #offcanvasTri .btn-close {
    background-color: transparent;
}

@media all and (min-width:1200px){
    #offcanvasFilters {
        width: 50%;
    }
}

.filter_box {
    margin-bottom: 30px;
}
.filter_box h3 {
	font-size: 16px;
}
.filter_box h3 span {
	font-weight: 800;
}
.filter_box input{
	border-color: #737373!important;
}
.filter_box hr {
    margin-bottom: 30px!important;
    color: #7d7d7d;
}
.offcanvas-header {
    border-bottom: 1px solid #d7d7d7;
	background-color: #f9f9f9;
	margin-bottom: 30px;
}
.offcanvas-body {
    scrollbar-width: thin;
}

#date_to h2, #date_from h2 {
    display: none;
}

.woocommerce-info {
    border-top-color: var(--vm-primary);
}
.woocommerce-info::before {
    color: var(--vm-primary);
}

button.accordion-button {
    padding: 15px 25px;
    height: max-content;
    display: flex;
    border-radius: 5px;
    gap: 5px;
}
h2#headerRecap {
    margin-bottom: 0;
}
div#recapCheckoutAccordion {
    padding: 20px 10px;
    background: #fff;
}
.accordion-body {
    padding-top: 40px;
}
.accordion-item {
    border-width: 0;
}
.buttons_thank_you {
    display: flex;
    gap: 10px;
}
.go_to_payment {
    margin-top: 60px;
}
@media all and (max-width:768px){
    button.accordion-button {
        font-size:10px;
    }
    .buttons_thank_you {
        display: block;
    }
    .go_to_payment {
        margin-top: 20px;
    }
}

body.woocommerce-order-received .woocommerce-order-details__title, body.woocommerce-order-received .woocommerce-column__title {
    font-size: 22px;
}

.vm_empty_input {
    position: absolute;
    top: 90%;
    right: 10px;
    transform: translateY(-110%);
    font-size: 20px;
    cursor:pointer;
    display: none;
}

#vm_form_search_booking .nice-select {
    padding: 0;
    border-width: 0;
}
#vm_form_search_booking .nice-select::after {
    display: none;
}
#vm_form_search_booking .nice-select .list {
    max-height: 250px;
    overflow-y: auto;
    scrollbar-width: thin;
}

a.nav-link[role="tab"]{
    color: #222!important;
}
a.nav-link[role="tab"]:hover, a.nav-link[role="tab"]:focus, a.nav-link[role="tab"]:focus-visible {
    border-width: 0!important;
}

body.woocommerce-checkout .variation-Vendor {
    display: none !important;
}

a.side-menu__item:hover {
    text-decoration: none !important;
}

.available-date .fc-event-title {
    color: #ffffff;
    position: relative;
    top: 50%;
    font-weight: 600;
    right: 0%;
    text-align: right;
}
#billing_dokan_company_id_number_field,
#billing_dokan_vat_number_field,
#billing_dokan_bank_name_field,
#billing_dokan_bank_iban_field,
#billing_address_2_field {
    display: none!important;
}
.select2-container--open .select2-dropdown--below {
    margin-top: 8px!important;
}

.elementskit-menu-close:focus, .elementskit-menu-close:hover {
    background-color: var(--vm-primary)!important;
}

.flatpickr-calendar.open.arrowTop{
    transform: translateY(-60px)!important;
}
.swal2-styled.swal2-confirm{
    background-color: var(--vm-primary)!important;
}
.swal2-styled.swal2-confirm:focus {
    box-shadow: none!important;
}
div#infos_date {
    font-size: 12px;
    font-style: italic;
    color: #000;
    align-items: center;
    gap: 5px;
    line-height: 15px;
}
#infos_date i {
    color: red;
    font-size: 16px;
}
.select2-selection__rendered {
    height: 100%!important;
    display: flex!important;
    align-items: center!important;
}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px!important;
}
.select2-dropdown--above {
    position: relative!important;
    bottom: 40px!important;
}
.jq-ry-normal-group svg{
    fill: rgb(205 205 205)!important;
}
.jq-ry-rated-group svg {
    fill: goldenrod!important;
}
.jq-ry-container>.jq-ry-group-wrapper {
    width: max-content;
}
.jet-reviews-field.very-high-rating .jet-reviews-stars--filled svg path {
    fill: #ef8f27!important;
}