@charset "utf-8";
/* CSS Document */

body {
	padding-top: 10px;
	font-family:Arial,Helvetica,sans-serif;
}

h1{
	font-size:30px;
}


h2{
	background-color:#DDDDDD;
	padding:8px;
}

h3{
	background-color:#EEEEEE;
	padding:6px 15px;
	font-size:20px;
}

p, ul, li{ text-align:justify; font-size:12px;}

li{ margin-bottom:10px; }

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

.nav li{ margin-bottom:0; }

.container{
	padding:0 !important;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
	margin-right:0 !important;
}

.navbar-collapse{
	padding-right:0 !important;
}

.row{
	margin-left:0;
	margin-right:0;
}

/* Page principale - Header */

@media (min-width: 768px){
	.title_site{
		padding-left:0;
	}
}

.page-header{
	border-bottom:0;
}
			
header{
	margin-top:1% !important;
}
			
header .row div div{
	margin-bottom:0;
	line-height:15px;
}
			
a.title_site{
	color:#000000;
	font-size:36px;
	text-decoration:none !important;
}
			
.baseline{
	margin-top:0 !important;
	font-size:12px;
	font-style:italic;
}

.navbar-default{
	background-color:transparent;
	border:0;
}

.navbar-header{	margin-bottom:15px; }

.navbar-nav{
	width:100%;
	text-align:center;
	margin:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5b8ddc+0,4677c4+100 */
	background: #5b8ddc; /* Old browsers */
	background: -moz-linear-gradient(top, #5b8ddc 0%, #4677c4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #5b8ddc 0%,#4677c4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #5b8ddc 0%,#4677c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b8ddc', endColorstr='#4677c4',GradientType=0 ); /* IE6-9 */
}

.navbar-nav > li {
	width:12.5%;
	text-align:center;
}

.navbar-nav > li:hover, .navbar-nav > li.open > a{
	background: #4677c4; /* Old browsers */
	background: -moz-linear-gradient(top, #4677c4 0%, #5b8ddc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4677c4 0%,#5b8ddc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #4677c4 0%,#5b8ddc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4677c4', endColorstr='#5b8ddc',GradientType=0 ); /* IE6-9 */
}

.navbar-nav > li > a{
	color:#FFFFFF !important;
	font-size:13px !important;
}

.dropdown-menu{
	min-width:500px;
}

.menu_legende{
	width:96%;
	padding:2%;
	font-size:11px;
}

.menu_legende span{
	width:48%;
	padding:1%;	
	text-align:center;
}

.menu_legende span:nth-child(1){
	float:left;
}

.menu_legende span:nth-child(2){
	float:right;
}

.dropdown-menu .divider{
	clear:both;
	width:100%;
}

.dropdown-menu li a{
	display:inline-block !important;
	width:100%;
}

.dropdown-menu a span{
	line-height:34px;
	vertical-align:middle;
	display:inline-block;
}

.dropdown-menu a span:nth-child(2){
	width:49%;
	padding:0;
}

.dropdown-menu a span:nth-child(3){
	width:32%;
	padding:0;
	text-align:center;
	font-weight:bold;
}

.dropdown-menu a span:nth-child(3) i{
	font-weight:normal;
}

.dropdown-menu .f32{
	padding-left:0;
	float:left;
	width:8%;
}

.dropdown-menu .voir_tous_lotos{
	display:block;
	width:100%;
	line-height:36px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
}

.navbar-nav .submenu a{
	font-weight:bold !important;
}

.submenu_1{
	padding-left:5%;
	font-size:0.9em;
}

.submenu_2{
	padding-left:10%;
	font-size:0.8em;
	font-style:italic;
}

.bannieres{
	text-align:center;
	padding:0;
}

@media (min-width:768px) and (max-width:1200px)
{
	.navbar-nav > li > a > span{
		font-size:0.7em;
		display:block;
		line-height:10px;
	}
	
	.navbar-nav > li > a > span.caret{
		display:none;
	}
}

@media (max-width: 768px){
	.navbar-nav > li {
		width:100%;
		border-bottom:2px solid #FFFFFF;
	}
	
	.dropdown-menu a span{
		color:#FFFFFF !important;
	}
		
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		color:#FFFFFF !important;
	}
}


@media (max-width: 720px){
	.bannieres img{
		width:100%;
		height:auto;
	}
	
	.dropdown-menu{
		min-width:20px;
		width:100%;
	}
}

@media (max-width: 600px){		
	.dropdown-menu{
		font-size:11px;
	}
}

@media (max-width: 500px){		
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		padding:5px;
	}

	.dropdown-menu .f32{
		padding-left:0;
		float:left;
		width:13%;
	}
}

/* Tableaux */

.panel-heading{
	font-style:italic;
}

.exchanges_lists{
	font-size:10px;
}
			
table.dataTable thead > tr > th{
	padding:10px;
}
			
table thead > tr > th span{
	font-size:0.8em;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	padding:4px;
}

#table_lotos th, #table_lotos td{
	vertical-align:middle;
	text-align:center;
}

#table_lotos .f32{
	margin:0;
	padding:0;
	float:left;
}

#table_lotos .nom_pays{
	font-size: 0.72em;
    line-height: 38px;
    vertical-align: middle;
    margin-left: 5px;
	float:left;
}

#table_lotos .jackpot, .jackpot_responsive .jackpot{
	font-size:0.8em;
}

#table_lotos .jackpot span, .jackpot_responsive .jackpot span{
	font-size:1.3em;
	font-weight:bold;
}

#table_lotos .jouer a:not(.normal_a), .jackpot_responsive a:not(.normal_a), .resultat_responsive a:not(.normal_a){
	display:block;
	width:100%;
	text-align:center;
	text-decoration:none;
	border-radius:8px;
	background-color:#ff6f23;
	color:#FFFFFF;
	margin:0 auto;
	padding:0 17%;
	font-size:16px;
	line-height:40px;
	font-weight:bold;
}

.btn_fdj a:not(.normal_a){
	background-color:#00329B !important;
}

.btn_rfl a:not(.normal_a){
	background-color:#E3251C !important;
}

@media (max-width: 480px){
	.lotos_accueil tbody td.child ul li:first-child > span.dtr-title{display:none;}
	.lotos_accueil tbody td.child ul li:first-child > span.dtr-data{display:inline-block;width:100%;text-align:center;font-weight:bold;font-size:16px;}
}

#table_lotos .jouer a:hover, .jackpot_responsive a:hover{
	opacity: 0.8;
	filter: alpha(opacity =80);
}

#table_lotos .compteur_deadline, #table_lotos .tirage_imminent{
	font-size:1.3em;
}

#table_lotos .compteur_deadline span, #table_lotos .tirage_imminent{
	color:#E10000;
}

@media (max-width: 1000px){
	#table_lotos .nom_pays{
		display:none;
	}
}

@media (max-width: 768px){
	.form-inline .form-control[type="search"] {
		display:block;
	}
}

/* Pages Lotos */
.logo_loto{
	margin-right:10px;
}
.logo_loto, .lotos_detail h1, .resultats_tirage h1{
	float:left;
}

.jackpot_responsive{
	display:none;
}

.lotos_detail #table_lotos.infos_loto, .resultats_tirage #table_lotos{
	margin:8% 0 4% 0;
}

.lotos_detail #table_lotos .jackpot span, .resultats_tirage #table_lotos .jackpot span{
	font-size:3.3em;
}

.infos_loto{
	width:100%;
	margin:0 auto;
}

.infos_loto th{
	font-size:1.3em;
	line-height:2em;
	vertical-align:middle;
}

.infos_loto td{
	width:40%;
}

#table_lotos.infos_loto .compteur_deadline, #table_lotos.infos_loto .tirage_imminent{
	font-size:2.3em;
}

.infos_loto td .date_deadline{
	font-size:0.8em;
}

.infos_loto td.jouer{
	width:20%;
}

@media (max-width: 768px){
	.logo_loto{
		margin:0 38%;
	}
	
	.lotos_detail h1, .resultats_tirage h1{
		width:100%;
		text-align:center;
	}

	.jackpot_responsive{
		display:block;
		clear:both;
		text-align:center;
		font-size:1.6em;
		margin:3% 1%;
	}
	
	.lotos_detail #table_lotos.infos_loto, .resultats_tirage #table_lotos.infos_loto, .derniers_resultats #table_lotos.table_resultats{
		display:none;
	}
	
}

.intro_loto{
	clear:both;
	font-size:1.25em !important;
}

.intro_loto i{
	font-size:0.8em;
}

.acces_rapide{
	float:left;
	margin:2%;
	width:16%;
	padding:1% 2%;
	display:block;
	background-color:#fecc45;
	border-radius:4px;
	color:#3F3F3F;
	text-align:center;
	font-weight:bold;
}

.acces_rapide:hover{
	color:#FFFFFF;
	text-decoration:none;
}

@media (max-width: 800px){
	.acces_rapide{
		width:31%;
		margin:1%;
	}
}

@media (max-width: 500px){
	.acces_rapide{
		width:48%;
		margin:1%;
	}
}

@media (max-width: 400px){
	.acces_rapide{
		width:98%;
		margin:1%;
	}
}

.totaux_gains{
	font-weight:bold;
	text-transform:uppercase;
}

/* Bandeau pub vertical droit */
#bloc_mouv{
	text-align:center;
	position:relative;
	overflow:hidden;
}

.bloc_droit_mouv{ padding-top:30px;}
@media (max-width: 991px){
	.bloc_droit_mouv{ display:none;}
}

/* Affichage résultats */
.table_resultats{
	width:80%;
	margin:0 auto;
}

.table_resultats figure{
	float:left;
	text-align:center;
	font-weight:bold;
	line-height:30px;
	vertical-align:middle;
	display: block;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	margin: 2% 1% 3% 1%;
	position:relative;
}

.table_resultats .num_classiques {
  background:#fec732;
  background: radial-gradient(circle at 10px 10px, #fede86, #fec732);
  color:#333333 !important;
}

.table_resultats .num_complementaires {
  background:#e32e35;
  background: radial-gradient(circle at 10px 10px, #e35f64, #e32e35);
  color:#FFFFFF !important;
}

.table_resultats .num_bonus {
  background:#2a66c5;
  background: radial-gradient(circle at 10px 10px, #5788d4, #2a66c5);
  color:#FFFFFF !important;
}

#table_lotos.table_resultats th:nth-child(1),#table_lotos.table_resultats th:nth-child(2){
	width:13% !important;
}

#table_lotos.table_resultats th:nth-child(3){
	width:25% !important;
}

#table_lotos.table_resultats th:nth-child(5){
	width:9% !important;
}

#table_lotos.table_resultats figure{
	margin: 0% 1% 0% 1%;
}


.resultat_responsive{
	padding:1%;
	margin:2%;
	border:1px dotted #BBB;
	background-color:#f9f9f9;
	display:none;
}

.resultat_responsive div:not(.jouer), .resultat_responsive .table_resultats{
	width:100%;
	text-align:left;
	position:relative;
	overflow:hidden;
}

.resultat_responsive .jouer{
	text-align:center;
}

.resultat_tirage_date, .resultat_responsive .jouer span{
	font-size:10px;
}

.resultat_responsive .table_resultats figure{
	margin-bottom:1%;
}

@media (max-width: 1200px){
	.table_resultats{
		width:100%;
	}
}

@media (max-width: 800px){
	.table_resultats figure{
		margin: 0 0 10% 0;
	}
	
	.derniers_resultats #table_lotos{display:none;}
	
	.resultat_responsive{display:block;}

}

.resultats_tirage h1{
	font-size:24px;
}

/* Affichage résultats pages résultat unique */
.table_resultats_large{
	width:80%;
	margin:0 auto;
	font-size:2em;
}

.table_resultats_large figure{
	float:left;
	text-align:center;
	font-weight:bold;
	line-height:60px;
	vertical-align:middle;
	display: inline-block;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	margin: 2% 1% 3% 1%;
	position:relative;
}

.table_resultats_large .num_classiques {
  background:#fec732;
  background: radial-gradient(circle at 20px 20px, #fede86, #fec732);
}

.table_resultats_large .num_complementaires {
  background:#e32e35;
  background: radial-gradient(circle at 20px 20px, #e35f64, #e32e35);
  color:#FFFFFF;
}

.table_resultats_large .num_bonus {
  background:#2a66c5;
  background: radial-gradient(circle at 20px 20px, #5788d4, #2a66c5);
  color:#FFFFFF;
}

.nav_transverse{
	width:100%;
}
	
.tirage_precedent, .tirage_suivant{
	width:48%;
	display:block;
	line-height:1em;
}
	
.tirage_precedent{
	float:left;
}
	
.tirage_suivant{
	float:right;
}

.nav_transverse a span:nth-child(1){
	font-size:3em;
	line-height:0.55em;
	margin:0 10px;
}

.nav_transverse a span:nth-child(2){
	font-size:0.6em;
}

.nav_transverse a span:nth-child(4){
	font-size:1.3em;
}

.tirage_precedent span{
	float:left;
}

.tirage_suivant span{
	float:right;
	text-align:right;
}

@media (max-width: 800px){
	.nav_transverse a span:nth-child(1){
		display:none;
	}
}

/* NAV "Tirages précédents" */
.lotos_detail section .nav{
	width:60%;
	margin:0 auto;
	background-color:#f3f3f3;
	text-align:center;
}

@media (max-width: 800px){
	.lotos_detail section .nav{
		width:80%;
	}
}

@media (max-width: 600px){
	.lotos_detail section .nav{
		width:100%;
	}
	
	.lotos_detail section .nav li{
		font-size:10px !important;
	}
}


/* Pages Brokers */
.the_lotter p, .the_lotter li{
	font-size:13px;
}

.info_blocage{
	background-color:#FFCEB7;
	width:96%;
	text-align:center;
	padding:2%;
	margin:5% 2% 2% 2%;
	font-weight:bold;
	font-size:13px;
}


/* CALENDRIER */
.calendrier .table_resultats em{
	font-size:0.7em;
}

/* FOOTER */
.page-footer{
	margin-top:100px;
	border-top:1px solid #999999;
	color:#999999;
	padding:20px 0;
	font-style:italic;
	text-align:center;
	font-size:11px;
}

/* Page d'accueil / Slider */
.home_bloc_V13{ float:left; width:46%; margin:2%; text-align:justify;}
.home_bloc_V13 div{width:100%;text-align:center;}
.home_bloc_V13 img{margin:1% 0;}
.home_bloc_V13 a{text-decoration:underline;}

@media (max-width: 600px){
	.home_bloc_V13{ width:92%; margin:4%; }
}
	
#carousel {
position: relative;
width:100%;
margin:0 auto;
}

#slides {
overflow: hidden;
position: relative;
width: 100%;
height: 400px;
}

#slides ul {
list-style: none;
width:100%;
height:400px;
margin: 0;
padding: 0;
position: relative;
}

#slides li {
width:100%;
height:400px;
float:left;
text-align: center;
position: relative;
font-family:'Lato', Calibri, Arial, sans-serif;
}

.bloc_texte_slide {
font-family:sans-serif;
font-weight:300;
display: table-cell;
vertical-align: middle;
padding: 5px 20px;
font-family:'Lato', Calibri, Arial, sans-serif;
height: 200px;
font-size:24px;
color:#FFF;
font-style:italic;
text-shadow:.5px 0px #b14943;  
text-align:left;
}

.bloc_texte_slide div{
	text-align:left;
	font-size:30px;
	color:#FFF;
}

.bloc_slide_container {
display: table;
width: 100%;
height:100%;
padding-left:3%;
}

.jackpot_slide{
	font-size:70px;
	font-weight:bold;
}

.background_slides_2{
	background-image:url('images/slides/background-lotos-usa-ameriques.jpg');
}

.background_slides_4{
	background-image:url('images/slides/background-lotos-europe.jpg');
}
	


/* OFFRES THE LOTTER */
.offres-promos-reducs-the-lotter h2{margin-top:-3px;}

.encours,.expire{margin-top:50px;font-style:italic;font-weight:bold;width:35%;float:left;padding-left:10px;}
.dates_offre{margin-top:50px;width:65%;float:right;text-align:right;padding-right:10px;font-style:italic;}

.encours{color:#396;font-weight:bold;}
.expire{color:#D81010;}
.grise{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);	
}

/* Calendrier */
#sandbox-container input{cursor:pointer;}
.datepicker .dow{text-transform:capitalize;}
.datepicker.dropdown-menu{min-width:262px !important;width:262px !important;}
.input-group.date{max-width:300px;}



/* AJUSTEMENTS SPECIAUX POUR LOTOS */

.lotofacil-bresil .table_resultats figure{
	margin: 2% 0.5% 3% 0.5%;
}

/* VENDREDI 13 */
.compteur_vendredi_13{
	display:block;
	margin:0 auto;
	text-align:center;
}

.compteur_vendredi_13 div{
	font-size:4em;
}

.prochain_vendredi_13{
	text-align:center;
	font-weight:bold;
	font-size:1.5em;
}

.prochain_vendredi_13 em{
	font-weight:normal;
	font-size:0.7em;
}

/* Bloc offre exceptionnelle */
.lien_offre_en_cours{
	display:block;
	clear:both;
	width:100%; 
	text-align:center; 
	border:5px solid #339966;
	padding:5px;
	color:#339966;
	font-size:14px;
	margin:8px 0;
}

.lien_offre_en_cours span{
	font-weight:bold;
	font-size:20px;
}

/* Bloc ouvrir un compte */
.bloc_ouvrir_compte{
	width:50%;
	text-align:center;
	float:left;
	font-size:10px;
	margin:10px 0;
}

@media (max-width: 650px){
	.bloc_ouvrir_compte{
		width:100%;
	}
}