.container-xxl {
    background-image: linear-gradient(203deg, rgba(0, 0, 0, 0.97) 0%, rgba(20, 20, 20, 0.95) 50%, rgba(0, 0, 0, 0.95) 98%);
}

.contenu {
    margin-top: 55px;
}

#intro {
    /*background-image: url("../img/6d6e7437facb-developpeur-logiciel-ynov.jpg");*/
    background-color: black;
}
#pres {
    background-image: url("../img/6d6e7437facb-developpeur-logiciel-ynov.jpg");
}
#competences {
    background-image: url("../../images/skill_background.jpg");
    background-size: 100%;
}
#darktimes {
    background-image: url("../img/6d6e7437facb-developpeur-logiciel-ynov.jpg");
}
#cv {
    background-image: url("../img/6d6e7437facb-developpeur-logiciel-ynov.jpg");
}
#contact {
    background-image: url("../img/6d6e7437facb-developpeur-logiciel-ynov.jpg");
}

.separator {
    height: 200px;
    max-height: 200px;
    display:flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(203deg, rgba(0, 0, 0, 0.97) 0%, rgba(20, 20, 20, 0.95) 50%, rgba(0, 0, 0, 0.95) 98%);
    color: white;
    font-size: 50px;
}

.title {
    position: absolute;
    top: 150px;
    right: 400px;
    text-align: right;
}

#photo {
    margin-bottom: 50px;
}

.skillset {
    display: inline-block;
    text-align: center;
    margin: 20px;
}

.logo {
    display: block;
    max-width: 90px;
    max-height: 90px;
    width: auto;
    height: 90px;
    margin: 10px auto auto auto;
}

.buttonlogo > * {
    display: inline;
}

.buttonlogo > img {
    max-width: 30px;
    max-height: 30px;
    width: auto;
    height: 30px;
}

#form > * {
    margin: 20px 0;
}