*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;



}
.table td, .table th{
    align-items: center;
    vertical-align: middle;

}

.no-wrap{
white-space: nowrap;
}
.tx-vertical{
    writing-mode:vertical-lr;
}
.matable{
    width: 100% ;
    overflow: hidden;

}
body{
    width:100vw;
}

.text-center{
    text-align: center;
}

.blue-ligue{
    color:rgb(0, 36, 120);
}

.right-button{
    position : absolute;
    right: 10px;

}
.hidden{
    display: none;
}

h1{

    color:rgb(0, 36, 120);
}
h2{

    color:rgb(56, 83, 145);
}
h3{

    color:rgb(76, 95, 139);
}
h4{

    color:rgb(86, 100, 132);
}

.window{
    cursor: pointer;
}

.material-symbols-outlined{
    cursor: pointer;
}

