:root {
  --vert_theme: #1fa12e;
  --vert_eau: #b0f2b6;
}


/* reset */

input[type=file], input[type=checkbox], input[type=radio]{
    padding: 0 !important;
    height: auto !important;
    width: auto !important;
}


/* header */

@media (min-width:992px) 
{ 
    body #tophead .tophead-contact{
        padding-left: 140px;
    }
}

.header-firstrow{
    position: relative;
    z-index: 2;
}

.site-header .site-branding{
    position: relative;
}

.site-header .site-branding a{
    display: block;
    position: absolute;
    left: -5px;
    top: -34px;
    width: 130px;
    padding-left: 5px;
    border-radius: 100px;
    overflow: hidden;
}

.site-header .site-branding a img{
    padding: 0;
}

body .full-menu{
    position: relative;
    z-index: 1;
}

body .site-header .main-navigation .nav-area nav{
    margin-left: 130px;
}


/* home */

.rt-info-text-8 .service-box span{
    margin-bottom: 5px;
}

.rt-info-text-8 .service-box h3{
    font-size: 18px;
    line-height: 1.3em;
}

.request-home5 .contact-header{
    font-size: 24px;
    margin-bottom: 30px;
}

.rt-vc-counter-3 a i{
    font-size: 50px !important;
}

@media (min-width:768px)
{ 
    .project10-box-inner .project10-img-holder{
        height: 430px;
    }
    
    .project10-box-inner .project10-img-holder img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}


/* listing projet */

body.tax-greenova_project_category .blog-date, body.post-type-archive-greenova_service .blog-date{
    display: none !important;
}


/* projet */

.project-details .project-details-img img{
    width: auto;
}

.project-details .project-info ul li:last-child{
    display: none;
}

.galerie_projet{
    margin-top: 30px;
}

.galerie_projet ul li.isotope-item{
    border: 2px solid #fff;
    height: 250px;
    display: block;
}

.galerie_projet ul li.isotope-item a, .galerie_projet ul li.isotope-item a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* page about */

.bloc_about .rtin-back-image{
    width: /*449px*/84.31924882629108%;
    height: 472px;
}

.bloc_about.bloc_about2 .rtin-back-image{
    margin-left: auto;
}

.bloc_about .rtin-overlay-image{
    width: /*325px*/61.03286384976526%;
    height: 341.5px;
    display: none !important;
}

.bloc_about .rt-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.rt-info-text-3 .media .media-body h3{
    text-transform: none;
}


/* single service */

body.single-greenova_service .rtin-section-title-left .rt-section-sub-title-vc{
    font-size: 15px;
    line-height: 28px;
}


/* footer */

.footer-top-area .widgettitle{
    text-transform: none;
}

.footer-top-area .widget.widget_mc4wp_form_widget > p{
    display: none;
}


/* responsive */

@media (min-width:1025px) and (max-width:1899px) /* testé sur 1600px */ 
{ 

}

@media (min-width:1025px) and (max-width:1599px) /* testé sur 1366px */
{
    
}

@media (min-width:1025px) and (max-width:1365px) /* testé sur 1025px */
{

}

@media (max-width:1199px) /* testé sur 992px */
{

}

@media (min-width:992px) and (max-width:1199px)
{

}

@media (max-width:991px) /* testé sur 768px */
{

}

@media (max-width:767px) /* testé sur 375 */
{
    
}



