.logo-area{
    width: 100px;
}
.header-three{
    padding: 20px 0;
}
.side-bar button i{
    margin-left: 50px;
    margin-top: -10px;
}

.rts-banner-main-area-swiper{
    height: 1000px;
}
.rts-banner-main-area-swiper .swiper-container-h2{
    height: 100%;
}

/* a propos */
.about-img, .feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}
.about-img::before, .feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid #b78d65;
    z-index: -1;
}
.about-img img, .feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
    border-radius: 10px;
}
.about-img img:last-child, .feature-img img:last-child {
    margin: 20% 0 0 40%;
}
.rts-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .rts-banner-one{
    height: 600px;
    overflow: hidden;
}
.rts-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .rts-banner-one.bg_image{
    height: 100%;
    width: 100%;
}

.rts-footer-area-start,
.rts-experience-area,
.service-abot-area{
    background-color: #3f3f3f;
}

.rts-section-gap3{
    padding: 80px 0;
}

.rts-banner-main-area-swiper.home-seven .swiper-container-h2 .swiper-wrapper .rts-banner-one .banner-one-wrapper .b_one-pre{
    text-shadow: 1px .1px #000;
}
.rts-section-gap{
    padding: 70px 0;
}

.rts-single-project-one .project-inner{
    padding: 10px 0 !important;
}
.rts-single-project-one img{
    height: 300px;
    object-fit: cover;
}

.realisations-home{
    padding: 80px 0;
    background-color: #f0f0f0;
}

.main-wrapper-case-swiper-tab{
    height: fit-content;
}

.single-case-wrapper{
    border: 1px solid #d6d6d6;
}
.single-case-wrapper:hover .content{
    background: #000;
    border-radius: 10px;
}
.single-case-wrapper a img{
    height: 400px;
    object-fit: cover;
}

.services .home-four-case .single-case-wrapper img{
    height: 300px;
    object-fit: cover;
}
.single-case-wrapper .content{
    background: linear-gradient(90deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
    transition: all ease-in-out .5s !important;
}
.single-case-wrapper .content a .title{
    color: #fff;
}

.single-blog-area-one .thumbnail img{
    height: 260px;
    object-fit: cover;
}

.btn-primary{
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    padding: 20px 33px;
    font-family: var(--font-primary);
    line-height: 10px;
    max-width: max-content;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: 0.3s;
    border-radius: 2px;
    display: block;
    min-width: max-content;
}
.btn-primary:hover{
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.rts-experience-area .experience-main-wrapper .left p.disc{
    color: #f0f0f0;
}

.single-blog-area-one .thumbnail::after{
    content: none;
}

.bg-breadcrumb{
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.single-contact-one-inner{
    height: auto;
}

.about-excert .display-5{
    font-size: 50px !important;
    font-weight: bold;
}
.about-excert .desc{
    text-align: justify;
}
.about-excert .desc p{
    margin-bottom: 25px;
}

.service-abot-area{
    background-color: #9e9e9e;
}
.service-abot-area.intern{
    background-color: #efefef;
}

.rts-banner-one .banner-one-wrapper .title-banner{
    font-size: 50px;
    line-height: 60px;
}
.banner-one-wrapper{
    margin-top: 100px;
}

.article-show .blog-listing-content .title{
    line-height: 40px;
}

.intern-about-img {
    height: 500px;
    overflow: hidden;
}
.intern-about-img img{
    object-fit: cover;
}

.blog-single-post-listing .thumbnail img{
    height: 500px;
    object-fit: cover;
}

.rts-single-wized .recent-post-single .post-title .title{
    line-height: 18px;
}

.rts-btn.btn-seconday{
    /* background: #ff6701; */
}

.contact-form-contact select{
    background: #F6F6F6;
    height: 55px;
    margin-bottom: 25px;
    border: 1px solid transparent;
    padding: 0 10px;
}

/* Styles pour les images de la galerie */
.gallery-item-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 15px;
    height: 200px;
}

.gallery-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-item-wrapper:hover .gallery-img {
    transform: scale(1.05);
}

.gallery-item-wrapper:hover .gallery-hover {
    opacity: 1;
}

.gallery-hover .hover-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.gallery-item-wrapper:hover .gallery-hover .hover-content {
    transform: translateY(0);
}

.gallery-hover .hover-title {
    color: white;
    margin-bottom: 15px;
    font-weight: 600;
    transform: translateY(-10px);
    opacity: 0;
    transition: all 0.4s ease 0.1s;
}

.gallery-item-wrapper:hover .gallery-hover .hover-title {
    transform: translateY(0);
    opacity: 1;
}

.gallery-hover .icon-area {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transform: scale(0);
    transition: all 0.3s ease 0.2s;
}

.gallery-item-wrapper:hover .gallery-hover .icon-area {
    transform: scale(1);
}

@media screen and (max-width: 1400px){
    .header-three .header-three-wrapper .nav-area nav ul li{
        margin: 0 10px !important;
    }
}

@media screen and (max-width: 1200px) {
    .rts-banner-main-area-swiper{
        height: 600px !important;
    }
    .banner-one-wrapper.ptb--110{
        padding: 50px 0 !important;
    }
    .banner-one-wrapper{
        margin-top: 0px;
    }
}

@media screen and (max-width: 568px) {
    .rts-banner-main-area-swiper{
        height: 500px !important;
    }
    .banner-one-wrapper.ptb--110{
        padding: 20px 0 !important;
    }
    .rts-banner-one .banner-one-wrapper .title-banner {
        font-size: 20px !important;
        line-height: initial;
    }
    .about-excert .display-5{
        font-size: 20px !important;
        font-weight: bold;
    }
    .about-excert .desc p{
        margin-bottom: 10px;
    }
    .about-excert .desc{
        text-align: start;
    }
    .intern-about-img{
        /* display: block !important; */
        height: 300px;
    }
    .intern-about-img img{
        height: 300px;
    }
}