body{
    margin: 0 0 0 0;
    font-family: 'ubuntu';
}

/* "T" Text Weight */
.T_32px_Bold{
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
}
.T_32px_Semi_Bold{
    font-size: 32px;
    font-weight: medium;
    line-height: 36px;
}
.T_24px_Medium{
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
}
.T_20px_Semi_Bold{
    font-size: 20px;
    font-weight: medium;
    line-height: 24px;
}
.T_22px_Medium{
    font-size: 22px;
    font-size: medium;
    line-height: 22px;
}
.T_18px_Light{
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
}
.T_16px_Regular{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.T_16px_Semi_Bold{
    font-size: 16px;
    font-weight: medium;
    line-height: 20px;
}
.T_16px_Medium{
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}
.T_16px_Light{
    font-size: 16px;
    font-weight: lighter;
    line-height: 20px;
}
.T_14_5_Medium{
    font-size: 14.5px;
    font-weight: medium;
    line-height: 20px;
}
.T_14_Regular{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.T_13_Medium{
    font-size: 13px;
    font-weight: medium;
    line-height: 20px;
}
.T_13px_Semi_Bold{
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

/* "C" Color */

:root{
    --C_Primary:#116ACC;
    --C_Secondary_1:#182233;
    --C_Secondary_2:#B3CEE2;
    --C_Secondary_3:#D9DDE7;
    --C_Secondary_4:#FD4E5D;
    --C_Black:#000001;
    --C_Gray_1:#122335;
    --C_Gray_2:#2F3F4F;
    --C_Gray_3:#465260;
    --C_Gray_4:#646D7C;
    --C_Gray_5:#909BA8;
    --C_Gray_6:#C7CED3;
    --C_Gray_7:#EDF0F1;
    --C_White:#FFFFFF;
    --C_Info:#94B8E1;
    --C_Success:#71C273;
    --C_Warning:#FBC45C;
    --C_Error:#BB1F24;
}

/* Title Portefolio */

.T_Titre_Portefolio{
    font-size: 128px;
    font-weight: bold;
    margin: 0px;
}
.Title{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 800px;
    background-color:var(--C_White);
}
.P_Lettre, .O_Lettre, .R_Lettre, .T_Lettre, .F_Lettre, .L_Lettre, .I_Lettre{
    animation: Lettre reverse 2s;
}
.P_Lettre:hover, .O_Lettre:hover, .R_Lettre:hover, .T_Lettre:hover, .F_Lettre:hover, .L_Lettre:hover, .I_Lettre:hover{
    cursor: pointer;
    transform: scale(1.2);
}
.P_Lettre:hover{
    color:var(--C_Secondary_4);
}
.O_Lettre:hover{
    color: var(--C_Primary);
}
.R_Lettre:hover{
    color: var(--C_Success);
}
.T_Lettre:hover{
    color: var(--C_Warning);
}
.F_Lettre:hover{
    color: var(--C_Gray_4);
}
.L_Lettre:hover{
    color: var(--C_Error);
}
.I_Lettre:hover{
    color: var(--C_White);
}
.P_Lettre:active, .O_Lettre:active, .R_Lettre:active, .T_Lettre:active, .F_Lettre:active, .L_Lettre:active, .I_Lettre:active{
    transition: ease 4s;
    transform: scale(2);
}
@keyframes Lettre{
    to{
        transform: scale(2);
        margin: 40px;
        opacity: 0;
        color:var(--C_Secondary_4);
    }
    from{
        transform: scale(1);
        margin: 0px;
        opacity: 1;
        color: var(--C_Black);
    }
    30%{
        color:var(--C_Secondary_4);
    }
    40%{
        color: var(--C_Primary);
    }
    50%{
        color: var(--C_Success);
    }
    60%{
        color: var(--C_Warning);
    }
    70%{
        color: var(--C_Gray_4);
    }
    80%{
        color: var(--C_Error);
    }
    90%{
        color: var(--C_White);
    }
    100%{
        color: var(--C_Black);
    }
}
@media(max-width: 768px){
    .Title{
        flex-direction: column;
    }
    .T_Titre_Portefolio{
        font-size: 74px;
    }
}
/* "H" Header */

.H{
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10%;
    background-color:var(--C_Black);
    padding: 20px 0 20px 0; 
}
.H_Button{
    color:var(--C_White);
}
.H_Button:hover{
    cursor: pointer;
    color:var(--C_Primary);
}
.H_Button:active{
    color:var(--C_Success);
}

/* "A" Acceuil */

.A{
    display: flex;
    width: 100%;
    background-color:var(--C_White);
    justify-content: center;
    align-items: center;
}
.A_Big_Box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 70%;
    background-color:var(--C_White);
    padding: 50px;
    margin: 100px 0 100px 0;
    gap: 50px;
    justify-content: center;
}

.A_element{
    display: flex;
    padding: 6px;
    border-radius: 5px;
    align-items: center;
    border-radius: 60px;
    padding: 20px;
}
.A_element:hover{
    transition: 0.2s;
    transform: scale(1.14);
}
.BackGround_C_Secondary_4{
    background-color:var(--C_Secondary_4);
}
.BackGround_Project{
    background-color:var(--C_Warning);
}
.BackGround_Skill{
    background-color:var(--C_Gray_6);
}
.BackGround_Text{
    background-color:var(--C_Gray_5);
}
::backdrop{
    background-color:var(--C_Gray_4);
    opacity: 0.7;
}
.A_Photo{
    max-width: 350px;
    border-radius: 100%;
}
.A_Text{
    max-width: 560px;
    display: flex;
    flex-direction: column;
}
.A_Skills_Order{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 320px;
    gap: 10px;
}
.A_Skills{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100px;
}
.A_Skills_Progress_Bar{
    border-radius: 30px;
    background-color: #71C273;
}
.A_Project{
    display: flex;
    flex-direction: column;
}
.A_Project:hover{
    cursor: pointer;
}
.A_Project:active{
    transition: 0s;
    background-color: #71C273;
}
.A_Project_Pop_Up{
    width: 80%;
    height: 740px;
    justify-content: center;
    align-items: center;
    background-color:var(--C_Gray_4);
}
.Project_Pop_Up_Title{
    display: flex;
    width: 100%;
    justify-content: center
}
.A_Project_Pop_Up_Int{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 75px;
}
.A_Project_Pop_Up_Image{
    display: flex;
    width: 600px;
    flex-wrap: wrap;
    flex-direction:row;
    gap:20px
}
.A_Project_Pop_Up_Text{
    display: flex;
    flex-direction: column;
}
.A_Project_Pop_Up_Exit{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    background-color: var(--C_Secondary_1);
}
.A_Project_Pop_Up_Exit:hover{
    cursor: pointer;
}
.A_Project_Image{
    width: 200px;
    border-radius: 10px;
}
.A_Download{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 10px 0;
}
.A_ico{
    width: 24px;
}


/* "Ti" Timeline */

.Ti{
    display: flex;
    width: 100%;
    height: 1600px;
    background-color: darkorange;
}

/* "F" Footer */

.F{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10%;
    background-color:var(--C_Gray_2);
    padding: 20px 0 20px 0;
}
.F_Ico{
    width: 24px;
}

/* Others */

a{
    text-decoration: none;
}