


body{
    background-color: black;
    font-family: Helvetica, Arial, sans-serif;
    color: white;
    display: flex;
    width: 100vw;
    margin: 0px;
}

a{
    color: white;
    text-decoration: none;
}

.sidebar a:hover{
    opacity: 70%;
}

.sidebar{
    width: 20%;
    height: 100vh;
    position: fixed;
    border-right: 1px solid #262626;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 10;
    gap: 2rem;
    background-color: black;
}
.lien{
    display: flex;
    align-items: center;
    padding-left : 0.7rem;
    color: white;
    font-size: 1rem;
}

.lien-haut{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}


.logo{
    width: 145px;
    margin-top: 1rem;
}
.logo2{
    display: none;
}
.lien-bas{
    display: flex;
    align-items: center;
    padding-left: 1rem;
    padding-bottom: 1rem;
    gap: 1rem;
}

.burger span{
	background: white;
	width: 20px;
	height:  2px;
	display:  block;
}

.burger span:not(:last-child) {
	margin-bottom:  5px;
}

.phone-navbar{
    display: none;
}

.main-container{
    width: 70vw;
    display: block;
    margin-left: 15%;
    margin-top: 0.1%;
    min-height: 100vh;
    height: auto;
    display: flex;
    justify-content: space-between;
    
}

.central-container{
    display:flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    height: 100vh;
    width: 60%;
    margin-top: 70px;
    margin-left: 23.5%;
}

.feed {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
  
.feed2 {
    color: #646464;
    font-weight: 700;
    font-size: 18px;
}

.label {
    display: flex;
    width: 100%;
    gap: 10px;
    border-bottom: 1px solid #1f1f1f;
    padding-bottom: 15px;
  }
.story{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 0.5rem;
}

.story p{
    margin: 0.25rem;
    font-size: 0.75rem;
    text-align: center;
}

.gradient{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(
        farthest-corner at 40px 40px,
        #fdf497 0%,
        #fdf497 5%,
        #FD5949 45%,
        #d6249f 60%,
        #285AEB 90%
    );
    padding: 2px;
}


.gradient img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid black;
}



.story-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50vw;
    margin-top: 10px;
    gap: 0.35rem;
}

.post-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #262626;
    width: 95%;
}



.post-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.troispoints{
    width: 30px;
}
.post-info ul{
    padding-left: 0.5rem;
    color: #a8a8a8;
}

.profile-pic{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 0.5rem;
}

.post-info p{
    font-size: 0.7rem;
    font-size: 600;
    margin: 0;
}



.list-time{
    font-size: 0.7rem;
    width: 100px;
    margin: 0;
}

.post img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.post{
    margin-bottom: 10px;
    padding: 10px;
    width: 300px;
}

.post-icons{
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
    gap: 425px;
}

.post-icons-left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.35rem;
}

.likes
.comments{
    margin-left: 0.35rem;
    font-size: 0.8rem;  
    
}


.add-comments{
    padding: 0.35rem;
    font-size: 0.8rem;
    color:#a8a8a8;
}

.post-icon:hover{
    opacity: 0.5;
    cursor: pointer;
}

.suggestions{
    width: 30%;
    margin: 5rem 0 0 4rem;
    
}

.profile-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile{
    display: flex;
    align-items: center;
    margin: 1rem 0 1rem 0;
}

.profile img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 0.75rem;
}


.switch:hover{
    color: white;
}

.suivre:hover{
    color: white;
    cursor: pointer;
}


.profile-list {
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 0.75rem;
    row-gap: 0.35rem;
    font-size: 0.5rem;
    padding-left: 0rem;
    margin-bottom: 0.25rem;
  }

@media screen and (max-width : 1200px) {
    .sidebar{
        width: 60px;
        
    }
    .lien-haut{
        align-items: center;
    }
    .lien a{
        display: none;
    }
    .lien-bas a{
        display: none;
    }
    .burger{
        align-items: center;
    }
    .logo2{
        display: block;
        width: 1rem;
        margin: 1rem 0rem;
    }
    .logo{
        display: none;
    }

    .lien-bas{
        display: flex;
        justify-content: center;
    }

    .suggestions{
        display: none;
    }

    .main-container{
        width: 100vw;
        margin: auto;
    }
    
}

@media screen and (max-width : 768px) {
    .sidebar{
        display: none;
    }

    .post-container
    .story-container{
        width: 70vw;
    }


    .phone-navbar{
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1rem 0,5rem;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        border-top: 1px solid #262626;
        height: 60px;
        background-color: black;
        z-index: 100;
    }
}