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: #FFFFFF;
    font-size: 72px;
    margin-bottom: 20px;
}

.Style4 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    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;
}

/* Lien */
a, a:visited {
    color: #ffffff;
    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;
}


/*22373F*/