body{
    margin: 0;
    overflow: hidden;
}

.contentCenter{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 75%;
}

.mainContent{
    margin: auto;
    background-color: #5b51f054;
    max-height: 800px;
    max-width: 500px;
    width: 94%;
    height: 100%;
    border-radius: 17px;
    backdrop-filter: blur(10px);
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
}

.contentImg{
    width: 100%;
    height: 40%;
    margin: 0;
    border-radius: 17px;
    background-image: url('/images/1670925896859.jpg');
    background-size: cover;
    background-position: 0px 10%;
}

.headerContent{
    margin: 0;
    width: 100%;
    height: 20%;
    align-self: flex-start;
}

.headerSkills{
    margin: 0;
    width: 100%;
    height: 45%;
}

.headerButton{
    align-self: center;
    justify-content: center;
    transform: translate(0,50%);
}

.headerContentCenter{
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}

.headerContent h1{
    margin: 7px;
    margin-bottom: 2px;
    text-align: center;
    color: white;
    font-size: 30px;
    letter-spacing: 1.5px;
    text-shadow: 0 0 7px white;
    font-weight: normal;
}

.headerContent h2{
    margin: 5px;
    text-align: center;
    color: white;
    font-size: 25px;
    font-weight: normal;
}

.horizontalLine{
    background-color: white;
    width: 4px;
    height: 100%;
    border-radius: 5px;
}

.contentSkills{
    position: relative;
    top: 10%;
    width: 100%;
    height: 85%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.skillsLeft{
    width: 50%;
    height: 100%-30px;
    text-align: right;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 30px;
}

.skillsRight{
    width: 50%;
    margin-left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30px;
    height: 100%-30px;
}

.skill{
    padding: 1px;
    border-radius: 3px;
    padding-left: 6px;
    padding-right: 6px;
    color: white;
    font-weight: bold;
    font-size: 20px;

}

/* Arrière plan */
.bgblock{
    position: fixed;
    border-radius: 86px;
    top: 50%;
    transform-origin:-10% 0%;
    transform: rotate(-45deg) translateY(-50%) translateX(-60%);
    width: 750px;
    height: 750px;
    background: linear-gradient(45deg, #4BFAF7, #FF3DBB);
    z-index: -1;
}