.navbar{
    display:block;
    background: blue;
}
.noir{
    background: black;
    color: white;
}
.balise{
    color:brown;
}
p{
    margin:10px;
}
.precode{
    background: black;
    color:white;
    width:100%;
}
h1,h2,h3,h4,h5,h6{
    margin:10px;
}
#Sommaire{
    display: flex;
    flex-direction: row-reverse;
    padding:5px;
}
.editeuraperçu{
    width: 70%;
    height: 400px;

}
.basbutton{
    background: rgb(73, 200, 232);
    font-weight: bold;
    color:black;
}
.navbar-brand{
    background: grey;
    border-radius:5px;
}
#navbarNavAltMarkup{
    background-color: blue;
    font-weight: bold;
    border-radius:5px;
}
#basbuttonstart{
    margin:0px 0px 0px 80px;
}
#basbuttonend{
    margin:0px 80px 0px 0px;
}
footer{
    height: 100px;
    color:white;
    border:2px blue solid;
    background: black;
    text-align: center;
    margin:20px 0px 0px 0px;
}
#lien,#Quiz{
    color: aliceblue;
}
.flex{
    border:3px blue solid;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    width: 1000px;
}
.ratio{
    border:3px grey solid;
}
.Resultat{
    background-color: black;
    color:white;
}
.containecode{
    background-color: black;

}
.Temps{
    background-color: green;
    font-weight: bold;
    font-size: smaller;
    color: white;
}
#basbuttonende{
    border-radius: 10px;
    width: 400px;
    background-color: green;
    font-weight: bold;
}

.collapse{
    border:2px rgb(110, 241, 158) solid;
    background: rgb(170, 241, 214)  ;
}
pre{
    padding: 4px;
    background: rgba(152, 152, 152, 0.152);
    margin: 4px;
    border-left: 5px darkred solid;
    border-right: 2px black solid;
    border-bottom: 1px black solid;
    border-top: 1px black solid;
    border-radius: 5px;
}