.GroupeDiv{
    display: flex;
    justify-content: center;
    margin-right: 26px;
}

.BlockForum{
    width: 287px;
    height: 608px;
    flex-shrink: 0;
    border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(7deg, #74EF7B 44.09%, #42C38F 99.64%);
    box-shadow: 0px 4px 4px 0px rgba(200, 200, 200, 0.15), 0px 4px 4px 0px rgba(255, 255, 255, 0.50) inset;
    position: relative;
    top: 60px;
    overflow: auto;
    scrollbar-width: none;
}

.BlockForum::-webkit-scrollbar {
    display: none;
}

.Titre{
    color: #4D4D4D;
    text-align: center;
    text-shadow: -2px 3px 2px rgba(46, 46, 46, 0.20);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2px;
    position: relative;
    top: 27px;
}

.SujetTitle{
    color: #4D4D4D;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    line-height: 20px; 
    letter-spacing: 1.05px;
    margin-left: 20px;
    margin-top: 30px;
    cursor: pointer;
    position: relative;
    top: 20px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ImgComm {
    display: flex;
    align-items: center; /* Aligner verticalement les éléments de la boîte */
    gap: 8px; /* Espacement entre les éléments */
    position: relative;
    left: 23px;
}
.ImgComm span {
    color: rgba(0, 0, 0, 0.25);
    /* leading-trim: both; and text-edge: cap; are not standard CSS properties and may not work as intended */
    font-family: 'Poppins', sans-serif; /* Assurez-vous que la police Poppins est chargée dans votre projet */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: flex; /* Permet d'aligner verticalement le texte si nécessaire */
    align-items: center; /* Centre le texte verticalement dans le span */
    justify-content: center; /* Centre le texte horizontalement dans le span */
}

.BlockTitleQuestions::after {
    content: "";
    display: table;
    clear: both;
}


.BlockQuestions{
    width: 550px;
    height: 550px;
    flex-shrink: 0;
    border-radius: 0px 10px 10px 0px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(200, 200, 200, 0.15), 0px 4px 4px 0px rgba(255, 255, 255, 0.50) inset;
    position: relative;
    top: 117px;
    overflow: auto;
    scrollbar-width: thin; /* ou 'auto' ou 'none' */
    scrollbar-color: #888 #f1f1f1; /* poignée et chemin de défilement */
    padding-bottom: 30px;
}

.BlockTitleQuestions{
    color: #4D4D4D;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    width: 495px;
    position: relative;
    height: auto;
    margin-top: 10px;
    margin-left: 28px;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(200, 200, 200, 0.15), 0px 4px 4px 0px rgba(255, 255, 255, 0.50) inset;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 11px;
    padding-bottom: 11px;
    position: relative;
    top: 10px;
    cursor: pointer;
    word-wrap: break-word;
}

.NbCommeParQuestions{
    float: right;
}

.NbCommeParQuestions span{
    color: rgba(0, 0, 0, 0.25);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.NbCommeParQuestions img{
    margin-right: 5px;
}

/* Styliser la barre de défilement globale */
.BlockQuestions::-webkit-scrollbar {
    width: 8px;
    height: 241px;
    flex-shrink: 0;
}

/* Styliser le fond de la barre de défilement (le chemin de défilement) */
.BlockQuestions::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(200, 200, 200, 0.15), 0px 4px 4px 0px rgba(255, 255, 255, 0.50) inset;
}

/* Styliser la poignée de défilement */
.BlockQuestions::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(120, 120, 120, 0.20);
}


/* Effet au survol sur la poignée de défilement */
.BlockQuestions::-webkit-scrollbar-thumb:hover {
    background: #555; /* couleur de la poignée au survol */
}

.GroupeBlockContenueQuestions{
    width: 700px;
    height: 550px;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(200, 200, 200, 0.15), 0px 4px 4px 0px rgba(255, 255, 255, 0.50) inset;
    position: relative;
    top: 72px;
    left: 26px;
    overflow: auto;
    color: #4D4D4D;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-top: 45px;
    scrollbar-width: thin; /* ou 'auto' ou 'none' */
    scrollbar-color: #888 #f1f1f1; /* poignée et chemin de défilement */
    margin-bottom: 160px;
}

.GroupeBlockContenueQuestionsDeux {
    width: 700px !important;
    height: 50px;
    flex-shrink: 0;
    border-top-left-radius: 0;  
    border-top-right-radius: 0; 
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;  
    background: rgba(255, 255, 255, 0.50);
    position: relative;
    left: 1087px;
    top: 49px;
}


/* Styliser la barre de défilement globale */
.GroupeBlockContenueQuestions::-webkit-scrollbar {
    width: 8px;
    height: 241px;
    flex-shrink: 0;
}

/* Styliser le fond de la barre de défilement (le chemin de défilement) */
.GroupeBlockContenueQuestions::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(200, 200, 200, 0.15), 0px 4px 4px 0px rgba(255, 255, 255, 0.50) inset;
}

/* Styliser la poignée de défilement */
.GroupeBlockContenueQuestions::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(120, 120, 120, 0.20);
}


/* Effet au survol sur la poignée de défilement */
.GroupeBlockContenueQuestions::-webkit-scrollbar-thumb:hover {
    background: #555; /* couleur de la poignée au survol */
}

.BlockContenueQuestionss{
    flex-shrink: 0;
    border-radius: 10px;
    background-color: rgba(120, 120, 120, 0.15); /* Utilisez background-color au lieu de fill */
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.50) inset;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.50) inset; /* Pour assurer la compatibilité avec Safari */
    filter: drop-shadow(0px 4px 4px rgba(200, 200, 200, 0.15));
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-left: 30px;
    margin-right: 30px;
    word-wrap: break-word;
    display: block;
}

.BlocBoutonRepondre {
    position: relative;
}

.BlockContenueQuestionsss{
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(200, 200, 200, 0.15), 0px 4px 4px 0px rgba(255, 255, 255, 0.50) inset;
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-left: 30px;
    margin-right: 30px;
    word-wrap: break-word;
    display: block;
}

.selected-theme {
    border-radius: 30px 0px 0px 30px;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 4px 4px 0px rgba(200, 200, 200, 0.15), 0px 4px 4px 0px rgba(255, 255, 255, 0.50) inset;
}

.selected-question {
    border-radius: 10px;
    background: linear-gradient(53deg, #74EF7B 11.24%, #42C38F 97.47%);
    box-shadow: 0px 4px 4px 0px rgba(200, 200, 200, 0.15), 0px 4px 4px 0px rgba(255, 255, 255, 0.50) inset;

}

.BouttonQuestions{
    width: 367px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 43px;
    background: rgba(200, 200, 200, 0.15);
    box-shadow: -2px 3px 7px 0px rgba(31, 31, 31, 0.25);
    backdrop-filter: blur(10px);
    border: none;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 86px;
    left: 590px;
}

.BoutonRepondre{
    color: #42C38F;
    text-align: right;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.2px;
    text-decoration-line: underline;
    float: right;
    margin-right: 20px;
    margin-top: 18px;
    padding-bottom: 15px;
    position: absolute;
    left: 579px;
    
}

.DateCreationQuestion{
    color: rgba(120, 120, 120, 0.50);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    position: relative;
    left: 44px;
}

.DateCreationReponse{
    color: rgba(120, 120, 120, 0.50);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    position: relative;
    left: 44px;
}

.TexteQuestionContenu{
    font-size: 13px;
    padding-top: 7px;
    display: block;
}

.TexteContenueReponse{
    color: #4D4D4D;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 7px;
    display: block;
}

.ImgChriffreThisLike{
    position: relative;
    width: 14px;
    height: auto;
}

.ImgChriffreLike{
    position: relative;
    bottom: 1px;
    width: 14px;
    height: auto;
}

.ChriffreLike, .ChiffreThisLike{
    color: rgba(120, 120, 120, 0.50);
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    margin-left: 4px;
}

.BlockLike{
    margin-left: 500px;
}

.BlockLikee{
    margin-left: 500px;
}

.ChriffreLike{
    padding-right: 6px;
}

/* .flash-message {
    transition: opacity 0.5s ease;
} */

.alert-success{
    width: 70%;
    text-align: center;
    margin: auto;
    font-family: Poppins;
    margin-top: 30px;
}

.delete-reponse{
    float: right;
    font-size: 12px;
    color: rgba(120, 120, 120, 0.50);
    font-family: Poppins;
}

.update-reponse{
    float: right;
    font-size: 10px;
    color: rgba(120, 120, 120, 0.50);
    font-family: Poppins;
    margin-right: 10px;
    margin-top: 2px;
}

.like-active {
    color: green;
  }
  
  .dislike-active {
    color: red;
  }

  .retour-au-forum{
    font-family: Poppins;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

.bouton-retour{
    position: relative;
    top: 1px;
    color: #000;
    left: 2px;
}

  @media screen and (max-width:1570px) {
    .BlockQuestions{
        width: 500px;
    }

    .BlockTitleQuestions{
        width: 450px;
    }

    .GroupeBlockContenueQuestions{
        width: 500px;
    }
    .BlockLike,.BlockLikee{
        margin-left: 300px;
    }

    .BoutonRepondre{
        left: 380px;
    }

    .BouttonQuestions{
        left: 465px;
    }

  }

  @media screen and (max-width:1330px) {
    .BlockQuestions,.GroupeBlockContenueQuestions{
        width: 450px;
    }

    .BlockTitleQuestions{
        width: 400px;
    }
    .BlockLike,.BlockLikee{
        margin-left: 250px;
    }
    .BoutonRepondre{
        left: 330px;
    }

    .BouttonQuestions{
        left: 420px;
    }
  }
  
  @media screen and (max-width:1235px) {

    .SujetTitle{
        margin-left: 0px;
        border-radius: 0px 0px 0px 0px;
    }

    /* .BlockQuestions{
        display: none;
    }

    .GroupeBlockContenueQuestions{
        display: none;
    } */

    .BlockForum{
        top: 0px
    }

    .GroupeDiv{
        margin-right: 0px;
    }

    .BlockQuestions{
        top:26px;
        right: 10px;
        border-radius: 10px 10px 10px 10px;
    }

    .GroupeBlockContenueQuestions{
        top: 26px;
        margin-top: 0px;
        left: 10px;
    }

    .BouttonQuestions{
        left: 0px;
        top: 0px;
    }
}

@media screen and (max-width:950px) {
    .GroupeDiv{
        display: block;
        margin-bottom: 100px;
    }

    .BlockForum{
        margin-left: auto;
        margin-right: auto;
        top: 60px
    }

    .BlockQuestions{
        margin-left: auto;
        margin-right: auto;
        right: 0px;
    }

    .GroupeBlockContenueQuestions{
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        top:52px;
    }
}

@media screen and (max-width:600px) {
    .alert-success{
        width: 80%;
    }
}

@media screen and (max-width:420px) {
    .BouttonQuestions{
        max-width: 367px;
        width: 90%;
        font-size: 14px;
    }
}

@media screen and (max-width:480px) {
    .BlockQuestions{
        max-width: 550px;
        width: 90%;
    }

    .GroupeBlockContenueQuestions{
        max-width: 550px;
        width: 90%;
    }

    .BlockLike,.BlockLikee{
        margin-left: 170px;
        margin-top: 10px;
    }

    .BlockTitleQuestions{
        max-width: 400px;
        width: 90%;
        margin-left: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .BoutonRepondre{
        left: 0px;
        left: 70%;
    }
}


@media screen and (max-width:400px) {
    .BlockLike,.BlockLikee{
        margin-left: 140px;
        margin-top: 10px;
    }

    .BoutonRepondre{
        left: 0px;
        left: 60%;
    }
}

@media screen and (max-width:380px) {
    .BlockLike,.BlockLikee{
        margin-left: 120px;
        margin-top: 10px;
    }
}

@media screen and (max-width:350px) {
    .BlockLike,.BlockLikee{
        margin-left: 100px;
        margin-top: 10px;
    }
}

@media screen and (max-width:340px) {
    .BlockLike,.BlockLikee{
        margin-left: 80px;
        margin-top: 10px;
    }
}



@media screen and (max-width:300px) {
    .BlockForum{
        max-width: 300px;
        width: 90%;
    }

    .BlockLike,.BlockLikee{
        margin-left: 40px;
        margin-top: 10px;
    }
}


