
#corps_saisie img {
    height:80px;
}
h2 {
    position: relative;
    padding-bottom: 0.5em;
    margin-bottom: 2em;
    margin-top: 1em;
    color:#ec644a;
}
h2:after {
    position: absolute;
    content: "";
    top:100%;
    left:0;
    background-color:#ec644a;
    height:5px;
    width: 50px;
}
@media only screen and (max-width: 991px) {
    .HeightCustom {
        height:auto;
    }
    #corps_saisie {
        margin-top:-20px;
    }
    #corps_saisie img {
        border: 5px solid #f1f1f1;
        border-radius: 8px;
        background: #f1f1f1;
    }
    #item-2 {
        height:26vh;
    }
}
