@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*
 * 1. Structuration générique de la page
 * 2. Corps de la page
 * 3. Navigation
 * 4. Breadcrumb
 * 5. Formulaire
 * 6. Modification style de depart
 */
/*
 * 1. Structuration générique de la page
 */
/* line 16, sass/xtr_dev_style.scss */
.filter-pronostics-layout {
  display: flex;
  margin-bottom: 2em;
  flex-wrap: wrap;
}
/* line 21, sass/xtr_dev_style.scss */
.filter-pronostics-layout #primary {
  order: 2;
  flex: 1 1 auto;
}
/* line 26, sass/xtr_dev_style.scss */
.filter-pronostics-layout #secondary {
  order: 1;
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  /* line 26, sass/xtr_dev_style.scss */
  .filter-pronostics-layout #secondary {
    flex: 0 0 200px;
    padding-right: 20px;
  }
}

/*
 * 2. Corps de la page
 */
/* line 38, sass/xtr_dev_style.scss */
.taxonomy_title {
  margin-top: 0;
}

/* line 41, sass/xtr_dev_style.scss */
.taxonomy_header {
  position: relative;
  padding: 0.25em;
}

/* line 46, sass/xtr_dev_style.scss */
.taxonomy_banner {
  max-width: 100%;
}

/* line 50, sass/xtr_dev_style.scss */
.taxonomy_read-more {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0.25em 0.5em;
  border-radius: 5px 5px 0 5px;
}

/*
 * 3. Navigation
 */
/* line 61, sass/xtr_dev_style.scss */
.prono-tax-nav {
  width: 100%;
  flex-wrap: wrap;
  z-index: 10;
}
/* line 66, sass/xtr_dev_style.scss */
.prono-tax-nav_sport-list {
  z-index: 10;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  /* line 66, sass/xtr_dev_style.scss */
  .prono-tax-nav_sport-list {
    display: block;
    margin-bottom: 0.5em;
  }
}
/* line 74, sass/xtr_dev_style.scss */
.prono-tax-nav_sport-list_header {
  flex: 1 1 100%;
  background: #668da3;
  padding: 0.7em 0.5em;
  margin-bottom: 0.25em;
  margin-right: 0.25em;
  border-radius: 0.25em;
  z-index: 10;
}
/* line 82, sass/xtr_dev_style.scss */
.prono-tax-nav_sport-list_header a {
  color: white;
}
@media screen and (min-width: 768px) {
  /* line 74, sass/xtr_dev_style.scss */
  .prono-tax-nav_sport-list_header {
    border-radius: 0em;
    margin: 0;
    background: white;
    border-bottom: 2px solid #668da3;
    text-transform: uppercase;
    padding: 0.25em;
    font-weight: 700;
  }
  /* line 93, sass/xtr_dev_style.scss */
  .prono-tax-nav_sport-list_header a {
    color: #668da3;
  }
}
/* line 99, sass/xtr_dev_style.scss */
.prono-tax-nav_sport-list_list {
  position: absolute;
  width: calc(100vw - 20px);
  z-index: 101;
  display: none;
  left: 10px;
  max-height: 80vh;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  /* line 99, sass/xtr_dev_style.scss */
  .prono-tax-nav_sport-list_list {
    background: #fdfdfd;
    position: relative;
    width: 100%;
    left: auto;
    display: block;
    border-left: 1px solid grey;
    margin-left: 10px;
    margin-top: 5px;
  }
}
/* line 117, sass/xtr_dev_style.scss */
.prono-tax-nav_sport-list_list_item {
  border: 1px solid lightgrey;
  border-bottom: none;
  z-index: 100;
  left: 0;
  background: white;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.875em;
}
/* line 126, sass/xtr_dev_style.scss */
.prono-tax-nav_sport-list_list_item .flag-icon {
  margin-right: 4px;
}
/* line 129, sass/xtr_dev_style.scss */
.prono-tax-nav_sport-list_list_item a {
  display: block;
  padding: 0.375em 0 0.375em 0.75em;
}
/* line 133, sass/xtr_dev_style.scss */
.prono-tax-nav_sport-list_list_item:last-child {
  border-bottom: 1px solid lightgrey;
}
@media screen and (min-width: 768px) {
  /* line 117, sass/xtr_dev_style.scss */
  .prono-tax-nav_sport-list_list_item {
    border: none;
    background: none;
    text-transform: none;
    padding: 0;
  }
  /* line 141, sass/xtr_dev_style.scss */
  .prono-tax-nav_sport-list_list_item a {
    display: block;
  }
  /* line 143, sass/xtr_dev_style.scss */
  .prono-tax-nav_sport-list_list_item a:hover {
    background: #d3d3d3;
  }
  /* line 147, sass/xtr_dev_style.scss */
  .prono-tax-nav_sport-list_list_item:last-child {
    border-bottom: none;
  }
}

/*
 * 4. Breadcrumb
 */
/* line 160, sass/xtr_dev_style.scss */
.breadcrumb ol {
  list-style: none;
  display: flex;
  padding: 0.75em 0;
  border-bottom: 1px solid #ddd;
  flex-wrap: wrap;
}
/* line 167, sass/xtr_dev_style.scss */
.breadcrumb ol li {
  padding: 0.25em 0.5em;
  border-right: 2px solid #ddd;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 173, sass/xtr_dev_style.scss */
.breadcrumb ol li a {
  white-space: nowrap;
}
/* line 177, sass/xtr_dev_style.scss */
.breadcrumb ol li:last-child {
  border-right: none;
}
/* line 180, sass/xtr_dev_style.scss */
.breadcrumb ol li:last-child a {
  color: #aaa;
}

/*
 * 5. Formulaire
 */
/* line 190, sass/xtr_dev_style.scss */
select:disabled {
  background: darkgrey;
}

/*
 * 6. Modification style de depart
 */
/* line 196, sass/xtr_dev_style.scss */
.main-navigation ul li ul {
  z-index: 200;
}

/* line 201, sass/xtr_dev_style.scss */
tr.hidden_tips, tr.tips_vip {
  background-color: #f3df99!important;
}

/* line 207, sass/xtr_dev_style.scss */
td.couleurcote {
  background: none;
}
