@charset "UTF-8";
/*$primary:       #78c2ad !default;*/
/**** ARCHIVES
/ Body

$body-color:                $gray-100 !default;

// Components

$border-radius-col:           1rem;
$border-radius:               .4rem !default;
$border-radius-lg:            .6rem !default;
$border-radius-sm:            .3rem !default;

// Fonts

// stylelint-disable-next-line value-keyword-case
$headings-font-family:        Montserrat, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default;
$headings-color:              $gray-700 !default;

// Tables

$table-border-color:          rgba(0, 0, 0, .05) !default;

// Dropdowns

$dropdown-link-hover-color:         $white !default;
$dropdown-link-hover-bg:            $secondary !default;

// Navbar

$navbar-dark-color:                 rgba($white, .6) !default;
$navbar-dark-hover-color:           $white !default;
$navbar-light-color:                rgba($black, .3) !default;
$navbar-light-hover-color:          $gray-700 !default;
$navbar-light-active-color:         $gray-700 !default;
$navbar-light-disabled-color:       rgba($black, .1) !default;

// Pagination

$pagination-color:                  $white !default;
$pagination-bg:                     $primary !default;
$pagination-border-color:           $primary !default;
$pagination-hover-color:            $white !default;
$pagination-hover-bg:               $secondary !default;
$pagination-hover-border-color:     $pagination-hover-bg !default;
$pagination-active-bg:              $secondary !default;
$pagination-active-border-color:    $pagination-active-bg !default;
$pagination-disabled-color:         $white !default;
$pagination-disabled-bg:            #cce8e0 !default;
$pagination-disabled-border-color:  $pagination-disabled-bg !default;

// Breadcrumbs

$breadcrumb-bg:                     $primary !default;
$breadcrumb-divider-color:          $white !default;
$breadcrumb-active-color:           $breadcrumb-divider-color !default;
**/
/* ///////////////////////////////////////////////////////////////////// 
//  02 - RESET
/////////////////////////////////////////////////////////////////////*/
/**

 HTML5 & 4 reset stylesheet
 Adapted from YUI & HTML5 Doctor
 v1.0

**/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, hgroup, menu, nav, summary, time, mark, audio, video, header, footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: baseline;
  background: transparent;
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-y: none;
}

ol, ul {
  list-style: none;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, img {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

input,
select,
textarea {
  font-size: 14px;
  vertical-align: middle;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

input {
  vertical-align: middle;
}

::-webkit-input-placeholder {
  color: #c0;
  font-family: Ubuntu, Arial;
}

::-moz-placeholder {
  color: #c0;
  font-family: Ubuntu, Arial;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #c0;
  font-family: Ubuntu, Arial;
} /* ie */
input:-moz-placeholder {
  color: #c0;
  font-family: Ubuntu, Arial;
}

img,
object,
embed {
  max-width: 100%;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

h3, h4, h2, h1 {
  padding: 0.3em 0;
  text-align: center;
  min-width: 100%;
}

@font-face {
  font-family: "HighSpeed";
  src: url("../scss/fonts/HighspeedRegular-8MrOn.otf");
  /*src: url('../polices/bauhs93-webfont.eot?#iefix') format('embedded-opentype'),
      url('../polices/bauhs93-webfont.woff') format('woff'),
      url('../polices/bauhs93-webfont.ttf') format('truetype'),
      url('../polices/bauhs93-webfont.svg#Bauhs93') format('svg');*/
}
html {
  font-family: Monterrat, Helvetica, antagonometrica;
  font-size: 17px;
}

.main-title {
  margin-top: 1em;
  margin-bottom: 0.3em;
  font-family: HighSpeed;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  color: #027373;
}

.primary-title {
  font-family: HighSpeed;
  font-size: 23px;
  font-weight: 600;
  color: #027373;
  margin-top: 1em;
  margin-bottom: 1em;
}

.secondary-title {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 300;
  color: #027373;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.tertiary-title {
  text-align: center;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 100;
  color: #027373;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.bloc-depliant {
  background-color: #038C7F;
  color: #f7f8eb;
  border-radius: 5px;
  padding: 0.5em;
}

#resume .label {
  display: inline-block;
  width: 50%;
  font-weight: 800;
}

#background {
  background-color: #038C7F;
}

#wrapper {
  max-width: 98%;
  margin: 0 auto;
  background-color: #f7f8eb;
}

#container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#dashboard-content {
  width: 100%;
}

#footer {
  margin-top: 1.5em;
}

.title {
  font-family: HighSpeed;
  font-size: 30px;
}

.highspeedtitle {
  font-family: HighSpeed;
}

.high {
  font-size: 30px;
}

.medium {
  font-size: 17px;
}

.small {
  font-size: 14px;
}

#importspinner {
  margin: 1em 1em;
  background-image: url("/static/images/spinner.gif");
  background-size: 30px;
  background-position: 0;
  background-repeat: no-repeat;
}

/**
* CSS WINDOW AJOUT
**/
#voile {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

.obscur {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #0D0D0D;
  filter: alpha(opacity=85);
  opacity: 0.75;
  z-index: 2;
}

#window {
  position: fixed;
  top: 0;
  /*left:50%;*/
  left: 25%;
  background-color: #f7f8eb;
  margin: 50px;
  -moz-transition: width linear 0.5s, height linear 0.5s;
  -ms-transition: width linear 0.5s, height linear 0.5s;
  -webkit-transition: width linear 0.5s, height linear 0.5s;
  -o-transition: width linear 0.5s, height linear 0.5s;
  transition: width linear 0.5s, height linear 0.5s;
  z-index: 6;
  overflow-y: scroll;
}

#window p, #window div {
  overflow: hidden;
}

#close-window, #close-message {
  display: block;
  float: right;
  width: 20px;
  height: auto;
  color: #0D0D0D;
}

#close-window:hover, #close-message:hover {
  cursor: pointer;
}

#close-message {
  font-size: 17px;
}

.right {
  text-align: right;
}

#menu-container {
  margin: 0;
}

.navbar {
  background-color: #038C7F;
  color: #f7f8eb;
}

.logo {
  display: block;
  width: 240px;
  height: 120px;
  background-image: url("/static/images/logo.png");
  background-size: 240px 120px;
  background-repeat: no-repeat;
}

h1.header-text {
  font-family: antagometrica, Helvetica;
  text-align: center;
}

.navbar-nav {
  text-align: center;
}

.sport-icon, #icon {
  display: inline-block;
  width: 41px;
  height: 41px;
  background-image: url("/static/images/sprite-sports.png");
  text-align: center;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 400px;
}

#detail-graph {
  position: relative;
  display: block;
  height: 150px;
}

#mapid {
  height: 400px;
  text-align: center;
  z-index: 1;
}

#bloc-intervalles {
  margin-right: 5%;
}

#bloc-tours {
  max-height: 900px;
  overflow: auto;
  font-size: 14px;
}

.graphes, .parcours {
  margin: 1em 0;
  border: solid 1pt #0D0D0D;
  border-radius: 5px;
}

.form p {
  margin: 1% 0;
}

.form-control {
  font-size: 14px;
}

.form label {
  vertical-align: top;
  width: 25%;
}

.form input[type=text], .form select, .form textarea {
  width: 80%;
}

.form textarea {
  height: 250px;
}

.submit {
  margin-left: 70%;
  width: 15%;
}

.errorlist {
  background-color: red;
}

.helptext {
  display: none;
}

.file {
  display: inline-block;
}

.file-del {
  display: block;
  float: right;
  width: 26px;
  height: 25px;
  margin-right: 25px;
  background-image: url("/static/images/bouton-close.png");
  background-size: 55px 25px;
  background-position: 0px;
  background-repeat: no-repeat;
}

.file-del:hover {
  background-position: -26px 0;
}

.file-icon {
  clear: right;
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("/static/images/file.png");
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.file-lien {
  display: block;
  max-width: 70px;
  height: 25px;
  overflow: hidden;
}

/*select{
    width:25%;
}*/
select[multiple] {
  width: 99%;
  height: 99%;
}

select.form-control[multiple] {
  height: 80%;
}

/*---- peut etre à supprimer */
.fied-line {
  margin-top: 0.95em;
  font-size: 17px;
}

.field-line label {
  display: inline-block;
  width: 17%;
}

.field-line input, field-line input[type=number], .field-line select, .field-line textarea {
  display: inline-block;
  width: 80%;
}

/* CSS STATISTIQUES
 * LEGENDE*/
#legend-glob, #legend-mois, #legend-year {
  text-align: center;
}

.legend-color {
  display: inline-block;
  width: 30px;
  height: 10px;
  margin-left: 1em;
}

.legend-item {
  display: inline-block;
  font-size: 14px;
}

.legend-text {
  vertical-align: middle;
  margin-left: 5px;
}

.custom-control-input:checked ~ .custom-control-denivele::before {
  color: #fff;
  border-color: #D6D6D6;
  background-color: #D6D6D6;
}

.custom-switch .custom-control-denivele::after {
  color: #fff;
  border-color: #D6D6D6;
  background-color: #D6D6D6;
}

.custom-control-input:checked ~ .custom-control-vitesse::before {
  color: #fff;
  border-color: red;
  background-color: red;
}

.custom-switch .custom-control-vitesse::after {
  color: #fff;
  border-color: red;
  background-color: red;
}

/*---- LOGIN ----*/
.image-panel {
  background-image: url("/static/images/collage_login.jpg");
  background-repeat: repeat;
  opacity: 0.8;
}

#image-left {
  top: 0 5;
  background-position: 0;
  width: 100%;
}

#image-right {
  top: -600 5;
  background-position: -330px;
  width: 100%;
}

#title-login {
  font-family: HighSpeed;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 200;
  color: #f7f8eb;
  z-index: 99;
  opacity: 1;
}

#login-panel {
  background-color: #027373;
  border: solid thin 3px #f7f8eb;
  padding: 1.5em;
  color: white;
  width: 100%;
  height: 100%;
  margin-bottom: 10%;
  padding-bottom: 70%;
  z-index: 99;
  opacity: 1;
}

#form-login {
  padding: 1.5em;
}
#form-login p {
  margin-bottom: 0.75em;
}
#form-login label {
  width: 25%;
}
#form-login input[type=text], #form-login input[type=password] {
  width: 74%;
}

#second-title {
  width: 100%;
  font-size: 30px;
  font-family: HighSpeed;
  text-align: center;
}

.evals, .ecart, .ecart-majeur, .ecart-important {
  text-align: right;
  margin-right: 1%;
}

#nb-elts, #nb-elts-select, .nb-elts, .nb-elts-select {
  display: inline-block;
  max-width: 80%;
}

#nb-elts-pages, .nb-elts-pages {
  width: 50px;
}

.pagination .disabled,
.pagination .disabled span:hover,
.pagination .disabled span:focus,
.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled a:focus {
  color: #94949a;
  /*background-color: #fff;*/
  border-color: #ddd;
  cursor: not-allowed;
}

/*
 *  BANDEAU FILTRES
 *
 * */
.arrow {
  float: right;
  width: 15px;
  height: 15px;
  margin: 7.5px;
  overflow: hidden;
  background-image: url("/static/images/showhide.png");
  background-repeat: no-repeat;
  background-size: 30px;
  vertical-align: middle;
}

.dshow {
  background-position: 0 0;
}

.dhide {
  background-position: -15px 0;
}

#files-div {
  padding: 2em;
  width: 80%;
  height: 250px;
  overflow: auto;
  border: solid thin #000;
}

#filtres {
  margin: 0;
}

.hidden-block {
  overflow: hidden;
}

/*//////////////////////////////////////////////////////////////////////
/// REGLES CSS LISTE
//////////////////////////////////////////////////////////////////////*/
.top-info {
  margin-top: 25px;
  color: #56CC9D;
  font-size: 17px;
}

#list-header {
  min-height: 70px;
}

thead {
  background-color: #027373;
  color: #f7f8eb;
}

thead .header-elt, .table-header .header-elt {
  vertical-align: middle;
  float: left;
  width: 100%;
  height: 35px;
}

thead .header div, .table-header div {
  margin-top: 0;
}

thead .header .asc, .header .desc, .table-header .asc, .table-header .desc {
  clear: left;
  float: right;
  margin-top: 0;
  width: 8px;
  height: 16px;
  background-image: url("/static/images/tri.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px;
}

thead .header .desc, .table-header .desc {
  background-position: -8px 0;
}

.table {
  font-size: 14px;
  margin: 0 auto;
  width: 98%;
  border: #0D0D0D solid 1px;
}

table thead {
  text-align: center;
  vertical-align: top;
}

table .even {
  background-color: #f7f8eb;
}

table .odd {
  background-color: #A9D9D0;
}

table .idistance, table .ivitesse {
  text-align: center;
}

table .iduration, table .idenivplus, table .idenivmoins {
  text-align: right;
  padding-right: 10px;
}

.table-stats {
  width: 100%;
  margin: 0 auto;
}

td {
  height: 40px;
  margin: 0 2px;
  border: solid thin gray;
  border-collapse: collapse;
  vertical-align: middle;
}

.date_eval {
  width: 90px;
}

.vertical {
  clear: left;
  float: right;
  height: 16px;
}

/*# sourceMappingURL=styles.css.map */
