@charset "UTF-8";

@font-face {
  #font-family: Open Sans, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.app,
app-dashboard,
app-root {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh; }

.app-header {
    -ms-flex: 0 0 55px;
    flex: 0 0 55px; }

.app-footer {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px; }

body {
    #font-family: Open Sans, sans-serif;
    #font-family: "Roboto Condensed", sans-serif;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.app-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 1;
    flex-grow: 1;
    #font-family: Open Sans, sans-serif;
    #font-family: "Roboto Condensed", sans-serif;
    font-family: "Montserrat", sans-serif;
    /*overflow-x: hidden;*/ }

.app-body .main {
    -ms-flex: 1;
    flex: 1;
    min-width: 0; }

.app-body .sidebar {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    -ms-flex-order: -1;
    order: -1; }

.app-body .aside-menu {
    -ms-flex: 0 0 250px;
    flex: 0 0 250px; }

.main .container-fluid {
    padding: 0 12px; }

.header-fixed .app-body {
    margin-top: 24px; }

.header-navigation .bd-blue-900 {
    color: #1d2230;
    font-weight: 550;
    font-variation-settings: "wght" 550;
    text-align: center;
    background-color: #0000;
    border-radius: 4px;
    align-items: center;
    padding: 12px 10px;
    #font-family: Open Sans, sans-serif;
    font-size: 15px;
    line-height: 110%;
    text-decoration: none;
}

.app-header.navbar .navbar-brand {
    display: inline-block;
    width: 155px;
    height: 55px;
    padding: 0.5rem 1rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px auto; }

.navbar-brand {
    display: inline-block;
    padding-top: 0.33594rem;
    padding-bottom: 0.33594rem;
    margin-right: 1rem;
    font-size: 1.09375rem;
    line-height: inherit;
    white-space: nowrap; }

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.app-footer-debug {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    color: #151b1e;
    background: #f0f3f5;
    border-top: 1px solid #c2cfd6; }

.app-footer {
    z-index: 5;
    background-color: #1d2230;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.container-footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
}
.container-footer {
    padding-left: 40px;
    padding-right: 40px;
}
.wrapper-flip-footer {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    display: flex;
}
.vertical-left-gap-regular-12 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}
.collumn-footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    align-items: flex-start;
    display: flex;
}
.partenaires-title {
    font-variation-settings: "wdth" 90, "wght" 740;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 900;
    line-height: 110%;
}
.list-partenaires-footer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    flex: 0 auto;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
}
.pastille-partenaires-footer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: white;
    color: #555a68;
    text-align: center;
    border-radius: 8px;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    min-height: 88px;
    max-height: 88px;
    padding: 4px;
    display: flex;
    overflow: hidden;
}
.img-sponso {
    object-fit: contain;
    width: 100%;
    height: 88px;
    overflow: hidden;
}
.mentions-legales {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}
.footer-list-link-mentions {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    display: flex;
}
@media (max-width: 991px) {
    .footer-list-link-mentions {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}
.footer-text-copyright {
    opacity: .5;
    color: #c7cad1;
    text-align: left;
    flex: 1;
    text-decoration: none;
}
.plan-du-site-footer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
}
.footer-list-link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    margin-top: 8px;
    font-size: 14px;
    display: flex;
}
.footer-text-link {
    color: #c7cad1;
    text-decoration: none;
    transition: all .1s;
}
.footer-text-link:hover {
    color: #f7f8f8;
}
.wrapper-social {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
}
.link-social {
    background-color: #e1e6f5;
    color: #264497;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    max-height: 32px;
    padding: 6px 18px;
    transition: all .2s;
    display: flex;
}

.app-header,
.app-footer,
.sidebar,
.main,
.aside-menu {
    transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s;
    transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s, -ms-flex 0.25s; }

.h-300 {
    height: 300px !important; }

.app-thumbnail {
    height: 100%;
    max-width: 1080px;
    object-fit: cover;
    background-size:cover;
    background-position:center;
}
.badge-cart {
    background-color: #d9534f;
    border: 1px solid #fafafa;
    border-radius: 2em;
    font-size: 16px;
    line-height: 1.6;
    top: -5px;
    min-width: 30px;
}
@media (max-width: 768px) {
    .badge-cart {
        min-width: 22px;
    }
}
.btn-cart {
    background-color: #f04a56;
    grid-column-gap: 8px;
    height: 44px;
    max-width: 245px;
    font-size: 14px;
    font-weight: 500;
    #font-weight: bold;
    color: #fff;
    white-space: nowrap;
    /*padding: 4px 10px 4px 10px;*/
}
.btn-cart:hover {
    background-color: #fc4e5a;
    color: #fff;
    /*border: #e3e9fd 1px solid;*/
}
.a-product-info {
    color: #f04a56;
    #font-size: 18px;
    font-weight: 700;
}
.dropdown-langue {
    position: absolute;
    left: -55px;
}
.dropdown-account {
    position: absolute;
    z-index: 100;
}
.dropdown-item i {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    margin-left: -10px;
    color: #c2cfd6;
    text-align: center;
}

/* widjet */
.widjet-card:hover .widjet-edit,
 .widjet-card:hover .widjet-category-open {
    opacity: 1;
}
@media (max-width: 992px) {
    .widjet-card {
        height: 150px!important;
        width: 100%!important;
        margin-left: 0!important;
    }
}
.widjet-card {
    position:relative;
    height:300px;
    margin: 15px;
    /*border:1px solid #ccc;*/
    color: black;
    font-size: 16px;
    border-radius: 3px;
}
.widjet-card:hover {
    /*background-color:rgb(224,224,222);*/
}
.widjet-card-link {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    text-decoration: none;
}
.widjet-card-first-block {
    position: relative;
    /*color: white;*/
    /*padding-top: 160px;*/
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}
.widjet-card-info {
    position: relative;
    z-index: 2;
    flex-direction: column;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    padding: 16px;
}
.widjet-card-info .widjet-title {
    #font-family: "Noto Sans Devanagari", sans-serif;
    font-family: "Montserrat", sans-serif;
    font-size: 29px;
    font-weight: bold;
    font-style: italic;
}
.widjet-card-info .widjet-subtitle {
    font-size: 12pt;
    font-weight: normal;
}
.widjet-card-accommodation {
    font-size: 12px;
    padding: 5px 8px 5px 8px;
    color: #335ccc;
    background-color: #e3e9fd;
    border-radius: 9px;
}
.widjet-card-category {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
}
.widjet-card-category p {
    margin: 0;
}
.widjet-card-category .widjet-title {
    font-size: 19px;
    font-weight: 500!important;
}
.widjet-card-category .widjet-description {
    font-size: 13px;
    font-weight: normal;
}
.widjet-card-info .widjet-description {
    font-size: 11pt;
    font-weight: normal;
}
.widjet-card-top-info {
    position: absolute;
    z-index: 3;
    align-items: center;
    justify-content: flex-start;
}
.widjet-card-wrapper-img {
    z-index: 0;
    /*justify-content: center;
    align-items: stretch;*/
    display: flex;
    position: absolute;
    object-fit: cover;
    inset: 0%;
    overflow: hidden;
}
.widjet-card-img-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    #max-width: 1080px;
}
.card-overlay-gradiant{
    z-index: 3;
    position: absolute;
    inset: 0%;
    background-image: linear-gradient(#1d223000, #1d223026 50%, #1d2230bf 75%, #1d2230);

}
.widjet-card-label {
    /*background-color: rgb(238, 238, 238);
    border: 1px solid rgb(224, 224, 224);
    border-radius: 6px;*/
}
.widjet-card-label .widjet-title {
    font-variation-settings: "wght" 700;
    #font-family: Open Sans, sans-serif;
    letter-spacing: -.25px;
}

/* product card */
.product-card-info {
    max-width: 900px;
    margin-bottom: 3rem;
    #background-color: #e3e9fd;
}
@media (min-width: 992px) {
    .product-card-info {
        min-width: 850px;
    }
}
.product-card-option {
    #margin-left: 1.32rem;
}
@media (max-width: 768px) {
    .product-card-option {
        margin-left: 0;
    }
}
@media (max-width: 992px) {
    .product-card {
        flex-direction: column;
    }
    .product-card-info {
        width: 100%!important;
        #order: 2;
    }
    .product-cart-section {
        width: 100%!important;
        #display: none;
        #order: 1;
    }
    .cart-left, .cart-right {
        width: 100%!important;
    }
    .widjet-img-last {
        display: none;
    }
}
.product-card {
    flex-direction: row;
    gap: 16px;
    display: flex;
}
.product-card-description {
    font-variation-settings: "wght" 450;
    #font-family: Open Sans, sans-serif;
}
.product-card-description .product-title {
    #font-family: "Noto Sans Devanagari", sans-serif;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 29px;
    font-weight: bold;
    font-style: italic;
    font-variation-settings: "wght" 700;
    letter-spacing: -.25px;
}
.product-card-description .product-subtitle {
    font-size: 1rem;
    color: #737a8c;
}
.product-card-description strong {
    color: #454954;
}
.product-card-description .product-description {
    font-size: 1rem;
    color: #737a8c;
}
.product-option-activity {
    background-color: #f0f0f0;
    /*border-radius: 5px;
    border:1px solid #ccc;*/
    padding: 16px;
}
.product-card-info .product-title {
    #font-family: "Noto Sans Devanagari", sans-serif;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 26px;
    font-weight: bold;
    #font-style: italic;
    font-variation-settings: "wght" 700;
    letter-spacing: -.25px;
}
@media (max-width: 768px) {
    .product-card-info .product-title {
        font-size: 19px;
    }
}
/* product other activity */
.other-activity-title {
    font-size: 23px;
    font-weight: bold;
    font-variation-settings: "wght" 500;
    letter-spacing: -.25px;
}
.product-option-activity-title {
    color: #335ccc;
    font-weight: bold;
    /*padding-left: 5px;*/
}
.product-option-activity-header p {
    margin: 0;
}
.product-option-activity-block {
    color: #454954;
    font-size: 11pt;
}
.product-option-activity-block p {
    margin-bottom: 4px;
}
.product-option-activity-block table {
    height: auto !important;
    width: 100% !important;
    background-color: white;
}
.product-option-activity-block tbody > tr {
    line-height: 22px !important;
}
.product-option-activity-block tbody > tr > td {
    padding: 4px !important;
}
.product-option-activity-block td > p {
    margin: 0;
}

.header-activity-title {
    font-size: 1.2rem;
    font-weight: 600;
    #letter-spacing: 0.3px;
}
.option-activity {
    #
}

.option-activity-active {
    background-color: #e3e9fd;
}

/* product-cart-section */
@media (min-width: 600px) {
    .product-cart-section {
        position: sticky;
        top: calc(45px);
        height: calc(100vh -45px);
        height: -webkit-calc(100vh -450px);
        max-height: 800px;
        min-height: 350px;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}
@media (max-width: 768px) {
    .product-cart-section {
        margin-left: auto!important;
        margin-right: auto!important;
        box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
    }
}
.product-cart-section {
    scrollbar-width: none;
    min-width: 260px;
    max-width: 380px;
    background-color:#f8f9fc
}
.product-cart-section::-webkit-scrollbar {
    display: none;
}

.widjet-card-last {
    position: absolute;
    padding-right: 4px;
    bottom: 8px;
    right: 8px;
    opacity: 1;
    z-index: 10;
}
.btn-gallery {
    color: black;
    background-color: white;
    border-bottom: 1px solid #c2cfd6;
}
.btn-gallery:hover {
    color: black;
    background-color: white;
    border-bottom: 1px solid black;
}
.product-card-option .option-activity {
    padding: 11px;
    border-radius: 4px;
    #background-color: #e3e9fd;
    background-color: #e3e9fd;
}
.product-card-option .product-option-activity-header {
    background-color: white;
    border: 1px solid #ccc;
}
.product-card-option .product-option-activity-header:hover {
    background-color: #fafafa;
    box-shadow: inset 0 0 3px #335ccc;
    border-color: #335ccc;
}
.product-option-header {
    border: 1px solid #ccc;
}
.product-option-header:hover {
    background-color: #fafafa;
    box-shadow: inset 0 0 3px #335ccc;
    border-color: #335ccc;
}
.btn-option-date:focus {
    background-color: #fafafa;
    box-shadow: inset 0 0 3px #335ccc;
    border-color: #335ccc;
}
.option-date-select {
    position: absolute;
    left: -8px;
    z-index: 10;
}
.btn-option-date {
    text-align: left;
    border: 1px solid #ccc;
}
.btn-option-date:hover {
    box-sizing: border-box;
    border-color: #335ccc;
}
/* user account */
.nav-user {
    color: #333a4d !important;
    font-weight: 500 !important;
    #border: 1px solid #ccc;
}
.account-user-menu {
    list-style: none;
    padding: 0;
}
.account-user-item {
    padding: 10px;
}
.account-user-item-active {
    padding: 10px;
    background-color: #e3e9fd;
}
.account-user-item-active a {
    color: #264497;
}
.option-date-menu {
    list-style: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 0;
}
.option-date-menu li {
    width: 100%;
    clear: both;
    text-align: left;
    padding: 11px;
}
.dates-summary {
    background-color: #264497;
    color: white;
}
.product-option-header-active {
    background-color: #fafafa !important;
    box-shadow: inset 0 0 3px #335ccc !important;
    border-color: #335ccc !important;
    border-radius: 3px;
}
.product-card-option .fw-bold {
    font-weight: 500 !important;
}
.product-cart-item .fw-bold {
    font-weight: 500 !important;
}
.product-card-option p {
    margin: 0;
}
.product-cart-description p {
    margin: 0;
}
.product-cart-description .fw-bold {
    font-weight: 500 !important;
}
.product-option .select2-container .select2-selection--single {
  height: 55px !important;
  padding-top: 16px!important;
}
.btn-quantity-plus, .btn-quantity-minus {
    font-size: 1.2rem;
}
.btn-quantity-plus {
    border-left: 1px solid #ccc !important;
}
.product-price {
    color: #737a8c;
}
.product-price .h6 {
    color: black;
    font-weight: 500 !important;
}
.product-cart-quantity {
    color:#335ccc;
}
.line-separator {
    width:100%;
    align-content: center;
    border-bottom:1px solid #dee2e6;
}
.shopping-cart {
    color: #264497;
}
.btn-booking {
    background-color: #264497;
    color: #fafafa;
    line-height: 38px;
}
.btn-booking:hover {
    background-color: #335ccc;
}
.product-option-activity-title .other-option-select {
    background-color: #335ccc;
    color: #fafafa;
    font-weight: normal;
    font-size: 11px;
    padding: 5px;
}
.option-date-item {
    font-size: 11pt !important;
}
.form-control-invalid {
    border: 2px solid #dc3545;
}
.product-tags span {
    font-size:14pt;
    padding: 4px 8px 4px 8px;
    font-weight:normal;
    color: #f04a56;
    background-color: #fdecec;
    border-radius: 8px;
}
.btn-primary {
    /*border-color: #293e6a;*/
    background-color: #3b5998 !important;
}
.btn-signin, .btn-signin:hover {
    background-color: #333a4d !important;
    color: #fff;
    height: 44px;
}
.btn-player {
    /*border-color: #293e6a;*/
    color: white;
    background-color: #333a4d !important;
}
.btn-player-delete {
    /*border-color: #293e6a;*/
    color: #565d65;
    border-color: #565d65;
    border: 2px solid;
}
.link-forgot {
    color: #737a8c;
    text-decoration: none !important;
}
.link-forgot:hover {
    color: #737a8c;
    text-decoration: underline !important;
}
.link-signup {
    color: #264497;
    font-weight: 500 !important;
    text-decoration: none !important;
}
.link-signup:hover {
    color: #264497;
    text-decoration: underline !important;
}
.modal-signin .label {
    font-weight: 500 !important;
}
/* breadcrumb */
.breadcrumb-container {
    display: flex;
    align-items: center;
    #gap: -10px;
    max-width: 900px;
    margin: 0 auto;
    #filter: drop-shadow(0 10px 30px rgba(0,0,0,0.2));
}

.breadcrumb-step {
    /*position: relative;*/
    display: flex;
    align-items: center;
    justify-content: center;
    height: 49px;
    padding: 0 27px 0 29px;
    background: #e0e0e0;
    color: #1d2230;
    font-weight: 500;
    letter-spacing: 0.3px;
    white-space: nowrap;
    font-size: 15px;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 20px 50%);
    transition: all 0.3s ease;
    /*border: 1px solid rgba(0,0,0,0.1);*/
    /*margin-left: -20px;
    min-width: 150px;*/
}

.breadcrumb-step.active {
    background: #264497;
    color: #fff;
    font-weight: 700;
    z-index: 10;
    transform: scale(1.05);
    z-index: 10;
    #border: 2px solid #e3e9fd;
    /*box-shadow: 0 8px 25px rgba(245, 87, 108, 0.5);*/
}

/* mobile breadcrum */
@media (max-width: 768px) {
    .breadcrumb-container {
        flex-direction: column;
        gap: 7px;
        width: 100%;
        max-width: 100%;
    }

    .breadcrumb-step {
        width: 100%;
        min-width: auto;
        height: 38px;
        margin-left: 0;
        margin-top: -15px;
        border: 1px solid rgba(0,0,0,0.1);
        padding: 0 20px;
        font-size: 13px;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), 50% 100%, 0 calc(100% - 15px));
        display: none;
    }

    .breadcrumb-step.active {
        transform: scale(1.03);
        z-index: 10;
        display: flex;
    }
}

.breadcrumb-item.active {
    font-weight: 500 !important;
    font-size: 1.1rem;
}
.breadcrumb .breadcrumb-item {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.breadcrumb .breadcrumb-item a {
    text-decoration: none !important;
    font-weight: 500 !important;
    color: #737a8c;
}
.breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline !important;
    color: #737a8c;
}
/* cart */
.cart-header-right {
    position: sticky;
    top: 20px;
    max-height: 100vh;
}
.cart-header {
    padding: 1.1rem 1.3rem 1.1rem 1.2rem;
    background-color: #f7f8f8;
}
.cart-header p {
    color: #737a8c;
}
.breadcrumb-item-cart {
    color: black;
    padding: 6px 14px 6px 14px;
    border: 1px solid #86868b;
    border-radius: 3px;
}
.breadcrumb-item-cart-active {
    background-color: #e3e9fd;
}
.breadcrumb-item-cart a {
    text-decoration: none !important;
    color: black;
}
.breadcrumb-item-cart a:hover {
    text-decoration: underline !important;
    color: black;
}
.breadcrumb-cart-sep {
    width: 22px;
}
.breadcrumb-cart-sep .cart-sep {
    height: 20px;
    border-bottom: 1px solid #86868b;
}
/* intl-tel workaround */
.intl-tel-input {
  display: table-cell;
}
.intl-tel-input .selected-flag {
  z-index: 4;
}
.intl-tel-input .country-list {
  z-index: 5;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

/* debug */
.app-footer pre {
    font-size: 9pt;
}
.app-footer p {
    font-size: 14px;
}
