/*General*/
h1 {
    text-shadow: 5px 5px black;
}

.contenu {
    margin-top: 55px;
}

.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;
}

.buttonlogo > * {
    display: inline;
}

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

/*Intro*/
#intro {
    background-color: black;
}

#intro .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%);
}

#title {
    background-color: #0000;
    border: none;
}

#title .card-body {
    text-align: right;
}

#title h5 {
    font-size: 40px;
}

#title h1 {
    font-size: 90px;
}

#title h6 {
    font-size: 30px;
}

#photo {
    top: 150px;
    right: 400px;
}

#description {
    margin-top: 130px;
}

#description h3 {
    text-align: right;
}

/*Competences*/
#competences {
    background-image: url("../img/314873.jpg");
    background-size: auto 100%;
}

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

.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;
}

/*DarkTimes*/
#darktimes {
    background-color: black;
}

#video {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
    pointer-events: none;

    iframe {
        width: 300%;
        height: 100%;
        margin-left: -100%;
    }
}

#darktimes .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%);
}

/*Contact*/
#contact {
    background-image: url("../img/1478030.jpg");
}

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

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