@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');

body,
* {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
}

body {
    color: #001F42;
}

a:hover:not(.go-top a, .top a, .partenaires a, .owl-carousel a, ),
a:active:not(.go-top a, .top a, .partenaires a, .owl-carousel a) {
    color: #001F42 !important;
    background-color: rgba(206, 223, 241, 0.804) !important;
    transform: translateY(3px);
}

.btn:hover,
button.btn.text-white:hover {
    background-color: rgba(144, 158, 173, 0.804) !important;
}

.share-icon a:hover span {
    color: #ffffff !important;
}

.my-subscription form .btn:hover {
    background-color: transparent !important;
    transform: translateY(0);
}

iframe {
    width: 100%;
}

.bg-info {
    background-color: #01366A !important;
}

.bg-primary {
    background-color: #001F42 !important;
}

.bg-primary-opacity {
    background-color: rgba(0, 31, 66, 0.2) !important;
}

.bg-blue-0d {
    background-color: #0D345C;
}

.bg-blue-1d {
    background-color: #1D2735;
}

.bg-info-subtle {
    background-color: #B1C7D8 !important;
}

.bg-warning {
    background-color: #986E32 !important;
}

/* .bg-warning-subtle {
    background-color: #B2894C !important;
} */

.bg-warning-light {
    background-color: #FCEBE6;
}

/*.bg-warning-b7 {
    background-color: #B78D4E;
}

.bg-warning-c3 {
    background-color: #C38E3F;
}

 .bg-warning-d4 {
    background-color: #D4BA95;
} */

.bg-light {
    background-color: #F1F3F8 !important;
}

.bg-gray-ba {
    background-color: #BABEC2 !important;
}

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

.bg-gradient-ff {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
}

.bg-success {
    background-color: #009A3E !important;
}

.bg-blue-67 {
    background-color: #6786A6;
}

.text-info {
    color: #49607F !important
}

.text-info-01 {
    color: #01366A !important;
}

.text-primary {
    color: #001F42 !important;
}

.text-primary-subtle {
    color: #2D4461;
}

.text-info-subtle {
    color: #BABEC2 !important;
}

.text-info-a5 {
    color: #A5A8AB;
}

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

.text-blue-4b {
    color: #4B6282 !important;
}

.text-blue-72 {
    color: #72808A;
}

.text-blue-0d {
    color: #0D3460;
}

.text-blue-1b {
    color: #1B2734;
}

.text-blue-1d {
    color: #1D2735;
}

.text-blue-2d {
    color: #2D4461;
}

.text-warning-subtle {
    color: #B2894C !important;
}

/* .text-warning-b7 {
    color: #B7863E !important;
} 

.text-warning-c3 {
    color: #C38E3F;
}*/

.text-danger {
    color: #E23A05 !important;
}

.text-success {
    color: #009A3E !important;
}

.border-blue-4b {
    border-color: #4B6282 !important;
}

.border-blue-0d {
    border-color: #0D345C !important;
}

.border-warning-subtle {
    border-color: #B2894C !important;
}

.border-primary {
    border-color: #001F42 !important;
}

.border-success {
    border-color: #009A3E !important;
}

.border-blue-d3 {
    border-color: #D3E0EA !important;
}

.border-blue-87 {
    border-color: #879AB0 !important;
}

.border-dashed {
    border-style: dashed !important;
}

.border-danger {
    border-color: #E23A05 !important;
}

.icon {
    width: 20px;
}

.fs-08 {
    font-size: 0.5rem;
}

.fs-06 {
    font-size: 0.375rem;
}

.fs-10 {
    font-size: 0.625rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13 {
    font-size: 0.8125rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-15 {
    font-size: 0.9375rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.shadow-down {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.ellipsis-2 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.ellipsis-3 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.colon::after {
    content: "：";
}

.parentheses::before {
    content: "(";
}

.parentheses::after {
    content: ")";
}

.list-style-dot {
    list-style: disc !important
}

.list-style-lower-alpha {
    list-style: lower-alpha !important;
}

.star::before,
.required::after {
    content: "*";
}

.star-heading {
    list-style-image: url(../images/icon/star-of-life-solid.svg);
}

/* carousel -------------------- */

#carousel-ads .owl-nav,
.carousel-custom .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
}

#carousel-ads .owl-nav {
    top: calc(50% - 45px);
}

.carousel-custom .owl-nav {
    top: 80px;
}

#carousel-ads .owl-nav button.owl-next,
#carousel-ads .owl-nav button.owl-prev,
.carousel-custom .owl-nav button.owl-next,
.carousel-custom .owl-nav button.owl-prev {
    position: absolute;
    width: 48px;
    height: 90px;
    margin: 0;
    padding-bottom: 6px !important;
}

#carousel-ads .owl-nav button.owl-next,
#carousel-ads .owl-nav button.owl-prev {
    background-color: #ffffff;
}

.carousel-custom .owl-nav button.owl-next,
.carousel-custom .owl-nav button.owl-prev {
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #4B6282;
}

#carousel-ads .owl-nav [class*=owl-] span,
.carousel-custom .owl-nav [class*=owl-] span {
    font-size: 3rem !important;
}

#carousel-ads .owl-prev,
.carousel-custom .owl-prev {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#carousel-ads .owl-next,
.carousel-custom .owl-next {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#carousel-ads .owl-nav [class*=owl-]:hover span,
.carousel-custom .owl-nav [class*=owl-]:hover span {
    color: #01366A;
}



/* header -------------------- */
.custom-dropdown.dropdown-toggle::after {
    content: "\e907";
    font-family: 'icomoon';
    border: none;
    vertical-align: middle;
    font-size: 1.4rem;
    margin-left: 0;
}

.select-lang .custom-dropdown.dropdown-toggle::after {
    color: #466489
}

.select-lang .navbar-nav {
    --bs-nav-link-padding-y: 0 !important;
}

.sort-menu .icon {
    width: 25px;
}

/* -------------------------- */
.square {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.les-offres .icon,
.all-coupons .icon {
    width: 16px;
}

strong+div span:first-of-type {
    margin-bottom: -5px;
}

.les-offres .card-footer *:empty,
.coupon .card-footer *:not([class^="icon-"]):empty,
.all-coupons .card-footer *:empty,
.empty *:empty {
    display: none;
}

.active>.page-link,
.page-link.active {
    color: white;
    /* background-color: #B2894C; */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

/* faq--------------------------------------- */
.faq .accordion {
    --bs-accordion-bg: transparent;
}

.faq .accordion-button::after {
    content: "\e905";
    font-family: 'icomoon';
    background-image: none;
}

.faq .accordion-button:not(.collapsed)::after {
    content: "\e904";
    font-family: 'icomoon';
    background-image: none;
    transform: none;
}

.faq .accordion-button:not(.collapsed) {
    background-color: #f8faff;
}

/* all-coupons---------------------------------------- */
.categories .icon {
    width: 35px;
}

/* coupon-01 ------------------------------------------ */
.coupon h2 .icon,
.coupon .card-header .icon {
    width: 30px;
}

.coupon .icon {
    width: 16px;
}

.ratings {
    position: relative;
    display: inline-block;
    color: #ececec;
    overflow: hidden;
    /* -webkit-text-stroke: 1px #B78C4D; */
    -webkit-text-stroke: 1px #eb8c00
}

.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    /* color: #B78C4D; */
    color: #ffdeae;
}

.empty-stars:before,
.full-stars:before {
    content: "\2605\2605\2605\2605\2605";
    font-size: 1.3rem;
}

.page-current::before {
    content: "Page";
    margin-right: 0.25rem;
}

.page-sur::before {
    content: "sur";
    margin: 0 0.25rem;
}

.coupon .accordion-item:last-of-type .accordion-collapse {
    height: 780px;
    display: block;
    overflow: hidden;
}

.coupon .collapse.show {
    height: auto !important;
    overflow: visible;
}

.coupon .accordion-button:not(.collapsed) {
    background-color: transparent;
    background: linear-gradient(180deg, rgba(195, 142, 63, 0) 0%, rgba(195, 142, 63, 0.3) 100%);
    box-shadow: none;
}

.coupon .accordion-button::after {
    margin: auto;
    /* width: 40px; */
}

.coupon .owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(183, 141, 77, 0.5);
    color: #FFF;
}

.member-avatar .icon {
    width: 45px !important;
    height: 45px;
}

.member-avatar .custom-dropdown.dropdown-toggle::after {
    color: #466489;
}

/* ------------------------- all-coupons */
.arrow-right {
    width: 38px;
    height: 65px;
    background: #B2894C;
    clip-path: polygon(15% 0, 40% 49%, 15% 100%, 0% 100%, 25% 50%, 0% 0%);
}

.all-coupons .form-check-input,
.login .form-check-input,
.reset-password .form-check-input,
.personal-data .form-check-input,
.my-pro-coupons .form-check-input {
    width: 25px;
    height: 25px;
    flex: 0 0 auto
}

.personal-data .form-check-input {
    border: 1px solid #D3E0EA;
}

.all-coupons .form-check-input:checked,
.login .form-check-input:checked,
.reset-password .form-check-input:disabled,
.my-pro-coupons .form-check-input:checked {
    background-color: #19B650;
    border-color: #19B650;
    opacity: 1;
}

.personal-data .form-check-input:checked {
    background-color: #01366A;
    border-color: #01366A;
    opacity: 1;
}

.reset-password .form-check-input:disabled+label:not(.form-check-input.not-compliance+label) {
    color: #19B650;
    opacity: 1;
}

.reset-password .form-check-input.not-compliance:disabled {
    background-color: #8994AA;
    border-color: #8994AA;
}

/* ------------------------- login */

.was-validated #input-password.form-control:invalid,
.was-validated #input-password.form-control:valid {
    background-position: right calc(2em + .1875rem) center;
    background-size: calc(1em + .375rem) calc(1em + .375rem);
}

/* -------------------------page pro */
.company-logo {
    top: -100px
}

.page-pro .icon {
    width: 23px;
}

.f-carousel__slide {
    min-height: 100px;
}

#pro-carousel {
    --f-carousel-slide-width: 100%;
    --f-carousel-spacing: 10px;

    margin-bottom: 1rem;
}

#thumbnail-navigation {
    --f-carousel-slide-width: 100px;
    --f-carousel-spacing: 5px;

}

#thumbnail-navigation .is-prev,
#thumbnail-navigation .is-next {
    background-color: #1D2735;
    color: #fff;
    height: 100%;
    width: 24px;
    border-radius: 12px;
}

#thumbnail-navigation .f-carousel__viewport {
    width: 91%;
    margin: 0 auto;
}

#thumbnail-navigation .f-button.is-next {
    right: 0
}

#thumbnail-navigation .f-button.is-prev {
    left: 0
}

#thumbnail-navigation .f-carousel__slide.is-selected.is-nav-selected {
    border: 5px solid #B78C4D;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-pro .card-body *:last-child {
    margin-bottom: 0;
}

.page-pro .list-inline-item .icon {
    width: 18px !important;
    height: 18px;
}

.page-pro .ratings {
    color: #ffffff;
    -webkit-text-stroke: 1px #B78C4D;
}

.comment-area .icon {
    width: 50px !important;
    height: 50px;
}

.star-rating {
    cursor: pointer;
    -webkit-text-stroke: 1px #B78C4D;
}

.star-rating i {
    cursor: pointer;
}

.star-rating i:hover,
.star-rating i.active,
html#pro .member-avatar li.active a {
    color: #E4007F;
}

.page-pro .search-area,
.page-pro #map {
    height: 450px;
}

/* -------------------------- personal */
[class^="page-carousel"] .item img,
[class^="page-carousel"] .mask {
    height: 300px !important;
    object-position: center top;
}

[class^="page-carousel"].owl-carousel .owl-dots.disabled,
[class^="page-carousel"].owl-carousel .owl-dots {
    position: absolute;
    display: block;
    z-index: 3;
    bottom: 15px;
    left: 20px;
    z-index: 4;
}

[class^="page-carousel"].owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -25px;
}

[class^="page-carousel"].owl-theme .owl-dots .owl-dot span {
    margin: 5px;
    background: #ffffff;
    cursor: pointer;
}

[class^="page-carousel"].owl-theme .owl-dots .owl-dot.active span,
[class^="page-carousel"].owl-theme .owl-dots .owl-dot:hover span {
    background: #1D2735;
}

.banner .card-img-overlay {
    bottom: auto !important;
}

.for-table tr {
    border-top: 1px solid #1B2734;
}

.for-table tr.show {
    border-top-color: #BABEC2;
    border-bottom: 1px solid #BABEC2;
    position: relative;
    top: -50px;
}

aside.personal ul li.active a {
    /* background-color: #B78D4E !important; */
    color: #ffffff;
}

.table * {
    border: none;

}

.for-table tr.show:hover {
    background-color: #ffffff !important;
}

.was-validated .form-control:invalid,
.exclamation-mark {
    background-image: url(../images/icon/exclamation-mark.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.exclamation-mark {
    background-size: 25px auto;
}

.personal-data .show-eye {
    bottom: 8px !important;
}

.my-coupons .col-lg-3.overflow-hidden img,
.find-partner .col-md-4.overflow-hidden img,
.my-pro-coupons .col-lg-3.overflow-hidden img,
.my-coupons .col-md-3.col-sm-6.mx-auto.overflow-hidden a.btn img {
    object-position: center;
    height: 250px !important;
}

/* ---------------------- contact */
.contact .required::after {
    color: #E23A05;
}

/* ----------------------404 */
.error-page,
.store-list {
    height: 100vh
}

/* ---------------------- */
input::placeholder {
    color: #878F96 !important;
}

.find-partner ul .icon {
    width: 35px;
    height: 35px;
}

#map {
    height: 100% !important;
}

.search-results::-webkit-scrollbar {
    width: 5px;
}

#select2-Place-results::-webkit-scrollbar,
#select2-trade-results::-webkit-scrollbar {
    width: 10px;
}

#sort-menu.navbar-collapse::-webkit-scrollbar,
#select2-Place-results::-webkit-scrollbar,
#select2-trade-results::-webkit-scrollbar {
    height: 5px;
}

.search-results::-webkit-scrollbar-track,
#sort-menu.navbar-collapse::-webkit-scrollbar-track,
#select2-Place-results::-webkit-scrollbar-track,
#select2-trade-results::-webkit-scrollbar-track {
    background-color: #edf3f9;
}

.search-results::-webkit-scrollbar-thumb,
#sort-menu.navbar-collapse::-webkit-scrollbar-thumb,
#select2-Place-results::-webkit-scrollbar-thumb,
#select2-trade-results::-webkit-scrollbar-thumb {
    background-color: #cbbaa0;
}

.select2-container--default .select2-selection--single:not(.my-subscription .select2-container--default .select2-selection--single) {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.my-subscription .select2-selection.select2-selection--single {
    padding: 20px 0 !important;
}

[title="Renseignez le pays"],
[title="Renseignez le nom"],
[title="Ajoutez un type"] {
    color: rgba(9, 49, 86, 0.2) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    content: "\e907";
    font-family: 'icomoon';
    color: #444 !important;
    font-size: 18px;
}

.select2.select2-container.select2-container--default.select2-container--above,
.select2.select2-container.select2-container--default.select2-container--focus,
.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.select2.select2-container:not(.my-subscription .select2.select2-container) {
    padding: 0.25rem 0;
}

.my-subscription .select2-container--default .select2-selection--single {
    border-color: #001f42;
}

.my-subscription .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 10px;
}

.all-coupons+.span.select2-container--open .select2-dropdown.select2-dropdown--below {
    width: 233px !important;
}

.my-information .select2.select2-container {
    background-color: #ffffff;
    border: 1px solid #001F42;
    border-radius: 0.375rem;
    padding: 0.4rem 0 !important
}

.my-information .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

/* ---------------------------html#pro */
html#pro .member-avatar .dropdown-menu.show {
    transform: translate(-29px, 57px) !important;
    z-index: 100;
}

.triangle::after {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 6px);
    border: 12px solid transparent;
    border-top-color: #01366A;
}

label[for="expiration-date"]+div {
    border-radius: 0;
    border-bottom-left-radius: 0.25rem;
}

label[for="cvc"]+div {
    border-radius: 0;
    border-bottom-right-radius: 0.25rem;
}

.number-box {
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.my-subscription .search-area,
.my-information .search-area {
    height: 340px;
}

.choose-day button {
    width: 25px;
    height: 25px;
}

.my-subscription .dropdown-menu {
    min-width: 5px;
}

.my-subscription .upload-area {
    min-height: 150px;
}

.my-subscription input::placeholder {
    color: #B5B5B6 !important;
    font-size: 0.625rem;
}

.my-pro-coupons .accordion-button:not(.collapsed) {
    color: #001F42;
    background-color: #F1F3F8 !important;
}

.my-pro-coupons .accordion-button::after {
    margin-left: 0;
}

.my-pro-coupons .for-table tr:not(thead tr) {
    border-top: 1px solid #D3E0EA;
}

/* .coupon .carousel-custom .owl-dots button.owl-dot:first-of-type */
.coupon .owl-carousel .owl-dots.disabled,
.coupon .owl-carousel .owl-dots {
    display: block;
    position: absolute;
}


.coupon .owl-carousel .owl-dots.disabled span {
    width: 150px;

}

.coupon .owl-theme .owl-dots .owl-dot.active span,
.coupon .owl-theme .owl-dots .owl-dot:hover span,
.coupon .carousel-custom .owl-dots .owl-dot span {
    background: transparent;
}

.ms-3.delete-btn {
    display: none !important;
}

#add-area>div:not(div:first-of-type) .col-10 {
    margin-right: 1rem;
}

#add-area .delete-btn {
    color: transparent;
    text-align: center;
    position: relative;
    border: none !important;
}

#add-area .delete-btn::after {
    content: "\e92c";
    font-family: 'icomoon';
    color: #ffffff;
    font-size: 1rem;
    position: absolute;
    left: -3px;
    top: -5px;
    background-color: #1D2735;
    padding: 0.5rem 1.4rem;
    border-radius: 0.375rem;
}

footer img[alt="JustTakeit logo"] {
    height: 48px;
    width: auto !important;
}

li.logo a img[alt="JustTakeit's logo"] {
    height: 30px;
    width: auto !important;
}

/* ------------------------for print */
body.for-print {
    margin: 0;
    padding: 0;
    background-color: #FAFAFA;
}

body.for-print .page {
    width: 21cm;
    min-height: 29.7cm;
    padding: 0.5cm;
    margin: 0 auto;
    background: white;
}

body.for-print .subpage {
    height: 256mm;
}

.print-area {
    height: 6.35cm;
}

body.for-print .bg-orange-a {
    background-color: rgba(183, 141, 77, 0.2);
}

body.for-print .card-body .icon {
    width: 3.704mm;
}

body.for-print .for-company-logo {
    width: 2.69875cm;
    height: 2.69875cm;
}

body.for-print .fs-12 {
    font-size: 14pt !important;
}

body.for-print .fs-08,
body.for-print h5.card-title+p.fs-06 {
    font-size: 8pt !important;
}

body.for-print .fs-06,
body.for-print h5.card-title.fs-06+dl {
    font-size: 6pt !important;
}

/* ------------------------------- */
.page-empty+footer {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1 !important;
}

.empty-main {
    height: 100vh;
}

@media print {
    @page {
        size: A4 portrait !important;
        margin: 0;
    }

    body.for-print .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
        font-family: 'Plus Jakarta Sans', sans-serif !important;
    }

    * {
        -webkit-print-color-adjust: exact !important;
    }

    body.for-print {
        margin: 0;
        padding: 0;
        background-color: #FAFAFA;
    }

    body.for-print .page {
        width: 21cm;
        min-height: 29.7cm;
        padding: 0.5cm;
        margin: 0 auto;
        background: white;
    }

    body.for-print .subpage {
        height: 256mm;
    }

    .print-area {
        height: 6.35cm;
    }

    body.for-print span.form-control {
        background-color: rgba(183, 141, 77, 0.2);
    }

    body.for-print .card-body .icon {
        width: 3.704mm;
    }

    body.for-print .for-company-logo {
        width: 2.69875cm;
        height: 2.69875cm;
    }

    body.for-print .fs-12 {
        font-size: 14pt !important;
    }

    body.for-print .fs-08,
    body.for-print h5.card-title+p.fs-06 {
        font-size: 10pt !important;
    }

    body.for-print .fs-06,
    body.for-print h5.card-title.fs-06+dl {
        font-size: 8pt !important;
    }

    body.for-print main,
    body.for-print main div {
        page-break-after: avoid;
        page-break-inside: avoid;
        page-break-before: avoid;
    }

}

/* ------------------------------20230918 */

.page-pro #pro-carousel .f-carousel__slide {
    max-height: 465px !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.page-pro-banner {
    background-color: #f9f9f9;
    position: relative;
}

.page-pro-banner .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(4px);
}

.page-pro #thumbnail-navigation {
    padding: 0.5rem 0;
}

.page-pro #thumbnail-navigation .f-carousel__slide {
    /* background-color: #ffffff; */
    border-radius: 10px;
}

.page-pro #pro-carousel {
    margin-bottom: 0.3rem !important;
}

.page-pro #thumbnail-navigation .f-carousel__slide {
    height: 80px;
    padding: 0.5rem 0;
}

.page-pro-banner {
    height: 350px;
}

.page-pro-banner>img {
    object-fit: contain !important;
    height: 350px;
    position: relative;
    z-index: 1;
}

.box-page {
    z-index: 3;
}

.find-partner section.row .col:first-of-type a:not(.page-link) {
    max-height: 250px !important;
    overflow: hidden;
}

.open-list::after,
.selectBtn::after {
    content: "\e907";
    font-family: 'icomoon';
    position: absolute;
    bottom: 3px;
    right: 4px;
    font-size: 1.2rem;
}

/* ---------------------20231001 */
#aside-filters .form-check-input[type="radio"] {
    border-radius: 0 !important;
    position: relative;
}

.all-coupons .form-check-input[type="radio"]:checked {
    background-color: transparent !important;
}

.all-coupons .form-check-input[type="radio"]:checked::after {
    content: "\ea10";
    font-family: 'icomoon' !important;
    font-size: 1.5rem;
    position: absolute;
    top: -12px;
    color: #19B650;
}

.my-information .open-list input {
    background-color: #ffffff;
    border: 1px solid #001F42;
    border-radius: 0.375rem;
    padding: 0.56rem 0 !important;
}

.multiSelect {
    position: relative;
    display: inline-block;
}

.selectBtn {
    cursor: pointer;
    transition: 0.1s;
}

.optionGroup {
    display: none;
    background: #e9e9e9;
    height: 100px;
    top: 20px !important;
    z-index: 3;
}

.optionGroup>label {
    display: block;
    cursor: pointer;
    transition: 0.2s;
}

.selectBtn .placeholder {
    min-height: 1rem;
    cursor: pointer;
    background-color: transparent;
    opacity: 0;
}

.selectBtn::after {
    top: -33px;
    color: #001F42;
}

.multiSelect .form-check-input {
    width: 15px;
    height: 15px;
}

.for-print .card-body div:last-of-type {
    margin-bottom: 0.5cm !important;
}

.td-bg-img {
    background-image: url(../images/print-svg/coupon-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 552px;
    height: 184px;
}

.for-print .table {
    --bs-body-bg: transparent !important;
}

.coupon .col-xl-5.col-md-8.order-xl-1 #img-box.square {
    padding-bottom: 80% !important;
}

div.del-date-btn {
    display: none !important;
}

.add-date button.del-date-btn {
    border: 0;
    background-color: transparent !important;
}

.page-pro .dropdown-item.active,
.page-pro .dropdown-item:active,
.page-pro .dropdown-item:hover {
    color: yellow !important;
    background-color: #1D2735 !important;
}

.my-information .day-week-show>i:nth-of-type(2)::before,
.my-information .day-week-show>i:nth-of-type(2)~::before {
    content: "\e949";
    font-family: 'icomoon';
}

.choose-day .form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: none !important;
    background-color: #001F42 !important;
}

.choose-day .form-check-input {
    width: 30px;
    height: 30px;
    background-color: transparent;
    cursor: pointer;
    z-index: 3;
}

.choose-day label {
    line-height: 35px;
    padding-left: 5px;
    z-index: 2;
    pointer-events: none;
}

.choose-day .form-check-input:checked[type=checkbox]+label {
    color: #fff !important;
}

/* -------------------------20231029 修 */
.icon-eye-close:before {
    content: "";
    background-image: url(../images/icon/pw-hide.svg);
    position: absolute;
    top: -20px;
    right: 7px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.red-eye {
    width: 20px;
    height: 20px;
}

.red-eye:before {
    content: "";
    background-image: url(../images/icon/red-eye.svg);
    position: absolute;
    top: 9px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

/* ---------------20231030 編輯區 */
.note-editable {
    min-height: 120px !important;
    background-color: #ffffff;
}

.note-editor button {
    border-radius: 0 !important;
}

.note-btn-group.btn-group.note-color,
.note-btn-group.btn-group.note-font>button:nth-of-type(3),
.note-btn-group.btn-group.note-table,
.note-editor .dropdown-toggle::after,
.note-btn-group.btn-group.note-view,
.note-btn-group.btn-group.note-insert>button:nth-of-type(3),
.note-btn-group.btn-group.note-insert>button:nth-of-type(2),
.note-btn-group.btn-group.note-fontname,
.note-btn-group.btn-group.note-style {
    display: none !important;
}

.note-editor.note-airframe,
.note-editor.note-frame {
    border: 0;
}

.panel-heading.note-toolbar,
.note-editable {
    background-color: #ffffff !important;
    border-radius: var(--bs-border-radius) !important;
}

.note-icon-underline::before,
.note-icon-align-left::before,
.note-icon-unorderedlist::before,
.note-icon-link::before {
    font-family: 'icomoon' !important;
    font-size: 1.05rem;
}

.note-icon-underline::before {
    content: "\e954" !important;
}

.note-icon-align-left::before {
    content: "\e94e" !important;
}

.note-icon-unorderedlist::before {
    content: "\e953" !important;
}

.note-icon-link::before {
    content: "\e94a" !important;
}

.note-btn-bold,
.note-btn-group.btn-group.note-para>button:nth-of-type(2) {
    padding-top: .5rem
}

.note-icon-bold,
.note-icon-orderedlist {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
}

.note-icon-bold::before,
.note-icon-orderedlist::before {
    content: "" !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.note-icon-bold::before {
    background-image: url(../images/icon/bold.svg);
}

.note-icon-orderedlist::before {
    background-image: url(../images/icon/format_list_numbered.svg);
    width: 17px;
    height: 17px;
}

.note-btn-group.btn-group.note-para .note-btn.btn.btn-default.btn-sm.dropdown-toggle,
.note-btn-group.btn-group.note-fontname button,
.note-btn-group.btn-group.note-style,
.note-btn-group.btn-group.note-style button {
    padding-right: 0 !important;
}

.note-editor .note-toolbar>.note-btn-group,
.note-popover .popover-content>.note-btn-group {
    margin-right: 0 !important;
}

.note-dropdown-menu.dropdown-menu {
    top: 100% !important;
}

ul[aria-label="Font Family"] a,
ul[aria-label="Style"] a {
    color: #01366A !important;
}

.note-editable p {
    margin-bottom: 0.5rem !important;
    line-height: 1.5;
}

.note-editor .note-toolbar .note-dropdown-menu,
.note-popover .popover-content .note-dropdown-menu {
    min-width: 230px !important;
}

/* ---------20231210 修日期時間的排序 */
.added-datetime {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 300;
}

.les-offres .row .col.px-2 {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

main.cgu+footer,
main.cgv+footer {
    z-index: 1 !important
}

/* 20250126 ↓↓↓ -------------------------- */
.bg-danger,
.bg-warning-b7,
.active>.page-link,
.page-link.active {
    background-color: #E4007F !important;
}

.bg-warning-d4 {
    background-color: #ee59ab;
}

.text-warning-b7,
.login .text-warning-c3,
.admin-login .text-warning-subtle {
    color: #E4007F !important;
}

.text-orange-f3 {
    color: #F39800;
}

.text-blue-2e {
    color: #2EA7E0;
}

.text-green-8f {
    color: #8FC31F;
}

.text-warning-c9 {
    color: #C9A063;
}

.text-warning-c99 {
    color: #C9987A;
}

.text-dark-08 {
    color: #080000;
}

.btn-danger {
    background-color: #E4007F !important;
}

.bg-warning-subtle,
.bg-warning-c3,
aside.personal ul li.active a {
    background-color: #E4007F !important;
}

.become-member-form .form-check-input:checked {
    background-color: #009A3E;
    border-color: #fff;
    border-width: 3px;
    box-shadow: 0 0 0 3px #009A3E;
}

.become-member-form .form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: none;
}

.become-member-form .form-check-input {
    width: 1.2em;
    height: 1.2em;
}

.become-member-form .form-check-input {
    border-color: transparent;
    box-shadow: 0 0 0 3px #009A3E;
}

.email hr {
    border-top: 2px dotted #E4007F;
    opacity: 1;
}

[for="Type-news"]+div .input-group>.form-control {
    min-width: 100px;
}

[for="Type-news"]+div>div:nth-of-type(2) .col-sm-3.col-5 {
    width: auto;
}

.coupon .col-xl-5.col-md-8.order-xl-1 #img-box.square {
    padding-bottom: 100% !important;
}

.td-bg-img.bg-takeit {
    background-image: url(../images/print-svg/coupon-takeit-bg.png);
}

.work-list h3,
.work-list * {
    font-size: 0.5rem;
}

.work-list .icon {
    width: 10px;
    height: 10px;
}

#more-content .card-body .list-unstyled+div>h5.card-title,
#more-content .card-body h5.card-title.h6+dl dt,
h2.card-header+div h5.card-title.h6,
.for-print h5.card-title,
.for-print td.colon,
.for-print h2 {
    color: #001F42 !important;
    font-weight: 900;
}

#more-content .card-body .list-unstyled+div>p.card-text,
#more-content .card-body h5.card-title.h6+dl dd,
.for-print td {
    color: #4B6282;
}

.faq .box-page>.d-flex.align-items-stretch.px-xxl-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.for-print table table table p.card-text.fs-06.text-blue-4b{
    font-size: 8pt !important;
}
h1{
    width: 182px;
}