.preloader .natex-content img {
    background-color: white;
    border-radius: 50%;
    }
.logo img {
    width: 80px;
}
.navbar-links li:not(:last-child) {
    padding-right: 26px;
}
li.menu-item-children > a::before {
    right: 14px;
}
.navbar-links li > a {
    text-transform: none;
}
.navbar-links li.navbar-dropdown .sub-menu {
    width: 285px;
}
.navbar-links li.navbar-dropdown .sub-menu a {
    text-transform: none;
}
.hero-two-slider .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.hero-two-slider .swiper-slide-active {
    opacity: 1;
    pointer-events: auto;
}
.btn-homeblock {
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-homeblock:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}
.refresh-link { color: #ff792d; cursor: pointer; text-decoration: underline; }
.honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.bannr {
    background-size: cover;
    background-position: center center;
}
.project-section {
    padding-top: 120px;
    padding-bottom: 120px;
    background-position: center;
    position: relative;
    background-size: cover;
}
.img-crop {
    width: 100%;
    height: 400px; /* Ajuste la hauteur selon le rendu souhaité */
    overflow: hidden;
}
.img-crop img {
    width: 100%;
    height: 100%;
    object-fit: cover;       /* Remplit le cadre en rognant */
    object-position: center; /* Centre l’image, réglable si tu veux recadrer différemment */
}
.news-details a, .news-details a:link, .news-details a:visited {
    color: #ff792d;
    text-decoration: none;
}
.news-details a:hover, .news-details a:active {
    text-decoration: underline;
}
.news-details blockquote {
    background-image: url(/images/innovative.jpg);
    padding: 55px;
    background-position: left;
    margin-top: 25px;
    position: relative;
}
.news-details blockquote::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.86;
    left: 0;
    height: 100%;
    background-color: #ff792d;
}
.news-details blockquote h3 {
    font-size: 36px;
    padding-bottom: 22px;
    line-height: 46px;
    color: #ffffff;
    position: relative;
}
.news-details li {
    display: list-item;
    list-style-type: disc !important;
    margin-left: 30px;
    margin-top: 8px;
    font-size: 16px;
    line-height: 28px;
    font-family: "Epilogue";
}

.news-details .two-images-wrapper {
    display: flex;
    gap: 0;
    width: 100%;
}

/* image gauche */
.news-details .img-left {
    flex: 1;
    overflow: hidden;
}

.news-details .img-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* image droite */
.news-details .img-right {
    flex: 1;
    overflow: hidden;
}

.news-details .img-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* optionnel : garder le même ratio */
.news-details .img-left,
.news-details .img-right {
    aspect-ratio: 4 / 3;
}
.client-company {
    width: 80%;
    padding: 40px;
    padding-bottom: 30px;
    height: 180px;
}
.client-company p {
    font-size: 18px;
    line-height: 28px;
    color: #F5F5F5;
    margin: 0;
    font-family: "Epilogue";
    margin-top: 35px;
}

