/* Other Style */
.welcome {
    position: relative;
    background-image: url('../media/competences/vignette-compétences.jpg');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

.welcome-filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.welcome-center {
    position: absolute;
    right: 0;
    left: 0;
    top: 40%;
    bottom: 0;
    box-sizing: border-box;
}

@media screen and (max-height: 700px) {
    .welcome-center {
        top: 30%;
    }
}

@media screen and (max-height: 500px) {
    .welcome-center {
        top: 20%;
    }
}

h2 span {
    color: orange;
}


.competence {
    max-width: 350px;
    max-height: 350px;
    padding: 5%;
}

.competence .humain {
    color: orange;
}

.competence h3 span {
    color: rgba(254, 234, 174, 0.6);
    font-size: 14px;
}

.competence img {
    max-width: 150px;
    margin: auto;
}

.competence p {
    font-size: 14px;
}

.competence a {
    text-decoration: none;
    color: rgba(254, 234, 174, 0.6);
    font-size: 14px;
}

.body-skill {
    display: -webkit-box;
    padding: 0;
    margin: 8;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}