/* Repertoire */
.repertoire label, thead {
    font-family: 'Montserrat', serif;
}
.repertoire tbody, article, input, p {
    font-family: 'Source Sans Pro', sans-serif;
}
.repertoire th {
    background-color: #F46124 !important;
}

.title {
    font-family: 'Montserrat', serif;
}
.fiche>p {
    font-size: 14px;
    text-align: justify;
    line-height: 1.3;
    padding: 0;
}
.fiche span {
    font-family: 'Montserrat', serif;
    color: #888;
    font-size: 12px;
}
.margin-top {
    margin-top: 20px;
}

.center {
    text-align: center;
}

.blue {
    background: #F46124;
}

.red {
    background: #f04e23;
}

.alert-not {
    padding: 20px;
    background-color: #f04e23;
    color: white;
}

.success-not {
    padding: 20px;
    background-color: #4CAF50;
    color: white;
}

.edit input:focus {
    color: red;
    outline: 2px solid orange;
}

.edit input.visited {
    color: red;
    outline: 2px solid orange;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}
