#home-title {
    width: 100%;
    position: absolute;
    height: 100px;
    background-color: #8f0c15;
    top: 235px;
    left: 0;
    right: 0;
    bottom: 0;
}

#home-container{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 1150px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.home-solution, .home-contact, .home-devis {
    flex: 1;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.devis{
    color: #ECECEC;
    text-decoration: underline #ECECEC;
}

.home-icons {
    flex: 1;
    color: #ECECEC;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    font-weight: revert;
    margin: 10px;
}

.content {
    margin-top: 260px;
}

.sidebar{
    margin-top: 260px;
}

@media screen and (max-width: 690px) {
    .shrink-text-size{
        font-size: 3vw;
    }
}