header {
    height: 200px;
    margin: 20;
    background: url('../img/dna.jpg') repeat-x;
    box-shadow: 7px 2px 30px black;
}

body {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: auto;
    overflow-y: auto;
}

.footer {
    height: 100px;
    background: url('../img/dna.jpg') repeat-x;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding-top: 3%;
}

#container {
    min-height: 100%;
    position: relative;
    padding-bottom: 100px;
}

#logo_spliceator {
    margin-top: 12px;
}

/* Les liens*/
a {
    text-decoration: none;
    color: black;
}

/* Boutons */
button {
    border: none;
    padding: 5px 8px 5px 8px;
    border-radius: 10px;
    border-bottom: 2px solid #FFD24A;
    border-top: 2px solid #FFD24A;
    font-weight: bold;
    color: #000000;
    background: #fff;
    cursor: pointer;
    transition: all 0.5s;
}

button:hover {
    background: #FFF1C9;
}

button:focus {
    outline: none;
}

button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

button span:after {
    content: ">";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

button:hover span {
    padding-right: 25px;
}

button:hover span:after {
    opacity: 1;
    right: 0;
}

.btn-download {
    display: inline-block;
    position: relative;
    border: none;
    padding: 5px 8px 5px 8px;
    border-radius: 10px;
    border-bottom: 2px solid #FFD24A;
    border-top: 2px solid #FFD24A;
    font-weight: bold;
    color: #000000;
    background: #fff;
    cursor: pointer;
    transition: all 0.5s;
    margin-left: 1%;
}

.btn-download:hover {
    background: #FFF1C9;
    padding-right: 33px;
}

.btn-download:focus {
    outline: none;
}

.btn-download:after {
    content: ">";
    position: absolute;
    opacity: 0;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    transition: 0.5s;
}

.btn-download:hover:after {
    opacity: 1;
    right: 8px;
}

input[type="file"] {
    display: none;
}

#custom-file-selector {
    border: none;
    padding: 5px 8px 5px 8px;
    border-radius: 10px;
    border-bottom: 2px solid #FFD24A;
    border-top: 2px solid #FFD24A;
    font-size: 75%;
    font-weight: bold;
    color: #000000;
    background: #fff;
    cursor: pointer;
    transition: all 0.5s;
}

#custom-file-selector:hover {
    background: #FFF1C9;
}

/* position du bouton start */
#go {
    position: relative;
    margin-top: 0.5%;
    margin-bottom: 2%;
}

/* Bouton de téléchargement du programme */
#download_soft {}

/* Lignes horizontales  */
hr {
    border: none;
    border-top: 3px double #FFD24A;
    /*34ace0*/
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
    width: 60%;
    margin-top: 2%;
}

hr:after {
    background: #fff;
    padding: 0 4px;
    position: relative;
    top: -13px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-weight: bold;
}

#acgt_hr:after {
    content: 'GT/AG';
}

#parameter_hr:after {
    content: 'Parameters';
}

#results_hr:after {
    content: 'Results';
}

#soft_hr:after {
    content: 'Software';
}

#data_hr:after {
    content: 'Data';
}

/* les textes classiques */
.text {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 110%;
}

#insert_example {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 70%;
    margin-bottom: 20%;
    cursor: pointer;
}

#insert_example:hover {
    color: #feca57;
}

#text_intro {
    position: relative;
}

.titre {
    color: white;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 300%;
    text-align: center;
    padding-top: 4%;
    position: static;
}

#end {
    color: #FFD24A;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 140%;
    text-align: center;
    padding-top: 4%;
    position: static;
}

#gene_seq {
    position: absolute;
}

#inputfasta {
    margin-left: 25%;

    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 110%;
}

#genomic_seq {
    margin-left: 50%;

}

#gitlab_link:hover {
    text-decoration: underline;
}

#logo_gitlab {
    width: 50px;
    height: 50px;
}

#text_fasta {

    font-family: 'Consolas', sans-serif;
    font-size: 70%;
    background-color: #FFF0C5;
}

#genome {
    margin-left: 2%;
    margin-right: 2%;
    background-color: #34ace0;
    white-space: nowrap;
}

.span_pos_donor {
    background-color: #273c75;
    color: #273c75;
    cursor: pointer;
}

.span_pos_acceptor {
    background-color: green;
    color: green;
    cursor: pointer;
}

/* La div contenant les résutats*/
#output_results {
    margin-left: 2%;
    margin-right: 2%;

}

/* Affichage de le séquence résultats*/
#sequence_result {
    display: block;
    text-align: justify;
    text-justify: inter-word;
    overflow-wrap: anywhere;
    font-size: 80%;
    font-family: 'Consolas';
    /*monospace*/
    overflow: auto;
    height: auto;
    background-color: #f1f2f6;
}

#img_home:hover {
    cursor: pointer;
    background: url('../img/home_hover.png');
}

#div_result {
    font-family: 'Consolas';
    /*monospace*/
    margin-left: 2%;
    font-size: 110%;
}

.site {
    border-radius: 10px;
}

.site_donor.active {
    background-color: #FFD24A;
}

.site_acceptor.active {
    background-color: #FF9933;
}

.site_donor.active:hover,
.site_acceptor.active:hover {
    color: #535c68;
    cursor: help;
}

.slidecontainer {
    margin-left: 2%;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 110%;
}

.slider {
    -webkit-appearance: none;
    height: 10px;
    /* hauteur de la barre */
    border-radius: 100px;
    /* Rebord arrondi de la barre*/
    background: lightgrey;
    outline: none;
    opacity: 1;
    -webkit-transition: .5s;
    transition: opacity .5s;
}

.slider:hover {
    opacity: 0.7;
}

/* boule du slider*/
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #FFD24A;
    cursor: pointer;
}

/*   LOADER   */
#loading_overlay {
    background: lightgrey;
    cursor: wait;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#loading_overlay h1 {
    background: none;
    border: none;
    color: #FFD24A;
    /*34ace0*/
    font-size: 22px;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: 700;
    height: 700px;
    line-height: 700px;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}

#spinner {
    display: none;
}

.spinner_wheel {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #FFD24A;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.spinner_text {
    text-align: center;
    color: #FFD24A;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 120%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#error_msg {
    color: red;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
}

#div_error {
    background-color: #FFD2D2;
    margin: 0 auto;
    box-shadow: 5px 5px 10px 1px lightgrey;
    border-radius: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 35%;
    margin-top: 2%;
    margin-bottom: 2%;
    display: none;
}

/* Tableau résultats */

#tableaux {
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
    display: block;

    margin-left: 2%;
    margin-right: 2%;

}

#tableaux>div {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2%;
}

.tab_res_wrapper {
    width: 40%;
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 10px;
}

#merged_tab {
    text-align: center;
    margin: auto;
    display: block;
}

.tab_res {
    background-color: #f5f6fa;
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
}

.tab_res tbody {
    counter-reset: row_index;
}

.tab_res tbody tr {
    counter-increment: row_index;
}

.tab_res tbody tr::before {
    content: "Row " counter(row_index);
    display: table-cell;
    padding-right: 8px;
    text-align: right;
    font-weight: bold;
    color: #606060;
}

#tableau_resultats_donor tbody tr::before {
    content: "Donor " counter(row_index);
}

#tableau_resultats_acceptor tbody tr::before {
    content: "Acceptor " counter(row_index);
}

.tab_res thead tr::before {
    content: "#";
    display: table-cell;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f5f6fa;
    padding-right: 8px;
    text-align: right;
    font-weight: bold;
    color: #606060;
}

.tab_res thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #f5f6fa;
}

#tableau_resultats_donor {
    border-radius: 10px;

}

#tableau_resultats_acceptor {
    border-radius: 10px;
}

.ancor_link:hover {
    color: #FFD24A;
}

.ancor_link {
    color: black;
}

.header_tab {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-weight: bold;
    color: #454545;
}

.header_menu {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 120%;
}

.header_menu:hover {
    text-decoration: underline;
}

#blue_line_menu {
    margin-left: 75%;
    background-color: #FFD24A;
    border-radius: 0px 0px 0px 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}

#triangle {
    margin: auto;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 30px solid #f5f6fa;
}

#triangle:hover {
    border-bottom: 30px solid #dcdde1;
    cursor: pointer;
}

.img_up {
    cursor: pointer;
}

#div_helper {
    border-width: 1px;
    background-color: #FFF0C5;
    border-style: solid;
    border-color: #FFD24A;
    width: 60%;
    padding: 5px;
    margin-left: 1%;
}

#parameters {
    margin: 0 auto;
    background-color: #f5f6fa;
    box-shadow: 5px 5px 10px 1px lightgrey;
    border-radius: 10px;
    padding-bottom: 20px;
    padding-top: 7px;
    width: 35%;
    margin-top: 1.5%;
    margin-bottom: 1%;
}

#disk_save {
    cursor: pointer;
}

#dna_obs img {
    left: 0px;
    transition: left .5s;
}

#div_dna_obs {
    position: absolute;
    left: 50px;
}

#citation {
    border: 1px solid black;
    padding: 15px;
    border-radius: 8px;
    border-color: black;
    margin-left: 16%;
    margin-right: 16%;
}