.bulle-icone.jaune {
    background-color: #ffe600;
}

.bulle-icone-bordure.jaune {
    background-color: #ffb20b;
}

.description p{
    font-size: 1.25rem;
}

.description span{
    font-weight: bold;
    font-size: 1.25rem;
}

.en-ligne {
    font-size: 2.25rem;
    font-weight: bold;
    padding-top: 2rem;
}

.formulaire label{
    font-size: 1.5rem;
    font-weight: bold;
}

.formulaire-padding {
    padding-top: 1.5rem;
}

.input-prenom {
    padding-top: 0.5rem;
}

.input-nom-de-famille {
    padding-top: 0.5rem;
}

.input-adresse-e-mail {
    padding-top: 0.5rem;
}

.textarea-message {
    padding-top: 0.5rem;
}

.text input {
    width: 800px;
    height: 60px;
    border: 1px solid;
    border-radius: 7px;
    font-size: 1.25rem;
}

.text textarea {
    width: 800px;
    height: 350px;
    border: 1px solid;
    border-radius: 7px;
    resize: none;
    font-size: 1.25rem;
    font-family: "Open Sans", sans-serif;
}

.input-je-suis {
    padding-top: 0.5rem;
    padding-bottom: 2.5rem;
}

.input-je-suis label {
    font-size: 1.25rem;
    font-weight: normal;
}

.bouton input {
    background-color: #0069ee;
    border: none;
    border-radius: 7px;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 800px;
    text-decoration: none;
    margin: 8px 2px;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
}

.bouton input:hover {
    background-color: #1d81ff;
}

.courrier {
    font-size: 2.25rem;
    font-weight: bold;
    padding-top: 2rem;
} 

.adresse-courrier {
    font-size: 1.25rem;
    font-weight: normal;
    padding-top: 1.5rem;
    margin-bottom: 2rem;
}