html {
    margin:0; padding:0;
    background: url(/static/img/22.jpg) no-repeat center fixed;
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover; /* version standardisée */
    /*background: #A1C7E0 83B8DA 326483*/
}
@font-face { font-family: 'OpenSans-Regular'; src: url('fonts/OpenSans-Regular.ttf') format('truetype'); }
body {
	/*margin-left: auto; margin-right: auto; padding-left: auto; padding-right: auto;*/
	margin: auto; padding: auto;
	width: 980px; font-family: "OpenSans-Regular", "Trebuchet MS", Verdana, Geneva, Arial; font-size: 13px; background: #F4F8FB;
}

.calendar { cursor: pointer; } 
.calendar:hover { background-color: #C1E3F8; } 
.calendar:active { background-color: #80BFF9; }
.tab { padding-left: 25px; display: inline; }
.greybg { background: #d8d8d8; }
.bluebg { background: #C1E3F8; }
.relativ { position: relative; }
.abs { position: absolute; }
.roundForm { margin-left: 100px; height: 30px; width: 130px; padding-left: 50px; color: black; font-size: 1.1em; border-radius: 4px; border: 1px solid grey; }
.roundForm2 { margin-left: 30px; height: 30px; padding-left: 10px; width: 170px; color: black; font-size: 1.1em; border-radius: 4px; border: 1px solid grey; }
.txtRoundForm { position: absolute; margin-left: 115px; margin-top: 8px; font-size: 1.1em; font-weight: bold; }
.buttonBlue {
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25); padding: 10px 20px; line-height: 18px; font-size: 1.1em;
	background-color: #0271bf; background-image: -webkit-linear-gradient(#33bcef,#019ad2); background-image: -mozkit-linear-gradient(#33bcef,#019ad2);
	border: 1px solid #096eb3; border-radius: 4px; color: #fff; font-weight: bold; text-decoration: none; box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.buttonBlue:hover { background-color: #d8d8d8; background-image: -webkit-linear-gradient(#2daddc,#0271bf); background-image: -mozkit-linear-gradient(top,#2daddc 10%,#0271bf 60%); cursor: pointer; }
.buttonBlue:active { background-image: -webkit-linear-gradient(#0271bf,#0271bf); background-image: -mozkit-linear-gradient(#0271bf,#0271bf); }
.buttonBlueSmall {
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25); padding: 5px 10px; line-height: 18px;
	background-color: #0271bf; background-image: -webkit-linear-gradient(#33bcef,#019ad2); background-image: -mozkit-linear-gradient(#33bcef,#019ad2);
	border: 1px solid #096eb3; border-radius: 4px; color: #fff; font-weight: bold; font-size: 0.85em; text-decoration: none; box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.buttonBlueSmall:hover { background-color: #d8d8d8; background-image: -webkit-linear-gradient(#2daddc,#0271bf); background-image: -mozkit-linear-gradient(#2daddc,#0271bf); cursor: pointer; }
.buttonBlueSmall:active { background-image: -webkit-linear-gradient(#0271bf,#0271bf); background-image: -mozkit-linear-gradient(#0271bf,#0271bf); }
.buttonGreenSmall2016 { padding: 1% 2%; background: #3CD65B; color: white; font-weight: bold; cursor: pointer; display: inline; border-radius: 4px; border: 1px solid #219C31; box-shadow: 1px 1px 1px #305735; -webkit-appearance: none; font-family: 'OpenSans-Regular'; src: url('data/fonts/OpenSans-Regular.ttf') format('truetype'); }
.buttonGreenSmall2016:hover { background: #0D8F27; }

h1 { font-weight: bold; font-size: 1.4em; margin-top: 0px; padding-bottom: 3px; }
h2 { font-weight: bold; font-size: 1.2em; margin-top: 0px; }

@media screen and (max-width: 860px) {
	.biggerMobile { font-size: 1.4em; }
}
@media screen and (min-width: 860px) {
	.marginsLeftRight { padding: 10px 100px 0px 100px; }
}

/* FLAGS */
.logoTeam .imgCar { max-width: 100%; height: auto; }
.divFlag { display: inline-block; max-width: 13%; }
.divFlagTd { display: inline-block; max-width: 100%; }
.divFlagSmall { display: inline-block; max-width: 9%; }
.divFlagVerySmall { display: inline-block; max-width: 6.5%; }
.divFlagInter { display: inline-block; max-width: 18%; }
.divFlagDriver { max-width: 25%; display: inline; }
.divPicDriver { display: inline-block; width: 50%; }
.flagM .picDriver { max-width: 100%; height: auto; }
.teamM { max-width: 100%; height: auto; max-height: 35px; }

table.normalBorder th { text-align: center; padding: 5px 5px; border: 1px solid black; }
table.normalBorder td { border: 1px solid black; text-align: center; padding: 3px 5px; font-size: 1em; }
table.normalBorder { border: 2px solid black; border-collapse: collapse; }
table.smallBorder th { border: 1px solid black; text-align: center; padding: 3px 5px 3px 5px; }
table.smallBorder td { border: 1px solid black; text-align: center; padding: 1px 3px 1px 3px; font-size: 1em; }
table.smallBorder { border: 2px solid black; border-collapse: collapse; }


/* NEW MENU DEROULANT FLEX 2017 */
* {margin: 0;padding: 0;outline: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*:after, *:before { -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; }
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {  display: block; }
html {font-size: 100%;height: auto !important;height: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
.clear {display: block;	}
.clear::after {clear: both;content: ".";display: block;height: 1px;visibility: hidden;}

/*GENERIC STYLES*/
body { -webkit-font-smoothing: antialiased;height: auto !important;height: 100%;min-height: 100%;}
/*NAV*/
header { background: #1F1F1F; width: 100%; display: block; position: relative; z-index: 1000; font-weight: bold; }
header > nav > ul { display: flex; flex-wrap: wrap; justify-content: center; list-style: none; margin: 0; padding: 0;}
header > nav > ul > li { flex: 0 1 auto; margin: 0; padding: 0; position: relative; transition: all linear 0.1s; }
header > nav > ul > li:hover { background: #666; }
header > nav > ul > li a + div { background: #1F1F1F; display: none; font-size: 0.5rem; position: absolute; min-width: 170px; text-align: center; }
header > nav > ul > li:hover a + div { display: block; background: #666; }
header > nav > ul > li a + div > ul { list-style-type: none; }
header > nav > ul > li a + div > ul > li { margin: 0; padding: 0; }
/*Dropdown*/
header > nav > ul > li a + div > ul > li > a {  color: white; display: block; font-size: 1.6em; padding: 0.9em 1.5em; text-decoration: none; }
header > nav > ul > li a + div > ul > li:hover > a { background: #737373; }
/*1st level*/
header > nav > ul > li > a { align-items: center; color: #fff; display: flex; font-size: 1em; max-width: 300px; padding: 10px 10px; text-decoration: none; transition: all linear 0.1s; justify-content: center; }


#main_nav { z-index: 1000; display: block; position: relative; font-weight: bold; }
#main_nav ul { background: #1F1F1F; float: left; display: flex; flex-wrap: wrap; justify-content: center; list-style: none; margin: 0; padding: 0; width: 100%; }
#main_nav li { float: left; position: relative; list-style: none; flex: 0 1 auto; flex-grow: 2; text-align: center; }


#main_nav a { display: block; text-decoration: none; color: white; text-align: center; font-size: 1.4em; padding: 0.9em 1.5em; }
#main_nav a:hover { background: #666; }
#main_nav li li a { font-size: 1em;  margin: 0 auto; }
#main_nav ul li ul { min-width: 120px; max-width: 170px; }
#main_nav ul li ul li a { background: #666; }

/*#main_nav ul ul { position: absolute; left: 0%; top: 100%; visibility: hidden; opacity: 0; }*/
#main_nav ul ul { position: absolute; left: auto; right: 0; top: 100%; visibility: hidden; opacity: 0; }
/*#main_nav ul ul ul { left: 100%; top: 0; }*/
#main_nav ul ul ul { left: -100%;  top: 0; }

/*#main_nav li:hover, #main_nav li:hover li { background: #666; max-width: 300px; }*/
/*#main_nav li li:hover, #main_nav li li:hover li { background: #737373; }*/
#main_nav ul li ul li:hover a { background: black; }
#main_nav ul li ul li ul li:hover a { background: #737373; }

#main_nav li:hover > ul { visibility: visible; opacity: 1; }
/*#main_nav > ul > li > a {*/
			/*text-transform: uppercase;*/
		/*}*/





@media screen and (min-width: 990px) {
	header > nav > ul > li > a {  max-width: 500px; font-size: 1.4em;  line-height: 1.7em; padding: 0.8rem 1.5rem; }
}


/*.season_choiceF1, .season_choiceFE, .season_choiceF2, .season_choiceF3, .season_choiceWS { padding: 8px 18%; font-size: 2em; cursor: default; min-width: 150px; align-items: center; }*/
.season_choiceF1, .season_choiceFE, .season_choiceF2, .season_choiceF3, .season_choiceIndy, .season_choiceF1ac, .season_choiceWS { padding: 8px 18%; font-size: 1.4em; cursor: default; min-width: 150px; align-items: center; }
.season_choiceF1 { background: #E6D41C; color: #464107; }
.season_choiceF1:hover { background: #E6D41C; }
.season_choiceFE { background: #22C2F2; color: #fff; }
.season_choiceFE:hover { background: #22C2F2; }
/*.season_choiceF2 { background: #B324D6; color: #fff; }*/
.season_choiceF2 { background: #0090CE; color: #fff; }
.season_choiceF2:hover { background: #0090CE; }
/*.season_choiceF3 { background: #FF4C4C; color: #fff; }*/
.season_choiceF3 { background: #FF0000; color: #fff; }
.season_choiceF3:hover { background: #FF4C4C; }
.season_choiceIndy { background: #212121; color: #FF787E; }
.season_choiceIndy:hover { background: #707070; }
.season_choiceF1ac { background: #BD127E; color: #fff; }
.season_choiceF1ac:hover { background: #A6308F; }
.season_choiceWS { background: #440099; color: #fff; }
.season_choiceWS:hover { background: #790FFF; }
.sub_season { padding: 11px 18%; }


table.lightBottomPadding th { text-align: center; padding: 5px 1%; font-size: 1.2em; }
table.lightBottomPadding tr { border-bottom: 1px solid black; }
table.lightBottomPadding tr:hover { background-color: #C1E3F8; }
table.lightBottomPadding td { text-align: center; padding: 5px 1%; font-size: 1.1em; }
table.lightBottomPadding { border-collapse: collapse; }

/* Tableau lightBottom 2015 */
table.lightBottom th { text-align: center; padding: 3px 2%; font-size: 1em; }
table.lightBottom tr { border-bottom: 1px solid black; }
/*table.lightBottom tr:hover { background-color: #C1E3F8; }*/
table.lightBottom td { text-align: center; padding: 4px 1%; font-size: 1em; }
table.lightBottom { border-collapse: collapse; }

/* Tableau responsive (padding réduit pour affichage mobile) */
table.tableauResp td,th { padding: 1% 1%; text-align: center; }
table.tableauResp { border: 2px solid black; border-collapse: collapse; }

/* Hauteur ligne si résolution inférieure et cellule sur 2 lignes => correction pour le cas où la cellule reste sur 1 ligne */
@media screen and (max-width: 590px) {
	table.lightBottom td { text-align: center; padding: 0px 2px; font-size: 1.1em; height: 25px; }
	table.tableauResp td,th { padding: 1% 3px; text-align: center; }
	table.tableauResp { border: 1px solid black; border-collapse: collapse; }
}

/* Barre rouge responsive */
.menu_red { height: 20px; }
.menu_red_button { background: #E66363; padding: 2px 5%; font-weight: bold; font-size: 1em; color: #fff; text-decoration: none; margin-right: -1%; }
.menu_red_button:hover { background: #a41919; }

/* Grille de départ */
.car_grid { padding-left: 20px; height: 55px; }


/* Classes mobile*/
.menu_responsive { max-width: 100%; }
.logoM { width: 20%; }
.columnsContainer { position: relative; margin: 1%; }
.leftColumnMobile { padding: 10px 2%; }
.rightColumnMobile { padding: 10px 2%; margin-bottom: 5px; }
.flagPx { height: 12px; width: auto; display: inline; margin-left: 0px; }
.tyre_img { height: 60px; width: auto; }

/* Multi colonnes sur mobile*/
/* Multi colonnes sur mobile*/
@media screen and (max-width: 567px) {  .no_small_mobile { display: none; } }
@media screen and (max-width: 759px) {
    .showWideScreen { display: none; }
}
@media screen and (max-width: 949px) {
    .show950Plus { display: none; }
}

/* Multi colonnes sur écran */
@media screen and (min-width: 760px) {
	.leftColumnMobile { position: absolute; top: 0; left: 0; width: 400px; }
	.rightColumnMobile { margin-left: 440px; }
    .showMobile { display: none; }
    table.lightBottom td { text-align: center; padding: 0px 10px; font-size: 0.92em; }
    .lightBottomClassementF1Pilote { width: 100px; }
    .lightBottomClassementF1Ecurie { width: 150px; }
}

/* Carrousel non affiché sur mobile */
@media screen and (max-width: 800px) {
	.showCarrousel { display: none; }
	table.lightBottom th { text-align: center; padding: 0px 10px; font-size: 0.6em; }
	table.lightBottom td { text-align: center; padding: 0px 10px; font-size: 0.6em; }
	table.smallBorder th { font-size: 0.6em; }
	table.smallBorder td { font-size: 0.6em; }
	.buttonRedSmall2016 { font-size: 0.75em; }
	.marginsLeftRight { margin: 0 2%; }
}

/* Mobile */
@media screen and (min-width: 768px) and (max-width: 980px) {
	body { width: auto; margin: 0; padding: 0; font-size: 0.75em; }
	img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video { max-width: 100%; }
	.menu_responsive
	.logoM { width: 15%; }
	header > nav > ul > li > a {  max-width: 500px;  font-size: 1.2em; line-height: 1.7em; }
	.season_choiceF1, .season_choiceFE, .season_choiceF2, .season_choiceWS { padding: 10px 10%; }
	.sub_season { padding: 10px 10%; }
}
@media screen and (min-width: 680px) and (max-width: 768px) {
	body { width: auto; margin: 0; padding: 0; font-size: 0.75em; }
	img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video { max-width: 100%; }
	.menu_responsive
	.logoM { width: 15%; }
	.menu_red { height: 17px; }
    .flagPx { height: 10px; }
	.tyre_img { height: 50px; }
	.car_grid { height: 40px; }
	.driver_grid { height: 100px; width: 100px; }
	header > nav > ul > li > a {  max-width: 500px;  font-size: 1.2em;  line-height: 1.2em; line-height: 1.7em; }
	.season_choiceF1, .season_choiceFE, .season_choiceF2, .season_choiceWS { padding: 8px 8%; min-width: 130px; }
	.sub_season { padding: 10px 8%; }
}
@media screen and (min-width: 480px) and (max-width: 680px) {
	body { width: auto; margin: 0; padding: 0; font-size: 0.7em; }
	ul, li, div, img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video { max-width: 100%; }
	.menu_responsive
	.logoM { width: 15%; }
	.menu_red { height: 17px; }
    .flagPx { height: 9px; }
	.tyre_img { height: 40px; }
	.car_grid { height: 30px; }
	.driver_grid { height: 60px; width: 60px; }
	header > nav > ul > li > a {  max-width: 500px;  font-size: 1.3em;  line-height: 1em; line-height: 1.7em; }
	.season_choiceF1, .season_choiceFE, .season_choiceF2, .season_choiceWS { padding: 6px 8%; min-width: 120px; }
	.sub_season { padding: 8px 8%; }
}
@media screen and (min-width: 370px) and (max-width: 480px) {
	body { width: auto; margin: 0; padding: 0; font-size: 0.55em; }
	img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video { max-width: 100%; }
	.menu_responsive
	.logoM { width: 15%; }
	.menu_red { height: 17px; }
    .flagPx { height: 7px; }
	.tyre_img { height: 35px; }
	.car_grid { height: 22px; }
	.driver_grid { height: 40px; width: 40px; }
	.marginsLeftRight { margin: 0 2%; }
	header > nav > ul > li > a {  max-width: 500px;  font-size: 1.4em;  line-height: 1em; }
	/*
	nav ul li a { display: block; padding: 15px 2%; color: #FFF; font-size: 1.2em; font-weight: bold; text-decoration: none; background-color: #1F1F1F; text-align: center; min-height: 20px; }
	nav ul li ul li a { display: block; padding: 6px 8% 0px 8%; color: #FFF; font-size: 1.2em; font-weight: bold; text-decoration: none; background-color: #737373; min-width: 80px; }
	*/
	.season_choiceF1, .season_choiceFE, .season_choiceF2, .season_choiceWS { padding: 4px 8% 0px 8%; min-width: 80px; }
	.sub_season { padding: 6px 8% 0px 8%; }
}
@media screen and (min-width: 333px) and (max-width: 370px) {
	body { width: auto; margin: 0; padding: 0; font-size: 0.55em; }
	img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video { max-width: 100%; }
	.menu_responsive
	.logoM { width: 15%; }
	.menu_red { height: 17px; }
    .flagPx { height: 6px; }
	.tyre_img { height: 30px; }
	.car_grid { height: 20px; }
	.driver_grid { height: 30px; width: 30px; }
	header > nav > ul > li > a {  max-width: 500px;  font-size: 1.3em;  line-height: 0.95em; }
	.season_choiceF1, .season_choiceFE, .season_choiceF2, .season_choiceWS { padding: 4px 8% 0px 8%; min-width: 70px; }
	.sub_season { padding: 6px 8% 0px 8%; }
}
@media screen and (max-width: 332px) {
	body { width: auto; margin: 0; padding: 0; font-size: 0.5em; }
	img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video { max-width: 100%; }
	.menu_responsive
	.logoM { width: 15%; }
	.menu_red { height: 17px; }
    .flagPx { height: 5px; }
	.tyre_img { height: 25px; }
	.car_grid { height: 15px; }
	.driver_grid { height: 25px; width: 25px; }
	header > nav > ul > li > a {  max-width: 500px;  font-size: 0.95em;  line-height: 0.8em; }
	.season_choiceF1, .season_choiceFE, .season_choiceF2, .season_choiceWS { padding: 4px 8% 0px 8%; min-width: 60px; }
	.sub_season { padding: 6px 8% 0px 8%; }
}



/* FLEX */
.flex_column { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-top: 5px; }
.flex_line { display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 5px 0px; color: black; }
.flex_line_border_bottom { display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 5px 0px; border-bottom: 1px solid black; color: black; }
.flex_line_border_bottom_even { display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 5px 0px; border-bottom: 1px solid black; color: black; background: #e6eef5; }
.flex_line_border_bottom:hover, .flex_line_border_bottom_even:hover { background-color: #C1E3F8; }
.flex_line_border_bottom_class { display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 5px 0px; border-bottom: 1px solid black; color: black; }
.box { margin: 2px; padding: 2px; align-items: center; font-size: 1em; text-decoration: none; }
.twoColumnsFlex { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: center; }
.twoColumnsBox { margin: 2px; padding: 2px; align-items: center; font-size: 1em; text-decoration: none; }
.twoColumnsBox:nth-child(1) { width: 300px; }
.twoColumnsBox:nth-child(2) { width: 300px; }


/* ========================================================================================================= */
/* ====== INDEX ============================================================================================ */
/* ========================================================================================================= */
.showNews { display: flex; flex-direction: column; flex-grow: 2; max-width: 730px; background: #E3F1FA; padding: 0px 1% 50px 1%; }


.inboxf1ac { color: #630942; background: #FED0FF; }
.inboxRight.inboxf1ac:hover { background: #F017A0; color: #fff; cursor: pointer; }




/* Index centre */
.fe2015tab { color: #064e7f; background-color: #afecf6; font-weight: bold; font-size: 1.1em; border-left: 3px solid #24d3ff; }
.fe2015tab:hover { color: #05304e; background-color: #8ee3f1; font-weight: bold; font-size: 1.1em; border-left: 3px solid #24d3ff; }
.f12015tab { color: #464107; background-color: #efe793; font-weight: bold; font-size: 1.1em; border-left: 3px solid #f9e61d; }
.f12015tab:hover { color: #2a2703; background-color: #e8dc61; }
.presaison2015tab { color: #52370D; background-color: #FFDFB5; font-weight: bold; font-size: 1.1em; border-left: 3px solid #FF960D; }
.presaison2015tab:hover { color: #362407; background-color: #FFC170; font-weight: bold; font-size: 1.1em; border-left: 3px solid #FF960D; }
.f1pre2015tab { color: #52370D; background-color: #FFDFB5; font-weight: bold; font-size: 1.1em; border-left: 3px solid #FF960D; }
.f1pre2015tab:hover { color: #362407; background-color: #FFC170; font-weight: bold; font-size: 1.1em; border-left: 3px solid #FF960D; }
.f12014tab { color: #444444; background-color: #dbdbdb; font-weight: bold; font-size: 1.1em; border-left: 3px solid #5a5a5a; }
.f12014tab:hover { color: #222222; background-color: #cacaca; font-weight: bold; font-size: 1.1em; border-left: 3px solid #5a5a5a; }
.news2015tab { color: #591414; background-color: #ffe2e2; font-weight: bold; font-size: 1.1em; border-left: 3px solid #fb2424; }
.news2015tab:hover { color: #2f0909; background-color: #fba2a2; font-weight: bold; font-size: 1.1em; border-left: 3px solid #fb2424; }
/*.f22015tab { color: #4D1A61; background-color: #E1CAEB; font-weight: bold; font-size: 1.1em; border-left: 3px solid #BC3AF0; }*/
/*.f22015tab:hover { color: #2F0A3D; background-color: #D9A6ED; font-weight: bold; font-size: 1.1em; border-left: 3px solid #BC3AF0; }*/
.f22015tab { color: #002335; background-color: #86c2e0; font-weight: bold; font-size: 1.1em; border-left: 3px solid #0090CE; }
.f22015tab:hover { color: #000F16; background-color: #6EB5D8; font-weight: bold; font-size: 1.1em; border-left: 3px solid #0090CE; }
.f32015tab { color: #440202; background-color: #FFD6D6; font-weight: bold; font-size: 1.1em; border-left: 3px solid #FF0000; }
.f32015tab:hover { color: #000F16; background-color: #FF4C4C; font-weight: bold; font-size: 1.1em; border-left: 3px solid #FF0000; }
.f1ac2015tab { color: #630942; background-color: #FED0FF; font-weight: bold; font-size: 1.1em; border-left: 3px solid #F017A0; }
.f1ac2015tab:hover { color: #ffffff; background-color: #F017A0; font-weight: bold; font-size: 1.1em; border-left: 3px solid #F017A0; }
.ws2015tab { color: #100023; background-color: #dbc2f9; font-weight: bold; font-size: 1.1em; border-left: 3px solid #440099; }
.ws2015tab:hover { color: #100023; background-color: #c99eff; font-weight: bold; font-size: 1.1em; border-left: 3px solid #440099; }
.indy2015tab { color: #292929; background-color: #EAEAEA; font-weight: bold; font-size: 1.1em; border-left: 3px solid #292929; }
.indy2015tab:hover { color: #292929; background-color: #C9C9C9; font-weight: bold; font-size: 1.1em; border-left: 3px solid #292929; }

/* Index catégorie centre */
.fecatindex2015 { display: inline; font-size: 0.7em; color: #afecf6; background-color: #064e7f; font-weight: bold; margin-left: 5px; padding: 0px 3px; border-radius: 4px; }
.f1catindex2015 { display: inline; font-size: 0.7em; color: #efe793; background-color: #464107; font-weight: bold; margin-left: 5px; padding: 0px 3px; border-radius: 4px; }
.presaisoncatindex2015 { display: inline; font-size: 0.7em; color: #FFDFB5; background-color: #52370D; font-weight: bold; margin-left: 5px; padding: 0px 3px; border-radius: 4px; }
.f1precatindex2015 { display: inline; font-size: 0.7em; color: #FFDFB5; background-color: #52370D; font-weight: bold; margin-left: 5px; padding: 0px 3px; border-radius: 4px; }
.f1catindex2014 { display: inline; font-size: 0.7em; color: #dbdbdb; background-color: #444444; font-weight: bold; margin-left: 5px; padding: 0px 3px; border-radius: 4px; }
/*.f2catindex2015 { display: inline; font-size: 0.7em; color: #E1CAEB; background-color: #6D248A; font-weight: bold; margin-left: 5px; padding: 0px 3px; border-radius: 4px; }*/
.f2catindex2015 { display: inline; font-size: 0.7em; color: #86c2e0; background-color: #002335; font-weight: bold; margin-left: 5px; padding: 0px 3px; border-radius: 4px; }
.f3catindex2015 { display: inline; font-size: 0.7em; color: #FFD6D6; background-color: #440202; font-weight: bold; margin-left: 5px; padding: 0px 3px; border-radius: 4px; }
.f1accatindex2015 { display: inline; font-size: 0.7em; color: #ffffff; background-color: #F017A0; font-weight: bold; margin-left: 5px; padding: 0px 3px; border-radius: 4px; }
.wscatindex2015 { display: inline; font-size: 0.7em; color: #D9FA00; background-color: #440099; font-weight: bold; margin-left: 5px; padding: 0px 3px; border-radius: 4px; }
.indycatindex2015 { display: inline; font-size: 0.7em; color: #EAEAEA; background-color: #292929; font-weight: bold; margin-left: 5px; padding: 0px 3px; border-radius: 4px; }
.newscatindex2015 { display: inline; font-size: 0.7em; color: #ffe2e2; background-color: #591414; font-weight: bold; margin-left: 5px; padding: 0px 3px; border-radius: 4px; }

/* Titres colonnes droite */
.rightTitle { padding: 5px; text-align: center; font-weight: bold; font-size: 1.2em; }
.f1RightTitle { color: #464107; background: #E6D41C; }
.feRightTitle { color: #fff; background: #22C2F2; }
.f2RightTitle { color: #fff; background: #0090CE; }
.f3RightTitle { color: #fff; background: #FF0000; }
.indyRightTitle { color: #FF787E; background: #212121; }
.f1acRightTitle { color: #FFFFFF; background: #BD127E; }
.wsRightTitle { color: #fff; background: #440099; }


/* ========================================================================================================= */
/* ====== EVENT PAGES NAV ============================================================================================ */
/* ========================================================================================================= */
.eventNavF1 { padding: 2% 4%; background: #E6D41C; color: #464107; font-weight: bold; text-decoration: none; cursor: pointer; display: inline-block; border-radius: 5px; box-shadow: 1px 1px 1px #417A78; -webkit-appearance: none; }
.eventNavF1:hover { background: #C9B912; }
.eventNavFE { padding: 2% 4%; background: #33BCEF; color: #FFFFFF; font-weight: bold; text-decoration: none; cursor: pointer; display: inline-block; border-radius: 5px; box-shadow: 1px 1px 1px #417A78; -webkit-appearance: none; }
.eventNavFE:hover { background: #2A9CC7; }
.eventNavF2 { padding: 2% 4%; background: #CE46F0; color: #FFFFFF; font-weight: bold; text-decoration: none; cursor: pointer; display: inline-block; border-radius: 5px; box-shadow: 1px 1px 1px #417A78; -webkit-appearance: none; }
.eventNavF2:hover { background: #781491; }
.eventNavF2 { padding: 2% 4%; background: #0090CE; color: #FFFFFF; font-weight: bold; text-decoration: none; cursor: pointer; display: inline-block; border-radius: 5px; box-shadow: 1px 1px 1px #417A78; -webkit-appearance: none; }
.eventNavF2:hover { background: #036894; }
.eventNavF3 { padding: 2% 4%; background: #FF4C4C; color: #FFFFFF; font-weight: bold; text-decoration: none; cursor: pointer; display: inline-block; border-radius: 5px; box-shadow: 1px 1px 1px #417A78; -webkit-appearance: none; }
.eventNavF3:hover { background: #D82020; }
.eventNavF1ac { padding: 2% 4%; background: #BD127E; color: #FFFFFF; font-weight: bold; text-decoration: none; cursor: pointer; display: inline-block; border-radius: 5px; box-shadow: 1px 1px 1px #417A78; -webkit-appearance: none; }
.eventNavF1ac:hover { background: #F017A0; }
.eventNavWS { padding: 2% 4%; background: #440099; color: #D9FA00; font-weight: bold; text-decoration: none; cursor: pointer; display: inline-block; border-radius: 5px; box-shadow: 1px 1px 1px #417A78; -webkit-appearance: none; }
.eventNavWS:hover { background: #790FFF; }
.eventNavINDY { padding: 2% 4%; background: #212121; color: #ff787e; font-weight: bold; text-decoration: none; cursor: pointer; display: inline-block; border-radius: 5px; box-shadow: 1px 1px 1px #000000; -webkit-appearance: none; }
.eventNavINDY:hover { background: #707070; }

.nav_gp { display: flex; justify-content: center; margin-top: 5px; }
.boxEvents:nth-child(1) { width: 48%; text-align: left; }
.boxEvents:nth-child(2) { width: 48%; text-align: right; }

.buttonRedSmall2016 { padding: 1% 2%; background: #E81515; color: white; font-weight: bold; cursor: pointer; display: inline; border-radius: 4px; border: 1px solid #A61919; box-shadow: 1px 1px 1px #656565; -webkit-appearance: none; font-family: 'OpenSans-Regular'; src: url('data/fonts/OpenSans-Regular.ttf') format('truetype'); }
.buttonRedSmall2016:hover { background: #A61919; }

/* BOUTONS 2017 */
/* F1 */
.buttonSessionGPF1 { color: #464107; background: #FAF7B6; font-weight: bold; padding: 5px 20px; align-items: center; }
.buttonSessionGPF1:hover { background: #FFF700; cursor: pointer; }
.buttonSessionGPF1:after { content: ""; display: block; margin: 0 auto; border-bottom: 0.5px solid #464107; }
.buttonSessionGPF2 { color: #2A0533; background: #EEE1FA; font-weight: bold; padding: 5px 20px; align-items: center; }
.buttonSessionGPF2:hover { background: #CE46F0; cursor: pointer; }
.buttonSessionGPF2 { color: #07414A; background: #c6e5f2; font-weight: bold; padding: 5px 20px; align-items: center; }
.buttonSessionGPF2:hover { background: #87d4f5; cursor: pointer; }
.buttonSessionGPF3 { color: #3A0000; background: #FFD6D6; font-weight: bold; padding: 5px 10px; align-items: center; }
.buttonSessionGPF3:hover { background: #F92525; color: white; cursor: pointer; }
.buttonSessionGPFE { color: #FFFFFF; background: #185FD9; font-weight: bold; padding: 5px 20px; align-items: center; }
.buttonSessionGPFE:hover { background: #6FA1F7; cursor: pointer; }
.buttonSessionGPF1ac { color: #FFFFFF; background: #BD127E; font-weight: bold; padding: 5px 20px; align-items: center; }
.buttonSessionGPF1ac:hover { background: #F017A0; cursor: pointer; }
.buttonSessionGPWS { color: #D9FA00; background: #440099; font-weight: bold; padding: 5px 20px; align-items: center; }
.buttonSessionGPWS:hover { background: #790FFF; cursor: pointer; }
.buttonSessionGPINDY { color: #ff787e; background: #212121; font-weight: bold; padding: 5px 20px; align-items: center; }
.buttonSessionGPINDY:hover { background: #707070; cursor: pointer; }