
.container{
    display: inline-block;
    margin-left: 39%;
    margin-right: 39%;
    width: 22%;
    margin-bottom: 3%;
}

label{
    color: rgb(20, 8, 69);
}

form{
    text-align: center;
    font-family: cursive;
    background-color: rgb(43, 90, 166);
    font-weight: bold;
    border: 3px solid rgb(20, 8, 69);
}

input[type="text"],
input[type="email"]{
    width: 60%;
    height: 2em;
    border-radius: 30px;
    border-color: rgb(20, 8, 69);
    background-color: rgb(106, 178, 198);
}

input[type="text"]:hover,
input[type="email"]:hover {
    background-color: rgb(192, 193, 193);
}

input[type="text"]:focus,
input[type="email"]:focus {
    outline: none;
}

fieldset{
    border-color: rgb(20, 8, 69);
    margin: 1%;
    padding: 1%;
}

#choixArticle{
    width: 60%;
    border-radius: 30px;
    border-color: rgb(20, 8, 69);
    background-color: rgb(106, 178, 198);
}

#choixArticle:hover{
    background-color: rgb(192, 193, 193);
}

#choixArticle:focus{
    outline: none;
}


input[type="submit"]{
    background-color: rgb(106, 178, 198);
    border-color: rgb(20, 8, 69);
    padding: 1%;
    margin: 1%;
}

input[type="submit"]:hover{
    background-color: rgb(192, 193, 193);
    color: rgb(20, 8, 69);
}

textarea{
    width: 95%;
    border-color: rgb(20, 8, 69);
    background-color: rgb(106, 178, 198);
    color: rgb(20, 8, 69);
    font-family: cursive, 'Courier New', Courier, monospace;
}

textarea:hover{
    background-color: rgb(192, 193, 193);
}

textarea:focus{
    outline: none;
}

/* Aide contextuelle CSS */

.tooltip {
    --balloon-color: rgb(206, 115, 17);
    --balloon-font-size: 15px;
}

