.submenu-row {
    margin: 112px 0 30px 0;
    background-color: #FFF;
    min-height: 750px;
    overflow: auto;
}

div.swatch-main-title {
    color: #FFF;
    font-size: 80px;
    text-shadow: -1px 0 #C2C2C2, 0 1px #C2C2C2, 1px 0 #C2C2C2, 0 -1px #C2C2C2;
}

div.whitespace-title {
    white-space: normal;
}

ul.disc-list{
    list-style-type: disc;
}

ul.disc-list li{
    text-align: justify;
    list-style-position: outside;
    padding: 0 0 10px 15px;
    line-height: 1.25;
}

/* Call to action */
/* ============== */

div#fp-call-to-action{
    border-top: 6px solid #0067a0;
}

div#fp-call-to-action div.col-md-12{
    text-align: center;
    height: 350px!important;
}

div#fp-call-to-action div#container-txt-call-to-action{
    color: #FFF;
    font-size: 80px;
    top: 80px!important;
}

div#fp-call-to-action div#container-txt-call-to-action > header{
    text-align: center;
    word-wrap: break-word;
    position: relative;
}

div#fp-call-to-action div#container-txt-call-to-action div#container-btn-membre{
    position: relative;
    top: 15px;
}

div#fp-call-to-action #container-btn-membre .evalauto-green-button{
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px !important;
    width: 200px;
    height: 50px;
    padding-top: 12px;
}

/* End of Call to action */
/* ===================== */

#error-page-table {
    width: 50%;
    margin: auto;
    margin-top: 10px;
    border: 1px solid grey;
}

#error-page-table tr, #error-page-table tr td {
    border: 1px solid grey;
}

#error-page-table tr td {
    padding: 10px;
}

#error-page-table tr td:first-of-type{
    width: 35%;
}

#terms-form>label:hover {
    cursor: pointer;
}