@import url(https://use.typekit.net/qda1uxz.css);

body {
    /*color:#676767;*/
    /*font-family: "brother-1816",sans-serif; */

    /*background: url(https://njuko-cover.s3.amazonaws.com/HauteRouteEUROS__cover1534501984) no-repeat center center fixed !important;
    background-size: cover !important;*/

    background-color: #fff;
    background-image: url(https://www.hauteroute.org/images/site/events/events-overview-bg.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*padding-top: 7.5rem;
    padding-bottom: 5rem;*/
}

* {font-family: "brother-1816",sans-serif;}

.navbar-default {
    background-color: #1f2527;
    color:#fff;
    border-color:#1f2527;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a ,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    /*color:#555;*/
    color:#fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #FD5000;
}

#banner {
    background: url(https://www.hauteroute.org/images/uploads/hero/Stelvio1400.png);
    background-repeat: no-repeat;
    background-position-y: -480px;
    background-position-x: center;
    background-size: cover;
    height: 100px;
    padding: 10px;
}
@media (max-width: 800px) {
    #banner{
        /*background-size: 100%;*/
        /*background: transparent url(/direct/hauteroutedolomites_2018/img_evt/Dolomites2.jpg) no-repeat center center;
        height: 220px;
        margin-top: 10px;*/
    }
}
@media (max-width: 350px) {
    #banner{
        /*background-size: 100%;*/
    }
}

#logo {
    /*background: url(https://www.hauteroute.org/images/site/logo.svg);*/
    /*background: url(https://www.timing4you.com/direct/hauteroutestelvio_2019/img_evt/logo.svg);*/
    background: url(https://www.hauteroute.org/images/site/footer/logoHrLight.svg);
    /*background: url(https://www.hauteroute.org/images/site/nav/logoColor.png);*/
    height: 80px;
    background-position-x: right;
    background-repeat: no-repeat;
    width: 95%;
}

/*#logo.Passage194:after {
    content: "Haute Route Dolomites - Stage 1";
    color: #fff;
    font-size: 30px;
    font-family: "brother-1816",sans-serif;
}
#logo.Passage195:after {
    content: "Haute Route Dolomites - Stage 2";
    color: #fff;
    font-size: 30px;
    font-family: "brother-1816",sans-serif;
}
#logo.Passage196:after {
    content: "Haute Route Dolomites - Stage 3";
    color: #fff;
    font-size: 30px;
    font-family: "brother-1816",sans-serif;
}*/

.titre {
    /*background-color: #D18F00;*/
    background-color: #1f2527;
    color:#fff;
}

.homeHR {
    text-align: center;
}

.allStage {
    margin-bottom: 20px;
}

.stageActive {
    background-color: #FD5000;
    color:#fff;
}
.jourActive {
    background-color: #FD5000;
    border-radius: 50px;
}

.navbar-default .navbar-nav > .jourActive > a,
.navbar-default .navbar-nav > .jourActive > a:hover,
.navbar-default .navbar-nav > .jourActive > a:focus {
    color:#fff;
}

.jumbotron {
    padding:30px 60px;
}

.footer {
    display:none;
}

/* ___ RESULTAT */
.resultatBulle {
    background-color: #FD5000;
    border-radius: 500px;
    color: #FFF;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    width: 100px;
}

.resultatBulle .chiffre {
    font-size: 34px;
    display: block;
}

.fichier:hover {
    background-color: #efefef;
}

#form_participant,#form_provisoire {
    color: #212529;
    font-weight: bold;
}

#participant .table {
    background-color: #fff;
}

#provisoire_resultat .table-responsive {
    background-color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #fd5000;
    border-color: #ff8f1c;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ff8f1c;
    border-color: #fd5000;
}
