* { margin:0; padding:0; }

body{
	position: relative;
	background: var(--background-color);
}



/* __________________________________________________________________________________________ BANDEAU  */
#conteneur_bandeau{
	position: absolute;
	width: 100%;
	top:0px;
	z-index: 100;
}
#bandeau{
	width: 850px;
	overflow: visible;
	padding: 0;
	height: 60px;
	margin: auto;
}
#bandeau #gros_titre{
	padding: 5px 10px;
	vertical-align: top;
}
#bandeau > div{
	display: inline-block;
}
#bandeau #barre_menu{
	margin:0;
	height: 100%;
	line-height: 60px;
}
#bandeau #barre_menu > a{
	/*text-decoration: none;*/
	display: inline-block;
}
#bandeau #barre_menu .conteneur_menu{
	height: 100%;
	display: inline-block;
}
#bandeau #barre_menu .conteneur_menu + .conteneur_menu{
	margin-left: 5px;
}
#bandeau #barre_menu .conteneur_menu .titre_menu{
	width: 140px;
	text-align: center;
	color: white;
}
#bandeau #barre_menu > *:last-child .titre_menu{
	width: 150px;
}
#bandeau #barre_menu .conteneur_menu:hover .titre_menu{
	color: var(--hover-text-color);
	background: var(--hover-color);
	text-shadow: var(--hover-text-shadow);
}
#bandeau .slider .inner{
	left: 0px;
	min-width: 100%;
}
#bandeau .slider .inner a{
	text-decoration: none;
}
#bandeau .slider .inner div{
	min-width: 100%;
    box-sizing: border-box;
	min-height: 30px;
	max-height: 60px;
	text-shadow: none;
	line-height: normal;
}


/* __________________________________________________________________________________________ SLIDESHOW   */
#slideshow{
	width: 100%;
	height: 25%;
	flex-shrink: 0;
}
#slideshow .slides-navigation > *{
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: white;
	border-radius: 25px;
	text-align: center;
	opacity:0.6;
	
	color: black;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
	
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
#slideshow .slides-navigation > *:hover{
	width: 80px;
	height: 80px;
	border-radius:40px;
	margin-top:-15px;
	line-height: 80px;
	font-size: 3em;
	opacity: 0.8;
}
#slideshow .slides-pagination a{
	text-indent: -200%;
}
/*#slideshow .prev{
	left:-5px;
}
#slideshow .next{
	right:-5px;
}*/

/* __________________________________________________________________________________________ CONTENU */
#conteneur{
	padding: 0px;
	text-align: center;
	width: 850px;
	margin: auto;
}
#conteneur .section{
	background: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 1px;		/* ca permet de mettre un margin-bottom sur les derniers �l�ments des sections */
	border-radius: 5px;
	overflow: hidden;
}
#conteneur table{
	margin: auto;
}
#conteneur h1{
	color: var(--secondary-color);
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	
	background: #eee;
}
#conteneur h1 + *{
	margin-top: 10px;
}
#conteneur #section_commercial{
	padding-bottom: 0px;
}
#conteneur #section_commercial a{
	color: white;
}
#conteneur #section_commercial h1{
	color: white;
	background: var(--primary-color);
	border-bottom: none;
}

#section_solusport .logo_solusport{
	max-width: 100%;
	height: auto;
}
#section_solusport .row {
	display: flex;
	align-items: center;
	justify-content: center;
}  
#section_solusport .column {
	flex: 50%;
	padding: 5px;
}
#section_solusport .column p + p {
	margin-top: 5px;
}

/* __________________________________________________________________________________________ NAVIGATION SUR LA PAGE */
#section_nav{
	padding-bottom: 0 !important;
}
#section_nav h1{
	font-size: 0;
	padding: 0;
	border-bottom: none;
	display: flex;
	flex-wrap: nowrap;
}
#section_nav h1 a{
	font-size: 1.5rem;
	display: inline-block;
	width: 212px;
	padding-top: 10px;
	padding-bottom: 10px;

	flex: 1;
	
	color: black;
	text-decoration: none;
}
#section_nav h1 a:last-child{
	width: 211px;
}
#section_nav h1 a:hover{
	color: var(--hover-text-color);
	background: var(--hover-color);
	text-shadow: var(--hover-text-shadow);
}
#section_nav h1 a + a{
	border-left: 1px solid black;
}

#menu_nav{
	position: fixed;
	top: 50%;
	margin-top: -60px;
	border: 1px solid black;
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
}

#menu_nav a{
	display: block;
	font-size: 1.5rem;
	height: 30px;
	line-height: 30px;
	color: black;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
#menu_nav a+a{
	border-top: 1px solid black;
}
#menu_nav a:hover{
	color: var(--hover-text-color);
	background: var(--hover-color);
	text-shadow: var(--hover-text-shadow);
}
#menu_nav .commercial{
	color: white;
	background: var(--primary-color);
}
#menu_nav .solustop{
	color: white;
	background: #D81635;
}

@media screen and (max-width: 1080px){
	#menu_nav{
		display: none;
	}
}
/* __________________________________________________________________________________________ TABLEAU DES COURSES */

.tableau{
	width: 800px;
}
.tableau th{
	background: var(--primary-color);
}

#tab_courses tbody tr td.nom:hover > span:first-child{
	cursor: pointer;
	text-decoration: underline;
}
.miniature{
	max-width: 100%;
}
.live{
	padding: 0px 4px;
	margin-left: 5px;
	border-radius: 5px;
	
	color: white;
	background: #121271;
}
#autrescourses{
	line-height: 20px;
	height: 20px;
	width: 150px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	text-align:center;
	border: 1px solid #a0a0a0;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #eee;
}
#autrescourses:hover{
	cursor: pointer;
	text-decoration: underline;
	color: var(--hover-text-color);
	background: var(--hover-color);
	text-shadow: var(--hover-text-shadow);
}
a.carte img{
	width:24px;
	height:24px;
}
a.classement img,
a.stats img{
	width:64px;
	height:24px;
}
a.graphe img{
	width:32px;
	height:32px;
}

/* __________________________________________________________________________________________ IFRAMES DE LA COURSE SELECTIONNEE */
#course_actuelle{
	font-size: 0;	/* permet d'�viter les espaces induits par les inline-block */
	margin-bottom: 20px;
}
.ifr_sw{
	position: relative;
	display: inline-block;
	margin: 5px;
	width: 386px;
	height: 200px;
	overflow: hidden;
	border-radius: 2px;
}
.ifr_sw iframe{
	border: none;
	height: 100%;
	width: 100%;
}
#ifr_carte{
	float: left;
	height: 410px;
	margin-left: 25px;
}
.ifr_sw a{
	position: absolute;
	left:0px;
	bottom: 0px;
	width: 100%;
	height: 0px;
	line-height: 40px;
	font-size: 1.5rem;
	font-weight: normal;
	background: black;
	color: white;
	opacity: 0.6;
	
	-moz-transition: height 0.3s ease;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
}
.ifr_sw:hover a{
	height: 40px;
}

/* __________________________________________________________________________________________ ACTUALITES ET PRODUITS */
#actualites, 
#produits{
	text-align: left;

    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: stretch;
}

#actualites .boite, 
#produits .boite{
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-right: 0px;
	max-width: 386px;
	width: 386px;
	border-radius: 2px;
	flex-shrink: 0;
}
#actualites .boite .entete,
#produits .boite .entete{
	background: var(--box-header-background);
	border-bottom: var(--box-header-border-bottom);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
#actualites .boite .contenu, 
#produits .boite .contenu{
	background: none;
	background-color: #eee;
	border: none;
	min-height: 150px;
	padding: 5px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	font-weight: normal;
	text-align: left;
}
#actualites .boite .contenu img, 
#produits .boite .contenu img{
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 5px;
	border-radius: 5px;
}
#actualites .boite .contenu .texte img, 
#produits .boite .contenu .texte img{
	float: none;
	width: 12px;
	height: 12px;
	margin: 0;
}
#actualites .boite .contenu .texte p, 
#produits .boite .contenu .texte p{
	margin-bottom: 7px;
}
#actualites .boite .entete{
	overflow: hidden;
}
#actualites .boite .entete .titre{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	float: none;
}
#actualites .boite iframe,
#produits .boite iframe{
	width:100%;
	height:160px;
}
#actualites .boite .audio img,
#produits .boite .audio img{
	width: 150px;
	height: 105px;
	margin-bottom: 5px;
}
#actualites .boite audio,
#produits .boite audio{
	width:100%;
	height: 30px;
}
			
.boite .date{
	position: absolute;
	bottom: 0;
	right: 3px;
	color: #333;
	text-align:right;
	font-size: 0.9em;
	font-weight: normal;
}