/*****************************************************************************************************************************/
/* Reset - Redefinitions des balises HTML */ 
/*****************************************************************************************************************************/
@import url(fonts.css);

*{margin:0; padding:0;}
*, *:after, *::before{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, select, textarea, blockquote{font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#474749; font-weight:400;}

fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal;}

a{color:#666; text-decoration:none; outline:none; -webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition: all 0.3s ease 0s;}
a:hover{color:#df0c36; text-decoration:none;}

input:focus, a:focus{outline:none;}

select option{padding:0 3px;}

ul li{list-style:none;}

table{border-collapse:collapse; border-spacing:0;}

iframe{border:none;}

hr{display:none;}

textarea{resize:vertical;}

img{vertical-align:middle;}

*::-webkit-input-placeholder {color: #6f7072;}
*:-moz-placeholder {color: #6f7072; opacity: 1;}
*::-moz-placeholder {color: #6f7072; opacity: 1;}
*:-ms-input-placeholder {color: #6f7072;}



/*****************************************************************************************************************************/

/*****************************************************************************************************************************/
/* CLASS génériques */ 
/*****************************************************************************************************************************/
	strong{font-weight:bold;}
	em{font-style:italic;}
	
	.clearfix:before,
	.clearfix:after{content:" "; display:table;}
	
	.clearfix:after{clear:both;}
	
	.clearfix{*zoom:1;}
	
	.clear{clear:both; height:0px; font-size:0px;}
	
	.hidetext{font-size:0px; text-indent:-9999px; display:block;}
	
	.hidden-mob{
		display: block;
	}
	
	.visible-mob{
		display: none;
	}

	.red{
		color: #e20031;
	}

	.erreur{
		max-width: 400px;
		color: red;
	    margin: 15px auto;
	    background: #f3bbbb;
	    display: block;
	    padding: 10px;
	    font-size: 15px;
	}

	.hide{
		display: none;
	}
	


/*****************************************************************************************************************************/

/*****************************************************************************************************************************/
/* Structure generale */ 
/*****************************************************************************************************************************/
	body {
		text-align: center;
		background: #fff;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	
	header, 
	#middle, 
	.page {
		position: relative;
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	
	.page {
		width: 960px;
	}
	
	
	/* -------------- header -------------- */
	header {
		min-height: 240px;
		background: url(../img/bg-header.gif) no-repeat center 40px;
	}
	
	
		/* logo TOTAL */
		.logo {
			position: absolute;
			top: 46px;
			left: 0;
		}
		
		
		/* top links */
		.top-links {
			float: right;
			padding-top: 15px;
		}
		
			.top-links li {
				float: left;
				font-size: 13px;
				font-weight: bold;
				text-transform: uppercase;
				line-height: 15px;
			}
			
			.top-links li + li:before {
				float: left;
				width: 2px;
				height: 13px;
				margin-left: 23px;
				content: "";
				display: block;
			}
			
			.top-links li:nth-child(2):before {
				padding-left: 19px;
				background: url(../img/top-links-sep.gif) no-repeat 0 1px;
			}
			
				.top-links li a {
					color:#474749;
				}
				
					.top-links li a:hover {
						text-decoration: underline;
					}
			
			
		/* main nav */
		.slicknav_menu {
			display: none;
		}
		
		#magic-line { 
			position: absolute;
			bottom: 0; 
			left: 0; 
			width: 100px; 
			height: 7px; 
			background: #df0c36;
		}
		
		nav ul {
			margin: 160px auto 0;
		}
			
			nav ul li {
				float: left;
				height: 33px;
			}
			
				nav ul li a {
					height: 55px;
					margin-right: 40px;
					font-family: 'HelveticaNeue-BoldCond';
					font-size: 18px;
					text-transform: uppercase;
					line-height: 20px;
					display: block;
				}
				
					nav ul li a:hover {
						color: #666;
					}
				
				
				
	/* -------------- middle -------------- */
	#middle {
		padding-top: 20px;
		margin-bottom: 50px;
	}
	
	#middle.pg-index {
		padding-top: 0;
	}
	
		
		/* points restants */
		.restant {
			position: absolute;
			top: -55px;
			right: 0;
			font-family: 'HelveticaNeue-MediumCond';
			color: #df0c36;
		}
			
		
		/* bouton fleche */
		.bt-fleche {
			width: 210px;
			height: 39px;
			padding-left: 50px;
			background: #e20031 url(../img/fleche.png) no-repeat 18px center;
			border: none;
			font-family: 'HelveticaNeue-MediumCond';
			font-size: 17px;
			color: #fff;
			text-align: left;
			cursor: pointer;
		}
		
		a.bt-fleche {
			line-height: 39px;
			display: inline-block;
		}
		
		.bt-fleche:hover {
			background-color: #b0042a;
		}
		
			a.bt-fleche:hover {
				color: #fff;
			}

		.fleche-prev{
			background: #e20031 url(../img/fleche-back.png) no-repeat 18px center;
		}
		
		
		/* titre */
		h1 {
			font-family: 'HelveticaNeue-BoldCond';
			font-size: 28px;
			text-transform: uppercase;
		}
	
	
	
/*****************************************************************************************************************************/

/*****************************************************************************************************************************/
/* Bloc css de la page inscription.html */
/*****************************************************************************************************************************/
	/* formulaire */
	.bloc-form {
		padding: 36px 50px;
		background: #f8f8f8;
	}
		
		.bloc-form .intro {
			padding: 18px 0 32px;
		}
		
		.bloc-form .form-line {
			padding-bottom: 12px;
		}
		
			.bloc-form input[type=text], 
			.bloc-form input[type=password],
			 .bloc-form input[type=email]{
				width: 100%;
				height: 38px;
				padding: 0 20px;
				background: #ffffff;
				border: 1px solid #5c5c5c; 
				font-family: 'HelveticaNeue-MediumCond';
				font-size: 17px;
				color: #000000;
				line-height: 100%;
			}

			
			.bloc-form input[type=checkbox] {
				display: none;
			}
			
		.bloc-form .form-line.check-line {
			float: left;
			padding: 12px 0 23px;
		}
			
			.bloc-form label a {
				font-weight: bold;
				text-decoration: underline;
			}
			
			.bloc-form label:before {
				float: left;
				content: "";
				width: 14px;
				height: 14px;
				margin: 3px 12px 0 2px;
				background: #fff;
				border: 2px solid #fff;
				outline: 2px solid #666;
				display: block;
			}
			
			.bloc-form input[type=checkbox]:checked + label:before {
				background: #e20031;
			}
			
		.bloc-form .form-line.send-line {
			float: right;
			padding: 8px 0 23px;
			text-align: right;
		}
			
		.bloc-form .connect {
			padding-top: 16px;
			border-top: 1px solid #9c9c9b;
			font-family: 'HelveticaNeue-MediumCond';
			font-size: 12px;
			color: #40403f;
			text-align: right;
		}
		
			.bloc-form .connect a {
				color: #40403f;
				text-decoration: underline;
			}
			
			.bloc-form .connect a:hover {
				color: #df0c36;
			}
			
			
		
		
					
/*****************************************************************************************************************************/

/*****************************************************************************************************************************/
/* Bloc css de la page quiz.php */
/*****************************************************************************************************************************/

	.page_quiz{

	}

		.page_quiz h1{
			text-align: center;
		}

		.page_quiz .intro{
			text-align: center;
		}

		.page_quiz .question{
			text-align: center;
			font-family: 'HelveticaNeue-BoldCond';
			font-size: 32px;
			text-transform: uppercase;
			max-width: 725px;
			margin: 0 auto 30px auto;
		}

		.page_quiz .bloc-form input[type=radio]{
			opacity: 0;
			width: 0;
			height: 0;
		}

		.page_quiz .bloc-form label {
			width: 100%;
			display: block;
    		text-align: center;
    		font-family: 'HelveticaNeue-MediumCond';
		    font-size: 24px;
		    text-transform: uppercase;
		    margin: 0 auto 25px;
		    cursor: pointer;
		    max-width: 400px;
		    box-sizing: border-box;
		    border: 2px solid transparent;
		    padding: 5px 0;
		    -webkit-transition: border .2s ease-in-out;
		            transition: border .2s ease-in-out;
		}

		.page_quiz .bloc-form input[type=radio]:checked + label {
		    border: 2px solid #e20031;
			color: #e20031;
		}

		.page_quiz .bloc-form label:hover {
			background-color: #fff;
		}

		.page_quiz .bloc-form label:before {
			display: none;
		}

		.page_quiz #bt-suivant{
			padding-top: 10px;
			margin: 40px auto 20px;

		}

		.page_quiz #bt-precedent{
			padding-top: 10px;
			margin: 0 auto;
			background-color: #404042;

		}

		.page_quiz ul{
			height: 100px;
			border-bottom: 2px solid #404042;
			box-sizing: content-box;
		}
		.page_quiz ul li{
			background-color: #f8f8f8;
			display: inline-block;
		    width: 50%;
		    max-height: 100px;
		    font-family: 'HelveticaNeue-MediumCond';
		    font-size: 24px;
		    float: left;
		    text-transform: uppercase;
		    text-align: center;
		    box-sizing: border-box;
		    line-height: 100px;
		    
		    border-right: 5px solid white; 
		}
		.page_quiz ul li:nth-child(2n) {
		    float: right;
		    border-right: none;
		    font-family: 'HelveticaNeue-BoldCond';
		    border-left: 5px solid white;
		}

		.page_quiz ul li span{
			line-height: 1;
		    vertical-align: middle;
		    display: inline-block;
		    padding: 0px 15px;
		    max-height: 72px;
		    overflow: hidden;
		    /* display: -webkit-box; */
		    -webkit-line-clamp: 3;
		    -webkit-box-orient: vertical;
			}

		h1.titre{
			display: none;
		}

		.recap_mode .bloc-form{
			padding: 0;
			background: none;
		}

		.recap_mode h1.titre{
			display: block;
			font-size: 32px;
			text-decoration: underline;
			font-family: 'HelveticaNeue-MediumCond';
		}
		.recap_mode #nbQuestion, .recap_mode #question{
			display: none;
		}

/*****************************************************************************************************************************/

/*****************************************************************************************************************************/
/* Bloc css de la page quiz_result.php */
/*****************************************************************************************************************************/
	.page_quiz_result{
		text-align: center;
	}

	.page_quiz_result h1{
		font-size: 72px;
		margin-bottom: 15px !important;
	}

	.page_quiz_result p{
		font-size: 24px;
		font-family: 'HelveticaNeue-MediumCond';
		margin-bottom: 30px;
		line-height: 37px;
		text-transform: uppercase;
	}

	.page_quiz_result p span{
		display: inline-block;
		background-color: #e20031;
		color: white;
		padding: 0 5px 0;
	}

	.page_quiz_result ul{
			height: 100px;
			border-bottom: 2px solid #404042;
			box-sizing: content-box;
		}
	.page_quiz_result ul li{
		background-color: #f8f8f8;
		display: inline-block;
	    width: 33.33%;
	    max-height: 100px;
	    font-family: 'HelveticaNeue-MediumCond';
	    font-size: 24px;
	    float: left;
	    text-transform: uppercase;
	    text-align: center;
	    box-sizing: border-box;
	    line-height: 100px;
	    
	    border-right: 5px solid white; 
		}
	.page_quiz_result ul li:nth-child(2n) {
		font-family: 'HelveticaNeue-BoldCond';
	    border-right: none;
	    border-left: 5px solid white;
	    padding-top: 5px;
	}
	.page_quiz_result ul li:nth-child(3n) {

	    border-right: none;
	    border-left: 10px solid white;
	    font-family: 'HelveticaNeue-MediumCond';
	}

	.page_quiz_result ul li span{
		line-height: 1;
	    vertical-align: middle;
	    display: inline-block;
	    padding: 0px 15px;
	    max-height: 72px;
	    overflow: hidden;
	    /* display: -webkit-box; */
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	}




/*****************************************************************************************************************************/

/*****************************************************************************************************************************/
/* Bloc css de la page index.html */
/*****************************************************************************************************************************/
	/* bandeau */
	.bandeau {
		position: relative;
		max-width: 1420px;
		margin: 0 auto;
		overflow: hidden;
		height: 389px;
		background-color: #f8f8f8;
	}

	.fond_ballon{
		float: left;
	}

	.bandeau .logo_ac2018 {
		position: absolute;
		top: 0;
		right: 60px;
		float: right;
	}
	

	/* texte */
	.home-center {
		padding: 40px 15px 0 0;
	}
		.home-center h1 {
			margin-bottom: 40px;
		}

		.home-center h2 {
			font-size: 24px;	
			text-transform: uppercase;
		}

		.home-center .red {
			color: #e20031;
		}

		.home-center .helvetica{
			font-family: 'HelveticaNeue-BoldCond';
		}
	
		.home-center .txt1 {
			padding-bottom: 22px;
			line-height: 24px;
			font-size: 18px;
		}
		
			.home-center .txt1 strong {
				font-size: 18px;
			}
			
		.home-center .txt2 {
			font-size: 21px;
			color: #df0c36;
			font-weight:bold;
		}
		
		.home-center .bt-fleche {
			margin-top: 30px;
		}

		.home-center .txt_btn{
			margin-top: 30px;
			width: 360px;
		}

		.home-center .txt_btn a{
			margin-top: 0;
			float: right;
		}

		.home-center .txt_btn span{
			display: inline-block;
			float: left;
			font-family: 'HelveticaNeue-MediumCond';
			padding-top: 10px;
		}
		
/*****************************************************************************************************************************/

/*****************************************************************************************************************************/
/* Bloc css de la page pronostics.php */
/*****************************************************************************************************************************/

.page_pronostics .bloc-form label{
	max-width: 700px;
	padding: 5px 25px;
	margin: 0 auto;
}

.page_pronostics .bloc-form label .rep{
	float: left;
	padding: 5px;
	text-align: left;
}

.page_pronostics .bloc-form label .cote{
	float: right;
	background-color: #e20031;
	color: #fff;
	padding: 5px 50px;
	min-width: 200px;
}

.page_pronostics .bloc-form label .sub{
	font-size: .7em;
	color: #e20031;
}

.page_pronostics p{
	text-align: center;
}

.page_pronostics .marginB{
	margin-bottom: 20px;
}

.page_pronostics #outputScoreRestant{
	color: white;
	background-color: #e20031;
	padding: 5px 30px;
	font-family: 'HelveticaNeue-MediumCond';
	font-size: 24px;
}

.page_pronostics p.indication{
	margin-bottom: 20px;
	margin-top: 15px;
}

.page_pronostics .container_calcul{
	text-align: center;
}

.page_pronostics .container_calcul div{
	display: inline-block;
	font-family: 'HelveticaNeue-MediumCond';
	font-size: 24px;
	margin-top: 30px;
}

.page_pronostics .container_calcul div span{
	font-family: 'HelveticaNeue-BoldCond';
	color: #df0c36;
}

.page_pronostics .container_calcul div.light{
	font-family: 'HelveticaNeue-Condensed';	
	margin: 0 15px;
}

.page_pronostics .help{
	display: none;
	margin: 20px;
}

.page_pronostics .total_gains_ctn{
	display: none;
}

/* RECAP MODE */

.page_pronostics ul li{
	width: 25%;
}

.page_pronostics ul li.first {	
	font-size: 18px;
	cursor: pointer;
}

.page_pronostics ul li.first:hover {
	color: #e20031;
}

.page_pronostics ul li:nth-child(2n) {		
	float: left;
	border-right: 5px solid #fff;
	border-right: none;
}

.page_pronostics ul li:nth-child(3n) {		
	border-left: 10px solid #fff;
	border-right: 5px solid #fff;
}

.page_pronostics ul li span.cote{
	background-color: #e20031;
	padding: 5px 0 5px;
    color: #fff;
    min-width: 90%;

}



.page_pronostics #total_gains{
	margin-top: 0px;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    padding: 5px 20px;
    background-color: #e20031;
    color: white;
    margin: 0px auto 30px;
    display: inline-block;
    font-family: 'HelveticaNeue-MediumCond';
}


.recap_mode .hide_recap{
	display: none;
}

.recap_mode .rangeSlider{
	display: none;
}

.recap_mode .help, .recap_mode .total_gains_ctn{
	display: block;
}

/*****************************************************************************************************************************/

/*****************************************************************************************************************************/
/* Bloc css de la page pronostics_result */
/*****************************************************************************************************************************/
.page_pronostics_result{
	text-align: center;
}

.page_pronostics_result h1{
	font-size: 35px;
}

.page_pronostics_result p{
	margin-bottom: 30px;
}

.page_pronostics_result #bt-suivant{
	padding-top: 0;
}

.page_pronostics_result ul li.first:hover{
	cursor: initial;
	color: #474742;
}
/*****************************************************************************************************************************/

/*****************************************************************************************************************************/
/* Bloc css de la page home */
/*****************************************************************************************************************************/
	/* contenu */
	.home-large {
		padding: 50px 40px 0 0;
	}
	
		.home-large h1 {
			margin-bottom: 36px;
			font-family: 'HelveticaNeue-MediumCond';
			font-size: 32px;
		}
		
			.home-large h1 strong {
				font-family: 'HelveticaNeue-BoldCond';
				color: #df0c36;
				font-weight: normal;
			}
			
		.home-large p {
			padding: 0 150px 26px 0;
		}
		
			.home-large p strong {
				color: #df0c36;
			}
			
		.home-large .bt-fleche {
			margin-top: 10px;
		}

/*****************************************************************************************************************************/

/*****************************************************************************************************************************/
/* Bloc css de la page gagnants */
/*******************************************/

.page_pronostics ul li.redback{
	background-color: #DC0329 ;
	width: 18%;
}
.page_pronostics ul li.w30{
	width: 18%;
}
.page_pronostics ul li.rank{
	width: 10%;
}
.page_pronostics ul li.redback span{
	color: white ;
}
.page_pronostics ul li:nth-child(2n){
	border-right: 0;
	border-left: 10px solid white;
}
.page_pronostics ul li:nth-child(3n){
	border-right: 0;
}
.page_pronostics ul li:nth-child(5n){
	border-left: 10px solid white;
    border-right: 0;
}


/*****************************************************************************************************************************/

/*****************************************************************************************************************************/
/* Bloc css de la page photos */
/*******************************************/


#portfolio-grid .vignette{
	float: left;
	display: block;
	width: 226px;
	margin-bottom: 20px;
}

#portfolio-grid .dl{
	font-family: 'HelveticaNeue-MediumCond';
	font-size: 14px;
}



@media only screen and (max-width : 768px) {
	#portfolio-grid .vignette{	
		width: 215px;
	}

}




















