

#blanc_python{color: rgb(211, 211, 211);}
#vert_python{color: rgb(106, 153, 85)}
#rouge_python{color:rgb(206, 145, 120)}
#jaune_python{color: rgb(241, 215, 11);}
#bleu_python{color: rgb(26, 143, 255);}
#violet_python{color: rgb(182, 112, 203);}

#faux_vert_python{color: rgb(39, 104, 9);}
#faux_bleu_python{color: rgb(18, 29, 128);}


html {
    scroll-behavior: smooth;
}


#Bouton_Titre_Principal {
    color: rgb(5, 5, 163);
}
#Bouton_Tertiaire { 
    color: rgb(18, 63, 65);
}
#Bouton_Secondaire {
    color: rgb(11, 39, 41);
}

.Somaire_conteneur {
    display: flex;
    justify-content: center;
}

#Somaire {
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 15px;
    border: 5px solid rgba(0, 255, 98, 0.192);
    box-shadow: 5px 5px 5px 5px black;
    text-align: left;
    background-color: rgba(179, 255, 0, 0.411);
}

#Python_Text {
    background-color: rgb(30, 30, 30);
    color: rgb(211, 211, 211);
    text-align: left;
    padding-left: 5px;
    width: 90%;
    border-radius: 3px;
    max-width: 1000px;
    border: 1px solid rgb(28, 89, 145);
}

h5 {
    padding-top: 0px;
    margin-top: 0px;
    max-height: 20px;
}
h3 {
    padding-top: 0px;
    margin-top: 0px;
    max-height: 20px;
}

#barre_de_chargement_tqdm {
    width: 80%;
}