.dinf-table-no-top-border th { border-top: 0; }

div.projet-section-options {
    background-color: #d7ddcc;
    min-height: 400px;
    padding-top: 20px;
    padding-bottom: 20px;
}

div.projet-section-contenu {
    background-color: white;
    padding-top: 25px;
    padding-bottom: 25px;
}

a.dinf-option-link {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

a.dinf-option-link:hover {
    text-decoration: underline;
}

label.center-label {
    padding-bottom: .375rem;
    padding-top: .375rem;
    margin-bottom: 0;
}

table.dinf-table-feuille-temps {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }

.tooltip-inner {
    min-width: initial;
    max-width: 100%;
}


@media (max-width: 320px) {
    .tooltip-inner {
         min-width: initial;
         width: 320px;
    }
}

a.lien-collapsable {
    color: currentColor;
    font-weight: bold;
}

