@import url("asset/style/root.css");

/** MAIN */
main {
    display: flex;
    flex-direction: row-reverse;
    width: calc((100vw) * 2);
    transform: translateX(-50%);
    z-index: 0;

}



/** Header */
.header {
    background-color: #252629;
    margin-inline: 10px;
    transform: translateY(800px);
    opacity: 50%;
    width: 90vw;
    max-width: 400px;
    overflow-x: hidden;
}

.presentation {
    background-color: #2D2F33;
    display: flex;
    justify-content: center;
}

#photo {
    width: 180px;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 400px;
    gap: 5%;
}

#fakebtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

h2 {
    font-size: 0.5rem;
    font-weight: 600;
    color: black;
    background-color: var(--fontColorSelect);
    padding: 15px 10px;
    border-radius: 15px;
}

#presentation-description {
    font-size: 1.1em;
}

.bandeauAd {
    width:100%;
    white-space: nowrap;
    display: flex;
    align-items: center;
    background-color: rgb(202, 202, 32);
    color: rgb(31, 31, 31);
    padding: 10px 50px;

    span {
        margin-right: 50px
    }
}

#drive,
#cv {
    width: 80px;
    height: 80px;
    background-image: radial-gradient(black, rgba(0, 0, 0, 0) 60%);

    border-radius: 50%;
    border: 4px solid black;
    display: flex;
    justify-content: center;
    align-items: center
}

.redirection {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-around;
}

#cvContainer,
#driveContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* text-align: center; */
    max-width: 30%;
    p{
        text-align: center;
    }

}


.stageContainer {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;;

}
.textPresentation {
    width: 80%;
    margin-block: 20px
}
.presentationDetails{
    display: flex;
    flex-direction: column;
    align-items:center;
    text-align: justify
}