
.partner-logo[data-v-763b352f] {
    width: 120px;
    height: 60px;
    object-fit: contain;
    background-color: white;
    border-radius: 8px;
    padding: 5px;
    transition: transform 0.3s ease;
}
.list-logos li[data-v-763b352f] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

/* Style pour les cartes de service avec taille fixe */
.cardService {
    height: 400px; /* Hauteur fixe augmentée */
    width: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.service-card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.service-card-link {
    display: block;
    transition: all 0.3s ease;
}
.cardService .cardImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.5s ease;
}
.service-card-hover:hover .cardImage img {
    transform: scale(1.05);
}
.cardService .cardImage img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Assure que l'image couvre toute la zone sans déformer les proportions */
    transition: all 0.5s ease;
    min-height: 100%; /* Ensure image fills the container height */
    min-width: 100%; /* Ensure image fills the container width */
}
.cardService .overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.7) 100%
    );
    transition: all 0.3s ease;
}
.service-card-hover:hover .overlay-gradient {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
}
.cardService .cardInfo {
    position: relative;
    z-index: 1;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}
.service-card-hover:hover .cardTitle {
    transform: translateY(-3px);
}
.arrow-icon {
    transition: all 0.3s ease;
}
.service-card-hover:hover .arrow-icon {
    transform: translate(3px, -3px);
}

/* Styles pour le bouton "More services" */
.btn-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: var(--vz-primary);
    color: white;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.btn-view-all:hover {
    background-color: var(--vz-primary-dark, #0056b3);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.btn-view-all span {
    margin-right: 8px;
}
.view-all-arrow {
    transition: all 0.3s ease;
}
.btn-view-all:hover .view-all-arrow {
    transform: translate(3px, -3px);
}

/* Style similaire pour les news cards */
.card-blog {
    height: 400px;
    position: relative;
    overflow: hidden;
}
.card-blog .card-image {
    height: 200px;
    overflow: hidden;
}
.card-blog .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Style pour les cartes de news */
.cardNews {
    height: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cardNews:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.cardNews .cardImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}
.cardNews .cardImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.cardNews:hover .cardImage img {
    transform: scale(1.05);
}
.cardNews .cardImage .datePost {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 15px;
    border-radius: 8px;
    backdrop-filter: blur(5px);
}
.cardNews .cardInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 100%);
    padding: 25px;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}
.cardNews:hover .cardInfo {
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.cardNews .cardInfo-content {
    flex: 1;
}
.cardNews .cardLink {
    flex-shrink: 0;
    margin-left: 15px;
}
.cardNews:hover .cardLink svg {
    transform: translate(3px, -3px);
}
html,
body {
    overflow-x: hidden;
}
.icon-effect::before {
    background-color: rgb(from var(--landing_header_act_text) r g b / 33%);
}
.section {
    padding: 0 0;
    position: relative;
}
.bg-primary {
    --vz-bg-opacity: 1;
    background-color: #000000 !important;
}
.list-how.slider-nav-thumbnails li {
    padding-bottom: 60px;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
}
.list-how.slider-nav-thumbnails li::after {
    content: "";
    bottom: 4px;
    width: 3px;
    opacity: 0.2;
    position: absolute;
    top: 36px;
    background-color: #ffffff;
    left: 8px;
    border-radius: 60px;
}
.list-how.slider-nav-thumbnails li.active::before {
    opacity: 1;
}
.list-how.slider-nav-thumbnails {
    width: 480px;
    margin-left: 0;
    padding-left: 0;
}
.list-how.slider-nav-thumbnails li {
    position: relative;
    padding-left: 42px;
    padding-bottom: 48px;
    min-height: 48px;
    list-style: none;
}
.list-how.slider-nav-thumbnails li:last-child {
    padding-bottom: 0;
}
.list-how.slider-nav-thumbnails li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
    z-index: 2;
    opacity: 0.6;
    transition: border-color 0.3s;
}
.list-how.slider-nav-thumbnails li.active::before {
    border-color: #fff;
    background: #fff;
    opacity: 1;
}
.list-how.slider-nav-thumbnails li::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 26px;
    width: 2px;
    height: calc(100% - 26px);
    background: #fff;
    opacity: 0.18;
    z-index: 1;
}
.list-how.slider-nav-thumbnails li:last-child::after {
    display: none;
}
.list-how.slider-nav-thumbnails h4 {
    color: #bbb;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 0;
    transition: color 0.3s;
    cursor: pointer;
}
.list-how.slider-nav-thumbnails li.active h4 {
    color: #fff;
    font-weight: 600;
}
.list-how.slider-nav-thumbnails p {
    color: #bbb;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.6;
}
.list-how.slider-nav-thumbnails li::before {
    content: "";
    height: 20px;
    width: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    top: 6px;
    left: 0px;
}
.btn-read-more:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #007bff, #00c6ff);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.btn-read-more:hover {
    color: #0056b3;
}
.btn-read-more:hover:before {
    transform: scaleX(1);
}
.btn-read-more svg {
    transition: transform 0.3s ease;
}
.btn-read-more:hover svg {
    transform: translateX(5px);
}
.list-how.slider-nav-thumbnails {
    width: 439px;
}
.accordion-button::after {
    width: 30px;
    height: 30px;
    background-image: url(./plus-dbf510df.svg);
    background-size: 30px;
}
.accordion-body {
    padding: var(--vz-accordion-body-padding-y)
        var(--vz-accordion-body-padding-x);
}
.bg-region {
    /* background-image: url("@imgs/page/homepage1/bg-region.png"); */
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

/* Styles pour la section des actualités avec design futuriste */
.bg-news {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}
.bg-news::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23007bff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.5;
}
.news-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}
.news-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 123, 255, 0.2);
}
.news-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #007bff, #00c6ff);
    z-index: 2;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}
.news-card:hover:before {
    transform: scaleX(1);
}
.news-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}
.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.news-card:hover .news-image img {
    transform: scale(1.1);
}
.news-date {
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, #007bff, #00c6ff);
    color: #fff;
    padding: 10px 15px;
    border-top-left-radius: 15px;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}
.news-date .day {
    font-size: 24px;
    margin-bottom: 2px;
}
.news-date .month {
    font-size: 14px;
    text-transform: uppercase;
}
.news-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.news-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}
.news-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}
.news-title a:hover {
    color: #007bff;
    text-decoration: none;
}
.news-meta {
    display: flex;
    margin-bottom: 15px;
    color: #777;
    font-size: 14px;
}
.news-meta span {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.news-meta i {
    margin-right: 5px;
    color: #007bff;
}
.news-excerpt {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
    flex-grow: 1;
}
.btn-read-more {
    display: inline-flex;
    align-items: center;
    color: #007bff;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Responsive adjustments for various sections */
@media (max-width: 767px) {
.container-sub {
        padding-left: 15px;
        padding-right: 15px;
}
.row.align-items-center {
        text-align: center;
        justify-content: center;
}
.col-lg-6,
    .col-sm-7,
    .col-sm-5 {
        margin-bottom: 15px;
}
.text-end {
        text-align: center !important;
}
.box-search-adv {
        padding: 20px;
}
.box-search-adv .tab-content {
        padding: 15px;
}
.main-image-slider figure img {
        width: 100%;
        height: auto;
}
.list-how.slider-nav-thumbnails {
        width: 100%;
        margin: 0 auto;
}
.cardIconStyleCircle .col-lg-4 {
        margin-bottom: 30px;
}
.box-number {
        margin-bottom: 20px;
}
}
@media (max-width: 480px) {
.heading-44-medium {
        font-size: 28px;
}
.text-20-medium {
        font-size: 18px;
}
.text-16 {
        font-size: 14px;
}
.banner-home1 {
        padding-top: 54px;
        padding-bottom: 50px;
}
.box-search-adv {
        margin-top: 20px;
}
.swiper-button-prev-fleet,
    .swiper-button-next-fleet {
        display: none;
}
.cardFleet .cardInfo {
        padding: 15px;
}
.cardFleet .cardInfo .text-20-medium {
        font-size: 16px;
}
.cardFleet .cardInfo .text-14 {
        font-size: 12px;
}
.cardFleet .cardImage img {
        height: 150px;
        object-fit: cover;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.list-how.slider-nav-thumbnails {
        width: 90%;
}
.main-image-slider figure img {
        width: 100%;
        height: auto;
}
.cardIconStyleCircle .col-lg-4 {
        margin-bottom: 30px;
}
}

/* Partner section styles */
.cardPartner {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.cardPartner:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.cardPartner .cardImage {
    height: 180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #f9f9f9;
}
.cardPartner .cardImage img.partner-logo {
    max-height: 140px;
    max-width: 100%;
    object-fit: contain;
}
.cardPartner .cardInfo {
    padding: 20px;
}
.cardPartner .cardInfo h5 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}
.cardPartner .cardInfo h5 a:hover {
    color: var(--vz-primary);
}
.cardPartner .cardInfo p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}
@media (max-width: 767px) {
.cardPartner .cardImage {
        height: 150px;
}
.cardPartner .cardImage img.partner-logo {
        max-height: 110px;
}
}
/* Styles pour la section Comment ça marche */
.how-it-works-step {
    position: relative;
    transition: all 0.3s ease;
    padding-left: 50px;
    margin-bottom: 30px;
    cursor: pointer;
}
.how-it-works-step:hover h4 {
    color: rgba(255, 255, 255, 0.9);
}

/* Cercle pour chaque étape */
.how-it-works-step::before {
    content: "";
    height: 20px;
    width: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    top: 6px;
    left: 0px;
    transition: all 0.3s ease;
}

/* Ligne verticale pour chaque étape */
.how-it-works-step::after {
    content: "";
    bottom: 4px;
    width: 3px;
    opacity: 0.2;
    position: absolute;
    top: 36px;
    background-color: #ffffff;
    left: 8px;
    border-radius: 60px;
}

/* Style pour l'étape active */
.active-step::before {
    opacity: 1;
}

/* Dernier élément sans ligne */
.how-it-works-step:last-child::after {
    display: none;
}
.line-white {
    display: none;
    height: 56px;
    width: 3px;
    position: absolute;
    top: 36px;
    border-radius: 60px;
    background-color: #ffffff;
    left: 8px;
    transition: all 0.3s ease;
}
.line-white.active-line {
    display: block;
    width: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}
.active-step h4 {
    color: #ffffff !important;
    transform: translateX(5px);
    opacity: 1;
}
.how-it-works-step h4 {
    color: #fff;
    opacity: 0.6;
    transition: all 0.3s ease;
}
.how-it-works-image {
    max-width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}
.image-loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
}

/* Animation de transition */
.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.fade-enter-from {
    opacity: 0;
    transform: translateY(10px);
}
.fade-leave-to {
    opacity: 0;
    transform: translateY(-10px);
}
.custom-bg-download {
    background-image: none !important;
}
.custom-bg-download::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--v512169c7);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.9;
    z-index: 1;
}


/* Style pour l'image de téléphone */
.phone-image {
  content: "";
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url('./phone-a3468714.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  z-index: 1;
}
.btn:hover {
    background-color: #181a1f;
    color: #181a1f;
    transition: all .25s cubic-bezier(.02, .01, .47, 1);
}
