.ligneBleu {
    display: flex;
    width: 50%;
    height : 5px;
    background-color : #00B8DE;
    margin-left: 25%;
}

.zoneQuestions {
    background-color: rgba(0, 184, 222, 0.04);
    margin-top: 10%;
    padding: 10px;
}

/* -- Réponses des questions -- */
.question {
    margin-top: 15px;
    background-color: #f7fbfe;
    color: #00B8DE;
    font-weight: bold;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-size: 25px;
  }

.reponse {
    display: none;
    overflow: hidden;
    padding: 10px;
}

.reponse p {
    font-size: 22px;
    text-align: left;
}

.reponse i {
    font-size: 20px;
}

