
.header-upper .he-phone span a{
    background: var(--primary-color);
    padding: .5rem 1rem;
    border-radius: 2rem;
}.header-upper .he-phone span a:hover,
 .contact-btn,
 .scroll-top{
     color: #0b0b0b;
     background: var(--primary-color);
 }
.contact-form .form-group{
    margin-bottom: 50px;
}
.service-area img{
    margin-bottom: 0;
}

#el-grid-stock .el-stock{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}
#el-grid-stock .el-stock h3{
    font-size: 1rem;
    text-transform: capitalize;
    margin-bottom: 0;
    letter-spacing: .5px;
}
#el-grid-stock .el-stock img{
    width: 100%;
}
#el-grid-stock .el-stock .el-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

#el-grid-stock{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 4rem auto 0;
    gap: 1rem;
}

.timeline-item .content:hover .description{
    transition: .3s;
}

.project-details blockquote{
    margin: 0;
}
.project-details h2{
    margin: 60px 0;
}
.project-details #el-grid-colors{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 30px 0 60px;
}
.project-details #el-grid-colors img{
    max-width: 169.65px;
}

.project-details #el-grid-caracteristiques .el-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    width: 50px;
    height: 50px;
}
.project-details #el-grid-caracteristiques img{
    width: 100%;
}

.project-details #el-grid-caracteristiques h4{
    margin: .5rem 0 0;
    font-size: 1rem;
}

.project-details #el-grid-caracteristiques .el-content{
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.project-details #el-grid-caracteristiques .el-caracteristique{
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
.project-details #el-grid-caracteristiques{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    gap: 1rem;
}
.projects-area #el-grid-plan-de-travail{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-width: 1116px;
    margin: auto;
}
.projects-area #el-grid-plan-de-travail .item{
    padding: 1rem;
    background: #fff;
    border-radius: 10px;
    margin: 0;
}

.projects-area #el-grid-plan-de-travail .item legend{
    font-size: .9rem;
    line-height: 1.5;
    color: #0b0b0b;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.projects-area #el-grid-plan-de-travail img{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.select2-container--default .select2-selection--single{
    background: transparent;
    height: 37px;
    border: none;
    border-bottom: 1px solid var(--black-80);
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 37px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    color: #aaa;
}
.select2-results {
    background: #252525;
    color: #959595
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff;
}
.select2-search--dropdown{
    background: #252525;
}
.achievement-area .counter-text-wrap{
    min-height: 324.3px;
}
#el-blog-content ul,
#el-blog-content li{
    list-style: disc;
}
#el-blog-content ul{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.hero-item .row .col-md-2{
    display: none;
}
.hero-area .hero-item > div:first-child, .hero-area .hero-item > div:nth-child(2){
    display: flex !important;
}

.el-read-more{
    padding: .5rem 1rem;
    background: var(--primary-color);
    color: #fff;
    border-radius: 2rem;
}
.el-read-more:hover{
    background: #fff;
    color: var(--primary-color);
}
.blog-meta{
    width: fit-content;
}
.service-item{
    padding: 0;
}
.trending-style .card{
    width: calc(100% / 3);
}
@media all and (min-width: 485px) {
    #el-grid-stock .el-stock h3{
        font-size: 1.1rem;
    }
    #el-grid-stock .el-stock .el-icon{
        width: 40px;
        height: 40px;
    }
    #el-grid-stock{
        gap: 2rem;
    }
    .project-details #el-grid-caracteristiques .el-icon{
        min-width: 60px;
        width: 60px;
        height: 60px;
    }
}
@media all and (min-width: 575px) {
    #el-grid-stock .el-stock .el-icon{
        width: 40px;
        height: 40px;
    }

}
@media all and (min-width: 768px) {
    #el-grid-stock{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    #el-grid-stock .el-stock h3{
        font-size: 1rem;
    }
    #el-grid-stock .el-stock .el-icon{
        width: 35px;
        height: 35px;
    }

    .project-details #el-grid-caracteristiques{
        grid-template-columns: repeat(2, 1fr);
    }
    .projects-area #el-grid-plan-de-travail{
        grid-template-columns: repeat(3, 1fr);
    }

    .hero-item .row .col-md-2{
        display: block;
    }

}
@media all and (min-width: 992px) {
    #el-grid-stock{
        grid-template-columns: repeat(3, 1fr);
        margin: 1rem auto 0;
    }
    #el-grid-stock .el-stock h3{
        font-size: .9rem;
    }
    #el-grid-stock .el-stock .el-icon{
        width: 35px;
        height: 35px;
    }
    #el-phone-contact{
        display: none;
    }
}
@media all and (min-width: 1200px) {

    #el-grid-stock .el-stock h3{
        font-size: 1rem;
    }
    #el-grid-stock .el-stock .el-icon{
        width: 40px;
        height: 40px;
    }
    .projects-area #el-grid-plan-de-travail{
        grid-template-columns: repeat(4, 1fr);
    }
}
@media all and (min-width: 1400px) {
    #el-grid-stock{
        margin: 3rem auto;
    }
    #el-grid-stock .el-stock h3{
        font-size: 1.3rem;
    }
    #el-grid-stock .el-stock .el-icon{
        width: 50px;
        height: 50px;
    }
    .project-details #el-grid-caracteristiques h4{
        font-size: 1.2rem;
        letter-spacing: .5px;
    }
    .project-details #el-grid-caracteristiques .el-icon{
        min-width: 70px;
        width: 70px;
        height: 70px;
    }

}
