form{
    font-family: "Calibri";
    font-weight: bold;
}

.bt{
    font-family: "Arial Narrow", Arial, sans-serif;
    /*16*/
}


.bg-image{
    /*background-size: cover;*/
    background-position: left;
    background-repeat: no-repeat;
}

.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;
}
path {
    fill: none;
    stroke: url(#linearGradient);;
    stroke-width: 4;
    stroke-dasharray: 240 1386;
}

@media only screen and (max-width: 450px) {
    .border-custom{
        border-radius: 0;
        border-bottom: solid #679AD3 !important;
    }
    .btn:focus-visible {
        background-color: #679AD3 !important;
        color: white !important;
    }
}

.bg-TrackTruck {
    background-color: #679AD3;
    color: white;
}

.main {
    height: calc(100vh - 50px);
}
