/* Style pour l'administration du contenu */

.paragraph--type--pave-ligne .pnl-cards, .field--name-field-pave-ligne tbody tbody {
    display: flex;
}

.field--name-field-pave-ligne tbody tbody {
    justify-content: space-between;
}

input#edit-fields-field-paves-settings-edit {
    background-color: blue;
    height: 20px;
}

.field-add-more-submit {
    margin-bottom: 15px !important;
}

.field-plugin-settings-edit-wrapper {
    background-color: blue;
    height: 20px;
}

.field-plugin-settings-edit {
    height: 20px;
    background-color: red;
}

.colonnes-bo {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #ccc;
}

.colonnes-bo > div {
    margin-right: 20px;
}

a.tabledrag-handle .handle {
    width: 24px;
}

body.user-logged-in .views-element-container {
    margin: 1%;
    display: flex;
    justify-content: baseline;
    overflow: auto;
}

.views-element-container .view-id-gestion_residents .views-field-code-famille {
    text-transform: uppercase;
}

.role-admin_client {
    padding-top: 110px !important;
}

nav.tabs {
    position: fixed;
    left: 0;
    top: 75px;
    background-color: #0094D6;
}

.nav-tabs {
    background-color: rgba(0, 0, 0, 0.6);
}

.nav-link {
    color: white;
}

.nav-link:hover {
    color: #eee;
}

.paragraph-type-label {
    background-color: white;
    padding: 1rem;
}

.view {
    /*background-color: #b5b3b3;*/
    padding: 1rem;
}
