#home {
    height: 30vh;
    min-height: 300px;
    max-height: 1000px;
    background: url(../img/pages/iso-header.jpg) 50% 30%;
    background-size: cover;
}
#home.page-chauffage {
    background: url(../img/pages/chauffage-header.jpg) 50% 30%;
    background-size: cover;
}
#home.page-solaire {
    background: url(../img/pages/solaire-header.jpg) 50% 30%;
    background-size: cover;
}
#home .filter {

    background: linear-gradient(to top, rgba(0, 0, 0, .65), rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .2) 100%);
}
#home .center-h {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
#home .center-h h1 {
    font-size: 32px;
    max-width: 670px;
    margin: 0 auto;
    padding: 0;
}
#home .center-h p {
    font-size: 1.3em;
    font-style: italic;
    padding-top: 10px;
}


.list-travaux {

}


.item-travaux {
    padding: 20px;
    box-shadow: 0 0 60px rgba(19, 105, 125, .25);
    margin: 20px 0 0;
    border-radius:6px;
}
.item-travaux h3 {
    padding: 0 0 25px 0;
    font-size: 26px;
    color: rgb(19, 105, 125);
}
.item-travaux .cont {
    
}
.item-travaux .cont img {
    max-width: 50%;
    float: left;
    margin: 0 20px 0px 0;
}
.item-travaux .cont p {
    font-size: 14px;
    text-align: justify;
}
.item-travaux a {
    background: #ff914d;
    color: #FFF;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    margin: 25px 0 0 0;
    display: inline-block;
}
.item-travaux a:hover {
    opacity: .7;
}


.anchor-item {
    padding-top:80px;
    margin-top:-80px;

}




@media screen and (max-width: 980px) {
    #home .center-h h1 {
        font-size: 22px;
        margin: 0 auto;
        padding: 0 20px;
        line-height: 1.1;
    }

    #home .center-h p {
        font-size: 1em;
    }
}