/*--- All ---*/

:root {
    --primary-color: #8C50FF;
    --second-color: #0D0D0D;
    --color-white: #FFFFFF;
}

html {
    font-family: poppins;
}

img {
    border-radius: 10px;
}

/*--- Header ---*/

.btn-compte-container {
    position: absolute;
    right: 0;
    margin-right: 50px;
    display: flex;
    align-items: center;
}

.btn-compte {
    font-weight: 600;
    color: var(--second-color);
    margin-left: 20px;
    transition: 0.3s;
    text-decoration: none;
}

li {
    list-style: none;
}

.btn-compte:hover {
    color: var(--primary-color);
    transition: 0.3s;
}

.nav-menu-compte {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 25px;
}

.header {
    display: flex;
    align-items: center;
}

.slidebar-menu-mobile {
    display: none;
}

.nav-container {
    width: 100%;
    background-color: var(--color-white);
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin: 0 auto;
}

.nav-menu {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 25px;
}

.nav-links {
    color: var(--second-color);
    font-weight: 600;
    margin: 0 30px;
    transition: 0.3s;
    text-decoration: none;
}

.nav-links:hover {
    color: var(--primary-color);
    transition: 0.3s;
}

.img-avatar-nav {
    border-radius: 50px;
    max-width: 50px;
}

/*--- Retour ---*/

.retour {
    position: absolute;
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    margin-left: 100px;
    align-items: center;
}

.retour a {
    text-decoration: none;
    font-size: 27px;
    font-family: poppins;
    color: var(--second-color);
    font-weight: bold;
    margin-left: 20px;
}

/*--- Centre ---*/

h1,
h3 {
    color: var(--primary-color);
}

h2 {
    text-align: left;
}

.ensemble-description {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.ensemble-description img:first-child {
    width: 250px;
}

.description {
    text-align: start;
    margin-left: 50px;
    width: 50%;
}

.description p {
    font-weight: 500;
    margin: 10px 0;
}

.heart-details {
    cursor: pointer;
}

.podcasts h2 {
    margin-bottom: 15px;
}



.createur {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: poppins;
}

.createur2 {
    position: absolute;
    margin-top: 60px;
}

.podcasts {
    position: absolute;
    margin-top: 40px;
}

.podcasts img:first-child {
    width: 75px;
}

.podcast-propose {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.podcast-propose img {
    margin: 10px 0 10px 0;
}

.podcast-propose-description {
    text-align: start;
    margin-left: 50px;
}

.podcast-propose-description p {
    font-weight: bold;
}

.container-podcast-crea {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 65px;
}

.btn-play {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 800px;
}

.btn-play img {
    margin-left: 20px;
    border-radius: 0;
}

/*--- Responsive ---*/
/* Portable à tablette */

@media screen and (min-width: 320px) and (max-width: 1023px) {

    .retour a {
        font-size: 45px;
    }

    .retour img {
        width: 60px;
    }

    .ensemble-description {
        display: flex;
        flex-direction: column;
        margin-top: 130px;
    }

    .description,
    h2,
    p {
        text-align: center;
        margin-left: 0;
    }

    .description h1 {
        font-size: 45px;
    }

    .description h2 {
        font-size: 35px;
    }

    .description p {
        font-size: 25px;
    }

    .podcasts {
        position: relative;
    }

    .podcast-propose {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .podcasts h2 {
        font-size: 45px;
    }

    .podcasts img:first-child {
        width: 120px;
    }

    .podcast-propose-description {
        font-size: 25px;
    }
    
    .btn-play {
        width: 500px;
        margin: 15px 0 10px 0;
    }

}
