/**

Theme Name: Astra Child

Author: Brainstorm Force

Author URI: http://wpastra.com/about/

Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: astra-child

Template: astra

*/
.ligne_donnee,
.separateur {
	color:#FFF;
}
.donnee_pronostic,
.type_prono span {
	font-weight:bold;
}
.cote {
	color:#352a2a;
	padding:0px 10px;
	background-color: #d3d3d3;
	display:inline-block;
}
.type_prono {
	text-transform: uppercase;
	color:#bf923f;
}
.date_prono,
.paris,
.paris_last_match {
	background-color: #bf923f;
	padding:2px 10px;
	color:#352a2a;
	line-height: 23px;
}
.paris,
.paris_last_match {
	background-color: #FFF;
	margin-left:3px;
}
.indice_confiance {
	margin-top:1em;
}

.histo_pronos {
	padding:10px 0;
}

.progress-bar {
    margin-bottom: 1rem;
    background-color: white;
    width: 100%;
    height: 13px;
    display: inline-block;
	position:relative;
}
.progress-value {
	background-color: rgb(191, 146, 63);
    transition: 0.3s all linear;
    height: 13px;
    display: inline-block;
	position:absolute;
}
.pouce-vert {
	color: #2db343;
    padding: 0 15px;
}
.pouce-rouge {
	color: #ff3b30;
    padding: 0 15px;
}

.nav__list { list-style: none !important; }
.nav__list ul { margin-bottom:0; }
/**
 * Styling top level items
 */
.nav a, .nav label {
  display: block;
 padding: .85rem;
  color: #fff;
  background-color: #151515;
  box-shadow: inset 0 -1px #1d1d1d;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}
.nav a:focus, .nav a:hover, .nav label:focus, .nav label:hover {
  color: rgba(255, 255, 255, 0.5);
  background: #030303;
}
.nav label { cursor: pointer; }
/**
 * Styling first level lists items
 */
.group-list a, .group-list label {
  padding-left: 2rem;
  background: #252525;
  box-shadow: inset 0 -1px #373737;
}
.group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover { background: #131313; }
/**
 * Styling second level list items
 */
.sub-group-list a, .sub-group-list label {
  padding-left: 4rem;
  background: #353535;
  box-shadow: inset 0 -1px #474747;
}
.sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list label:focus, .sub-group-list label:hover { background: #232323; }
/**
 * Styling third level list items
 */
.sub-sub-group-list a, .sub-sub-group-list label {
  padding-left: 6rem;
  background: #454545;
  box-shadow: inset 0 -1px #575757;
}
.sub-sub-group-list a:focus, .sub-sub-group-list a:hover, .sub-sub-group-list label:focus, .sub-sub-group-list label:hover { background: #333333; }
/**
 * Hide nested lists
 */
.group-list, .sub-group-list, .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}
.nav__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
max-height: 20000px; }
/**
 * Rotating chevron icon
 */
label > span {
  float: right;
  -webkit-transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
}
.nav__list input[type=checkbox]:checked + label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/******* derniers pronostics gagnants ***********/
ul.last_pronos {
	margin:0;
}
ul.last_pronos li {
	list-style-type: none;
	display: table;
    width: 100%;
}
.entete_last, .contenu_last {
	color:#FFF;
}
.entete_last > div, .contenu_last > div {
	width:44%;
	float:left;
}
.entete_last > div.cote_total_last, 
.contenu_last > div.cote_last {
	width:9%;
}
.match_last {
	clear:left;
}
.contenu_last > div {
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
	padding-right:1%;
}
.cote_globale {
	clear:left;
	float:right;
	background-color:#606060;
	margin:8px 40px 12px 0 !important;
	padding:0 10px;
}
.gagnant_last {
    padding: 2px 10px;
    background-color: #2db343;
    border-radius: 3px;
	clear: both;
    margin-bottom: 18px !important;
    float: right;
	color:#FFF;
	text-transform: uppercase;
	font-weight:bold;
}

.hr-thin {
    border-style: solid;
    border-width: 1px;
    border-color: #bf923f;
    border-left: none;
    border-right: none;
    border-bottom: none;
	height: 9px;
    line-height: 9px;
    margin: 0 auto;
}