html {
    background:#22373F;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
body {
    margin: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.divcomingsoon {
    text-align: center;
    padding: 40px 20px;
    width: 100%;
    max-width: 800px;
}
.Style2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #37C1C4;
    font-size: 72px;
    margin-bottom: 20px;
}
.Style4 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #37C1C4;
    font-size: 36px;
    margin-bottom: 20px;
}
.Style12 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 20px;
}
.Style15 {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}
.Style16 {
    font-family: Arial, Helvetica, sans-serif;
    color: #37C1C4;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
/* Lien */
a, a:visited {
    color: #37C1C4;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: #FFFFFF;
    text-decoration: none;
}
/* Bouton de documentation */
.bouton {
    padding: 15px 25px;
    margin-top: 20px;
    border: 0;
    border-radius: 15px;
    background: #36C1C4;
    color: #FFFFFF;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: background-color linear .3s;
    text-decoration: none;
    font-weight: bold;
}
.bouton:hover {
    background-color: #495057;
}