@-webkit-keyframes animate-background
{
   0% { background-color: #FFFFFF;  }
   30% { background-color: #DCDCDC;  }
   100% { background-color: #FFFFFF;  }
}
@-moz-keyframes animate-background
{
   0% { background-color: #FFFFFF;  }
   30% { background-color: #DCDCDC;  }
   100% { background-color: #FFFFFF;  }
}
@keyframes animate-background
{
   0% { background-color: #FFFFFF;  }
   30% { background-color: #DCDCDC;  }
   100% { background-color: #FFFFFF;  }
}

.create_el_content_body::-webkit-scrollbar {display:none;}
.create_el_content::-webkit-scrollbar {display:none;}
.home-content::-webkit-scrollbar {display:none;}
.cont-section::-webkit-scrollbar {display:none;}
.menue-section::-webkit-scrollbar {display:none;}
article::-webkit-scrollbar {display:none;}
#ichatextarea::-webkit-scrollbar {display:none;}
.sh_btn_list::-webkit-scrollbar {display:block;}

body::-webkit-scrollbar {display:none;}

/* Modifier la largeur de la scrollbar */
::-webkit-scrollbar {
    width: 12px;  /* Largeur de la scrollbar verticale */
    height: 12px; /* Hauteur de la scrollbar horizontale */
}

/* Personnaliser la partie qui défile (la "pouce" de la scrollbar) */
::-webkit-scrollbar-thumb {
    background-color: #4CAF50; /* Couleur de la barre de défilement */
    border-radius: 10px; /* Arrondir les coins */
    border: 3px solid #f1f1f1; /* Bordure pour la séparation */
}

/* Personnaliser la piste de défilement (le fond) */
::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Couleur du fond de la scrollbar */
    border-radius: 10px; /* Arrondir les coins */
}

/* Pour la scrollbar horizontale */
::-webkit-scrollbar-horizontal {
    height: 8px; /* Si tu veux une taille différente pour la scrollbar horizontale */
}


.lettre{
    color:white;
    border:1px solid white; 
    width: 30px;
    height: 30px;
}

.apps-header{
	background-color: rgba(255, 255, 255, 0.63);
	z-index: 999;
	position: fixed
}

.apps-header button{
    border: 0 !important;
    outline: none !important;
    color: #48CCFF;
	background-color: white;
}

.apps-header button:focus{
    border: 2px solid black;
}

.bloc-p{
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bloc-center{
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#content-header-top{
    background-color: rgb(255, 255, 255);
}

#dropdown-menu button{
    border-bottom:1px solid rgba(0, 0, 255, 0.103);
}

/* .options-container button{
    border-bottom:3px solid rgba(0, 0, 255, 0.342);
} */

progress{
	margin: 0px;
	width:100%;
	opacity: 0.5;
}

.option{
    display: none;
    background-color: cornflowerblue;
    color: rgb(223, 223, 255);
    color: rgba(255, 240, 158, 0.651);
}

table .round-first{
   border-radius: 20px;
}

td{
    word-wrap: break-word;
}
.edit{
    text-align: right;
    float: right;
}
.modal-header{
    color:blue;
}
.checkbox-item{
    display: none;
    margin-right: 10px;
}

.top{
    position: fixed;
    z-index:999;
    top: 0;
    width: 100%;
}

.bottom-fix .btn{
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 1em;
}

.bottom-fix{
    position: fixed;
    z-index:1;
    bottom: 0;
    width: 100%;
    min-height:40px;
    display: none;
    /* background-color:rgba(255, 255, 255, 0.829); */
}

#miniInfo{
    position: fixed;z-index:99999999;bottom: 0;width: 100%;display:none;padding:5px;text-align: center;

}

.bottom-fix span{
    color:white;
}

#content-header-top{
    box-shadow:0px 0px 10px 0px turquoise;
    padding-top: 2%;
    padding-bottom: 2%;
    display: none;
}

/* search */
.open-search{
	display: none;
	text-align: right; 
	width: 100%;
}

.d-none{
	display: none;
}

.search-input{
    background-color: transparent;
	border: 0 !important;
	outline: none;
	width: 100%;
}

.search-input:focus{
	border: 0 !important;
	outline: none;
}

#contact_content,#contact_content2{
    min-height: 500px;
}

.create_el_h{
    border-top: 1px solid rgb(250, 247, 247);
    border-bottom: 1px solid rgb(250, 247, 247);
}

.apps-header{
    color:rgb(16, 16, 80);
    position: fixed;
    z-index:1001;/*Au dessus de dropdown-menu /Au dessous de modale de*/
    top: 0;
    width: 100%;
    display:block !important;
    background-color:transparent;
    border-bottom: 1px solid rgb(250, 247, 247);
    box-shadow: 0px 0px 10px 0px #d6c3c3;
    border-radius: 10px;
}

.apps-header-scroll{
    color:rgb(16, 16, 80);
    position: fixed;
    z-index:1001;/*Au dessus de dropdown-menu /Au dessous de modale de*/
    top: 0;
    width: 100%;
    display:block !important;
    background-color:rgba(255, 255, 255, 0.925);
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgb(214, 195, 195);
}

.openminapp{
    width: 33.33%;
    text-align: center;
}

.apps-header-content{
	display: flex; 
	padding: 3px;color:rgb(190, 170, 170);
	/* border-bottom: 1px  solid rgba(206, 191, 191, 0.295); */
}

.apps-header .btn:focus{
    color: rgb(9, 5, 82);
    outline: none;
    border: 0px !important;
}

.btn:focus{
    color: rgb(9, 5, 82);
    outline: none;
    border: 0px !important;
}

/* fin apps header */

.full_text{
    display:none;
}

.blog-item-content{
    /* height: 100%;
    width: 100%; */
}

.mini-img{
    height: 100%;
    width: 30px;
}

.divFocus{
    border: 2px solid rgb(140, 102, 245);
    box-shadow: 0px 0px 5px 0px  rgb(155, 122, 247);;
    margin-bottom: 3px;
    margin-right: 4px;
    border-radius: 5px;
}

.show-hide-mdp{
    cursor:pointer;
    position: absolute;
    margin-top: -30px;
    font-size: 0.6em;
    margin-left: 20px;
}

.modal-body{
    overflow: auto;
    padding-bottom: 70px;
}

.modal-title{
    /* color: blue; */
}

.profile-bloc{
    padding: 5px;
    margin-bottom: 30px;
    background-color:white;
}

.warning_class
{
   background-color: #ec1b1b;
   background-image: none;
   -webkit-appearance: none;
   -webkit-animation: animate-background 1000ms linear 0ms infinite normal both;
   animation: animate-background 1000ms linear 0ms infinite normal both;
    word-wrap: break-word;
}

.normale_class
{
    word-wrap: break-word;
}

.header-opt-btn{
    display: none;
    color:black;
}

.btn-oln:focus{
    outline: none;
    border:0px !important;
}

.alert{
    margin: 10px;
}

.notif-nbr{
    background-color: chocolate;
    color:white;
    position: absolute;
    right: 40%;
    font-size: 0.8em;
    margin-top:3px;
    border-radius: 10px;
    height: 15px;
    text-align: center;
    width: 15px;
}

.pointer{
    cursor: pointer;
}

.menue-contents a{
    color: black;
}

.menue-contents .dropdown-item{
    color: black;
    font-size: 0.7em;
    margin-top:30px ;
}

.users_list_options .btn{
    font-size: 0.8em;
}

.pub1bloc,.pub2bloc{
    display: bloc;
}

.cont-section{
    border-radius: 10px;
}

@media (max-width: 968px) {
    .notif-nbr{
        background-color: chocolate;
        color:white;
        position: absolute;
        right: 40%;
        font-size: 0.5em;
        margin-top:3px;
        border-radius: 10px;
        height: 10px;
        text-align: center;
        width: 10px;
    }
}

@media (max-width: 768px) {
    .notif-nbr{
        background-color: chocolate;
        color:white;
        position: absolute;
        right: 40%;
        font-size: 0.5em;
        margin-top:3px;
        border-radius: 10px;
        height: 10px;
        text-align: center;
        width: 10px;
    }

    .search-input,.search-input-p{
		width: 100%;
	}

    .mobile-hide{
        display: block;
    }

    .bloc-p{
        overflow: auto;
        display: block;
        align-items: none;
        justify-content: none;
    }

    .bloc-center{
        height: 100%;
        display: block;
        align-items: none;
        justify-content: none;
    }

}

@media (max-width: 460px) {
    .notif-nbr{
        background-color: chocolate;
        color:white;
        position: absolute;
        right: 35%;
        font-size: 0.5em;
        margin-top:3px;
        border-radius: 10px;
        height: 10px;
        text-align: center;
        width: 10px;
    }
    
    .bottom-fix{
        display: block;
        /* background-color:rgba(255, 255, 255, 0.829); */
    }
}

@media (max-width: 300px) {
    .notif-nbr{
        background-color: chocolate;
        color:white;
        position: absolute;
        right: 30%;
        font-size: 0.5em;
        margin-top:-1px;
        border-radius: 10px;
        height: 10px;
        text-align: center;
        width: 10px;
    }
}

