.table-completude {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    display: table;
    font-weight: bold;
}

.table-completude .firstcol {
    background-color: #69C7F1;
    color: #FFFFFF;
    text-align: center;
    width: 160px;
    flex-direction: column;
    align-items: center;
    padding: 1em;
}
.table-completude .secondcol {
    text-align: center;
    padding: 5px 10px;
    width: 200px;
}
.table-completude tr, .table-completude td {
    padding: 1em;
}

.table-completude tr:nth-child(even) {
    background-color: #f2f2f2;
    text-align: center;
}
.table-completude tr:nth-child(odd) {
    background-color: #ffffff;
    text-align: center;
}

.table-completude tr:first-child td:first-child { border-top-left-radius: 10px; }
.table-completude tr:first-child td:last-child { border-top-right-radius: 10px; }

.table-completude tr:last-child td:first-child { border-bottom-left-radius: 10px; }
.table-completude tr:last-child td:last-child { border-bottom-right-radius: 10px; }

.demo-progress-bar {
    transition: width 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.demo-icon-regles {
    cursor: pointer;
    color: #bdebff;
}
.demo-icon-regles-gris {
    cursor: pointer;
    color: #929292;
}

.completude-container-carac {
    display: flex;
}

.completude-nom-outil {
    width:200px;
    margin-right: 10px;
    font-weight: normal;
}

.completude-container-progressbar {
    display: inline-block;
    width: 100%;
}

.completude-outils-enfants {
    opacity: 70%
}

.object_field_name_entretien .x-list-plain .x-boundlist-item {
    padding-left: 50px;
    position: relative;
    margin-bottom: 10px;
}

.teinte-n2 {
    background-color: #007fb7;
    color: white;
    border-radius: 0.5em;
    padding: 0.5em;
    width: fit-content;
    display: inline-block;
    margin-top: 6px;
}

.container-taille {
    width: fit-content;
    display: flex;
    align-items: center;
}

.container-prix-global {
    width: fit-content;
    padding: 2px 6px;
    background-color: #939393;
    border-radius: 0.3em;
    color: #FFFFFF;
    margin: 3px 10px 3px 0;
}

.container-prix {
    width: fit-content;
    padding: 2px 6px;
    border-radius: 0.3em;
    color: #FFFFFF;
    margin: 3px 5px 3px 5px;
}