.dropdown-menu {
    min-width: 84px !important;
    top: 42px !important;
}


form {
    font-family: "Calibri";
    font-weight: bold;
}


select {
    background-color: #33383b !important;
    color: white !important;
}

select option {
    background-color: #33383b !important;
    color: white !important;
}


.bt {
    font-family: "Arial Narrow", Arial, sans-serif;
    /*16*/
}


.bg-image {
    /*background-size: cover;*/
    background-position: left;
    background-repeat: no-repeat;
}

.bg-transNotify {
    background-color: #F79457 !important;
    color: white;
}
.btn:hover {
    /* background-color: #F79457  !important; */
    background-color: #F79457  ;
    color: white !important;
}

.form-control:focus {
    /* Bidouille pour enlever la bordure bleu lors de la selection du formulaire*/
    border-color: #FFFFFF00;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset, 0px 0px 0px rgba(0, 0, 0, 0);
}

svg {
    position: fixed;
    /*position: absolute;*/
    pointer-events: none;
    /*opacity: 0; /* En attendant de finir le reste*/
    transition: stroke-dasharray 0.7s ease-out;
}

path {
    fill: none;
    stroke: url(#linearGradient);
    ;
    stroke-width: 4;
    stroke-dasharray: 495 1386;
}

.main {
    height: calc(100vh - 50px);
}

