[contenteditable] a {
  cursor: pointer;
}

.download-btn {
  background: rgba(100,100,255,0.2);
  border-radius: 4px;
  color: blue;
  cursor: pointer;
}


latex {
    display: none;
}

    
#barre {
    display: flex;
}
#barre_boutons {
   /* line-height: 3em; */
}

.historique {
    padding:3px;
    line-height: 0;
    font-size: 8px;
    color:#888;
}

.liste {
   /* padding: 40px;*/
}

.liste, #barre_boutons {
    /*width: 666px;*/
    /*height: 26px; */
    text-align: center;

}

.style_edit,body {
    background-color: rgb(220,220,250);
}

.style_apercu {
    background-color: rgb(220,250,220);
}

.style_edit_ {
    background: linear-gradient(to bottom,  rgba(220,220,250,1) 80%,rgba(0,0,0,0) 100%); /* W3C */
}

.style_apercu_ {
    background: linear-gradient(to bottom,  rgba(220,250,220,1) 80%,rgba(0,0,0,0) 100%); /* W3C */
}                    



button {
     background-image: linear-gradient(to top,#DCB, #FED);
}

.btn {
    width:20px;
    height: 20px;
    margin: 0px;
    vertical-align: middle;
    opacity: 0.7;

    /* background-color:rgba(230,220,220,0.6); */
    font-family: arial;
    font-size:15px;
    text-decoration:none;
    color:#444;
    position:relative;
    padding:0px;

    border-radius: 5px;
    box-shadow:  0px 5px 0px 0px rgba(210,200,200,0.6), 1px 10px 5px #999;
    cursor:pointer;
    display: inline-block;
/*    background-size: 26px 20px;  */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
/*     margin:2px; */
    border:none;
    opacity:0.8;                        
    }

.btn:hover {
    opacity: 1;
}
.btn:active {
        top:3px;
        box-shadow:  0px 2px 0px 0px  rgba(210,200,200,0.6), 1px 5px 3px #999;   
        outline: none ;
 }   
.btn:focus {
        outline: none ;
 }                      

select {
   background-color: #FED;
   width:50px;
   height: 20px;
}


.modes {
    font-family: Verdana;
    font-size: 12px;
    color:rgba(100,0,0,0.3);
    margin: 0px;
    display: inline-block;
}
.modes .btn {
    width: 14px;
    margin: 2px;
}

/*
input[type="radio"]:checked+label , input[type="checkbox"]:checked+label {
    color:rgba(100,0,0,0.6); 
} 
*/
input:checked+label {
    color:rgba(100,0,0,0.6); 
} 

        input[type="checkbox"]:checked+label {
            color:rgba(100,0,0,0.6); 
        }

#liste_emotic button {
    font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;
}        
        
.liste button  {
    background-color: #FEFEFE; 
    width: 22px;
    height: 20px;
    padding: 1px;
    margin: 1px;
    border-width:  1px;
    overflow: hidden;
    vertical-align: middle;
    opacity: 0.7;
}
.liste button:hover   {
    opacity: 1;
}

#bouton_quitter, #bouton_aide  {
    opacity: 0.3;
    margin: 2px;
    float: right;
} 
#bouton_quitter:hover, #bouton_aide:hover   {
    opacity: 1;
}        

.emotic {
    font-weight: 400;
    font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;
        }

.choix_police {
    font-size:8px;
    width:40px;
}                    

#liste_fichiers button {
    margin:3px;
    border-radius: 5px;
    font-size: 10px;
    color:#066;
    cursor: pointer;
    border:none;
    box-shadow:  0px 5px 0px 0px rgba(210,200,200,0.6), 1px 10px 5px #999;    
}
/*
#aide__ {
    background: linear-gradient(to bottom, rgba(80,140,180,0.9), rgba(20,80,120,0.9));
    left: 50%;
    transform: translateX(-50%);
    font-family: Verdana;
    width:680px;
    border-radius:20px;
    padding: 16px;
}
#aide__ span{
    display: inline-block;
    column-count: 2;
    column-gap: 20px;
}

#aide__ span ul {
  padding: 0;
  margin: 0;
}

#aide__ span li {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
*/