#billeterieContainer {
    position: relative;
    right: 0;
    left: 0;
    background-color: #ffffffff;
    padding: 0rem;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 1px -1px rgb(255 255 255 / 20%),
        0 1px 1px 0 rgb(255 255 255 / 14%), 0 1px 3px 0 rgb(255 255 255 / 12%);
}

.subscribe-form .form-group .submit:hover {
    transition: 0.3s all;
    background-color: #fff !important;
    color: #c51e44 !important;
}

.block-17 form .fields {
    width: 100%;
}
.block-17 form .fields .one-third {
    width: 100%;
    margin: 2px 5px;
    background: none;
}
.block-17 form .fields .form-control {
    /* border:1px solid #ccc; */
}

#billeterieContainer .block-17 form .fields .icon {
    width: calc(50% + 20px) !important;
}
.block-17 form .fields .one-third:last-child {
    border-left: none;
}

.btn-block {
    width: 100%;
    border-radius: 0;
    font-size: 0.8rem;
}

.hero-wrap {
    position: relative;
    z-index: 2;
}
.ftco-navbar-light {
    z-index: 3;
}
.destination .text h3 a {
    color: #000;
    text-transform: capitalize;
}
.destination .text .two {
    width: 100%;
}
.destination .text .two .price {
    text-align: right;
    font-size: 14px;
    color: #444;
}

.ct-subtitle {
    /* max-width: 500px; */
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ct-colonie-banner {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}
.ct-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0.5rem;
}
.ct-price {
    font-size: 18px;
    font-weight: 500;
    background-color: #fff;
    padding: 2px 5px;
    border-radius: 10px;
}
.ct-heading {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #444;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
    color: #3b2884;
    text-align: center;
}
.text-white {
    color: #fff;
}
.form-label {
    font-weight: 400;
}
.suggestion-div {
    margin-top: 10rem;
}
.no-radius {
    border-radius: 0;
}
.block-17 form .fields .one-third .ct-label {
    font-weight: 500;
    color: #3b2884;
}
@media (max-width: 991.98px) {
    #billeterieContainer .d-flex {
        flex-direction: column;
    }
}
.close-icon {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
}
.close-icon img {
    width: 30px;
    color: var(--red);
}
.pages-banner {
    width: 100%;
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0),
            rgba(54, 54, 54, 0) 39.24%,
            rgba(28, 28, 28, 0)
        ),
        url("../images/hero-2.jpeg");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.pages-banner-filter {
    width: 100%;
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0),
            rgba(54, 54, 54, 0.2) 39.24%,
            rgba(28, 28, 28, 0.2)
        ),
        url("../images/hero-5.webp");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.transparent-bg {
    background: rgb(0 0 0 / 55%);
}

.d-inline-block {
    display: inline-block;
}
.amazone {
    position: absolute;
    bottom: 0px;
    left: 0px;
    max-height: 100%;
}
.amazone-img {
    height: 30em;
    width: 100%;
    overflow: hidden;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.price-block {
    display: flex;
    align-items: center;
}

.summary {
    padding: 2.5rem 3rem 3rem;
    border: 0.1rem dashed #d7d7d7;
    background-color: #f9f9f9;
    border-radius: 0.3rem;
}
.summary-title {
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0;
    padding-bottom: 1.7rem;
    margin-bottom: 1rem;
}

.table.table-summary {
    line-height: 1.43;
    color: #666666;
    border: none;
    margin-bottom: 0;
    border-collapse: collapse;
    width: 100%;
}
.payment-method-block {
    flex: 0 0 25%;
    margin: 5px;
}
.payment-method-block img {
    width: auto;
    height: 50px;
    display: block;
    margin-bottom: 10px;
}
.services {
    width: 100%;
}
.text-danger {
    color: red;
}
.orders-section .order-message {
    max-width: 700px;
    margin: 0 auto 30px;
}
.message-header {
    width: 90px;
    margin: 0 auto 20px;
}

.message-header img {
    display: block;
    max-width: 100%;
    height: auto;
}
.app-heading {
    text-align: center;
    margin: 0;
}
.app-heading .heading-primary {
    font-size: 26px;
    line-height: 36px;
}
.message-body {
    width: 70%;
    margin: 0 auto;
}
.payment-details {
    border: 1px solid #e6e6e6;
    padding: 5px;
}
.success {
    color: var(--green);
}
.error {
    color: var(--danger);
}
.services .media-body h3 {
    font-weight: 700;
}
.block-6 .media-body p {
    font-weight: 500;
}

.ct-semibold {
    font-weight: 500 !important;
}
.ct-cap {
    text-transform: capitalize;
}
.ct-uppercase {
    text-transform: uppercase;
}
.ct-d-none {
    display: none !important;
}
.ct-d-block {
    display: block !important;
}
.ct-d-flex {
    display: flex;
}
.mb-0 {
    margin-bottom: 0px;
}
.m-0 {
    margin: 0px !important;
}
.addTravel {
    margin: 10px 0px;
    text-align: center;
    font-size: 13px;
    padding: 2px;
}
.delete-block-btn.btn {
    padding: 0.3rem 0.5rem;
}
.delete-block-btn {
    background-color: var(--red);
    font-size: 11px;
    color: #fff;
    margin-top: 0.5rem;
}
.delete-block-btn:hover {
    background-color: #f76570;
}
.ftco-footer {
    padding: 4rem 0rem 1rem 0rem;
}
.alert-success {
    background-color: #ebfffc;
    color: #00947e;
    padding: 1rem;
    margin-bottom: 0.5rem;
}
.hero-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.amazone-img {
    position: relative;
    top: 0px;
    margin-right: 1rem;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-weight: 600;
}
.slider-text .breadcrumbs span {
    color: #efefef;
}
.slider-text .breadcrumbs span a,
.slider-text .breadcrumbs span {
    font-weight: 800;
}
.ct-small {
    font-size: 0.8rem;
}
.ct-card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    padding: 0.8rem;
}

.login-wrapper__subtitle {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    color: #444;
    margin-top: 1rem;
}
.testimony-wrap .partner-img {
    height: 150px;
    width: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.ql-container {
    display: flex;
    justify-content: space-between;
}
.ql-editor {
    flex: 1;
}

.visit-benin-slider .img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: auto;
    height: 400px;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
}

.sidebar-single-tour .widget {
    margin-bottom: 30px;
    border: 1px solid #eef2f7;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.widget {
    margin-bottom: 30px;
    position: relative;
    padding: 0px;
    background: transparent;
}
.sidebar-single-tour .widget .widget-title {
    padding: 10px 20px;
    border-bottom: 1px solid #eef2f7;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
.sidebar-single-tour .widget .widget-title + div {
    padding: 15px 20px;
}

.submit_group button {
    margin: 0;
    width: 100%;
    font-weight: 600;
    border: 2px solid #f85959;
    border-radius: 0px;
    background-color: #fff;
    color: #f85959;
    padding: 12px 30px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.submit_group button:hover {
    background-color: #f85959;
    color: white;
}
.subtitle {
    font-size: 16px;
}
.fw-500 {
    font-weight: 500;
}
.tour-entry-content > div {
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #e9edf5;
}
.tour-entry-content > div > .title {
    font-size: 18px;
    text-align: inherit;
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid #e9edf5;
}
.bg-white {
    background-color: #fff;
}

/* RADIO INPUT STYLE */
.radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.input-container {
    position: relative;
    margin: 0.5rem;
}

.input-container input {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

.input-container .radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 8px;
    transition: all 300ms ease;
    padding: 6px 5px 0px 5px;
    border: 1px solid transparent;
}

.input-container .radio-tile img {
    width: auto;
    height: 40px;
}

.input-container label {
    font-size: 0.6rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

input:checked + .radio-tile {
    border: 1px solid #f85959;
}

/* input:checked+.radio-tile label {
    color: white;
  } */

.icon-whatsapp:before {
    content: "\f232";
}
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link.active {
    color: #c51e44;
}

.error-valid {
    border-color: red !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-left: 8px;
}

/* AUTH PAGE */
#login-section .container,
#register-section .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#register-section .auth-container {
    width: 80%;
}

.auth-container {
    width: 50%;
    padding: 1rem 2rem;
    margin-top: 2rem;
    border: 1px solid #efefef;
    border-radius: 0.4rem;
    background-color: #fff;
}

.auth-container-header h1 {
    text-align: center;
    font-size: 24px;
    color: #3b2884;
    font-weight: 500;
}

.auth-container-form label {
    font-size: 12px;
    font-weight: 700;
}

.auth-container-form .form-control {
    padding: 0.6rem 1rem;
    font-size: 0.875rem;
    height: calc(1.3125rem + 1.2rem + 2px);
    border: 1px solid #dfdfe6;
    color: #898b92;
}

.forgot-password {
    color: #999;
    font-size: 0.75rem;
}

.invalid {
    border: 1px solid red !important;
}
.accept-term-input {
    vertical-align: middle;
}
.accept-term-text {
    font-size: 13px;
    font-weight: normal;
}
.no-radius {
    border-radius: 0;
}
.auth-custom-icon {
    font-size: 80px;
    color: #3b2884;
}
.text-success {
    color: green;
}

/***/
.aiz-user-sidenav-wrap {
    -ms-flex: 0 0 315px;
    flex: 0 0 315px;
    max-width: 315px;

    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ebedf2;
    z-index: 1;
    position: relative;
}
.aiz-side-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
}
.aiz-user-sidenav .aiz-side-nav-link.active,
.aiz-user-sidenav .aiz-side-nav-link:hover {
    background-color: var(--soft-warning);
}
.aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-link {
    color: #292933;
    font-weight: 500;
    font-size: 0.875rem;
    border-radius: 25px;
    padding: 12px 20px 12px 20px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}
.aiz-side-nav-list .aiz-side-nav-link.active {
    color: #fff;
    background-color: #181827;
}
.aiz-side-nav-list .aiz-side-nav-text {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1rem;
}
.aiz-user-sidenav .customer_details {
    color: #444;
    font-size: 13px;
}
.aiz-user-panel {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px;
}

.card-title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.form-control {
    color: #444;
    font-size: 0.8rem;
}

.btn.btn-main {
    background-color: #3b2884;
    color: #fff;
    font-size: 0.9rem;
}
.btn.btn-main:hover {
    filter: brightness(90%);
}
.wha-cta {
    position: fixed;

    bottom: 30px;
    left: 20px;
    z-index: 100;
}
.wha-cta a {
    background-color: #25d366;
    height: 55px;
    width: 55px;
    display: block;
    float: left;
    /* background: rgba(255, 255, 255, 0.05); */
    border-radius: 50%;
    position: relative;
    transition: 0.2s ease-in-out;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.wha-cta a:hover {
    background: #3b2884;
}

.wha-cta span {
    position: absolute;
    font-size: 36px;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 4rem;
}

@media (max-width: 991.98px) {
    .ftco-footer .ftco-footer-widget h2 {
        margin-bottom: 20px;
    }
    .px-md-1 {
        padding: 0 0.2rem !important;
    }
    .price-block {
        flex-direction: column;
        align-items: stretch;
    }
    .ct-flex {
        width: 100%;
        flex-direction: column;
        margin: 0px;
        padding: 0px;
    }
    .one,
    .block-17 form .search-submit {
        width: 100%;
    }
    .pages-banner-filter {
        display: none;
    }
    .pages-banner {
        width: 100%;
        background: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0),
                rgba(54, 54, 54, 0) 39.24%,
                rgba(0, 0, 0, 0)
            ),
            url("../images/hero-2.jpeg");
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .ftco-footer {
        padding: 2rem 0.5rem 1rem 0.5rem;
    }

    .amazone {
        bottom: 0px;
        left: 0px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    .amazone-img {
        width: auto;
        height: 100%;
        margin-right: 0px;
    }

    .hero-text-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .ct-subtitle {
        width: 100%;
        max-width: 100%;
        text-overflow: clip;
        overflow: hidden;
        white-space: normal;
    }
    .services-section .container {
        margin-top: 0px;
    }

    .aiz-user-sidenav-wrap {
        flex: 0;
        max-width: 100%;
        width: 100%;
    }
    .aiz-user-panel {
        padding-left: 0px;
        width: 100%;
        margin-top: 1.5rem;
    }

    .auth-container {
        width: 100%;
        margin-top: 0rem;
    }

    #register-section .auth-container {
        width: 100%;
    }

    .amazone {
        height: 100%;
        width: auto;
    }
    #promotion-banner .img-container {
        background-image: url("../images/p-cover-mobile.jpg") !important;
        height: 200px !important;
    }
}

@media (max-width: 767px) {
    .mt-sm {
        margin-top: 0.5rem;
    }
    .aiz-user-sidenav-wrap {
        max-width: 100%;
        width: 100%;
    }
    /* .wha-cta {
        display: none;
    } */

    .d-mobile-none {
        display: none;
    }
}

@media (max-width: 576px) {
    #home #billeterieContainer {
        display: none;
    }
}

.destination .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.iti {
    display: block !important;
}

/* Modal Styles */
.vodun-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    animation: fadeIn 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.vodun-modal-content {
    position: relative;
    padding: 20px;
    width: 90%;
    max-width: 600px;
    height: 95vh;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: modalPop 0.5s ease-out;
    margin: 0 auto;
    transform-origin: center;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }
    50% {
        border-color: #fff;
    }
}

@keyframes remove-cursor {
    to {
        border-right: none;
    }
}

.vodun-modal-body {
    text-align: center;
    overflow: hidden;
    flex: 1;
    background: url("../images/vodun-days.jpeg"), #db1d39;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: -20px -20px 0 -20px;
    padding: 20px;
}

.vodun-modal-footer {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: -20px -20px -20px -20px;
    margin-top: auto;
}

.vodun-modal-footer p {
    color: #333 !important;
    font-size: 1em !important;
    line-height: 1.6 !important;
    margin: 15px 0 !important;
}

.vodun-modal-image {
    width: 100%;
    height: 300px;
    object-fit: contain;
    border-radius: 10px;
    margin-bottom: 15px;
    animation: zoomIn 0.5s ease-out;
}

.vodun-modal-cta {
    background-color: #db1d39;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    transition: all 0.3s ease;
    border: 2px solid #db1d39;
    animation: fadeInUp 0.5s ease-out;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vodun-modal-cta:hover {
    background-color: #c51e44;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(197, 30, 68, 0.3);
}

.vodun-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

.vodun-modal-close:hover {
    transform: rotate(90deg);
    background: rgba(255, 255, 255, 0.2);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes modalPop {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

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

@keyframes zoomIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.vodun-modal p {
    color: #fff;
    font-size: 1.1em;
    margin: 15px 0;
    animation: fadeIn 0.5s ease-out;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .vodun-modal-content {
        width: 95%;
        margin: 20px auto;
    }

    .vodun-modal-header h2 {
        font-size: 1.8em;
    }

    .vodun-modal-image {
        height: 200px;
    }
}

/* Texte déroulant */
.scrolling-text-container {
    background: linear-gradient(135deg, #3b2884 0%, #2ebdc4 100%);
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 50px;
}

.scrolling-text {
    color: #fff;
    font-size: 1.2em;
    white-space: nowrap;
    animation: scrollText 20s linear infinite;
    display: inline-block;
    font-family: "Playfair Display", serif;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 100%;
    width: max-content;
}

@keyframes scrollText {
    0% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}

@keyframes modalPop {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@media (max-width: 767px) {
    .scrolling-text {
        font-size: 1em;
    }

    .vodun-modal-content {
        width: 95%;
        margin: 20px auto;
    }
}

/* Services Section */
.services-section {
    padding: 4em 0;
}

.services-section .row {
    margin-bottom: 2em;
}

.services-section .col-md-4 {
    margin-bottom: 2em;
}

.services-section .services {
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1em;
}

.services-section .services:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.services-section .services a {
    text-decoration: none;
    display: block;
    height: 100%;
}

.services-section .services .icon {
    padding: 20px 0;
    margin-bottom: 1em;
}

.services-section .services .media-body {
    padding: 20px;
}

.services-section .services .heading {
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: 600;
}

.services-section .services p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1em;
}

@media (max-width: 767px) {
    .services-section {
        padding: 2em 0;
    }

    .services-section .col-md-4 {
        margin-bottom: 1.5em;
    }

    .services-section .services {
        margin-bottom: 1em;
    }
}

/* Catalogue 2025 */
.catalogue-section {
    background: #fff;
    padding: 4em 0 2em 0;
}
.catalogue-title {
    font-family: "Playfair Display", serif;
    font-size: 2.5em;
    color: #3b2884;
    text-align: center;
    font-weight: 700;
    margin-bottom: 1.5em;
    letter-spacing: 1px;
}
.catalogue-offres-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    justify-content: center;
    align-items: stretch;
}
.catalogue-offre {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 6px 32px rgba(59, 40, 132, 0.1);
    overflow: hidden;
    max-width: 370px;
    min-width: 290px;
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    margin-bottom: 2em;
    transition: box-shadow 0.3s;
}
.catalogue-offre:hover {
    box-shadow: 0 12px 40px rgba(59, 40, 132, 0.18);
}
.catalogue-offre-imgbox {
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.catalogue-offre-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.catalogue-offre-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.62) 60%,
        rgba(0, 0, 0, 0.18) 100%
    );
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.2em 1.2em 1.5em 1.2em;
}
.catalogue-offre-titre {
    color: #fff;
    font-size: 1.5em;
    font-family: "Poppins", "Playfair Display", serif;
    font-weight: 700;
    margin-bottom: 0.2em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.catalogue-offre-soustitre {
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}
.catalogue-offre-desc {
    padding: 1.5em 1.2em 1.2em 1.2em;
    color: #555;
    font-size: 1.08em;
    background: #fff;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    flex: 1 1 auto;
}
@media (max-width: 991px) {
    .catalogue-offres-row {
        flex-direction: column;
        align-items: center;
        gap: 1.5em;
    }
    .catalogue-offre {
        max-width: 95vw;
        min-width: 0;
    }
}

/* Styles pour la section Visites 2025 */
.destination {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    height: 400px;
}

.destination .img {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.destination .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
}

.destination:hover .overlay {
    background: rgba(0, 0, 0, 0.6);
}

.destination .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
    color: #fff;
    text-align: center;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease;
}

.destination:hover .text {
    opacity: 1;
}

.destination .text h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.destination:hover .text h3 {
    transform: translateY(0);
}

.destination .discover-btn {
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.destination:hover .discover-btn {
    transform: translateY(0);
}

.destination .btn-primary {
    background: #3b2884;
    border: 1px solid #3b2884;
    padding: 10px 25px;
    transition: all 0.3s ease;
}

.destination .btn-primary:hover {
    background: #c51e44;
    border-color: #c51e44;
}

/* Menu moderne et professionnel */
.ftco_navbar {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.ftco_navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    padding: 12px 16px !important;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 500;
    overflow: hidden;
}

.ftco_navbar .navbar-nav .nav-item .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    color: #c51e44 !important;
}

.ftco_navbar .navbar-nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #3b2884, #2ebdc4);
    transition: width 0.3s ease;
}

.ftco_navbar .navbar-nav .nav-item .nav-link:hover::after {
    width: 100%;
}

.ftco_navbar .navbar-nav .nav-item.active .nav-link::after {
    width: 100%;
}

.ftco_navbar .navbar-nav .nav-item.cta .nav-link {
    background: linear-gradient(135deg, #3b2884 0%, #2ebdc4 100%);
    color: #fff !important;
    border-radius: 25px;
    padding: 10px 20px !important;
    margin-left: 10px;
    box-shadow: 0 3px 12px rgba(59, 40, 132, 0.3);
    border: none;
}

.ftco_navbar .navbar-nav .nav-item.cta .nav-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 18px rgba(59, 40, 132, 0.4);
    background: linear-gradient(135deg, #2ebdc4 0%, #3b2884 100%);
}

.ftco_navbar .navbar-nav .nav-item.cta .nav-link::after {
    display: none;
}

