/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #f1b200;
}
.cover-container .table th {
    white-space: nowrap;
}
/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #005252;
}

body {
  display: -ms-flexbox;
  /* display: flex; */
  text-align: center;
  color: #fff;
  /* text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); */
  /* box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5); */
}

.cover-container {
  /* max-width: 1170px; */
  /* background: #FFF; */
  color: #000;
  display: block;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}
svg#logo {
    max-width: 200px;
    fill: #FFF;
    /* margin-bottom: 20px; */
    display: block;
    height: 40px;
}
.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}
section {
    margin: 50px 0;
}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
  background: #FFF;
  border-radius: 20px;
  margin: 2rem 0;
  padding: 30px;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
  border-radius: 50px;
}
.btn-primary {
    color: #fff;
    background-color: #ffbd01;
    border-color: #ffbd01;
    border-radius: 50px;
}
.btn-primary.focus, .btn-primary:focus,.btn-primary:hover,.btn-primary:active {

    color: #ffbd01;
    background-color: #ffffff;
    border-color: #ffbd01;
    outline:none !important;
}
svg#main-logo {
    max-width: 60%;
    margin: 5rem auto 5rem auto;
    display: block;
    fill: #CCC;
}

.colsprints {background: #f5f5f5;vertical-align: middle !important;white-space: nowrap;text-align: center;max-width: 120px;}
.colwhite {background: #FFF;vertical-align: middle !important;text-align: center;border-right:1px solid #EEE;max-width: 120px;}

th.bleu.title {color: #001fff;font-weight: bold;}
th.blanc.title {color: #000000;font-weight: bold;}
th.rouge.title {color: #ff0000;font-weight: bold;}
th.course.title {color: #000000;font-weight: bold;}

.bleu {border-left: 4px solid #001fff;}
.blanc {border-left: 4px solid #efefef;}
.rouge {border-left: 4px solid #ff0000;}
.course {border-left: 4px solid #0a0a0a;}

/*
 * Footer
 */footer.mastfoot.mt-auto * {
    opacity: 1;
    color: #FFF;
}


/* RESPONSIVE */
@media (max-width : 991px) {
svg#main-logo {
    max-width: 100%;
    margin: 2rem 0 3rem;
}

}

@media (max-width : 768px) {
a.btn.btn-primary {
    display: block;
    margin-bottom: 10px;
}
    svg#logo {margin: 0 auto}
footer.mastfoot.mt-auto a {display:block}
}

