main {
    background-color: #1E1E1E;
    color: white;
}


/*------------BANNIERE------------*/

.ban {
    background-color: grey;
    height: 400px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 10px;
}

#cem .ban {
    background-image: url(../img/cem/cem_ban2.webp);
    background-size: 100%;
    background-position: 0% 20%;
}

#psy .ban {
    background-image: url(../img/psy/psy_ban.webp);
    background-size: 102%;
    background-position: 25% 40%;
}

#tip .ban {
    background-image: url(../img/tip/tip_ban.jpg);
    background-size: 100%;
    background-position: 0% 10%;
}

#ski .ban {
    background-image: url(../img/ski/ski_ban.webp);
    background-size: 100%;
    background-position: 0% 0%;
}

#cey .ban {
    background-image: url(../img/cey/cey_ban3.jpg);
    background-size: 100%;
    background-position: 0% 50%;
}

#ko .ban {
    background-image: url(../img/ko/ko_ban.jpg);
    background-size: 100%;
    background-position: 0% 70%;
}

#las .ban {
    background-image: url(../img/las/las_ban.jpg);
    background-size: 100%;
    background-position: 0% 20%;
}

#blo .ban {
    background-image: url(../img/blo/blo_ban.jpg);
    background-size: 100%;
    background-position: 0% 50%;
}

#str .ban {
    background-image: url(../img/str/str_ban.jpg);
    background-size: 100%;
    background-position: 0% 70%;
}

#bal .ban {
    background-image: url(../img/bal/bal_ban.jpg);
    background-size: 100%;
    background-position: 0% 40%;
}

#bla .ban {
    background-image: url(../img/bla/bla_ban.jpg);
    background-size: 100%;
    background-position: 0% 20%;
}

#gre .ban {
    background-image: url(../img/gre/gre_ban.jpg);
    background-size: 100%;
    background-position: 0% 20%;
}

/*----------------ASIDE----------------*/

aside {
    float: right;
    width: 22%;
    margin: -130px 20px 20px 20px;
}

.imgprof {
    width: 250px;
    border-radius: 300px;
}

.imgprof:hover {
    transform: rotateZ(0deg);
    animation: zwing 1s;
}


aside div {
    margin-bottom: 20px;
}

.streaming {
    display: flex;
}

.intespot iframe {
    height: 600px;
    width: 100%;
    border: 0px;
}

.liendeez {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background: #F6F6F6;
    padding: 10px 15px;
    border-radius: 50px;
    transition: 0.3s;
}

.liendeez p {
    margin: 0px;
    font-weight: 600;
    color: black;
}

.liendeez:hover {
    scale: 1.1;
}

.lienspot {
    display: none;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background: #1ED760;
    padding: 10px 10px;
    border-radius: 50px;
    transition: 0.3s;
}

.lienspot p {
    margin: 0px;
    font-weight: 600;
    color: white;
}

.lienspot:hover {
    scale: 1.1;
}

.iconButton {
    width: 30px;
    margin-right: 5px;
}

.reseaux {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.lienicon {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    transition: 0.3s;
    margin: 0px 5px;
}

.lienicon:hover {
    scale: 1.1;
}

.iconRS {
    width: 50px;
    transition: 0.3s;
}

.lienicon:hover .iconRS {
    scale: 0.7;
}

#iconInsta:hover {
    background: radial-gradient(179.06% 43.44% at -16.75% 7.2%, #3771C8 0%, #3771C8 12.8%, rgba(102, 0, 255, 0) 100%), radial-gradient(92.18% 99.11% at 26.56% 107.7%, #FFDD55 0%, #FFDD55 10%, #FF543E 50%, #C837AB 100%);
}

#iconYtb:hover {
    background: #FF0000;
}

#iconFace:hover {
    background: linear-gradient(0deg, #0062E0 2.99%, #19AFFF 100.02%);
}

/*---------------INFO---------------*/

#info {
    width: 70%;
    background: #2C2C2C;
    padding: 30px;
    text-align: left;
    border-radius: 20px;
    margin: 20px;
}

.nomgroupe {
    font-family: 'Righteous', cursive;
    font-size: 3em;
    margin: 20px 0px;
}

.annee_form {
    color: rgba(255, 255, 255, 0.8);
    margin-top: -15px;
    margin-bottom: 30px;
}

.titresection {
    font-family: 'Righteous', cursive;
    font-size: 1.9em;
    margin: 0px;
    margin-bottom: 20px;
}

/*---------------ALBUMS---------------*/

#album {
    width: 70%;
    background: #2C2C2C;
    padding: 30px;
    text-align: left;
    border-radius: 20px;
    margin: 20px;
}

.listalbum {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.cardsAlb {
    display: block;    
    margin: 10px 20px;
    background: rgba(12,12,12,.8);
    border-radius: 10px;
    width: 200px;
    transition: 0.3s;
}

.cardsAlb:hover {
    scale: 1.1;
    transform: rotateZ(0deg);
    animation: wiz 0.3s;
}

.cover {
    height: 200px;
}

.img_cover {
    width: 200px;
    border-radius: 10px 10px 0px 0px;
}

.infoAlb {
    padding: 10px;
}

.infoAlb h4 {
    font-size: 1.13em;
    margin: 0px;
}

.infoAlb p {
    margin: 10px 0px;
}

.lienAlb {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
}

.icon {
    width: 25px;
    transition: 0.3s;
}

.iconDezz {
    display: block;
    background-color: #F6F6F6;
    width: 25px;
    height: 25px;
    padding: 2.5px;
    border-radius: 5px;
    margin: 0px 4px;
    transition: 0.3s;
}

.iconDezz:hover {
    scale: 1.2;
}

.iconDezz:hover .icon{
    scale: 0.7;
}

.iconSpot {
    display: block;
    background-color: #1ED760;
    width: 25px;
    height: 25px;
    padding: 2.5px;
    border-radius: 5px;
    margin: 0px 4px;
    transition: 0.3s;
}

.iconSpot:hover {
    scale: 1.2;
}

.iconSpot:hover .icon{
    scale: 0.7;
}

/*---------------VIDEO------------------*/

#video {
    padding: 30px;
}

#video .titresection{
    margin-left: 2vw;
    text-align: left;
}

#video iframe {
    margin-left: auto;
    margin-right: auto;
    height: 500px;
    width: 889px;
    border: 0px;
    border-radius: 10px;
}

/*---------------COMMENTAIRES-----------------*/

#commentaires {
    text-align: left;
    padding: 30px;
}

#commentaires .titresection {
    margin-left: 2vw;
}

.cardsComment {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: fit-content;
    margin: 20px;
    margin-left: 5vw;
    margin-right: auto;
}

.cardsCommentUser {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
    width: fit-content;
    margin: 20px 50px;
    margin-left: auto;
    margin-right: 5vw;
}

.img_pdp {
    width: 60px;
    border-radius: 100px;
    margin: 10px;
}

.Comment {
    width: 60vw;
    padding: 10px 20px;
    background: rgba(12,12,12,.8);
    border-radius: 10px;
}

.infoComment {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0px;
}

.infoComment h4 {
    font-size: 1.13em;
    margin: 0px;
}

.infoComment p {
    margin: 0px 5px;
}

.suppr {
    display: block;
    background: #ff3131;
    width: fit-content;
    height: 25px;
    margin-right: 5px;
    margin-left: auto;
    transition: 0.3s;
    padding: 2.5px;
    border-radius: 5px;
}

.suppr:hover {
    scale: 1.2;
}

.suppr:hover .icon{
    scale: 0.7;
}

.content {
    padding: 20px 0px;
    padding-top: 5px;
}

.content p {
    margin: 0px;
}

.ajoutComm {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
}

.ajoutComm form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#content {
    background: rgba(12,12,12,.8);
    border: 0px;
    height: 100px;
    width: 60vw;
    border-radius: 10px;
    color: white;
    padding: 20px;
    font-family: 'Fira Sans';
}

#content:focus-visible {
    outline: none;
}

#submit {
    height: fit-content;
    width: fit-content;
    margin: 10px 20px 20px 20px;
    margin-left: auto;
    padding: 10px;
    border: solid 2px rgba(255, 255, 255, 0);
    border-radius: 10px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

#submit:hover {
    scale: 1.1;
    background-color: rgba(255, 255, 255, 0);
    color : white;
    border: solid 2px white;
}

.notComment {
    color: rgb(255 255 255 / 80%);
    font-style: italic;
    text-align: center;
}

.notConnect {
    text-align: center;
}

.notConnect a{
    color: rgb(0, 0, 255);
    transition: 0.3s;
}

.notConnect a:hover {
    color: rgba(0, 0, 255,0.7);
}

/*---------------------RESPONSIVE----------------*/

@media screen and (max-width: 1023px) and (min-width: 768px){

    aside {
        float: none;
        width: 100%;
        margin: 20px 0px;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    aside div {
        margin-bottom: 0px;
        padding: 0px 20px;
    }

    .imgprof {
        width: 200px;
    }

    .intespot iframe {
        display: none;
    }

    .streaming a {
        height: 30px;
    }

    .DezzNone {
        display: none;
    }

    .lienspot {
        display: block;
    }

    .iconButton {
        margin: 0px;
    }

    #info {
        width: inherit;
        padding: 20px
    }

    #album {
        width: inherit;
        padding: 20px;
    }

    .cardsAlb {
        width: 175px;
        /*margin: 10px 5px;*/
    }

    .cardsAlb:hover {
        animation: inherit;
        scale: 1;
    }

    .cover {
        height:175px;
    }

    .img_cover {
        width:175px;
    }

    #video {
        padding: 20px;
    }

    #video iframe {
        height: 315px;
        width: 560px;
    }

    #commentaires {
        padding: 20px;
    }

    .cardsComment {
        margin-left: 0px;
        margin-right: 0px;
    }

    .cardsCommentUser {
        margin-left: auto;
        margin-right: 0px;
    }

    .img_pdp {
        width: 35px;
    }

    .Comment {
        width: 500px;
        padding: 5px 15px;
    }
    
}

@media screen and (max-width: 767px){

    .ban {
        height: 200px;
    }

    aside {
        float: none;
        width: 100%;
        margin: 20px 0px;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-evenly;
    }

    aside div {
        margin-bottom: 0px;
    }

    .imgprof {
        width: 150px;
    }

    .intespot iframe {
        display: none;
    }

    .streaming a {
        height: 30px;
    }

    .DezzNone {
        display: none;
    }

    .lienspot {
        display: block;
    }

    .iconButton {
        margin: 0px;
    }

    #info {
        width: inherit;
        padding: 20px
    }

    .nomgroupe {
        font-family: 'Righteous', cursive;
        font-size: 2.5em;
        margin: 20px 0px;
    }

    #album {
        width: inherit;
        padding: 20px;
    }

    .listalbum {
        justify-content: space-evenly;
        margin: -14px
    }

    .cardsAlb {
        width: 150px;
        margin: 10px 5px;
    }

    .cardsAlb:hover {
        animation: inherit;
        scale: 1;
    }

    .cover {
        height:150px;
    }

    .img_cover {
        width:150px;
    }

    #video {
        padding: 20px;
    }

    #video iframe {
        height: 169px;
        width: 300px;
    }

    #commentaires {
        padding: 20px;
    }

    .cardsComment {
        margin-left: 0px;
        margin-right: 0px;
    }

    .cardsCommentUser {
        margin-left: auto;
        margin-right: 0px;
    }

    .img_pdp {
        width: 35px;
    }

    .Comment {
        width: 250px;
        padding: 5px 15px;
    }

    #submit {
        margin-right: auto;
    }
    
}

/*   _____     _____
    |  _  |   |  _  |
   -| | | |---| | | |-
    |_____| 7 |_____|  ~B!nro~
*/
