body{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.tri-fiq-logo{
    text-align:center;
    width:25%;
    margin-top:50px;
    margin-bottom:50px;
}

.tri-fiq-list-secteurs {
    width: 80%;
    align-self: center;
    margin: auto;
    background-color:#F3F6F9;
    padding:50px;
}
.tri-fiq-title {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #212121;
    line-height: 1.3em;
    border-bottom:2px solid #212121;
    padding-bottom:5px;
}

.tri-fiq-bouton-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.tri-fiq-bouton-secteur {
    width: 45%;
    background-color: #212121;
    padding: 15px;
    margin: 15px;
    font-size:18px;
    font-weight:700;
    line-height:1.2em;
    border-radius:10px;
    color:white;
    transition:0.2s;
}
.tri-fiq-bouton-secteur:hover{
    background-color: #009FE3;
}
.tri-fiq-bouton-secteur.selected{
    background-color: #009FE3;
}

.tri-fiq-code-search {
    width: 80%;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}
#tri-matricule {
    width: 25%;
    padding: 15px;
    border: 2px solid #212121;
}
.tri-fiq-code-search label{
    margin-left:15px;
    font-size:18px;
    color:#212121;
    line-height:1.2em;
    font-weight:700;
}

.tri-fiq-result-list{
    width:80%;
    overflow-x:auto;
}
.tri-fiq-result-table{
    margin:auto;
    width:90%;
    border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #212121;
  margin-bottom:50px;
}
.tri-fiq-result-table th{
    padding: 15px;
    border-left: 2px solid #212121;
    border-right: 2px solid #212121;
    border-bottom: 2px solid #212121;
    background-color: #F3F6F9;
    color: #212121;
    font-weight: 700;
    line-height: 1.2em;
}
.tri-fiq-result-table td{
    padding: 15px;
    border-left: 2px solid #212121;
    border-right: 2px solid #212121;
    border-bottom: 2px solid #212121;
    color: #212121;
    line-height: 1.2em;
    text-align:Center;
}



.tri-fiq-global{
    width: 80%;
    align-self: center;
    margin: auto;
    background-color:#F3F6F9;
    padding:50px;
    font-size:18px;
}
.tri-fiq-global li a{
    font-size:18px;
    color:#212121;
    line-height:1.4em;
}
.tri-fiq-global select{
    width: 25%;
    padding: 15px;
    border: 2px solid #212121;
    margin-bottom:20px;
}
.tri-fiq-global input{
    width: 25%;
    padding: 15px;
    border: 2px solid #212121;
    margin-bottom:20px;
}
.tri-fiq-global #importedFile{
    width: inherit;
    padding: inherit;
    border: inherit;
}

.tri-fiq-global li a:hover{
    color:#009FE3;
}
.tri-fiq-global .tri-fiq-result-table{
    margin-top:30px;
    width:100%;
    margin-bottom:30px;
}
.tri-fiq-global .tri-fiq-result-table th{
    background-color:#212121;
    color:white;
}


.tri-fiq-formulaire-connexion{
    font-size:18px;
    color:#212121;
    text-align: center;
}
.tri-fiq-formulaire-connexion div{
    margin-top:15px;
}
.tri-fiq-global label{
    font-weight:700;
    margin-right:15px;
}
.tri-fiq-formulaire-connexion input{
    width: 25%;
    padding: 15px;
    border: 2px solid #212121;
}
.tri-fiq-global button{
    background-color: #212121;
    padding: 15px;
    margin: 15px;
    font-size:18px;
    font-weight:700;
    line-height:1.2em;
    border-radius:10px;
    color:white;
    transition:0.2s;
    margin-top:15px;
    border: 2px solid #212121;
}
.tri-fiq-global button:hover{
    background-color: #009FE3;
    border: 2px solid #009FE3;
}
.tri-fiq-formulaire-connexion button{
    margin-top:30px;
}

.tri-fiq-table input{
    width:80%;
}

.admin-send{
    margin: auto !important;
    width:fit-content;
    background-color: #212121;
    padding: 15px;
    margin: 15px;
    font-size:18px;
    font-weight:700;
    line-height:1.2em;
    border-radius:10px;
    color:white;
    transition:0.2s;
    margin-top:0px;
    border: 2px solid #212121;
}
.admin-send:hover{
    background-color: #009FE3;
    border: 2px solid #009FE3;
}
.tri-fiq-message{
    font-size:18px;
    font-weight:700;
    margin-top:15px;
}

.tri-fiq-global h2{
    text-align:center;
    font-weight:700;
    margin-bottom:35px;
}


/* Media query */

@media (min-width:1600px) and (max-width:1800px){
    .tri-fiq-logo{
        width:30%;
    }
}

@media (min-width:1300px) and (max-width:1599px){
    .tri-fiq-logo{
        width:35%;
    }
    
    .tri-fiq-bouton-secteur {
        width: 44%;
    }
}

@media (min-width:1180px) and (max-width:1299px){
    .tri-fiq-logo{
        width:35%;
    }
    
    .tri-fiq-bouton-secteur {
        width: 44%;
    }
    
    .tri-fiq-list-secteurs {
        width: 90%;
    }
    
    .tri-fiq-code-search {
        width: 90%;
    }
    
    .tri-fiq-result-list{
        width: 90%;
    }
    
    .tri-fiq-global{
        width: 90%;
    }
    
    
}

@media (min-width:981px) and (max-width:1179px){
    .tri-fiq-logo{
        width:40%;
    }
    .tri-fiq-bouton-secteur {
        width: 43%;
    }
    
    .tri-fiq-list-secteurs {
        width: 90%;
    }
    
    .tri-fiq-code-search {
        width: 90%;
    }
    
    .tri-fiq-result-list{
        width: 90%;
    }
    
    .tri-fiq-global{
        width: 90%;
    }
}

@media (max-width:980px){
    .tri-fiq-logo{
        width:45%;
    }
    
    .tri-fiq-bouton-secteur {
        width: 40%;
    }
    
    .tri-fiq-list-secteurs {
        width: 90%;
        padding:30px;
    }
    
    .tri-fiq-code-search {
        width: 90%;
    }
    
    .tri-fiq-result-list{
        width: 90%;
    }
    
    .tri-fiq-global input{
        width:35%;
    }
    .tri-fiq-global select{
        width:35%;
    }
    
    .tri-fiq-table input{
        width:60%;
    }
}

@media (max-width:767px){
    .tri-fiq-logo{
        width:80%;
    }
    .tri-fiq-title{
        font-size: 28px;
    }
    .tri-fiq-bouton-secteur {
        width: 100%;
    }
    
    .tri-fiq-list-secteurs {
        width: 90%;
        padding:30px;
    }
    
    .tri-fiq-code-search {
        width: 90%;
    }
    
    .tri-fiq-result-list{
        width: 100%;
    }
    .tri-fiq-result-table{
        width: 100%;
    }
    .tri-fiq-global{
        width:90%;
    }
    .tri-fiq-global select{
        width:70%;
    }
    .tri-fiq-global #tri-recherche{
        width:90%;
    }
    .tri-fiq-global #importedFile{
        margin-top:20px;
        margin-bottom:20px;
    }
}

/* Fin */
