body{
    margin: 0 0 0 0;
    font-family: 'ubuntu';
}
html {
  overflow-x: clip;
}
a{
    text-decoration: none;
}
::backdrop{
    background-color:var(--C_Gray_4);
    opacity: 0.7;
}

/* "T" Text Weight */
.T_32px_Bold{
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
}
.T_24px_Medium{
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
}
.T_20px_Semi_Bold{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}
.T_18px_Light{
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
}
.T_16px_Medium{
    font-size: 16px;
    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);
    }
}
/* "H" Header */
.H{
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    gap: 10%;
    background-color:var(--C_Primary);
    padding: 20px 0 20px 0;
    border-radius: 0px 0px 40px 40px; 
}
@media(max-width: 920px){
    .H{
        display: none;
    }
}
.Button{
    color:var(--C_White);
}
.Button:hover{
    cursor: pointer;
    color:var(--C_Success);
}
.Button:active{
    color:var(--C_Success);
}

/* "A" Acceuil */

.A{
    display: flex;
    width: 100%;
    background-color:var(--C_White);
    justify-content: center;
    align-items: center;
}
.Big_Box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 70%;
    padding: 50px;
    margin: 100px 0 100px 0;
    gap: 50px;
    justify-content: center;
    z-index: 10;
}

.Element{
    display: flex;
    padding: 6px;
    border-radius: 5px;
    align-items: center;
    border-radius: 60px;
    padding: 20px;
}
.Me_Photo{
    max-width: 350px;
    border-radius: 100%;
}
.Me_Photo_Band{
    padding: 30px;
    background-color: var(--C_Gray_1);
    opacity: 0.3;
    border-radius: 60%;
}
.Text_Bubble{
    max-width: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--C_Gray_5);
}
.Skills_Order{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 1200px;
    gap: 60px;
}
.Skills{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100px;
}
.Block{
    display: flex;
    flex-wrap: wrap;
}
.Skills:hover{
    cursor: pointer;
    animation: Rotate 2s linear infinite;
}
.Skills_Progress_Bar{
    border-radius: 30px;
    background-color: #71C273;
}
.Shadow{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.Project{
    display: flex;
    flex-direction: column;
    background-color: var(--C_Secondary_3);
}
.Project:hover{
    cursor: pointer;
    transition: 0.2s;
    transform: scale(1.14);
}
.Project:active{
    transition: 0s;
    background-color: #71C273;
}
.Project_Preview_Descriptif{
    display: flex;
    flex-direction: row;
    width: 550px;
    gap: 40px;
}
.Project_Pop_Up{
    width: 80%;
    justify-content: center;
    align-items: center;
    background-color:var(--C_Gray_4);
}
.Project_Pop_Up_Title{
    display: flex;
    width: 100%;
    justify-content: center
}
.Project_Pop_Up_Int{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 75px;
}
.Project_Pop_Up_Image{
    display: flex;
    width: 600px;
    flex-wrap: wrap;
    flex-direction:row;
    gap:20px;
    justify-content: center;
    align-items: center;
}
.Project_Pop_Up_Text{
    display: flex;
    flex-direction: column;
    width: 500px;
}
.Wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.Project_Pop_Up_Exit{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    background-color: var(--C_Secondary_1);
}
.Project_Pop_Up_Exit:hover{
    cursor: pointer;
}
.Project_Image{
    width: 200px;
    border-radius: 10px;
}
.Download{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 10px 0;
}
.Ico{
    width: 24px;
}
.Square{
    position:absolute;
    right: 15%;
    z-index: 8;
    bottom: -120%;
    width: 400px;
    height: 400px;
    background-color: var(--C_Success);
    animation: Rotate 25s linear infinite;
    opacity: 0.4;
}
.Bold{
    font-weight: bold;
}
@keyframes Rotate{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}


/* "Ti" Timeline */

.Ti{
    display: flex;
    width: 100%;
    background-color: var(--C_White);
    padding: 20px 0 20px 0;
}

/* "F" Footer */

.F{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10%;
    background-color:var(--C_Gray_2);
    padding: 60px 0 20px 0;
}

.Form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--C_Info);
    padding: 30px 40px 30px 40px;
    border-radius: 60px;
}
.Flex_Column{
    display: flex;
    flex-direction: column;
}
.Flex_Row{
    display: flex;
    flex-direction: row;
}
.Gap{
    display: flex;
    gap: 17px;
}
.Submit{
    background-color: var(--C_Primary);
    font-weight: bold;
    outline: none;
    padding: 4px 0 4px 0;
    border-radius: 30px;
    border:none;
    width: 550px;
}
.Submit:hover{
    cursor: pointer;
    background-color: var(--C_Success);
}
.Input{
    border-radius: 30px;
    border:none;
    width: 550px;
}
.Input::placeholder{
    padding-left: 20px;
}
.Input:hover{
    background-color: var(--C_Gray_6);
}
.Contact_In{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.Width_600px{
    width: 600px;
}
.Flex_Row{
    display: flex;
    flex-direction: row;
}
.F_ico{
    gap: 100px;
}
/* Others */

/* Responsive */

@media(max-width: 768px){
    .Title{
        flex-direction: column;
    }
    .T_Titre_Portefolio{
        font-size: 74px;
    }
}
@media(max-width: 660px){
    .Project_Preview_Descriptif{
        display: flex;
        flex-direction: column;
        width: 300px;
        gap: 40px;
        justify-content: center;
        align-items: center;
    }
    .Input{
    
    }
    .Project_Pop_Up_Image{
    }
}

/* */
* {
  box-sizing: border-box;
}

/* Set a background color */
body {
  background-color: #474e5d;
  font-family: Helvetica, sans-serif;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: var(--C_Secondary_2);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-radius: 30px;
}

/* Container around content */
.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: var(--C_Secondary_1);
  border: 4px solid var(--C_Gray_2);
  top: 15px;
  border-radius: 50%;
  z-index: 2;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 100px;
    z-index: 1;
    right: -10px;
    border: medium solid var(--C_Gray_2);
    border-width: 10px 0 10px 10px;
    border-radius: 30px;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 100px;
    z-index: 1;
    left: -10px;
    border: medium solid var(--C_Gray_2);
    border-width: 10px 0 10px 10px;
    border-radius: 30px;
}

.Flex_and_Gap{
    margin-top: 10px;
    display: flex;
    gap: 40px;
}
/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: var(--C_Secondary_3);
  position: relative;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}