body {
    background-color: #ffffff;
    color: #fff;
    align-items: center;
}

.site-footer
{
    margin-top: 0px !important;
}

#website-corps
{
    padding-top: 0px;
}

.div_max_size
{
    max-width: 1366px;
}

.div_center
{
    padding: 0px;
    margin: 0 auto 0px;
    overflow: hidden;
}

.card {
    border: none;
}

.card-header {
    border: none;
    background-color: #fff;
}

.shadow-card {
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px #0000001A;
}

.custom-card
{
    width: 477px;
    min-width: 477px;
    max-width: 477px;
    height: 279px;
    max-height: 279px;
    min-height: 279px;
}

.card-accueil:hover
{
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.5);
}

#liste-action-user
{
    background: #FFFFFF;
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px;
    position: absolute;
    z-index: 2;
    justify-content: center;
    width: 225px;
    margin-left: -171px;
    box-shadow: 3px -3px 20px 0px #0000001A;
}

#liste-action-user:before
{
    content: "";
    position: absolute;
    left: 74%;
    top: -38px;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-right: 26px solid transparent;
    border-bottom: 26px solid #fff;
    border-left: 26px solid transparent;
}

.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
a.close.disabled {
    pointer-events: none;
}

.font-size-16px
{
    font-size: 16px;
}
.text-weight-500, .font-medium {
    font-weight: 500;
}

.text-color-mf {
    color: #3c5a76;
}

.text-weight-400, .font-medium {
    font-weight: 400;
}

.text-weight-500, .font-medium {
    font-weight: 500;
}

.text-weight-600, .font-semi-bold {
    font-weight: 600;
}

.text-weight-700, .font-bold {
    font-weight: 700;
}
.font-size-24px
{
    font-size: 24px;
}
