/*Police*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*Reset CSS*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', 'Sans-Serif';
}
input:focus{
    outline: none;
    -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fiche{
    margin-left: 50px;
    margin-top: 50px;
    padding-bottom: 50px;
}
.fiche > .apTitle{
    text-align: center;
}

.ficheTache{
    margin-left: 50px;
    margin-top: 50px;
    padding-bottom: 50px;
}

.blueTache{
    background-color: rgb(181, 197, 226);
    width: 50%;
    height: 400px;
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 15px;
}

.blueTache > .boutons > input{
    position: absolute;
    font-size: 14px;
    padding-left: 5px;
    padding-top: 5px;
    resize: none;
    left: 17.5%;
    width: 30%;
    border: none;
}

#ServiceTache{
    position: absolute;
    text-align: center;
    font-size: 14px;
    padding-left: 5px;
    padding-top: 5px;
    resize: none;
    left: 17.5%;
    width: 30%;
    border: none;
}

.greenTache{
    background-color: rgb(160, 229, 160);
    width: 50%;
    height: 230px;
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 15px;
}
.greenTache > textarea{
    position: absolute;
    margin-top: 10px;
    font-size: 14px;
    padding-left: 5px;
    padding-top: 5px;
    resize: none;
    left: 17.5%;
    width: 30%;
    border: none;
}

.yellow > input[type="file"]{
    text-align: center;
}

.yellowTache > input[type="file"]{
    margin-left: 150px;
}

.btnValidTache{
    margin-left: 200px;
    cursor: pointer;
    transition: 0.2s ease-in-out; 
    font-weight: bold; 
    color: white; 
    background-color: #3898d4; 
    padding: 10px;  
    width: 200px; 
    border-radius: 10px; 
    text-align: center; 
    border: 0; 
    font-size: 20px; 
    border: 2px solid transparent;
}

.derBoxTache{
    height: 275px;
}

.yellowTache{
    background-color: rgb(240, 240, 125);
    width: 50%;
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 15px;
}
.yellowTache > textarea{
    position: absolute;
    margin-top: 10px;
    font-size: 14px;
    padding-left: 5px;
    padding-top: 5px;
    resize: none;
    left: 12.5%;
    width: 30%;
    border: none;
}
.yellowTache > input[type="text"]{
    margin-left: 200px;
    margin-top: 15px;
    min-width: 200px;
    padding: 5px;
    font-size: 14px;
}

.blue{
    background-color: rgb(181, 197, 226);
    width: 50%;
    height: 170px;
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 15px;
}
.blue > textarea{
    position: absolute;
    margin-top: 10px;
    font-size: 14px;
    padding-left: 5px;
    padding-top: 5px;
    resize: none;
    left: 12.5%;
    width: 30%;
    border: none;
}
.blue > .boutons > input,#Service{
    position: absolute;
    padding-left: 5px;
    left: 12.5%;
    width: 30%;
    border: none;
}
.green{
    background-color: rgb(160, 229, 160);
    width: 50%;
    height: 170px;
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 15px;
}
.green > textarea{
    position: absolute;
    margin-top: 10px;
    font-size: 14px;
    padding-left: 5px;
    padding-top: 5px;
    resize: none;
    left: 12.5%;
    width: 30%;
    border: none;
}
.yellow{
    background-color: rgb(240, 240, 125);
    width: 50%;
    height: 170px;
    padding-top: 15px;
    padding-left: 30px;
    padding-bottom: 15px;
}
.yellow > textarea{
    position: absolute;
    margin-top: 10px;
    font-size: 14px;
    padding-left: 5px;
    padding-top: 5px;
    resize: none;
    left: 12.5%;
    width: 30%;
    border: none;
}
.yellow > input[type="text"]{
    margin-left: 175px;
    margin-top: 15px;
    min-width: 200px;
    padding: 5px;
    font-size: 14px;
}
.derBox > input[type="file"]{
    margin-left: 155px;
    margin-top: 15px;
}

.derBox{
    height: 260px;
}
.btnValid{
    margin-top: 130px;
    margin-left: 200px;
    cursor: pointer;
    transition: 0.2s ease-in-out; 
    font-weight: bold; 
    color: white; 
    background-color: #3898d4; 
    padding: 10px;  
    width: 200px; 
    border-radius: 10px; 
    text-align: center; 
    border: 0; 
    font-size: 20px; 
    border: 2px solid transparent;
}
.btnValid:hover{ 
    cursor: pointer; 
    transition: 0.2s ease-in-out; 
    color: #3898d4; 
    background-color: white; 
    border: 2px #3898d4 solid;
}

/*Style de la page fiche mission*/

.searchContainer{
    margin-top: 2.5%;
    text-align: center;
}
.searchContainer > h2{
    text-align: center;
    margin-bottom: 15px;
}

.searchContainer > select,input{
    font-size: 16px;
    text-align: center;
    padding: 5px;
}

.searchContainer > select > option{
    padding: 5px;
}

.btnRechercher{
    cursor: pointer;
}
.tabFiche{
    display: flex;
    justify-content: center;
}
table {
    margin-top: 3%;
    text-align: center;
    width: 50%;
    min-width: 250px;
    margin-bottom: 50px;
}
tr {
    vertical-align: middle;
}
th {
    padding-top: 12px;
    padding-bottom: 12px;
    min-width: 100px;
    text-align: center;
    background-color: limegreen;
    color: white;
}
td{
    padding: 15px;
    min-height: 70px;
    max-height: 80px;
    text-align: center;
    background-color: rgb(240, 240, 240);
}

i{
    cursor: pointer;
}

.icones{
    display: flex;
    align-items: center;
    justify-content: center;
}

.result{
    margin-top: 30px;
    margin-bottom: 30px;
}
.result > h1{
    text-align: center;
}
a{
    display: flex;
    justify-content: center;
    color: dodgerblue;
}

.LinkNewTask{
    margin-top: 35px;
}

#dynamicLinkReset{
    margin-top: 25px;
}
.hideLinkReset{
    display: none;
}
.toggleLinkReset{
    display: block;
}

/* Icônes */

td > a{
    color: #626262;
    text-decoration: none;
    margin: 0 10px;
    cursor: pointer;
    font-size: 18px;
    transition: 0.2s ease-in-out;
}

td > a > .fa-eye:hover{
    transition: 0.2s ease-in-out;
    color: #202020;
}

td > a > .fa-pencil-alt:hover{
    transition: 0.2s;
    color: #F39C12;
}

td > a > .fa-download:hover{
    transition: 0.2s;
    color: #2ECC71;
}

td > a > .fa-trash-alt:hover{
    transition: 0.2s;
    color: tomato;
}
