#sect-navig
{
    margin-top: 10px;
}

#sect-navig nav ul
{
    list-style: none;
}

.btn-secondary
{
    background-color: #E6E6E6;
    border-color: #CCCCCC;
    color: black;
    font-size: 1.1vw;
    font-weight: bolder;
}

.marginRighNav
{
    margin-right: 25px;
}

.marginRighNav a {
    font-weight: normal; /* Force le texte à ne pas être en gras */
}


#active
{
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}

.Heigh-Width
{
    height:10%;
    width:15%;
}

.card-body
{
    text-align: center;
}

.card-title
{
    font-size:96%;
}

label .btn-secondary
{
    height:10%;
    width:100%;
    color:white;
    background-color:#FF0000;
}

.dropdown-menu 
{
    min-width: 13rem;
}