@media only screen and (max-width: 1350px) and (min-width: 1100px) {
    #home-bg {
        min-height: 110vh;
    }

}

@media only screen and (max-width: 1100px) {
    #home-container {
        top: 12%;
    }

    #home-logo {
        visibility: hidden;
        position: absolute;
    }

    #line-yellow {
        visibility: hidden;
    }

    #captronic-img {
        width: 100px;
    }

    #home-made-in-france-img {
        width: 200px;
    }

}

@media only screen and (max-width: 890px) and (min-width: 350px) {

    #home-bg {
        min-height: 120vh;
    }

    #home-logo {
        height: 100px;
        width: 300px;
    }

    #line-yellow {
        width: 300px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #home-title {
        font-size: 1.5em;
        padding: 10px;
        font-family: now-medium, sans-serif;
        text-align: center;
    }

    #home-sub-title {
        font-size: 1em;
    }

    #home-infos-container {
        flex-direction: column;
    }

    #home-skills {
        font-size: 1.5em;
        font-family: now-regular, sans-serif;
    }


    #captronic-img {
        width: 100px;
    }

    #home-made-in-france-img {
        width: 200px;
    }

}

@media only screen and (max-width: 350px) {

    #home-bg {
        min-height: 120vh;
    }

    #home-logo {
        height: 100px;
        width: 250px;
    }

    #line-yellow {
        width: 200px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #home-title {
        font-size: 1.0em;
        padding: 10px;
        font-family: now-medium, sans-serif;
        text-align: center;
    }

    #home-sub-title {
        font-size: 0.6em;
    }

    #home-infos-container {
        flex-direction: column;
        margin-top: 10px;
        margin-bottom: 20px
    }

    #home-skills {
        font-size: 1.0em;
        font-family: now-regular, sans-serif;
    }

    #captronic-img {
        width: 100px;
    }

    #home-made-in-france-img {
        width: 200px;
    }

}

@media screen and (max-height: 800px){

    #home-bg {
        min-height: 800px;
    }
}