*{
   /* text-align: center;*/
    margin: 0;
    padding: 0;

    text-decoration: none;
    font-family: Poppins, Arial, sans-serif;

}

main {
    margin-top: 6rem;
}



button{
    cursor: pointer;
}
a{
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}
header{
    text-align: center;
}
body{
    margin: 0;
    padding: 0;
}
.material-symbols-outlined {
    font-variation-settings:
            'FILL' 0,
            'wght' 400,
            'GRAD' 0,
            'opsz' 48;
    color:black;
}
.filled{
    font-variation-settings:
            'FILL' 1,
            'wght' 400,
            'GRAD' 0,
            'opsz' 48 !important;
    color: black;
}
.container {
    /*max-width: 1000px;*/
    /* max-width: 1000px; */
    /* margin: auto; */
    position: relative;
    /* height: 50vh; */
    /* width: 100%; */
    background-size: 110%;
    border-radius: 30px;
    /* box-shadow: 0 16px 16px rgb(0 0 0 / 20%); */
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;
    margin-bottom: 40px;
}

.slides {
    display: none;
}

.container .slides img{
    /*max-width: 50%;*/
    width: 95%;
    height: 80vh;
    object-fit: cover;
    display: block;
    margin: auto;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 20px;
}
.prev,
.next {
    cursor: pointer;
    color: white;
    position: absolute;
    top: 50%;

    transform: translate(0, -50%);
    padding: 16px;
    border-radius: 0 3px 3px 0;
    background: rgba(0, 0, 0, .5);
    transition: all .2s;
}
.prev{
    position: absolute;
    left: 2.5%;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    position: absolute;
    right:2.5% ;
}

.prev:hover,
.next:hover {
    background: rgba(0, 0, 0, .8);
}

.dot {
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 10px 2px 0px 2px;
    display: inline-block;
    background: #717171;

    transition: all .2s;




}

.active
 {
    background: #ddd;
    width: 15px;
    height: 15px;

}
.point{
    text-align: center;
    position: absolute;
    bottom: 6%;
    left: 50%;

}
.titre{
    position: absolute;
    left: 12%;
    bottom: 0;
    transform: translateY(50%);
    min-width: 75%;
    text-align: center;
   
}

.titre button {
    max-width: 80%;
    width: 80%;
    height: auto;
    justify-content: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    align-items: center;
    color: #121212;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(25px);
    display: inline-block;

   
    

}
.authorContenair{
    display: flex;
    justify-content: center;
    text-align: center;
}
.authorContenair .author{
    flex: 2.2;


}

.likeColorRed{
    color: red;
}


.authorContenair .like{
    flex: 2;
    padding-left: 8%;
}
.authorContenair .like img{
   padding-right: 2%;
    width: 24px;
    height: 24px;
}
.authorContenair .premium{

}

.Ressource h3, .Commentaire h3 ,.Contenu h3,.menu h3{
    font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 48px;
/* identical to box height */

text-decoration-line: underline;

color: #000000;
float: left;
margin-left: 5%;
}
.menu span{
    float: left;
margin-left: 5%;
font-family: 'Poppins';
font-style: normal;




color: #888888;

}
.Contenu span{
    float: left;
    /*margin-left: 5%;*/
    font-family: 'Poppins';
    font-style: normal;
    padding: 4%;
    padding-left: 0;
    text-align: justify;
    justify-content: left;
    white-space: pre-line;
}
.Ressource{
    
}
.RessourceContenair{
    background-color: #5C5C5C;
    margin-left: 5%;
    width: 80%;
    
    display: flex;
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 10px;
    position: relative;
}
.RessourceContenair .folderImg {
    padding-left:1% ;
padding-right:2% ;
}
.RessourceContenair .folderZip{

}
.RessourceContenair .folderZip span{
    color: #FFFFFF;

}

.RessourceContenair .folderZip span:hover{

    text-decoration:underline;
}
.RessourceContenair .download{
    position: absolute;
    left: 97%;
}
.CommentaireContenair{
    display: flex;
    max-width: 85%;
}
.AjoutCommentaire{
    background: #F0F0F0;
    border-radius: 10px;
    width: 30%;
    height:30%;
    margin-left: 5%;

    padding-right: 0;
    
    text-align: center;
    

}
.AjoutCommentaire span{
   
   float: left;
    font-family: 'Poppins';
    font-style: normal;
    margin-left: 4%;
    margin-top:2%;
}

.menu a span:hover{
    color: #000000;
    font-weight: bold;
}
.AjoutCommentaire input{
    width: 35px;
    height: 35px;
    color: #000000;
    background-color: #000000;
}
.AjoutCommentaire textarea{
    text-align: left;
    border: 1px solid #000000;
    border-radius: 10px;
    background-color: #F0F0F0;
}
.AjoutCommentaire button{
    background: #5C5C5C;
    border-radius: 8px;
    color: #ddd;



    margin-top: 5%;
    margin-bottom: 5%;
    padding: 2%;
}

.AffichageCommentaire{
   /*// max-width: 50%;*/
   width: 70%;
   height: auto;
 
}
.AffichageCommentaires{
    padding-top:2% ;
    padding-bottom: 4%;
    background: #F0F0F0;
    border-radius: 10px;

    
  
   margin-left: 2%;
    margin-top: 0%;
    margin-bottom: 5%;
    position: relative;
}

.AffichageCommentaireContenaire{
    display: flex;
}
.PseudoCommentaire{
padding-right: 6%;
padding-left: 1%;
}
.PseudoCommentaire p{
    font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 30px;


color: #121212;

}
.LikeCommentaire{
    float: right;
    position: absolute;
    right: 2%;
    color: #000000;


}
.LikeCommentaire a{
    color: red;
   
}
.nbrLike p{
    position: absolute;
    right: 3rem;

}
.NoteCommentaire{
/* padding-right: 60%; */
}
.NoteCommentaire li{
    font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;


color: #121212;

}
.date p{
    margin-left: 1%;
    float: left;
    font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 12px;
line-height: 18px;
/* identical to box height */


color: #000000;

}
#markdownContenu {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 95%;
    align-items: flex-start;
    margin-left: 6rem;
    gap: 10px;
}

.AffichageCommentaire .Contenu p{
    margin-left: 1%;
    /*margin-bottom: 7%;*/
    float: left;
    font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 18px;
    text-align: justify;
    padding: 1%;
    padding-top: 0;
    white-space: pre-line;
/* identical to box height */


color: #000000;
}
.projetPremium{
    
    background-color: #5C5C5C;;

    text-align: center;
    font-family: 'Poppins';
    font-style: normal;

    font-size: 16px;


    border-radius: 8px;
    color: #FFFFFF;
    width: 50%;
    height: auto;
    padding: 1%;

    justify-content: center;
    align-items: center;
    margin-left: 23%;
    display: flex;
    position: relative;
}
.projetPremium span{
    
}
.projetPremium img{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 2%;
}
.lienInscription a{
    text-decoration: none;
    color: #888888;
}

.lienInscription{

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #888888;
    text-align: center;
}
#commentairess{
    height: 30vh;
    width: 85%;
    padding: 2%;
}
.premiumtext{
    text-align: center;
}
.AdminButton{
    text-align: center;
}
.publication{
    display: inline-flex;
    width: 77px;
    height: 34px;

    background: #5C5C5C;
    border-radius: 8px;
    color: #dddddd;

    margin-right: 1%;
    cursor: pointer;
    align-content: center;
    justify-content: center;
    align-items: center;

}

.suppression{
    display: inline-flex;
    width: 80px;
    height: 34px;
    background: #FF7878;
    border-radius: 8px;
    color: #dddddd;
    margin-left: 1%;
    cursor: pointer;
    align-content: center;
    justify-content: center;
    align-items: center;

}
.RessourceContenair:hover{
    background: #121212;
}

@media screen and (max-width: 1059px) {
.authorContenair{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 9%;
}
    .nbrLike p {
        position: absolute;
        right: 8%;
    }

}

@media screen and (max-width: 785px) {
   .titre{
       position: absolute;
       left: 7%;
       bottom: 0;
       transform: translateY(50%);
       min-width: 75%;
       text-align: center;
   }
}

@media screen and (max-width: 685px ) {
    .titre{
        position: absolute;
        left: 3%;
        bottom: 0;
        transform: translateY(50%);
        min-width: 75%;
        text-align: center;
    }
}

@media screen and (max-width: 570px) {
    .authorContenair{
        display: flex;
        justify-content: center;
        text-align: center;
        margin-top: 19%;
    }
}

@media screen and (max-width: 430px ) {
    .authorContenair{
        display: flex;
        justify-content: center;
        text-align: center;
        margin-top: 22%;
    }
}

@media screen and (max-width: 370px) {
    .authorContenair{
        display: flex;
        justify-content: center;
        text-align: center;
        margin-top: 32%;
    }
}

@media screen and (max-width: 700px) {
    .Contenu span{
        float: left;
        /* margin-left: 5%; */
        font-family: 'Poppins';
        font-style: normal;
        padding: 4%;
        padding-left: 0;
        text-align: justify;
        justify-content: left;
        white-space: pre-line;
        margin-top: 12%;
    }
}

@media screen and (max-width: 350px) {
    h1{
        font-size: 12px;
    }
}
@media screen and (max-width: 667px) {
    .RessourceContenair .download {
        position: absolute;
        left: 90%;
    }
}
@media screen and (max-width: 768px) {
    .CommentaireContenair{
        display: flex;
        max-width: 95%;

    }
    .nbrLike p {
        position: absolute;
        right: 8%;
    }
    .point{
        text-align: center;
        position: absolute;
        bottom: 12%;
        left: 50%;

    }
    .Contenu span{
        float: left;
        /* margin-left: 5%; */
        font-family: 'Poppins';
        font-style: normal;
        padding: 4%;
        padding-left: 0;
        text-align: justify;
        justify-content: left;
        white-space: pre-line;
        margin-top: 8%;
    }

}
@media screen and (max-width: 468px) {
    .CommentaireContenair{
        display: flex;
        max-width: 95%;
    }
    .nbrLike p {
        position: absolute;
        right: 11%;
    }
    .point{
        text-align: center;
        position: absolute;
        bottom: 20%;
        left: 50%;

    }
    .Contenu span{
        float: left;
        /* margin-left: 5%; */
        font-family: 'Poppins';
        font-style: normal;
        padding: 4%;
        padding-left: 0;
        text-align: justify;
        justify-content: left;
        white-space: pre-line;
        margin-top: 12%;
    }





}

