body {
    height: 3000px;
}

header,
section {
    text-align: center;
}

header,
#skills section {
    height: calc(100vh - 100px);
}

header {
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    color: #FFFFFF;
    padding-bottom: 15px;
    z-index: 1;
}

header img {
    position: absolute;
    top: -8%;
    left: 0%;
    z-index: -1;
}

header hr {
    border-color: #FFFFFF;
}

header h1 {
    font-weight: 400;
    font-size: 2.2em;
    margin-bottom: 0px;
    margin-top: 2em;
}

header h1 span {
    font-weight: 200;
}

header p {
    width: 55%;
    margin: auto;
    line-height: 2em;
    font-weight: 300;
    margin-bottom: 20px;
}

header svg,
#skills svg {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.skill_icon {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: solid 2px #FFFFFF;
    font-size: 3em;
    margin: auto;
    margin-top: 30px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);;
}

.skill_icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#skills a {
    display: block;
    margin: auto;
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: relative;
}

#skills section {
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
    padding-top: 100px;
}

#skills section img {
    position: absolute;
    z-index: -1;
    filter: blur(8px);
}

#conception img {
    top: -73%;
    right: -25%;
}

#preprod img {
    top: -10%;
    right: -1%;
    width: 102%;
}

#tournage img {
    top: -36%;
    right: -1%;
    width: 102%;
}

#montage img {
    bottom: -35%;
    right: -1.1%;
    width: 102%;
}

#motion img {
    top: -7%;
    right: -2%;
}

#drone img {
    top: -30%;
    right: -1%;
    height: 290%;
}

.down_arrow {
    display: block;
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: relative;
    margin: auto;
}

.down_arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#skills h2 {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 2em;
    margin-bottom: 0px;
}

#skills hr {
    border-color: #FFFFFF;
}

#skills p {
    color: #DEDEDE;
    font-weight: 300;
    width: 55%;
    margin: auto;
    line-height: 2em;
    margin-bottom: 100px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    padding: 0.5em;
}

#skills h2 {
    text-shadow: 1px 1px  1px rgba(0, 0, 0, 0.5), -1px -1px 1px rgba(0, 0, 0, 0.5), -1px 1px 1px rgba(0, 0, 0, 0.5), 1px -1px 1px rgba(0, 0, 0, 0.5);
}

#icons_line a {
    display: inline-grid;
    width: 222px;
    text-decoration: none;
    color: #FFFFFF;
}

#freepik {
    font-size: 0.8em;
    line-height: 0;
    text-align: center;
}

#freepik a {
    color: #111111;
}
