/** {
    border: 1px solid blue;
}*/

#asideToDoList {
    font-family: 'Caveat', cursive; 
    font-size: 2rem;
    line-height: 1;
}

#asideToDoList h2 {
    border: none;
    padding-top: .5rem;
    margin: 0;
}

#asideToDoList h3 {
    margin: 0;
    padding: 0;
    color: #ffffff;
}

#asideToDoList input, #asideToDoList textarea {
    font-size: 1.4rem;
}

#tdlEnTete {
    border-top: dotted;
    border-bottom: dotted;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .2rem;
}

#tdlEnTete nav {
    padding-top: .2rem;
    font-size: 1.5rem;
}

#tdlEnTete i {
    padding-right: .8rem;
}

.menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: right;
}

.menu li {
    display: inline-block;
    padding: .3rem .5rem;
    margin: 0;
}

#memoZone {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    width: 95%;
    margin: 0 auto;
    background: url("../img/ardoisetableau_Noir_03.jpg");
    background-size: cover; 
    border-radius: 10px;
    color: #ffffff;
}

#memoZone ul {
    padding: 0;
    margin: 0;
}

#memoZone li {
    padding-bottom: 1rem;
}

#memoZone article {
    width: 30%;
}

#toDoList a {
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.8rem;
    text-decoration: 
}

#toDoList a:hover {
    color: #af042f !important;
}

#toDoList a:hover {
    color: green;
}

#toDoList button {
    cursor: pointer;
}

.hide {
    display: none;
}

.tdlBorder {
    border: 1px solid #efeded;
    border-radius: 1rem;
    padding: 1rem;
}

#tache-details div {
    display: flex;
    justify-content: space-between;
}

#tache-details div p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    width: 45%;
}

#tache-details div p a {
    color: #ffffff;
}

#tache-form p {
    margin-top: 0;
    margin-bottom: 2rem;
}

.tdlInput {
    width: 100%;
    border-radius: 8px;
    margin-top: .5rem;
}

#save-tache {
    font-size: 1.3rem;
    width: 100%;
}