.page-header {
    margin-bottom: 20px;
}

.page-header h1 {
    color: black;
}

#wrapper #main .page-footer {
    margin-top: 20px !important;
}

.page-footer a {
    font-size: 20px;
    color: black;
}

.page-footer a:hover {
    color: #F76F6C;
}

.page-my-account #content .links a span.link-item {
    color: black;
}

.page-my-account #content .links a:hover i, .page-my-account #content .links a:hover span.link-item {
    color: #F76F6C;
}

@media all and (max-width: 425px) {
    .page-header h1, .page-footer {
        text-align: center;
    }
}

.thead-default th, .table-striped tbody tr:nth-of-type(odd) {
    background-color: #cbe4e4;
    color: black;
}

/* HISTORY */
#history h6 {
    margin-bottom: 20px;
}
#history h6, #order-slip h6 {
    font-weight: 500;
    color: black;
}

#history a {
    color: black;
}

#history a:hover {
    color: #F76F6C;
}

/* RGPD */
.psgdprinfo17 {
    background-color: #e5f1f1 !important;
}

.psgdprinfo17 h2 {
    margin-bottom: 10px;
}

.psgdprinfo17 a {
    color: black;
    font-weight: bold;
}

.psgdprinfo17 a:hover {
    color: #F76F6C;
}

.psgdprinfo17 a.psgdprgetdatabtn17 {
    color: white;
    background-color: #7EBCBD;
}

/* CONFIRMATION */

#order-confirmation h3.h1 {
    margin-bottom: 20px !important;
}