
.btn {
    min-width: 100px;
    display: inline-block;
    background-color: #000000 !important;
    color: #ffffff !important;
    /*box-shadow: #000000a0 0px 1px 3px 0px !important;*/
    border-radius: 8px;
    height: 34px;
    line-height: 34px !important;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}
.btn:hover {
    background-color: #252525 !important;
}
.btn:active {
    background-color: #252525;
    position: relative;
    top: 1px;
    text-shadow: -1px -2px 1px #000000d0;
}
.btn.disabled {
    background-color: #555555 !important;
}
button.btn {
    padding: 0px 20px;
}



h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #3b339c;
    color: #111
}
h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #09025f;
    color: #111
}
h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #09025f;
}
h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #212121;
    font-size: 17px;
}
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #555555;
    font-size: 16px;
}
span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #aaa;
    font-size: 14px;
}


/**
* USED
**/
.array-wrapper {
    padding: 0px !important;
    width: 100%;
    overflow: hidden;
}
@media (max-width: 1040px) {
    #main-container.menu-open section > article.array-wrapper {
        width: calc(100% - 40px);
    }
}
table {
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
}
table, td, th {
    border-collapse: collapse;
}
table thead {
    background-color: #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}
table th {
    text-align: left;
    padding: 12px 4px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    font-size: 13px;
    color: #777;
}
table th:first-of-type {
    padding-left: 12px;
}
table th:last-of-type {
    margin-right: 12px;
}
table tbody tr {
    border-bottom: 1px solid #f7f7f7;
}
table tbody td {
    padding: 12px 4px;
    font-size: 13px;
    font-weight: 600;
    color: #555;
}
table tbody td:first-of-type {
    padding-left: 12px;
}
table tbody td:last-of-type {
    margin-right: 12px;
}
table tbody tr {
    background-color: #ffffff;
}
table tbody tr > td {
    font-weight: 500;
}
table tbody tr:hover {
    cursor: pointer;
    background-color: #9295f633;
}
table tr > td {
    color: #555;
    text-decoration: none;
}
label {
    display: inline-block;
    padding: 0px 6px;
    margin: 4px 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    width: fit-content;
}
input, textarea {
    background-color: #f5f5fb;
    border: none;
    border-radius: 6px;
    padding: 7px 14px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    border: 1px solid #f3f3f3; /*#d1d9e0;*/
}
textarea {
    padding: 12px 14px;
}
select {
    background-color: #f5f5fb;
    border: none;
    border-radius: 6px;
    padding: 7px 14px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}
textarea {
    max-width: calc(100% - 28px);
    min-height: 100px;
}

.button, input[type=submit]{
    max-width: 160px;
    padding: 10px 20px 10px 41px;
    margin-top: 30px;
    background-color: #222222;
    border: 0px solid transparent;
    box-shadow: #00000026 0 2px 8px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    background-image: url('/icons/icon-add-w.svg');
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: 14px center;
    cursor: pointer;
}
.button:hover, input[type=submit]:hover {
    background-color: #000;
}
.button2 {
    padding: 10px 20px 12px 20px;
    border-radius: 4px;
    border: 0px solid transparent;
    background-color: #111;
    box-shadow: #00000026 0 2px 8px;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    /*background-image: url('/icons/icon-add-w.svg');
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: 14px center;*/
    transition: all ease-in-out 0.1s;
    cursor: pointer;
}
.button2:hover {
    background-color: #000;
}

.picture-medium {
    height: 120px;
    width: 120px;
    min-width: 120px;
    background-color: #9295f6;
    border-radius: 120px;
    background-image: url('/img/user-default.svg');
    background-size: cover;
    background-position: center;
}

.beneficiary-grey {
    background-image: url('/icons/icon-beneficiaire-small.svg');
}
.calendar-grey {
    background-image: url('/icons/icon-calendar.png');
}