section {
    padding: 2rem 15%; /* mettre le padding à 12% */
}

h2 {
    color: #5a9ba0;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 5%;
    text-align: center;
    width: 100%;
    margin: auto;
    padding-top: 50px;
}

section {
    font-family: "Heebo", sans-serif;
}

.tab_ {
    text-indent: 8em;
    display: inline-block;
}

.tab_2 {
    text-indent: 2em;
    display: inline-block;
}

h3 {
    color: #5a9ba0;
}

.lien_ {
    color: #81c9c3;
    text-decoration: underline;
}