/**
*
* Contents
*
* 01. General Styles
* 02. Buttons
* 03. Forms
* 04. Header
* 05. Footer
* 06. Sections
* 07. Highlight Slider
* 08. Categories
* 09. Services
* 10. Directory
* 11. Directory Map
* 12. Blog
* 13. Reviews
* 14. Login / Signup
* 15. Pricing Table
* 16. Icon Box
* 17. Add Listing
* 18. Dashboard
* 19. Edit Profile
* 20. My listings
* 21. 404 page
* 22. Coming Soon Page
* 23. Shop Cart Page
* 24. Blog Default Page
* 25. Comments
* 26. Blog-Gallery page
* 27. Blog-Quote page
* 28. Blog-Video page
* 29. Shop details description page
* 30. Related products slider
* 31. Shop Page
*
**/


/* ==========================================================================
   01. General Styles
   ========================================================================== */

/* Typography
   ========================================================================== */
/* @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700|Quicksand:300,400,700|Poiret+One'); */

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #646e7b;
    letter-spacing: .7px;
    overflow-x: hidden;
}

a {
    color: #0e4d70;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    text-decoration: none;
}

a:hover {
    color: #e78c3c;
    opacity: .75;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

a img {
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

a img:hover {
    opacity: .9;
}

p {
    margin-bottom: 50px;
}

p.no-margin-bottom {
    margin-bottom: 0;
}

p.lead {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 36px;
    font-weight: 300;
}

h1 {
    font-size: 68px;
    line-height: 82px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 12px;
    /* font-family: 'Quicksand Dash', sans-serif; */
}

h2 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #172434;
    margin: 0;
    margin-bottom: 70px;
    letter-spacing: 0;
}

h2 small {
    margin: 0;
    margin-top: 6px;
    display: block;
    color: #646e7b;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: .8px;
}

h3 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #172434;
    margin: 0;
    margin-bottom: 28px;
    letter-spacing: 1.3px;
}

h4 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #172434;
    margin: 0;
    margin-bottom: 30px;
    letter-spacing: 0;
}

h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #172434;
    margin: 0;
    margin-bottom: 20px;
    letter-spacing: .8px;
}

.section.dark h2 {
    color: #fff;
}

.nivo-lightbox-theme-default * {
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
}

.aligned-cols {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
    table-layout: fixed;
}

.aligned-cols>.col-sm-1,
.aligned-cols>.col-sm-10,
.aligned-cols>.col-sm-11,
.aligned-cols>.col-sm-12,
.aligned-cols>.col-sm-2,
.aligned-cols>.col-sm-3,
.aligned-cols>.col-sm-4,
.aligned-cols>.col-sm-5,
.aligned-cols>.col-sm-6,
.aligned-cols>.col-sm-7,
.aligned-cols>.col-sm-8,
.aligned-cols>.col-sm-9 {
    display: table-cell;
    float: none;
    vertical-align: top;
    height: 100%;
}

.aligned-cols>.col-md-1,
.aligned-cols>.col-md-10,
.aligned-cols>.col-md-11,
.aligned-cols>.col-md-12,
.aligned-cols>.col-md-2,
.aligned-cols>.col-md-3,
.aligned-cols>.col-md-4,
.aligned-cols>.col-md-5,
.aligned-cols>.col-md-6,
.aligned-cols>.col-md-7,
.aligned-cols>.col-md-8,
.aligned-cols>.col-md-9 {
    display: table-cell;
    float: none;
    vertical-align: top;
    height: 100%;
}

.aligned-cols>.aligned-bottom {
    vertical-align: bottom;
}

.aligned-cols>.aligned-middle {
    vertical-align: middle;
}

.aligncenter {
    display: block;
    margin: 32px auto;
}

.alignleft {
    float: left;
    margin-right: 24px;
    margin-bottom: 12px;
}

.alignright {
    float: right;
    margin-left: 24px;
    margin-bottom: 12px;
}

.fa-ul {
    margin-left: 0;
}

.fa-li {
    position: static;
    width: auto;
    margin-right: 14px;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-carousel .owl-item img {
    width: auto;
}

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

@media all and (max-width: 992px) {
    .aligned-cols-md {
        display: block;
    }

    .aligned-cols .col-md-1,
    .aligned-cols .col-md-10,
    .aligned-cols .col-md-11,
    .aligned-cols .col-md-12,
    .aligned-cols .col-md-2,
    .aligned-cols .col-md-3,
    .aligned-cols .col-md-4,
    .aligned-cols .col-md-5,
    .aligned-cols .col-md-6,
    .aligned-cols .col-md-7,
    .aligned-cols .col-md-8,
    .aligned-cols .col-md-9 {
        display: block;
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .aligned-cols {
        display: block;
    }

    .aligned-cols .col-sm-1,
    .aligned-cols .col-sm-10,
    .aligned-cols .col-sm-11,
    .aligned-cols .col-sm-12,
    .aligned-cols .col-sm-2,
    .aligned-cols .col-sm-3,
    .aligned-cols .col-sm-4,
    .aligned-cols .col-sm-5,
    .aligned-cols .col-sm-6,
    .aligned-cols .col-sm-7,
    .aligned-cols .col-sm-8,
    .aligned-cols .col-sm-9 {
        display: block;
        width: 100%;
    }

    h1 {
        font-size: 48px;
        line-height: 58px;
    }
}

/* ==========================================================================
	  02. Buttons
	  ========================================================================== */
/* Style pour le bouton flottant */
.btn-floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #2296d4;
    color: white;
    padding: 12px 16px;
    border-radius: 50px;
    font-size: 14px;
    box-shadow:
        0 8px 16px rgba(0, 123, 255, 0.2),
        0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    z-index: 1000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 480px) {
    .btn-floating {
        padding: 10px 14px;
        font-size: 12px;
        bottom: 15px;
        right: 15px;
        max-width: 200px;
        text-align: center;
    }

    .btn-floating span {
        display: inline;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 120px;
    }
}

.btn-floating:hover {
    transform: translateY(-3px);
    box-shadow:
        0 12px 24px rgba(0, 123, 255, 0.25),
        0 8px 12px rgba(0, 0, 0, 0.15);
}

.btn-floating:active {
    transform: translateY(2px);
    box-shadow:
        0 6px 12px rgba(0, 123, 255, 0.15),
        0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-floating i {
    font-size: 18px;
}

.hero-section {
    position: relative;
    min-height: 60vh;
    max-height: 150vh;
    padding: 4rem 0;
    display: flex;
    align-items: center;
    color: white;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/guide.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

/* Ajustements pour mobile */
@media (max-width: 768px) {
    .hero-section {
        min-height: 25vh;
        padding: 2rem 0;
    }

    .hero-section h1 {
        font-size: 2.5rem !important;
    }

    .hero-section .lead {
        font-size: 1.2rem !important;
    }
}

.card-body .h3 {
    font-size: 18px;
}

/* Reste du CSS inchangé */
.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    font-size: 17px;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: transform 0.3s ease;
}

.service-card:hover .icon-wrapper {
    transform: scale(1.1);
}

.pricing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 15px;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
}

.contact-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.bg-gradient {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.contact-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.bg-gradient {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.display-4 {
    font-weight: bold;
    color: #427dd2;
}

.button {
    font-size: 16px;
    font-weight: 400;
    line-height: 58px;
    padding: 0 28px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: relative;
    outline: none !important;
    border: none;
    background: #0e4d70;
    color: #fff;
    border-radius: 48px;
    text-transform: uppercase;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
    letter-spacing: 1.6px;
}

.button-search {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 28px;
    display: inline-block;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: relative;
    outline: none !important;
    border: none;
    background: #0e4d70;
    color: #fff;
    border-radius: 48px;
    text-transform: uppercase;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
    letter-spacing: 1.6px;
}

@media all and (max-width: 768px) {
    .button-search {
        padding: 10px 24px;
    }
}

.button:hover {
    opacity: 1;
    background: #3f748c;
    color: #fff;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .2);
}

.button.dark {
    background: #172434;
    color: #0e4d70;
}

.button.dark:hover {
    background: #0e4d70;
    color: #fff;
}

.button.white {
    background: #fff;
    color: #0e4d70;
}

.button.white:hover {
    background: #00b0ff;
    color: #fff;
}

.button.border {
    background: none;
    border: 1px solid rgba(255, 255, 255, .25);
    line-height: 46px;
    font-weight: 300;
    box-shadow: none;
}

.button.border:hover {
    background: #fff;
    border-color: #fff;
    color: #00b0ff;
}

.button img {
    margin-right: 8px;
}

.pagination-wrapper {
    text-align: center;
    padding: 40px 0;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 15px 25px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin: 30px auto;
    position: relative;
    border: none;
    max-width: fit-content;
    flex-wrap: wrap;
    /* Permet aux éléments de passer à la ligne si nécessaire */
    gap: 5px;
    /* Espacement uniforme entre les éléments */
}

.pagination>li {
    list-style: none;
    margin-left: 7px;
}

.pagination>li>a,
.pagination>li>span {
    color: #555;
    padding: 10px 20px;
    margin: 0 6px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    /* Largeur minimum pour maintenir la forme */
    height: 45px;
    /* Hauteur fixe pour maintenir la forme */
}

.pagination>li>a:hover,
.pagination>li>span:hover {
    background: rgba(0, 176, 255, 0.1);
    color: #0e4a8a;
    transform: translateY(-2px);
}

.pagination>li.active>a,
.pagination>li.active>span {
    background: #0e4a8a;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 176, 255, 0.3);
}

.pagination>li.prev>a,
.pagination>li.next>a {
    background: #e78c3c;
    color: white;
    width: 45px;
    height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 8px;
    /* Espacement plus uniforme */
    transition: all 0.3s ease;
}

.pagination>li.prev>a:hover,
.pagination>li.next>a:hover {
    background: #e78c3c;
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 176, 255, 0.4);
}

.pagination>li.disabled>a,
.pagination>li.disabled>span {
    background: #f5f5f5;
    color: #999;
    cursor: not-allowed;
    opacity: 0.7;
}

.pagination>li>a:active,
.pagination>li>span:active {
    transform: scale(0.95);
}

/* Ajout d'un effet visuel doux lors des transitions */
.pagination>li>a,
.pagination>li>span {
    transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
}

@media screen and (max-width: 768px) {
    .pagination {
        padding: 10px 15px;
        border-radius: 25px;
    }

    .pagination>li>a,
    .pagination>li>span {
        padding: 8px 16px;
        font-size: 13px;
        min-width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 480px) {
    .pagination {
        padding: 8px 10px;
        border-radius: 20px;
    }

    .pagination>li>a,
    .pagination>li>span {
        padding: 6px 12px;
        margin: 0 3px;
        font-size: 12px;
        min-width: 30px;
        height: 30px;
    }

    /* Masquer certains éléments sur très petit écran */
    .pagination>li.page-item:not(.active):not(:first-child):not(:last-child) {
        display: none;
    }

    /* Toujours afficher les points de suspension */
    .pagination>li.disabled:has(span:contains("...")) {
        display: flex !important;
    }

    /* Réduire l'espacement */
    .pagination-wrapper {
        padding: 20px 0;
    }
}

.share-button:hover .social {
    visibility: visible;
    opacity: 1;
}

.share-button .social a {
    display: inline-block;
    margin: 5px 0;
}

.share-button .social a img {
    margin: 0;
}

@media all and (max-width: 768px) {
    .pagination>li.prev>a {
        width: 48px;
        left: -18px;
    }

    .pagination>li.next>a {
        width: 48px;
        right: -18px;
    }

    .pagination>li>a,
    .pagination>li>span {
        margin: 0 6px;
    }

    .button {
        letter-spacing: 0;
        font-size: 14px;
    }
}

.input-group {
    display: flex;
    width: 100%;
}

.form-select {
    flex: 1;
    padding: 10px;
    border: 1px solid #ced4da;
    /* border-radius: 4px 0 0 4px; */
}

.input-group .button {
    border-radius: 0 4px 4px 0;
    border: none;
    padding: 10px 20px;
    background-color: #0e4d70;
    color: white;
    height: 48px;
    margin-left: 8px;
    border-radius: 20px;
}

.input-group .button:hover {
    background-color: #ffffff;
    color: black;
    box-shadow: 0 0 10px 5px #0e4a8a;
    font-weight: bold;
    transition: 0.7s;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .input-group .button {
        margin: 8px;
    }

}

.button:hover {
    background-color: #447494;
}

/* ==========================================================================
	  03. Forms
	  ========================================================================== */
input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
select,
textarea {
    display: block;
    background: #fff;
    width: 100%;
    outline: none !important;
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    color: #646e7b;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .7px;
    border-radius: 48px;
}

input[type=date] {
    border-radius: 8px !important;
    padding: 0 15px !important;
    line-height: normal !important;
}

.light-inputs input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
.light-inputs select,
.light-inputs textarea {
    background: #f1f2f6;
}

/* .input-group input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
.input-group select {
    padding-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
} */

.input-group .bootstrap-select {
    display: block;
    width: 100%;
}

.input-group .bootstrap-select .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-color: #f1f2f6;
    color: #646e7b;
    border: 0.1px solid #646e7b;
}

.input-group .open>.dropdown-toggle.btn-default {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group .bootstrap-select.btn-group .dropdown-menu {
    left: -1px;
}

.input-group .bs-searchbox .form-control,
.bs-searchbox input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    border-radius: 48px;
    padding: 0 20px;
}

textarea {
    height: auto;
    border-radius: 0;
}

select,
.light-inputs select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url(../images/dropdown.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
}

::-webkit-input-placeholder {
    color: #646e7b;
}

:-moz-placeholder {
    color: #646e7b;
    opacity: 1;
}

::-moz-placeholder {
    color: #646e7b;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #646e7b;
}

.input-group-addon {
    color: #172434;
    text-align: center;
    background-color: #f1f2f6;
    border-radius: 48px;
    border: none;
    font-size: 14px;
    line-height: 48px;
    font-weight: 400;
    padding: 0;
    padding-left: 30px;
    padding-right: 8px;
    letter-spacing: .7px;
}

.form-group {
    margin-bottom: 40px;
    position: relative;
}

.form-group i {
    position: absolute;
    top: 0;
    right: 20px;
    color: #00b0ff;
    font-size: 24px;
    line-height: 48px;
}

.help-block {
    color: #646e7b;
    text-align: center;
    font-size: 12px;
    letter-spacing: .6px;
    margin-top: 12px;
    margin-bottom: 0;
}

.checkbox {
    margin: 40px 0;
}

.checkbox label,
.radio label {
    color: #282828;
    line-height: 28px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .45px;
    font-weight: 700;
    padding-left: 28px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin: 0;
    margin-left: -28px;
    margin-top: 8px;
}

.submit {
    margin-top: 50px;
}

.searchform {
    position: relative;
    margin-bottom: 0;
}

.searchform button {
    background: none;
    border: none;
    font-size: 24px;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 0 20px;
    color: #0e4d70;
    outline: none !important;
}

.sweet-alert fieldset input {
    display: none !important;
}

.sweet-alert h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #172434;
    margin: 24px 0;
}

.sweet-alert p {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #646e7b;
    letter-spacing: .7px;
}

.sweet-alert button {
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    padding: 0 28px;
    display: inline-block;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: relative;
    outline: none !important;
    border: none;
    background: #00b0ff;
    color: #fff;
    border-radius: 48px;
    text-transform: uppercase;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
    letter-spacing: 1.6px;
}

.newsletter-form {
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.newsletter-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    width: 370px;
    display: inline-block;
    margin-right: 28px;
}

@media all and (max-width: 768px) {
    .newsletter-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .input-group-addon {
        display: block;
        background: none;
        width: 100%;
        padding: 0;
        text-align: left;
        letter-spacing: 0;
        font-size: 12px;
    }

    .input-group input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
    .input-group select {
        border-radius: 48px;
        padding: 0 20px;
        width: 100%;
        display: block;
    }

    .input-group {
        display: block;
    }
}

/* ==========================================================================
	  04. Header
	  ========================================================================== */
.header {
    z-index: 9;
    background: #0e4d70;
    position: relative;
    height: 120px;
}

.header.fixed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
}

.header.static {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header .left {
    position: absolute;
    top: 0;
    left: 64px;
    z-index: 10;
}

.header .logo {
    height: 120px;
    font-size: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.header .logo:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.header .logo a {
    display: inline-block;
    vertical-align: middle;
    max-height: 120px;

}

.header-search {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 40px;
}

.header-search input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    line-height: 120px;
    height: 120px;
    display: inline-block;
    width: auto;
    border-radius: 0;
    padding: 0;
    padding-left: 30px;
    background: none;
    font-size: 16px;
    letter-spacing: 1.6px;
    color: #fff;
}

.header-search ::-webkit-input-placeholder {
    color: #fff;
}

.header-search :-moz-placeholder {
    color: #fff;
}

.header-search ::-moz-placeholder {
    color: #fff;
}

.header-search :-ms-input-placeholder {
    color: #fff;
}

.header-search button {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 120px;
    border: none;
    padding: 0;
    color: #0e4d70;
    font-size: 20px;
    background: none;
}

.header-search button i {
    vertical-align: middle;
}

.header .right {
    position: absolute;
    top: 0;
    right: 64px;
    z-index: 10;
    font-size: 0;
    line-height: 0;
}

.header .right .button {
    box-shadow: none;
    margin-top: 36px;
    margin-left: 50px;
    background: #e78c3c;
}

.header .right .button:hover {
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
}

.header .right .user {
    font-size: 14px;
    line-height: 120px;
    letter-spacing: .7px;
    font-weight: 500;
    color: #fff;
}

.header .right .user .avatar {
    float: left;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: 30px;
    margin-right: 10px;
}

.header .right .user .avatar img {
    width: 100%;
    height: 100%;
}

@media all and (max-width: 1600px) {
    .header .left .header-search {
        display: none;
    }
}

@media all and (max-width: 1200px) {
    .header {
        padding-bottom: 24px;
    }

    .header .left {
        padding-left: 32px;
        left: 0;
        position: relative;
        float: left;
    }

    .header .right {
        padding-right: 32px;
        right: 0;
        position: relative;
        float: right;
    }

    .header .right .button {
        margin-left: 24px;
    }
}

@media all and (max-width: 768px) {
    .header .left {
        float: none;
        padding-left: 0;
        text-align: center;
    }

    .header .right {
        float: left;
        padding-right: 0;
        padding-left: 15px;
    }

    .header .right .button {
        font-size: 12px;
        line-height: 28px;
        padding: 0 18px;
        margin-left: 0;
        margin-right: 15px;
        margin-top: 0;
    }

    .header .right .user {
        line-height: 40px;
    }

    .header .right .user .avatar {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: 0;
    }
}


/* Navigation
	  ========================================================================== */
.navigation {
    position: relative;
    z-index: 9;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.main-nav {
    display: inline-block;
}

.main-nav ul {
    margin-bottom: 0;
}

.main-nav ul>li {
    display: inline-block;
    margin: 0;
    margin: 0 24px;
    position: relative;
}

.main-nav ul>li a {
    font-size: 14px;
    color: #fff;
    line-height: 120px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
}

.main-nav ul>li.menu-item-has-children>a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00b0ff;
    margin-left: 8px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.main-nav ul>li.active.menu-item-has-children>a:after {
    background: #fff;
}

.main-nav ul>li.menu-item-has-children:hover>a:after {
    background: #fff;
}

.main-nav ul>li a:hover {
    color: #e78c3c;
    opacity: 1;
}

.main-nav ul>li.menu-item-has-children:hover>a {
    color: #e78c3c;
}

.main-nav ul>li.active a {
    color: #e78c3c;
}

.main-nav ul>li ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    position: absolute;
    top: 95px;
    margin-left: -20px;
    height: auto;
    padding: 0;
    z-index: 999;
    text-align: left;
    padding: 0;
}

.main-nav ul>li ul li {
    white-space: nowrap;
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}

.main-nav ul>li ul li a {
    background: #fff;
    height: 48px;
    width: 100%;
    line-height: 48px;
    padding: 0 20px;
    color: #646e7b;
    min-width: 250px;
    display: block;
    border-bottom: none;
    border-radius: 48px;
    margin-bottom: 3px;
    text-transform: none;
    font-size: 14px;
    letter-spacing: .7px;
    position: relative;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .2);
}

.main-nav ul>li.active ul li a {
    color: #646e7b;
}

.main-nav ul>li ul li a:hover {
    background: #00b0ff;
    color: #fff;
    z-index: 1000;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
}

.main-nav ul>li ul>li.active>a {
    background: #00b0ff;
    color: #fff;
}

.main-nav ul>li ul li a i {
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 48px;
    font-size: 24px;
    color: #00b0ff;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
}

.main-nav ul>li ul>li:hover>a>i {
    color: #fff;
}

.main-nav ul>li ul li.menu-item-has-children>a:after {
    content: none;
}

.main-nav ul>li ul li ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 0;
    padding-left: 20px;
}

.main-nav ul>li ul li.menu-item-has-children:hover>a {
    background: #00b0ff;
    color: #fff;
    z-index: 1000;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
}

.main-nav ul>li:hover>ul {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.responsive-menu-open {
    font-size: 18px;
    color: #fff;
    line-height: 120px;
    display: inline-block;
    position: relative;
    display: none;
}

.responsive-menu-open:hover {
    color: #fff;
}

.responsive-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    min-width: 100%;
    background: #0d547a;
    z-index: 999;
    padding: 28px;
    padding-top: 60px;
    padding-bottom: 0;
    overflow-y: scroll;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    font-size: 0;
    line-height: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.8px;
}

.responsive-menu.open {
    left: 0;
}

.responsive-menu .responsive-menu-open {
    display: none;
}

.responsive-menu-close {
    position: absolute;
    top: 28px;
    right: 28px;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    line-height: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
}

.responsive-menu-close:hover {
    opacity: 1;
}

.responsive-nav>ul>li {
    border-bottom: 1px solid #666;
}

.responsive-nav>ul>li:last-of-type {
    border-bottom: none;
}

.responsive-nav ul {
    margin-bottom: 0;
}

.responsive-nav ul>li a {
    font-size: 14px;
    color: #fff;
    padding: 12px 0;
    line-height: 16px;
    display: block;
    position: relative;
}

.responsive-nav ul>li ul {
    background: #1e2d40;
    margin: 12px -28px;
    padding-left: 56px;
    padding-right: 28px;
}

.responsive-nav ul>li ul>li:first-of-type {
    padding-top: 12px;
}

.responsive-nav ul>li ul>li:last-of-type {
    padding-bottom: 12px;
}

.responsive-nav ul>li ul>li ul {
    margin-left: -56px;
    padding-left: 84px;
}

.responsive-nav ul>li ul>li a:hover {
    color: #fff;
}

.responsive-nav ul>li>a i {
    float: right;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 18px;
}

.responsive-nav ul>li.collapse-active>a i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.responsive-nav>ul>li {
    padding: 16px 0;
}

.responsive-nav ul>li a:hover {
    opacity: 1;
    color: #00b0ff;
}

.responsive-nav ul>li.active>a {
    color: #00b0ff;
}

.responsive-nav ul>li.active>a:after {
    content: '.';
}

.responsive-nav .pe-7s-right-arrow {
    display: none;
}

.responsive-only {
    display: none;
}

.no-scroll {
    overflow: hidden !important;
}

@media all and (max-width: 1200px) {
    .main-nav {
        display: none;
    }

    .navigation {
        float: right;
        padding-right: 32px;
    }

    .responsive-menu-open {
        display: inline-block;
    }
}

@media all and (max-width: 768px) {
    .responsive-menu-open {
        line-height: 40px;
    }

    .responsive-only {
        display: block;
    }
}

/* Page Header
	  ========================================================================== */
.page-header {
    padding: 10px 0;
    border: none;
    text-align: center;
}

.link {
    text-decoration: none;
}

.breadcrumbs {
    background-color: #0d547a;
    padding: 5px 30px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.breadcrumbs ul {
    margin-bottom: 0;
    justify-content: center;
}

.breadcrumbs ul>li {
    display: inline-block;
    margin: 0 9px;
    font-size: 16px;
    line-height: 92px;
    letter-spacing: .8px;
    color: #fa9944;
}

.breadcrumbs ul>li:before {
    content: ">";
    padding-right: 18px;
    color: white;
}

.breadcrumbs .breadcrumb-item {
    display: inline-block;
    margin-right: 10px;
}

.breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    margin: 0 8px;
    color: white;
}

.breadcrumbs .breadcrumb-link {
    text-decoration: none;
    color: #0056b3;
    font-weight: 600;
    transition: color 0.3s ease;
}

.breadcrumbs .breadcrumb-link:hover {
    color: #0e4d70;
}

.breadcrumbs .breadcrumb-item.active {
    color: #555;
    font-weight: bold;
}

.breadcrumbs .breadcrumb-item .fas {
    margin-right: 5px;
}

.breadcrumbs ul>li:first-of-type:before {
    content: none;
}

.breadcrumbs ul>li a {
    color: white;
}

.house {
    color: white;
}

.breadcrumbs ul>li a:hover {
    color: white;
}

.hotel-breadcrumbs {
    background-color: #f7f7f7;
    padding: 15px 30px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.hotel-breadcrumbs ul {
    margin-bottom: 0;
    justify-content: center;
}

.hotel-breadcrumbs ul>li {
    display: inline-block;
    margin: 0 9px;
    font-size: 16px;
    line-height: 1.5;
    /* Modifié de 92px à 1.5 */
    letter-spacing: .8px;
    color: #0056b3;
}

.hotel-breadcrumbs ul>li:before {
    content: ">";
    padding-right: 18px;
    color: #646e7b;
}

.hotel-breadcrumbs .breadcrumb-item {
    display: inline-block;
    margin-right: 10px;
}

.hotel-breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    margin: 0 8px;
    color: #999;
}

.hotel-breadcrumbs .breadcrumb-link {
    text-decoration: none;
    color: #0056b3;
    font-weight: 600;
    transition: color 0.3s ease;
}

.hotel-breadcrumbs .breadcrumb-link:hover {
    color: #0e4d70;
}

.hotel-breadcrumbs .breadcrumb-item.active {
    color: #555;
    font-weight: bold;
}

.hotel-breadcrumbs .breadcrumb-item .fas {
    margin-right: 5px;
}

.hotel-breadcrumbs ul>li:first-of-type:before {
    content: none;
}

.hotel-breadcrumbs ul>li a {
    color: #646e7b;
}

.hotel-breadcrumbs ul>li a:hover {
    color: #646e7b;
}

.menu {
    font-size: 0;
    line-height: 0;
}

.menu ul {
    margin-bottom: 0;
}

.menu ul>li {
    display: inline-block;
    margin: 0 9px;
    font-size: 16px;
    line-height: 92px;
    letter-spacing: .8px;
    color: #646e7b;
}

.menu ul>li:before {
    content: "|";
    padding-right: 18px;
    color: #646e7b;
}

.menu ul>li:first-of-type:before {
    content: none;
}

.menu ul>li a {
    color: #646e7b;
}

.menu ul>li a:hover {
    color: #172434;
    opacity: 1;
}

.menu ul>li.active a {
    color: #00b0ff;
}

@media all and (max-width: 767px) {
    .breadcrumbs {
        padding: 28px 0;
    }

    .breadcrumbs ul>li {
        line-height: 28px;
    }

    .menu ul>li {
        line-height: 36px;
    }

    .menu {
        padding: 28px 0;
    }
}

/* Page Title
	  ========================================================================== */
.page-title {
    position: relative;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .8px;
}

.page-title>.inner {
    padding-top: 150px;
    padding-bottom: 20px;
    background: rgba(241, 242, 246, .92);
    position: relative;
}

.page-title h2 {
    color: #fff;
    margin-bottom: 0;
}

.page-title p {
    margin-bottom: 0;
    color: #9199a4;
}

/* ==========================================================================
	  05. Footer
	  ========================================================================== */
/* Utility Classes */
.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.icon-margin {
    margin-right: 8px;
}

.text-white {
    color: #ffffff;
}

/* Contact Styles */
.contact-item {
    position: relative;
    min-height: 24px;
}

.contact-icon {
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
}

.contact-content {
    padding-left: 30px;
}

/* Footer Styles */
.footer-links {
    padding: 0;
}

.footer-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}

.footer-link:hover {
    color: #fa9944;
    text-decoration: none;
}

.footer-link-white {
    color: #ffffff;
    text-decoration: none;
}

.footer-link-white:hover {
    color: #fa9944;
    text-decoration: none;
}

.social-icons {
    display: inline-block;
}

.social-icon {
    font-size: 24px;
    margin-right: 15px;
    display: inline-block;
}

.social-icon:hover {
    opacity: 0.8;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

/* Responsive Adjustments */
@media (max-width: 767px) {

    .col-sm-4,
    .col-sm-3,
    .col-sm-5 {
        margin-bottom: 30px;
    }

    .social-icons {
        margin-bottom: 20px;
    }

    img.img-responsive {
        margin: 0 auto;
        display: block;
    }
}

/* Flex container for vertical alignment */
.display-flex {
    display: flex;
    align-items: center;
    min-height: 160px;
}

/* Logo styles */
.logo-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.hover-effect {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hover-effect:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/* Social icons */
.social-icons-container {
    display: flex;
    align-items: center;
    gap: 20px;
    /* Espacement uniforme entre les icônes */
}


.social-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.social-icon-link:hover {
    opacity: 0.8;
    text-decoration: none;
}

/* Contact info */
.contact-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}

.contact-info {
    font-size: 19px;
    color: var(--text-color);
    margin: 5px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-info:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

.contact-link {
    color: var(--primary-color);
    margin-left: 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.contact-link:hover {
    color: var(--primary-hover);
    text-decoration: none;
}

.contact-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: var(--primary-hover);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-link:hover:after {
    width: 100%;
}

:root {
    --rental-primary: #2563eb;
    --rental-secondary: #1e40af;
    --rental-text: #1f2937;
    --rental-light: #f3f4f6;
    --rental-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    --rental-transition: all 0.3s ease;
}

/* Container principal */
.vehicles-wrapper {
    padding: 2rem 0;
    background-color: var(--rental-light);
}

.vehicles-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    animation: rentalFadeInUp 0.6s ease-out;
}

.vehicles-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    animation: rentalFadeInUp 0.8s ease-out;
}

/* Carte de véhicule */
.rental-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--rental-shadow);
    transition: var(--rental-transition);
    height: 100%;
    margin-top: 8px;
}

.rental-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* Image wrapper */
.rental-image-wrapper {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}

.rental-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--rental-transition);
}

.rental-card:hover .rental-image-wrapper img {
    transform: scale(1.05);
}

/* Price tag */
.rental-price-tag {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #ee7100;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1.1rem;
}

.rental-price-tag span {
    font-size: 0.8rem;
    opacity: 0.9;
}

/* Contenu de la carte */
.rental-content {
    padding: 1.5rem;
}

.rental-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--rental-text);
    margin-bottom: 0.5rem;
    text-align: center;
}

.rental-description {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

/* Caractéristiques */
.rental-features {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding: 1rem 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 12px;
}

.rental-feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
}

.rental-feature-item i {
    color: var(--rental-primary);
}

/* Boutons d'action */
.rental-buttons {
    display: flex;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.rental-buttons a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: var(--rental-transition);
}

.rental-btn-call {
    background: var(--rental-primary);
    color: white;
}

.rental-btn-email {
    background: white;
    color: var(--rental-primary);
    border: 2px solid var(--rental-primary);
}

.rental-btn-details {
    background: var(--rental-text);
    color: white;
}

.rental-buttons a:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

/* Animations */
@keyframes rentalFadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .vehicles-title {
        font-size: 2rem;
    }

    .rental-buttons {
        flex-direction: column;
    }

    .rental-features {
        flex-direction: column;
        gap: 1rem;
    }
}

/* ==========================================================================
	  06. Sections
	  ========================================================================== */
.section {
    position: relative;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section>.inner {
    padding: 8px;
    /* Réduit le padding interne */
    margin: 0;
    background: #fff;
    position: relative;
}

.section.small>.inner {
    padding: 60px 0;
}

.section.large>.inner {
    padding: 160px 0;
    /* padding-top: 200px; */
}

.section.no-padding>.inner {
    padding: 0;
}

.section.no-padding-bottom>.inner {
    padding-bottom: 0;
}

.section.no-padding-top>.inner {
    padding-top: 0;
}

.section.white>.inner {
    background: #fff;
}

.section.light>.inner {
    background: #f1f2f6;
}

.section.dark>.inner {
    background: #172434;
}

.section.transparent.dark>.inner {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    height: 800px;
}

.section.transparent.light>.inner {
    background: rgba(241, 242, 246, .92);
}

.hero-background {
    background-image: url('/images/Background/Image-2-1.jpg');
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .hero-background {
        background-image: url('/images/home1.jpg');
    }
}

.section.transparent.dark>.inner {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    height: 800px;
}

.fullscreen-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
}

.directory-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    /* padding-top: 30px; */
}

.directory-list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px;
}

.directory-list .col-md-4 {
    flex: 0 0 calc(33.333% - 20px);
    /* Pour 3 cards par ligne avec gap */
}

.directory-item {
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}

.directory-item:hover {
    transform: translateY(-10px);
}

/* Pour tablettes et grands téléphones (iPad, Galaxy Note 20, iPhone 11) */
@media screen and (max-width: 992px) {
    .directory-list .col-md-4 {
        flex: 0 0 calc(50% - 20px);
        /* Pour 2 cards par ligne */
    }
}

/* Pour les petits téléphones */
@media screen and (max-width: 576px) {
    .directory-list .col-md-4 {
        flex: 0 0 100%;
        /* Pour 1 card par ligne */
    }

    .directory-item {
        height: 350px;
        /* Légèrement plus petit sur mobile */
    }
}

.fullscreen-section>.left {
    display: table-cell;
    height: 100%;
    vertical-align: top;
}

.fullscreen-section>.right {
    width: 830px;
    background: #f1f2f6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.fullscreen-section>.right>.inner {
    width: 100%;
    height: calc(100vh - 120px);
    overflow: auto;
    padding: 0 30px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.boxed-section>.inner {
    position: relative;
    padding: 0;
}

.boxed-section>.inner .box {
    padding: 80px 30px;
    background: #fff;
    position: relative;
    margin-top: -160px;
    margin-bottom: 80px;
}

.boxed-section>.inner .box.no-side-padding {
    padding-left: 0;
    padding-right: 0;
}

.boxed-section>.inner .box.transparent {
    padding: 0;
    background: none;
}

@media all and (max-width: 1200px) {
    .fullscreen-section {
        width: 100%;
        height: auto;
        display: block;
    }

    .fullscreen-section>.left {
        display: block;
        height: auto;
    }

    .fullscreen-section>.right {
        display: block;
        height: auto;
        width: 100%;
    }

    .fullscreen-section>.right>.inner {
        width: 100%;
        height: auto;
        overflow: visible;
        padding: 0 30px;
        padding-top: 30px;
    }
}

@media all and (max-width: 768px) {}

.emergency-contacts {
    padding: 2rem;
    background-color: #f8f9fa;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h1 {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.section-subtitle {
    color: #7f8c8d;
    font-size: 1.1rem;
}

.emergency-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 1rem;
}

.emergency-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
}

.emergency-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.card-icon {
    background: #f0f4f8;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
}

.card-icon i {
    font-size: 1.8rem;
}

.police .card-icon {
    background: #e3f2fd;
    color: #1976d2;
}

.fire .card-icon {
    background: #fbe9e7;
    color: #d84315;
}

.medical .card-icon {
    background: #e8f5e9;
    color: #2e7d32;
}

.mental .card-icon {
    background: #e8f5e9;
    color: #2e7d32;
}

.ccdo .card-icon {
    background: #e3f2fd;
    color: #1976d2;
}

.other .card-icon {
    background: #fffde7;
    color: #fbc02d;
}

.panne .card-icon {
    background: #fffde7;
    color: #FF9800;
}

.card-content {
    flex: 1;
}

.card-content h3 {
    color: #2c3e50;
    font-size: 17px;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.numbers {
    font-size: 15px;
    font-weight: 700;
    color: #34495e;
    margin-bottom: 0.5rem;
}

.app-info {
    display: flex;
    align-items: center;
    color: #95a5a6;
    font-size: 0.9rem;
}

.app-info i {
    margin-right: 0.5rem;
}

.app-info.available {
    color: #27ae60;
}

/* Responsive Design */
@media (max-width: 768px) {
    .emergency-contacts {
        padding: 1rem;
    }

    .section-header h1 {
        font-size: 2rem;
    }

    .emergency-card {
        padding: 1rem;
    }

    .card-icon {
        width: 50px;
        height: 50px;
    }

    .numbers {
        font-size: 1.1rem;
    }
}

/* ==========================================================================
	  07. Highlight Slider
	  ========================================================================== */
.highlight-slider-wrapper {
    margin-top: 72px;
}

.highlight-slider-wrapper p.lead {
    margin-bottom: 36px;
}

.highlight-slider .item {
    text-align: center;
}

.highlight-slider .item .icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.highlight-slider .item .icon:hover {
    opacity: 1;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
}

.highlight-slider .item .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.highlight-slider .item .icon .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 100px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    opacity: 0;
    transition: 0.25s;
    font-weight: bold;
}

.highlight-slider .item .icon:hover .overlay {
    opacity: 1;
}

.highlight-slider.owl-theme .owl-nav {
    margin: 0;
}

.highlight-slider.owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: black;
    font-size: 30px;
    letter-spacing: 0;
    position: absolute;
    top: 25px;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.highlight-slider.owl-theme .owl-nav [class*='owl-']:hover {
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    opacity: 1;
}

.highlight-slider.owl-theme .owl-nav [class*='owl-'] i {
    line-height: inherit;
}

.highlight-slider.owl-theme .owl-nav .owl-prev {
    left: -72px;
}

.highlight-slider.owl-theme .owl-nav .owl-next {
    right: -72px;
}

@media all and (max-width: 480px) {
    .highlight-slider.owl-theme .owl-nav {
        margin-top: 24px;
    }

    .highlight-slider.owl-theme .owl-nav [class*='owl-'] {
        position: relative;
        top: 0;
        margin: 0 12px;
    }

    .highlight-slider.owl-theme .owl-nav .owl-prev {
        left: 0;
    }

    .highlight-slider.owl-theme .owl-nav .owl-next {
        right: 0;
    }
}

@media all and (min-width: 480px) and (max-width: 1200px) {
    .highlight-slider-wrapper {
        margin-top: 72px;
        padding: 0 80px;
    }
}

/* ==========================================================================
	  08. Categories
	  ========================================================================== */
.category-box {
    position: relative;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Display', ;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0;
    display: block;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.feature-box {
    background-color: #f9f9ff;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 30px;
    height: 100%;
    text-align: left;
}

.feature-icon {
    font-size: 24px;
    color: #0e4d70;
    margin-right: 10px;
    vertical-align: middle;
}

.feature-title {
    font-weight: bold;
    font-size: 18px;
    color: #0e4d70;
    display: inline-block;
    vertical-align: middle;
}

.feature-description {
    margin-top: 10px;
    color: #666;
}

.category-box:hover {
    opacity: 1;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
}

.category-box>.inner {
    height: 270px;
    background: rgba(23, 36, 52, .6);
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.category-box:hover>.inner {
    background: none;
}

.category-box>.inner img {
    position: absolute;
    top: 20px;
    left: 20px;
}

.category-box>.inner .number {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #00b0ff;
}

.category-box>.inner .title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
}

@media all and (max-width: 768px) {
    .category-box {
        font-size: 26px;
        line-height: 26px;
    }

    .category-box>.inner img {
        top: 10px;
        left: 10px;
        object-fit: cover;
    }

    .category-box {
        margin-bottom: 15px;
    }
}

/* ==========================================================================
	  09. Services
	  ========================================================================== */
.services {
    text-align: center;
    padding: 0 20px;
    position: relative;
}

.services img {
    margin-bottom: 24px;
}

.services p {
    margin-bottom: 0;
}

.services .process {
    position: absolute;
    top: 50%;
    right: -30px;
    font-size: 30px;
    line-height: 28px;
    letter-spacing: 0;
    margin-top: -15px;
}

@media all and (max-width: 768px) {
    .services .process {
        position: relative;
        top: 0;
        right: 0;
        margin: 24px 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

/* ==========================================================================
	  10. Directory
	  ========================================================================== */
.directory-item {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.directory-slider .directory-item {
    margin: 0;
    margin-bottom: 30px;
}

.directory-item:hover {
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
}

.directory-item>img {
    width: 100% !important;
}

.directory-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 36, 52, 0);
    background: -moz-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23, 36, 52, 0)), color-stop(100%, rgba(23, 36, 52, 1)));
    background: -webkit-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: -o-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: -ms-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: linear-gradient(to bottom, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172434', endColorstr='#172434', GradientType=0);
}

.directory-item .rating {
    position: absolute;
    top: 20px;
    left: 20px;
    background: url('../images/directory-star.png') no-repeat center center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .8px;
    color: #fff;
}

.directory-item .wishlist {
    position: absolute;
    top: 20px;
    right: 20px;
}

.directory-item .content {
    position: absolute;
    bottom: 70px;
    left: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .1px;
}

.directory-item .content h3 {
    color: #fff;
    margin-bottom: 6px;
}

.directory-item .content h3 a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}

.directory-item .content h3 a:hover {
    opacity: 1;
    color: #00b0ff;
}

.directory-item .content p {
    margin-bottom: 14px;
}

.directory-item .content .location img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 8px;
}

.directory-item .category {
    position: absolute;
    bottom: 18px;
    right: 22px;
    font-size: 0;
    line-height: 0;
}

.directory-item .category a {
    display: inline-block;
    margin-left: 18px;
}

.directory-item .img-responsive {
    width: 100%;
    height: 385px;
    object-fit: cover;
}

.directory-slider.owl-theme .owl-nav {
    margin: 0;
}

.directory-slider.owl-theme .owl-nav [class*='owl-'] {
    margin: 0 15px;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #0e4d70;
    color: #fff;
    font-size: 30px;
    letter-spacing: 0;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.directory-slider.owl-theme .owl-nav [class*='owl-']:hover {
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
    background: #e78c3c;
    color: #fff;
    opacity: 1;
}

.directory-slider.owl-theme .owl-nav [class*='owl-'] i {
    line-height: inherit;
}

.directory-filters .form-group {
    margin-bottom: 30px;
}

.directory-tags-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    background-color: white;
}

.directory-tags {
    width: 100%;
    /* margin-bottom: 15px; */
}

.directory-tags .tags-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.directory-tags-container.sticky-top {
    position: sticky;
    top: 0;
}

.periode-garde {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}


.periode-badge {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 8px 15px;
    color: #495057;
    font-size: 0.9rem;
}


.directory-tags .tag {
    background: #0c4c73;
    color: #fff;
    font-size: 12px;
    letter-spacing: .6px;
    line-height: 36px;
    padding: 0 15px;
    border-radius: 48px;
    border: none;
    cursor: pointer;
}

.coupon-form {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.coupon-form input[type="text"] {
    width: 300px;
    padding: 8px 15px;
    border-radius: 48px;
}

/* Bouton plus petit */
.directory-tags .button {
    background-color: #0e4d70;
    color: #fff;
    padding: 8px 15px;
    /* Réduit le padding */
    border-radius: 48px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    /* Réduit la taille du texte */
    line-height: normal;
}

.tag.active {
    background-color: #ee7100;
}

/* Media queries */
@media screen and (max-width: 768px) {
    .coupon-form {
        flex-wrap: wrap;
    }

    .coupon-form input[type="text"] {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .directory-tags .tags-container {
        gap: 5px;
    }

    .directory-tags .tag {
        font-size: 11px;
        padding: 0 12px;
    }
}

.directory-list-info {
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .7px;
    margin-bottom: 24px;
}

.directory-list-info p {
    margin-bottom: 0;
}

.directory-list-info .results {
    font-size: 16px;
    letter-spacing: .8px;
    color: #172434;
}

.directory-single-info {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .8px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.directory-single-info h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 50px;
}

@media screen and (max-width: 768px) {
    .directory-single-info h2 {
        font-size: 25px;
    }
}

.directory-single-info h2 img {
    vertical-align: top;
}

.directory-single-info p {
    margin-bottom: 28px;
    text-align: center;
}

.directory-single-info .meta {
    margin-bottom: 30px;
    font-size: 0;
    line-height: 0;
    display: flex;
    justify-content: center;
}

.directory-single-info .meta li {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .7px;
    margin-right: 20px;
    vertical-align: top;
    text-align: center;
}

.directory-single-info .meta li>img {
    margin-right: 10px;
    vertical-align: middle;
}

.directory-single-info .buttons {
    font-size: 0;
    line-height: 0;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.directory-single-info .buttons .button {
    margin-right: 30px;
}

.single-map {
    width: 100%;
    height: 290px;
}

.directory-single-slider-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.directory-single p {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    margin: 20px 10px;
}

.carousel-image {
    height: 400px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    /* filter: invert(1); */
    background-color: rgba(0, 0, 0, 1);
    border-radius: 50%;
    /* Rendre les icônes visibles sur des images sombres */
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    /* Réduit la taille des contrôles */
}

.sliderNav {
    margin: 0;
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 5;
    width: 100%;
    text-align: right;
}

.sliderNav [class*='owl-'] {
    margin: 0;
    margin-left: 40px;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #49a0d5;
    font-size: 30px;
    letter-spacing: 0;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    text-align: center;
    cursor: pointer;
}

.sliderNav [class*='owl-']:hover {
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
    background: #00b0ff;
    color: #fff;
    opacity: 1;
}

.sliderNav [class*='owl-'] i {
    line-height: inherit;
}

.directory-single .tags {
    font-size: 0;
}

.directory-single .tags .tag {
    display: inline-block;
    background: #fff;
    font-size: 12px;
    color: #172434;
    letter-spacing: .6px;
    line-height: 48px;
    border-radius: 48px;
    padding: 0 30px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.directory-single .tags .tag img {
    margin-right: 9px;
}

.sidebar-widget {
    border-bottom: 1px solid #e3e5e9;
    padding-bottom: 36px;
    margin-bottom: 40px;
}

.sidebar-widget h5 img {
    margin-right: 9px;
    display: inline-block;
    vertical-align: middle;
}

.sidebar-widget .category {
    font-size: 0;
}

.sidebar-widget .category h5 {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 15px;
}

.hours .left {
    float: left;
}

.hours .right {
    float: right;
}

.sidebar-widget .contact-form .form-group {
    margin-bottom: 10px;
}

.sidebar-widget .contact-form button {
    float: right;
}

.sidebar-widget .contact-form ::-webkit-input-placeholder {
    color: #172434;
}

.sidebar-widget .contact-form :-moz-placeholder {
    color: #172434;
}

.sidebar-widget .contact-form ::-moz-placeholder {
    color: #172434;
}

.sidebar-widget .contact-form :-ms-input-placeholder {
    color: #172434;
}

.instagram {
    font-size: 0;
    width: 100%;
}

.instagram img {
    display: inline-block;
    width: 30%;
    margin-right: 4px;
    margin-bottom: 4px;
}

@media all and (max-width: 768px) {
    .directory-tags .tag {
        margin-bottom: 12px;
    }

    .directory-single-info .buttons .button {
        margin-bottom: 12px;
    }

    .single-map {
        margin-top: 24px;
    }

    .sidebar-widget:first-of-type {
        margin-top: 48px;
    }
}

@media all and (max-width: 767px) {
    .directory-single-info .meta li {
        margin-bottom: 12px;
    }
}

.zone-selector {
    width: 100%;
    max-width: 250px;
}

.zone-selector .form-select {
    padding: 12px 20px;
    border: 2px solid #e9ecef;
    border-radius: 25px;
    background-color: white;
    color: #495057;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 13px;
    height: 40px;
    padding: 0 20px;
}

.zone-selector .form-select:focus {
    border-color: #0d6efd;
    box-shadow: none;
}

@media (max-width: 768px) {
    .zone-selector {
        grid-column: 1 / -1;
        /* Prend toute la largeur */
        max-width: 100%;
        margin-top: 0.5rem;
    }
}

/* Style pour le conteneur de chargement */
.loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
    z-index: 1000;
    transition: opacity 0.5s ease-out;
}

/* Votre animation de loader */
.loader {
    width: 65px;
    aspect-ratio: 1;
    position: relative;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    border-radius: 50px;
    box-shadow: 0 0 0 3px inset #333;
    animation: l4 2.5s infinite;
}

.loader:after {
    animation-delay: -1.25s;
}

@keyframes l4 {
    0% {
        inset: 0 35px 35px 0;
    }

    12.5% {
        inset: 0 35px 0 0;
    }

    25% {
        inset: 35px 35px 0 0;
    }

    37.5% {
        inset: 35px 0 0 0;
    }

    50% {
        inset: 35px 0 0 35px;
    }

    62.5% {
        inset: 0 0 0 35px;
    }

    75% {
        inset: 0 0 35px 35px;
    }

    87.5% {
        inset: 0 0 35px 0;
    }

    100% {
        inset: 0 35px 35px 0;
    }
}

.contact-list {
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin: 0;
}

.contact-item {
    padding: 8px 15px;
    margin: 5px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    word-break: break-word;
}

.contact-item img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.contact-item a,
.contact-item div {
    color: #333;
    text-decoration: none;
    align-items: center;
}

.contact-item:hover {
    background-color: #f0f0f0;
    transition: background-color 0.3s ease;
}

/* ==========================================================================
	  11. Directory Map
	  ========================================================================== */
.map {
    width: 100%;
    height: 100%;
}

.marker-wrapper {
    position: relative;
}

.marker {
    width: 60px;
    height: 81px;
    background: url('../images/map-marker.png') no-repeat center center;
    position: relative;
    cursor: pointer;
}

.marker .hover {
    width: 60px;
    height: 81px;
    background: url('../images/map-marker-hover.png') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.marker:hover .hover {
    opacity: 1;
}

.marker .inner {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #172434;
    position: absolute;
    top: 7px;
    left: 7px;
    text-align: center;
    line-height: 46px;
}

.marker-wrapper .directory-item {
    position: absolute;
    bottom: 20px;
    left: -95px;
    width: 250px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.marker-wrapper.open .directory-item {
    opacity: 1;
    visibility: visible;
}

.marker-wrapper .directory-item:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 109px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 16px 0 16px;
    border-color: #172434 transparent transparent transparent;
}

.marker-wrapper .directory-item .content {
    bottom: 28px;
}

.marker-wrapper .directory-item .content h3 {
    font-size: 18px;
    letter-spacing: .9px;
}

@media all and (max-width: 1200px) {
    .map {
        width: 100%;
        height: 380px;
    }
}

/* ==========================================================================
	  12. Blog
	  ========================================================================== */
.blog-post {
    position: relative;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    margin-bottom: 30px;
}

.blog-post:hover {
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
}

.blog-post>img {
    width: 100%;
}

.blog-post .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 36, 52, 0);
    background: -moz-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23, 36, 52, 0)), color-stop(100%, rgba(23, 36, 52, 1)));
    background: -webkit-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: -o-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: -ms-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: linear-gradient(to bottom, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172434', endColorstr='#172434', GradientType=0);
    z-index: 2;
}

.blog-post .avatar {
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
    z-index: 3;
}

.blog-post .content {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .7px;
    font-weight: 500;
    color: #fff;
    z-index: 3;
    padding-left: 12px;
}

.blog-post .content p {
    margin-bottom: 6px;
}

.blog-post .content h3 {
    color: #fff;
    margin-bottom: 18px;
}

.blog-post.quote .content h3 {
    font-style: italic;
}

.blog-post .content h3 a {
    color: #fff;
}

.blog-post .content h3 a:hover {
    opacity: 1;
    color: #00b0ff;
}

.blog-post .content .meta {
    color: #646e7b;
    line-height: 40px;
    display: inline-block;
    background: #fff;
    padding: 0 30px;
    border-radius: 40px;
}

.blog-post .type {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    z-index: 3;
}

.blog-view-more {
    text-align: center;
}

.blog-gallery.owl-carousel {
    z-index: auto;
}

.blog-gallery.owl-carousel .owl-stage-outer {
    z-index: 1;
}

.blog-gallery.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    bottom: 184px;
    right: 20px;
    z-index: 5;
}

.blog-gallery.owl-theme .owl-nav [class*='owl-'] {
    margin: 0;
    margin-left: 20px;
    margin-bottom: 0;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #49a0d5;
    font-size: 30px;
    letter-spacing: 0;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.blog-gallery.owl-theme .owl-nav [class*='owl-']:hover {
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
    background: #00b0ff;
    color: #fff;
    opacity: 1;
}

.blog-gallery.owl-theme .owl-nav [class*='owl-'] i {
    line-height: inherit;
}

.blog-post .play-video {
    margin: 0;
    margin-bottom: 16px;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #49a0d5;
    font-size: 30px;
    letter-spacing: 0;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    text-align: center;
}

.blog-post .play-video:hover {
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
    background: #00b0ff;
    color: #fff;
    opacity: 1;
}

.blog-post .play-video i {
    line-height: inherit;
    padding-left: 4px;
}

/* ==========================================================================
	  13. Reviews
	  ========================================================================== */
.reviews {
    margin-top: 60px;
}

.review {
    margin-bottom: 40px;
}

.review:last-of-type {
    margin-bottom: 0;
}

.review .avatar {
    float: left;
    border-radius: 50%;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
    overflow: hidden;
}

.review .meta {
    margin-bottom: 20px;
    margin-left: 80px;
    font-size: 0;
    line-height: 0;
}

.review .meta li {
    display: inline-block;
    color: #646e7b;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .7px;
    font-weight: 500;
    vertical-align: top;
    margin-right: 15px;
}

.review .meta li.name {
    color: #172434;
}

.review .meta li.rating img {
    margin-right: 8px;
}

.review .meta li.rating img:last-of-type {
    margin-right: 0;
}

.review .content {
    margin-left: 80px;
    background: #fff;
    padding: 16px 30px;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .7px;
}

.review .content p {
    margin-bottom: 0;
}

.add-review {
    margin-top: 75px;
}

.add-review .form-group {
    margin-bottom: 30px;
}

.add-review button {
    float: right;
    font-size: 14px;
}

.add-review .rating {
    border: none;
    float: left;
}

.add-review .rating>input {
    display: none;
}

.add-review .rating>label:before {
    margin-right: 10px;
    font-size: 20px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.add-review .rating>.half:before {
    content: "\f089";
    position: absolute;
}

.add-review .rating>label {
    color: #646e7b;
    float: right;
}

.add-review .rating>input:checked~label,
.add-review .rating:not(:checked)>label:hover,
.add-review .rating:not(:checked)>label:hover~label {
    color: #eac944;
}

.add-review .rating>input:checked+label:hover,
.add-review .rating>input:checked~label:hover,
.add-review .rating>label:hover~input:checked~label,
.add-review .rating>input:checked~label:hover~label {
    color: #f1db81;
}

@media all and (max-width: 767px) {
    .add-review button {
        float: none;
        margin-top: 12px;
    }

    .add-review .rating {
        float: left;
    }
}

/* ==========================================================================
	  14. Login / Signup
	  ========================================================================== */
.login-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 36, 52, .9);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.login-wrapper.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.login {
    background: rgba(23, 36, 52, .5);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 430px;
    color: #fff;
    opacity: 0;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.login-wrapper.open .login {
    opacity: 1;
    -webkit-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.login .form-group {
    margin-bottom: 30px;
}

.login .checkbox {
    margin: 0;
    float: left;
}

.login .checkbox label {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .7px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.login .lost-password {
    float: right;
}

.login .button-wrapper {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 28px;
}

.login .button-wrapper .button {
    width: 200px;
}

.login p {
    margin-bottom: 40px;
}

.login .social {
    font-size: 0;
}

.login .social p {
    font-size: 14px;
    margin-bottom: 20px;
}

.login .social a {
    display: inline-block;
    margin: 0 15px;
}

.signup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 36, 52, .9);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.signup-wrapper.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.signup {
    background: rgba(23, 36, 52, .5);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 430px;
    color: #fff;
    opacity: 0;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.signup-wrapper.open .signup {
    opacity: 1;
    -webkit-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.signup .form-group {
    margin-bottom: 30px;
}

.signup .checkbox {
    margin: 0;
    float: left;
}

.signup .checkbox label {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .7px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.signup .lost-password {
    float: right;
}

.signup .button-wrapper {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 28px;
}

.signup .button-wrapper .button {
    width: 200px;
}

.signup p {
    margin-bottom: 40px;
}

.signup .social {
    font-size: 0;
}

.signup .social p {
    font-size: 14px;
    margin-bottom: 20px;
}

.signup .social a {
    display: inline-block;
    margin: 0 15px;
}

/* ==========================================================================
	  15. Pricing Table
	  ========================================================================== */
.pricing-table {
    position: relative;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .7px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.pricing-table.popular {
    margin-top: 0;
}

.pricing-table>.inner {
    background: rgba(23, 36, 52, .5);
    position: relative;
}

.pricing-table.popular>.inner {
    background: rgba(0, 176, 255, .7);
}

.pricing-table>.inner>.overlay {
    padding: 48px 12px;
    position: relative;
    background: rgba(23, 36, 52, 0);
    background: -moz-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23, 36, 52, 0)), color-stop(100%, rgba(23, 36, 52, 1)));
    background: -webkit-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: -o-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: -ms-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: linear-gradient(to bottom, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172434', endColorstr='#172434', GradientType=0);
}

.pricing-table h3 {
    font-size: 26px;
    line-height: 48px;
    letter-spacing: 1.3px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 24px;
}

.pricing-table h3 span {
    font-size: 36px;
    letter-spacing: 1.8px;
}

.pricing-table p {
    margin-bottom: 28px;
}

.pricing-table ul {
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 36px;
}

.pricing-table ul li span {
    font-weight: 700;
}

.pricing-table .popular-label {
    text-transform: uppercase;
    margin-bottom: 36px;
}

/* ==========================================================================
	  16. Icon Box
	  ========================================================================== */
.icon-box {
    background: #fff;
    padding: 40px;
    margin-top: 40px;
}

.icon-box img {
    float: left;
}

.icon-box .content {
    margin-left: 170px;
}

.icon-box .content h3 {
    margin-bottom: 20px;
}

.icon-box .content p {
    margin-bottom: 0;
}

@media all and (max-width: 768px) {
    .icon-box img {
        float: none;
        margin-bottom: 24px;
    }

    .icon-box .content {
        margin-left: 0;
    }
}


/* ==========================================================================
	  17. Add Listing
	  ========================================================================== */
.add_photo span {
    padding-left: 36px;
}

.photo_thumbnails {
    font-size: 0;
}

.photo_preview_box {
    height: 150px;
    width: 214px;
    background: #f1f2f6;
    display: inline-block;
    margin-right: 9px;
}

.listing-hours .row {
    margin-bottom: 10px;
}

.listing-hours .hours {
    background: #f1f2f6;
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    color: #172434;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .7px;
    border-radius: 48px;
}

.listing-hours .remove {
    line-height: 48px;
    font-size: 24px;
    color: #f44336;
}

.listing-hours .remove i {
    color: #f44336;
    position: relative;
    right: 0;
}

.add-listing-form .submit {
    text-align: center;
    margin-top: 70px;
}

@media all and (max-width: 768px) {
    .add_photo span {
        padding: 0;
        padding-top: 18px;
        display: block;
    }

    .add_photo {
        text-align: center;
    }

    .photo_thumbnails {
        text-align: center;
    }

    .listing-hours .input-group {
        margin-bottom: 12px;
    }

    .listing-hours .hours {
        margin-bottom: 12px;
    }

    .listing-hours .row {
        margin-bottom: 24px;
    }
}

/* ==========================================================================
	  18. Dashboard
	  ========================================================================== */
.avatar-text {
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 30px;
}

.avatar-text span {
    color: #172434;
}

.avatar-text .avatar {
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    margin: 0 6px;
}

.avatar-text img:hover {
    box-shadow: 0px 12px 22px rgba(0, 0, 0, .35);
    background: rgba(0, 0, 0, .35);
}

.dashboard h4 {
    margin-bottom: 24px;
}

.dashboard p {
    margin-bottom: 0;
}

/* ==========================================================================
	  19. Edit Profile
	  ========================================================================== */
.edit-profile-form .submit {
    margin-top: 0;
}

h4 small {
    display: block;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1.4px;
    color: #646e7b;
    margin-top: 16px;
}

hr {
    margin: 80px -30px;
    border-top: 1px solid #f1f2f6;
}

/* ==========================================================================
	  20. My listings
	  ========================================================================== */
.my-listing-fields li {
    background: #f1f2f6;
    margin-bottom: 31px;
    padding: 7px 24px 7px 24px;
    border-radius: 48px;
    text-align: left;
}

.my-listing-fields li:last-of-type {
    margin-bottom: 0;
}

/* ==========================================================================
	  21. 404 page
	  ========================================================================== */
.error-text img {
    margin-bottom: 30px;
}

.error-text h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

.error-text p {
    font-size: 14px;
    margin-bottom: 30px;
}

/* ==========================================================================
	  22. Coming Soon Page
	  ========================================================================== */
.coming-soon {
    color: #fff;
}

.newsletter-form.block input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    width: 370px;
    display: block;
    margin: auto;
    margin-bottom: 36px;
}

.section.transparent>.inner {
    background: none;
}

.countdown {
    font-size: 0;
    line-height: 82px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 12px;
    font-family: 'Quicksand Dash', sans-serif;
}

.countdown .time {
    display: inline-block;
    margin: 0 12px;
}

.countdown .time span {
    font-size: 68px;
}

.responsive-margin-clamp {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-inline: clamp(20px, 3vw, 50px);
}

/* ==========================================================================
	  Card and filter styles
========================================================================== */

/* Filters */
.filter-container {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #faf5f0;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    position: sticky;
    top: 90px;
    z-index: 950;
}

.button-filter {
    display: flex;
    width: 160px;
    align-items: center;
    gap: 8px;
    background-color: #0e4d70;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.button-filter:hover {
    background-color: #e78c3c;
}

.filter-icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.filter-status {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.filter-count {
    color: #333;
    font-weight: 600;
}

/* Filter menu */
.filter-panel {
    background-color: #e9b151;
    border-radius: 16px;
    padding: 24px;
    margin: 16px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease-out;
    z-index: 950;
    position: sticky;
    top: 160px;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.filter-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.close-button {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #1a1a1a;
    padding: 4px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.search-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 24px;
    box-sizing: border-box;
}

.search-input::placeholder {
    color: #999;
}

.filter-section {
    margin-bottom: 24px;
}

.filter-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

.filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-option {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #333;
}

.filter-option:hover {
    background-color: #f0f0f0;
}

.filter-option.active {
    background-color: #333;
    color: white;
    border-color: #333;
}

.filter-actions {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    max-width: 400px;
}

.update-button {
    background-color: #333;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    flex: 1;
}

.update-button:hover {
    background-color: #1a1a1a;
}

.clear-button {
    background: none;
    border: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
}

.clear-button:hover {
    color: #333;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Styles pour le filtre prix */

.price-inputs {
    display: flex;
    gap: 10px;
}

.price-input-group {
    flex: 1;
}

.price-inputs label {
    display: block;
    font-size: 12px;
    color: #333;
    margin-bottom: 5px;
    font-weight: 500;
}

.price-inputs input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

/* .price-inputs input:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
} */

.disabled-link {
    pointer-events: none;
    background-color: gray;
    text-decoration: none;
    cursor: not-allowed;
}

/* Bon plan card */

.event-card {
    width: 100%;
    height: 370px;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.event-image {
    height: 240px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-bottom: 1px solid #eee;
}

.heart-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.heart-icon:hover {
    background: rgba(255, 255, 255, 1);
}

.heart-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #666;
    stroke-width: 2;
}

.content {
    padding: 20px;
}

.date-section {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.date-section {
    margin-bottom: 12px;
}

.date-wrapper {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.date-number {
    font-size: 32px;
    font-weight: 700;
    color: #1e1e60;
    line-height: 1;
}

.date-month {
    font-size: 14px;
    font-weight: 500;
    color: #1e1e60;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.location {
    font-size: 14px;
    background-color: #f8e8d8;
    color: #e78c3c;
    font-weight: 400;
    border-radius: 30px;
    padding: 5px 10px;
}

.event-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e1e60;
    margin-bottom: 8px;
    line-height: 1.3;
}

.event-category {
    font-size: 14px;
    color: #888;
    font-weight: 400;
}

/* Hotels, restaurants, sites Card */

.cart-image-wrapper {
    position: relative;
}

.cart-card {
    max-width: 360px;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.cart-image-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.card-details {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.card-details h3 {
    margin: 0;
    font-size: 18px;
    color: #1e1e60;
    font-weight: 600;
}

.card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.card-tag {
    background-color: #f8e8d8;
    color: #e78c3c;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.card-price {
    font-size: 16px;
    font-weight: 600;
    color: #1e1e60;
}

.card-btn {
    background-color: #0e4d70;
    color: white;
    text-align: center;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    align-self: flex-start;
    transition: background 0.3s;
}

.card-btn:hover {
    background-color: #e78c3c;
    color: #fff
}

@media (max-width: 480px) {
    .cart-card {
        width: 100%;
    }

}

/*===========================================================================
     Details view
============================================================================*/

/* Gallery */
.gallery {
    position: relative;
    overflow: hidden;
}

.gallery-main {
    display: grid;
    gap: 4px;
    height: 400px;
    min-height: 400px;
}

/* Layouts adaptatifs selon le nombre d'images */
.gallery-main.images-1 {
    grid-template-columns: 1fr;
}

.gallery-main.images-2 {
    grid-template-columns: 1fr 1fr;
}

.gallery-main.images-3 {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 400px;
}

.gallery-main.images-3 .gallery-item:first-child {
    grid-row: 1 / 3;
}

.gallery-main.images-4 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 400px;
}

.gallery-main.images-5-plus {
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 400px;
}

.gallery-main.images-5-plus .gallery-item:first-child {
    grid-row: 1 / 3;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

/* .gallery-item:hover {
            transform: scale(1.02);
        } */

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
}

.hotel-header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0e4d70;
    color: white;
    padding: 1rem;
    border-radius: 12px;
    /* margin-bottom: 2rem; */
    box-shadow: 0 8px 32px rgba(0, 59, 149, 0.2);
}

.hotel-title-container {
    flex: 1;
}

.hotel-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin: 0;
    background: linear-gradient(45deg, #ffffff, #e3f2fd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hotel-subtitle {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* .rating-text {
            background: rgba(255, 255, 255, 0.15);
            padding: 0.4rem 0.8rem;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 500;
            backdrop-filter: blur(10px);
        } */

.hotel-location {
    /* display: flex; */
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    opacity: 0.9;
    text-align: center;
}

.hotel-location i {
    color: white;
    font-size: 1.2rem;
}

.hotel-actions {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.action-btn {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 0.75rem 1.25rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.action-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.share-btn:hover {
    border-color: #ff6b35;
}

.favorite-btn:hover {
    border-color: #ff6b35;
    /* color: #ff6b35; */
}

.main-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.sidebar {
    position: sticky;
    top: 2rem;
    height: fit-content;
}

.section-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

/* Amenities */
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    align-items: center;
    /* max-width: 50%; */
    justify-content: center;
}

.amenity-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 4px;
}

.amenity-icon {
    color: #0e4d70;
    font-weight: bold;
}


/* Booking Card */
.booking-card {
    background: white;
    border: 2px solid #003b95;
    border-radius: 8px;
    /* padding: 1.5rem; */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.price-section {
    text-align: center;
    margin-bottom: 1.5rem;
}

.price-main {
    font-size: 2rem;
    font-weight: bold;
    color: #0e4d70;
}

.price-period {
    color: #666;
    font-size: 0.9rem;
}

.book-button {
    background: #e78c3c;;
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
}

.book-button:hover {
    background: #e55a2b;
}

/* Responsive */
@media (max-width: 768px) {
    .content {
        grid-template-columns: 1fr;
        padding: 1rem;
        margin-top: 0.5rem;
    }

    .container {
        margin-bottom: 0;
    }

    .gallery-main {
        height: 350px !important;
    }

    .gallery-main.images-1,
    .gallery-main.images-2 {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .gallery-main.images-3,
    .gallery-main.images-5-plus {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .gallery-main.images-4 {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .gallery-main.images-3 .gallery-item:first-child,
    .gallery-main.images-5-plus .gallery-item:first-child {
        grid-column: 1 / 3;
        grid-row: 1;
    }

    /* Layout spécial pour 4 images sur mobile : 2x2 */
    .gallery-main.images-4 .gallery-item:first-child {
        grid-column: 1;
        grid-row: 1;
    }

    .modal-nav {
        display: none;
    }

    .modal-thumbnails {
        max-width: 90vw;
        overflow-x: auto;
    }

    .hotel-header-section {
        flex-direction: column;
        text-align: left;
        padding: 0.5rem;
    }

    .hotel-title {
        font-size: 2rem;
    }

    .hotel-actions {
        margin-top: 1rem;
        justify-content: flex-start;
    }

    .action-btn {
        padding: 0.6rem 1rem;
        font-size: 0.8rem;
    }

    .amenities-grid {
        grid-template-columns: 1fr;
    }

    .booking-card {
        margin-top: 20px;
    }
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 1000;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    text-align: center;
}

.modal-carousel {
    position: relative;
    display: inline-block;
}

.modal img {
    max-width: 80vw;
    max-height: 70vh;
    border-radius: 8px;
    object-fit: contain;
}

.modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    transition: all 0.3s ease;
    z-index: 10;
}

.modal-nav:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
}

.modal-prev {
    left: -60px;
}

.modal-next {
    right: -60px;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 3rem;
    cursor: pointer;
    z-index: 11;
    transition: color 0.3s ease;
}

.modal-close:hover {
    color: #ff6b35;
}

.modal-counter {
    color: white;
    font-size: 1.2rem;
    margin: 1rem 0;
}

.modal-thumbnails {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.thumbnail {
    width: 80px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.thumbnail:hover {
    border-color: #ff6b35;
    transform: scale(1.05);
}

.thumbnail.active {
    border-color: #003b95;
    transform: scale(1.1);
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==========================================================================
	  23. Shop Cart Page
========================================================================== */

.cart-items {
    margin-bottom: 40px;
    border-bottom: 1px solid #e2e5e9;
}

.cart-items.table>thead>tr>th {
    padding: 0;
    border-bottom: 1px solid #e8ebed;
    font-size: 24px;
    color: #172434;
    line-height: 27px;
    padding-bottom: 14px;
    letter-spacing: 2.8px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}

.cart-items.table>tbody>tr>td {
    border: none;
    padding: 0;
    padding-top: 20px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .7px;
    color: #172434;
    font-weight: 400;
}

.cart-items.table>tbody>tr:last-of-type>td {
    padding-bottom: 20px;
}

.cart-items .image {
    background: #f1f2f6;
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 32px;
}

.cart-items input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    width: 78px;
}

.cart-items .remove {
    font-size: 24px;
    color: #435266;
    text-align: right;
    display: block;
}

.coupon-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    float: left;
    width: 284px;
    margin-right: 9px;
}

.cart-box {
    border-bottom: 1px solid #dadee2;
    margin-top: 78px;
}

.cart-box h5 {
    border-bottom: 1px solid #dde0e4;
    margin-bottom: 14px;
    padding-bottom: 17px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 24px;
}

.cart-total {
    table-layout: fixed;
    margin-bottom: 4px;
}

.cart-total.table>tbody>tr>td {
    border: none;
    padding: 0;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.4px;
    color: #172434;
    font-weight: 500;
    padding-bottom: 8px;
}

.cart-total.table>tbody>tr>th {
    border: none;
    padding: 0;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.4px;
    color: #172434;
    font-weight: 400;
    padding-bottom: 17px;
}

.shipping-form {
    margin-bottom: 20px;
    margin-top: 20px;
}

.shipping-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
.shipping-form select {
    width: 370px;
    max-width: 100%;
}

.shipping-form .button {
    margin-top: 10px;
}

@media all and (max-width: 1200px) {
    .coupon-form .button {
        margin-top: 12px;
    }
}

@media all and (max-width: 768px) {
    .shop-header .left {
        float: none;
    }

    .shop-header .right {
        float: none;
        text-align: center;
    }

    .coupon-form {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        margin-bottom: 20px;
        border: none;
    }
}

/* ==========================================================================
	  24. Blog Default Page
	  ========================================================================== */
.featured-section {
    position: relative;
    padding-top: 15%;
    height: 400px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.post-title>h2 {
    margin-bottom: 40px;
    font-size: 40px;
}

.blog-author {
    padding-bottom: 40px;
}

.blog-author>img {
    border-radius: 50%;
    box-shadow: 0 12px 22px 0px rgba(0, 0, 0, .35);
    overflow: hidden;
}

.blog-author span {
    padding-left: 15px;
    color: #172434;
}

.publish-date>button {
    margin-bottom: 35px;
}

.publish-date .button.white {
    color: #646e7b;
    box-shadow: none;
}

.publish-date .button.white:hover {
    background: #fff;
}

.post-description {
    margin-top: 35px;
    font-size: 15px;
}

.blog-tags {
    padding-top: 30px;
}

.blog-tags .tags {
    font-size: 0;
}

.blog-tags .tags .tag {
    display: inline-block;
    background: #fff;
    font-size: 12px;
    color: #172434;
    letter-spacing: .6px;
    line-height: 48px;
    border-radius: 48px;
    padding: 0 30px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.blog-tags .tags .tag img {
    margin-right: 9px;
}

.social-share-counter .button {
    color: #172434;
    font-size: 12px;
    box-shadow: none;
    background: #fff;
    text-transform: none;
    padding: 0 14px;
}

.pager {
    margin: 90px -17px;
}

.pager li>a {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    color: #172434;
    line-height: 50px;
    font-size: 24px;
    letter-spacing: 1.5px;
    vertical-align: middle;
    font-family: 'Quicksand', sans-serif;
}

.pager li>a:hover {
    background: none;
}

.pager li>a i {
    font-size: 50px;
    vertical-align: middle;
    letter-spacing: 0;
    color: #2f3c4e;
    margin-top: -3px;
    position: relative;
}

@media all and (min-width: 992px) {
    .blog-box {
        padding-left: 186px;
        padding-right: 186px;
    }
}

@media all and (max-width: 768px) {
    .social-share-counter .button {
        margin-bottom: 12px;
    }
}

/* ==========================================================================
	  25. Comments
	  ========================================================================== */
.comments {
    margin-top: 60px;
}

.comment {
    margin-top: 45px;
}

.comment:last-of-type {
    margin-bottom: 0;
}

.comment .avatar {
    float: left;
    border-radius: 50%;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
    overflow: hidden;
}

.comment .meta {
    margin-bottom: 20px;
    margin-left: 80px;
    font-size: 0;
    line-height: 0;
}

.comment .meta li {
    display: inline-block;
    color: #646e7b;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .7px;
    font-weight: 500;
    vertical-align: top;
    margin-right: 15px;
}

.comment .meta li.name {
    color: #172434;
}

.comment .meta li.reply {
    float: right;
    font-weight: 500;
    color: #172434;
}

.comment .meta li.reply a {
    color: #172434;
}

.comment .meta li.rating img {
    margin-right: 8px;
}

.comment .meta li.rating img:last-of-type {
    margin-right: 0;
}

.comment-reply {
    margin-left: 80px;
}

.comment .content {
    margin-left: 80px;
    background: #fff;
    padding: 16px 30px;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .7px;
}

.comment .content p {
    margin-bottom: 0;
}

.comment .form-group {
    margin-bottom: 30px;
}

.add-comment {
    margin-top: 75px;
}

@media all and (max-width: 768px) {
    .comment .meta li.reply {
        float: none;
    }
}

/* ==========================================================================
	  26. Blog-Gallery page
	  ========================================================================== */
.blog-post.fullscreen {
    margin-bottom: 0;
}

.blog-post.fullscreen:hover {
    box-shadow: none;
}

.fullscreen .owl-carousel .owl-item img {
    width: 100%;
}

.fullscreen>.blog-gallery.owl-theme .owl-nav {
    bottom: 40px;
    left: 0%;
}

.publish-date .type {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

/* ==========================================================================
	  27. Blog-Quote page
	  ========================================================================== */
blockquote {
    border: none;
    padding: 0;
    margin: 0 0 35px;
    color: #172434;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    font-weight: 400;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 1.4px;
}

/* ==========================================================================
	  28. Blog-Video page
	  ========================================================================== */
.featured-section.video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    letter-spacing: 0;
    color: #11151f;
    background: #fff;
    display: block;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    line-height: 50px;
    padding-top: 14px;
    margin-left: -40px;
    margin-top: -40px;
    text-align: center;
    transition: .25s;
    letter-spacing: 0;
}

.featured-section.video .video-play .pe-7s-play {
    padding-left: 11px;
}

.featured-section.video .video-play .pe-7s-play,
.featured-section.video .video-play .pe-7s-pause {
    color: #00b0ff;
}

.featured-section.video .video-play .video-play:hover {
    background: #9fd46c;
    opacity: 1;
}

/* ==========================================================================
	  29. Shop details description page
	  ========================================================================== */
.product {
    position: relative;
    margin-bottom: 30px;
    height: auto;
    background: #fff;
    overflow: hidden;
}

.product img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.button-prod {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background-color: #ffffff;
    color: #172434;
    padding: 10px 15px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 3;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-weight: 600;
    gap: 8px;
    white-space: nowrap;
}

.button-prod i {
    font-size: 18px;
}

.product:hover img {
    transform: scale(1.05);
}

.product:hover .button-prod {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.button-prod:hover {
    background-color: #172434;
    color: white;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%) scale(1.1);
}

/* Responsive */
@media screen and (max-width: 991px) {
    .button-prod {
        font-size: 14px;
        padding: 8px 12px;
        gap: 6px;
    }

    .button-prod i {
        font-size: 16px;
    }
}

@media screen and (max-width: 576px) {
    .button-prod {
        font-size: 12px;
        padding: 6px 10px;
        gap: 5px;
    }

    .button-prod i {
        font-size: 14px;
    }
}


.product .content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.7);
}

.product .content h3 a {
    color: white;
    text-decoration: none;
    font-size: 17px;
}

.shop-details .owl-carousel .owl-item img {
    width: 100%;
}

.shop-details>.blog-gallery.owl-theme .owl-nav {
    bottom: 0;
}

.product-thumbnails img {
    padding-bottom: 25px;
}

.shop-details .price span {
    font-size: 30px;
}

.shop-details .price span.original-price {
    padding-right: 20px;
}

.shop-details .price span.sale-price {
    color: #00b0ff;
}

.shop-details .price {
    margin-bottom: 25px;
}

.shop-details p {
    margin-bottom: 25px;
}

.product-quantity input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    width: 18%;
    background: #f1f2f6;
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 25px;
}

.product-info {
    margin-bottom: 25px;
}

.product-info li span {
    font-weight: 500;
    color: #172434;
}

.product-info-tabs {
    border-bottom: none;
    margin-bottom: 15px;
}

.product-info-tabs>li>a {
    color: #646e7b;
    border: none;
    padding: 10px 0 10px 0;
    margin-right: 18px;
}

.product-info-tabs>li>a:hover {
    background-color: transparent;
}

.product-info-tabs>li.active>a,
.product-info-tabs>li.active>a:focus,
.product-info-tabs>li.active>a:hover {
    color: #00b0ff;
    cursor: pointer;
    border: none;
}

.product-info-tabs>li>a:after {
    content: "|";
    color: #646e7b;
    padding-left: 18px;
}

.product-info-tabs>li:last-of-type>a:after {
    content: none;
}

.original-price span {
    text-decoration: line-through;
}

/* ==========================================================================
	  30. Related products slider
	  ========================================================================== */
.related-products {
    margin-top: 50px;
}

.related-item {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.related-products-slider .related-item {
    margin: 0 15px;
    margin-bottom: 30px;
}

.related-item:hover {
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
}

.related-item>img {
    width: 100%;
}

.related-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 36, 52, 0);
    background: -moz-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23, 36, 52, 0)), color-stop(100%, rgba(23, 36, 52, 1)));
    background: -webkit-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: -o-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: -ms-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: linear-gradient(to bottom, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172434', endColorstr='#172434', GradientType=0);
}

.related-item .content {
    position: absolute;
    bottom: 0;
    left: 50%;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .7px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -1%);
    width: 100%;
    padding: 0 15px;
}

.related-item .content h3 {
    color: #fff;
    margin-bottom: 6px;
}

.related-item .content h3 a {
    color: #fff;
}

.related-item .content h3 a:hover {
    opacity: 1;
    color: #00b0ff;
}

.related-item .content p {
    margin-bottom: 14px;
}

.related-products-slider.owl-theme .owl-nav {
    margin: 0;
}

.related-products-slider.owl-theme .owl-nav [class*='owl-'] {
    margin: 0 15px;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #172434;
    color: #49a0d5;
    font-size: 30px;
    letter-spacing: 0;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.related-products-slider.owl-theme .owl-nav [class*='owl-']:hover {
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
    background: #00b0ff;
    color: #fff;
    opacity: 1;
}

.related-products-slider.owl-theme .owl-nav [class*='owl-'] i {
    line-height: inherit;
}

.tab-content .form-group {
    margin-bottom: 20px;
}

.tab-content .review .content {
    background: #f1f2f6;
}

.tab-content .add-review {
    margin-top: 50px;
}

.tab-content .add-review button {
    float: left;
    margin-top: 15px;
}

/* ==========================================================================
	  31. Shop Page
	  ========================================================================== */
.shop-sidebar {
    background: #fff;
    padding: 30px 30px;
    position: sticky;
    top: 80px;
    /* top: 190px; */
    /* height: calc(100vh - 260px); */
    height: calc(100vh - 40px);
    overflow-y: auto;
}

.search-filter-container {
    position: sticky;
    top: 120px;
    background: white;
    padding: 10px 0;
    z-index: 950;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.discount-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #e78c3c;
    color: white;
    padding: 8px 15px;
    border-radius: 25px;
    font-size: 0.90rem;
    font-weight: 600;
    z-index: 3;
}

.shop-sidebar input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]),
.shop-sidebar select,
.shop-sidebar textarea,
.shop-sidebar .bootstrap-select .btn {
    background: #f1f2f6;
}

.shop-sidebar select,
.shop-sidebar .bootstrap-select .btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url(../images/dropdown.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
}

.shop-sidebar .sidebar-widget {
    margin-bottom: 48px;
    padding-bottom: 0;
    border-bottom: none;
}

.shop-sidebar .sidebar-widget h5 {
    margin-bottom: 24px;
    text-transform: uppercase;
}

.shop-sidebar .categories a {
    display: block;
    color: #646e7b;
    font-size: 14px;
    line-height: 48px;
    border-radius: 48px;
    letter-spacing: .7px;
    padding: 0 20px;
    background: #f1f2f6;
    margin-bottom: 10px;
}

.shop-sidebar .categories a:hover {
    color: #fff;
    background: #ee7100;
    opacity: 1;
}

.shop-sidebar .categories a.active {
    color: #fff;
    background: #0e4d70;
}

.shop-sidebar .categories a i {
    font-size: 24px;
    float: right;
    line-height: 48px;
    opacity: 0;
    color: #fff;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.shop-sidebar .categories a:hover i {
    opacity: 1;
}

/* Par défaut, cacher le bouton et l'icône de fermeture */
.sidebar-toggle,
.close-sidebar {
    display: none;
}

@media screen and (max-width: 768px) {
    .sidebar-toggle {
        display: block;
        /* Afficher le bouton */
        text-align: center;
        /* margin-bottom: 10px; */
    }

    .mobile-spacer {
        /* Hauteur de la navbar + hauteur de la barre de recherche et du bouton filtre */
        height: 260px;
        /* À ajuster selon les hauteurs réelles */
    }

    .search-filter-container {
        position: fixed;
        top: 120px;
        /* À ajuster selon la hauteur réelle de page-header */
        left: 0;
        width: 100%;
        padding: 10px 15px;
        background: white;
        z-index: 940;
        /* Un peu moins que la navbar pour qu'elle reste dessus */
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
    }

    .page-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 950;
        background: white;
        /* ou votre couleur de fond */
    }

    .space {
        margin-top: 80px
    }

    .sidebar-toggle button {
        background-color: #172434;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
    }

    .close-sidebar {
        display: block;
        /* Afficher l'icône de fermeture */
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 24px;
        color: #646e7b;
        cursor: pointer;
        z-index: 1001;
    }

    #sidebar {
        display: none;
        transition: all 0.3s ease-in-out;
    }

    #sidebar.active {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: #fff;
        padding: 20px;
    }
}


.product {
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.related-products-slider .product {
    margin: 0 15px;
    margin-bottom: 30px;
}

.product:hover {
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
}

.product>img {
    width: 100%;
}

.product .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 36, 52, 0);
    background: -moz-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23, 36, 52, 0)), color-stop(100%, rgba(23, 36, 52, 1)));
    background: -webkit-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: -o-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: -ms-linear-gradient(top, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    background: linear-gradient(to bottom, rgba(23, 36, 52, 0) 0%, rgba(23, 36, 52, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172434', endColorstr='#172434', GradientType=0);
}

.product .content {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .7px;
    text-align: center;
    width: 100%;
    padding: 0 15px;
}

.product .content h3 {
    color: #fff;
    margin-bottom: 6px;
}

.product .content h3 a {
    color: #fff;
}

.product .content h3 a:hover {
    opacity: 1;
    color: #00b0ff;
}

.product .content p {
    margin-bottom: 14px;
}

.product .content p .sale {
    color: #949fab;
    text-decoration: line-through;
    margin-right: 14px;
    font-size: 14px !important;
    font-weight: normal !important;
}

.product .button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}

.product:hover .button {
    opacity: 1;
    visibility: visible;
}

.product-label {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #e74c3c;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 60px;
    color: white;
}

.product-label span {
    vertical-align: middle;
    display: inline-block;
    line-height: 14px;
}

.noUi-background {
    background: #e3e5e9;
    box-shadow: none;
}

.noUi-target {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.noUi-horizontal {
    height: 2px;
}

.noUi-origin {
    border-radius: 0;
}

.noUi-connect {
    background: #00b0ff;
    box-shadow: none;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    left: -10px;
    top: -9px;
}

.noUi-handle:after,
.noUi-handle:before {
    content: none;
}

.noUi-handle {
    border-radius: 50%;
    border: none;
    background: #172434;
    box-shadow: none;
    cursor: pointer;
}

.price-slider {
    width: 100%;
    height: 48px;
    border-radius: 48px;
    padding: 23px 20px;
    background: #f1f2f6;
}

.price-slider-value {
    text-align: center;
    margin: 18px 0;
}

.price-slider-value .price {
    margin: 0 9px;
}

.price-range-container {
    margin: 15px 0;
}

.price-input-group {
    display: flex;
    align-items: flex-end;
    /* Aligne les inputs sur la même ligne */
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.input-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #646e7b;
}

.price-input {
    width: 100px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
}

.price-separator {
    font-weight: bold;
    color: #646e7b;
    margin-bottom: 8px;
    /* Aligne le tiret avec les inputs */
}

.filter-button {
    width: 30%;
    margin-top: 10px;
    text-align: center;
}

.no-results-message {
    font-size: 20px;
    color: #4c4b4b;
    padding: 50px;
}

.featured-product {
    margin-bottom: 8px;
}

.featured-product img {
    float: left;
    border-radius: 50%;
}

.featured-product .content {
    margin-left: 140px;
    line-height: 24px;
    margin-top: 36px;
}

.featured-product .content p {
    margin-bottom: 0;
}

.featured-product .content p a {
    color: #172434;
}

#products-load-more {
    margin-top: 10px;
}

.product-gallery .blog-gallery.owl-theme .owl-nav {
    bottom: 30px;
}

@media all and (max-width: 768px) {
    .shop-sidebar .sidebar-widget:first-of-type {
        margin-top: 0;
    }
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .btn {
    display: block;
    border: none;
    background: #fff;
    width: 100%;
    outline: none !important;
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    color: #646e7b;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .7px;
    border-radius: 48px;
    outline: none !important;
    background-image: url(../images/dropdown.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
}

.open>.dropdown-toggle.btn-default {
    border-radius: 24px 24px 0 0;
}

.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-default:hover {
    color: #646e7b;
    background: #fff;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
    background-image: url(../images/dropdown.png);
    background-repeat: no-repeat;
    background-position: right 18px center;
    border-radius: 24px 24px 0 0;

}

.bootstrap-select.btn-group .dropdown-menu {
    margin: 0;
    padding: 0 20px;
    top: 48px;
    border-radius: 0 0 24px 24px;
    border: none;
    box-shadow: 0 12px 22px rgba(0, 0, 0, .35);
    width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 0;
}

.bs-searchbox .form-control,
.bs-searchbox input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
    box-shadow: none;
    background: #f1f2f6;
}

.dropdown-menu>li>a {
    padding: 0;
    color: #646e7b;
    font-size: 14px;
    line-height: 48px;
    letter-spacing: .7px;
}

.dropdown-menu>li>a:hover {
    background: none;
    color: #00b0ff;
    opacity: 1;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: none;
    color: #00b0ff;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    outline: none !important;
}

.bs-caret {
    display: none;
}

.bootstrap-select.btn-group .no-results {
    margin: 0;
    padding: 0;
    background: none;
    color: #646e7b;
    font-size: 14px;
    line-height: 48px;
    letter-spacing: .7px;
}

.bootstrap-select.btn-group .dropdown-menu li {
    width: 100%;
    white-space: pre-line;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    width: 100%;
    height: 202px;
}

.bootstrap-select ul {
    overflow: hidden !important;
}

.search-container {
    width: 100%;
    margin-bottom: 15px;
}

.search-wrapper {
    position: relative;
    width: 100%;
}

.search-input {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: white;
}

.search-input:focus {
    border-color: #4a90e2;
    box-shadow: 0 2px 8px rgba(74, 144, 226, 0.1);
    outline: none;
}

.search-button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #0e4d70;
    cursor: pointer;
    padding: 0;
    transition: color 0.3s ease;
    font-size: 27px;
}

.search-button:hover {
    color: #ee7100;
}

.search-form {
    margin-bottom: 0;
}

/* Modern Share Modal Styles */
.share-modal .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    top: 190px;
}

.share-modal .modal-header {
    background: #0e4d70;
    border: none;
    color: white;
    padding: 25px 30px 20px;
}

.share-modal .modal-title {
    font-size: 1.3rem;
    font-weight: 600;
}

.share-modal .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.share-modal .btn-close:hover {
    opacity: 1;
}

.share-modal .modal-body {
    padding: 30px;
}

.social-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 25px;
    margin-bottom: 25px;
}

.social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 15px;
    border: 2px solid transparent;
}

.social-item:hover {
    transform: translateY(-5px);
    border-color: #e9ecef;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.social-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.social-icon:hover {
    transform: scale(1.1);
}

.social-text {
    font-size: 0.85rem;
    font-weight: 500;
    color: #495057;
    margin: 0;
    text-align: center;
}

.whatsapp-icon {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: white;
}

.facebook-icon {
    background: linear-gradient(135deg, #1877F2, #42A5F5);
    color: white;
}

.twitter-icon {
    background: black;
    color: white;
}

.instagram-icon {
    background: linear-gradient(135deg, #E4405F, #C13584, #833AB4);
    color: white;
}

.link-icon {
    background: linear-gradient(135deg, #6c757d, #495057);
    color: white;
}

.copy-link-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 15px;
    border: 2px dashed #dee2e6;
}

.copy-input-group {
    position: relative;
}

.copy-input {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 12px 50px 12px 15px;
    background: white;
    font-size: 0.9rem;
}

.copy-input:focus {
    border-color: #4285f4;
    box-shadow: 0 0 0 0.2rem rgba(66, 133, 244, 0.25);
}

.copy-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #4285f4;
    color: white;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.copy-btn:hover {
    background: #3367d6;
    transform: translateY(-50%) scale(1.05);
}

.copy-btn.copied {
    background: #28a745;
}

@media (max-width: 576px) {
    .social-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .social-icon {
        width: 50px;
        height: 50px;
    }

    .share-modal .modal-body {
        padding: 20px;
    }
}
