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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
/* Correct `inline-block` display not defined in IE 8/9. */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

html {
	font-family:Helvetica, Arial, "sans-serif";
	/* height:100%; */
}
body {
	font-family: 'Aileron', sans-serif;
   font-size:16px; 
	padding:0px;
	margin:0px;
	background: url('../images/photo.jpg') no-repeat center;
	background-attachment: fixed;
	background-size: cover;
	/*	height:100%;*/
}
.front {
	background-image: url('../images/fondvideo.jpg');
}
a {
	text-decoration: none;
	color:#000;
	transition: 0.2s;
}
.contenu,
.main {
	 height:100%;
}
.site {
	width:1280px;
	margin:auto;
	position: relative;
	height:100%;
}
.pLots .cadre,
.pInfos .cadre,
.pAide .cadre {
	background: #FFF;
}
.not-front.pLots.computer .cadre{
	background: rgba(255,255,255,0.7)!important;
}
.cadre {
	border-radius:25px;
	background: rgba(255,255,255,0.7);
	max-width: 1060px;
	margin:auto;
	
	/* height: 60%; 
	overflow: auto;*/
}
.cadre .int {
	/*padding:20px 50px;*/
	padding: 20px 36px;
}
.pInfos .cadre .int {
    padding-left: 122px;
}
.contenu {
	position: relative;
}
.front .cadre {
	width:680px;
position: relative;
margin: 85px 0px 30px 500px;
}
h2, h3, h4 {
	    font-family: 'Aileron', sans-serif;
	text-transform: uppercase;
	line-height: 1.15em;
	font-weight:normal;
	font-weight: bold;
}
h1 {
	margin:46px 0px 20px 235px;
	font-size:44px;
	    font-family: 'Aileron', sans-serif;
		font-weight: bold;
	line-height: 0.8em;
	font-weight:normal;
	/*letter-spacing:-0.01em;*/
	color:#000;
	/*text-shadow: 0 0 6px rgba(0,0,0,0.6);*/
}
.not-front.pQuestions.computer .main.clearfix .site h1, .not-front .site h1{
	color:#fff!important;
	text-shadow: 0 0 6px rgba(0,0,0,0.6);
}

.not-front.pInfos.pReglement.computer .main.clearfix .site h1{
	color:#fff!important;
	text-shadow: 0 0 6px rgba(0,0,0,0.6);
}
h1 span.h1_small1 {
	font-size:0.8em;
}
h1 span.h1_small2 {
	font-size:0.485em;
	display: block;
	font-family: 'GothamMedium';
}
.front h1 {
	display: table;
    margin-left: 240px;
    margin-top: 70px;
    font-size: 50px;
    background: rgb(255 255 255 / 76%);
    border-radius: 15px;
    padding: 14px 20px 25px 80px;
}
.front h1 span.h1_small2 {
	font-size:0.56em;
}
.bold {
	    font-family: 'Aileron', sans-serif;
}
.black {
	font-family: 'GothamBlack';
}
h2 {
	font-family: 'Aileron', sans-serif;
	font-weight: 800;
	color:#085599;
	margin:0px;
	padding:0px;
	line-height: 1.05em;
}
.bigger {
	font-size:1.14em;
}
.smaller {
	font-size:0.86em;
}
.front h2 {
	font-size:57px;
}
.pageInfos h2 {
	margin-top:20px;
	font-size:3em;
}
.pageInfos .lotBosch h2 {
	margin-top:30px;
}
h3 {
	color:#00902D;
	font-size:1.5em;
	margin-bottom:0px;
}
h3 span {
	color:#000;
	font-size:0.9em;
	padding-left:10px;
}
h4 {
	font-size:1em;
	margin:5px 0px 0px 0px;
}
.pageInfos p {
	margin:5px 0px;
	font-family: 'Aileron', sans-serif;
    font-size: 18px;
	font-weight: 500
}
.video  {
	position:relative;
} 
.video video {
	background-repeat:no-repeat;
	background-size:100% auto;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity 1s ease 0s;
    width: auto;
    z-index: -100;
}
.header {
	position: fixed;
	width: 100%;
	z-index: 300;
	top:0px;
}
.logoJeu {
	float:left;
	display: block;
	margin:15px 5px;
	width:230px;
	height:230px;
}
.logoJeu img {
	width:100%;
	height:auto;
}
.front .logoJeu {
	width:221px;
	height:220px;
	margin:30px 5px 10px 85px;
}
.bNav {
	float:right;
	text-transform: uppercase;
}
.icMenu {
	background: url('../images/menu.png') no-repeat center;
	background-size: 100% auto;
	width:35px;
	height:25px;
	right:35px;
	top:25px;
	position: absolute;
	z-index: 100;
}
@media all and (min-width: 990px) {
.bNav:hover .icMenu {
	background-image: url('../images/menu2.png');
}
}
.bNav {
	position: relative;
}
p {
	/*line-height: 1.25em;*/
	line-height: 1.45em;
}
.txtR{
	position: absolute;
    float: right;
    right: 150px;
    top: 19px;
    width: 250px!important;
}
p .maj {
	display: block;
	margin: 7px 0 9px 0;
	font-size: 0.9em;
	font-weight: 500;
}
p.small {
	font-size: 0.85em;
}
.bNav .zone {
	background:#00902D;
	color:#FFF;
	position: absolute;
	width:380px;
	padding:130px 35px 35px 35px;
	right:0px;
	top:0px;
}
.bNav .zone .itMenu {
	display: block;
	white-space: nowrap;
	height: 30px;
	padding:12px 0px;
	background:#00902D;
	color:#FFF;
	font-family: 'GothamNarrowMedium';
	opacity: 0.7;
	font-size:1.1em;
	text-align: center;
	transition: 0.1s;
}
.bNav .zone .itMenu.actif {
	opacity: 1;
}
.bNav .zone .itMenu:hover {
	font-size:1.16em;
	opacity: 1;
}
.bNav .zone a {
	color:#FFF;
}
.bNav .zone .itMenu a {
	display: inline-block;
	position: relative;
	font-family: 'Aileron', sans-serif;
	font-weight: bold;
}
.bNav .zone .itMenu a:after {
	display: block;
	content:"";
	position:absolute;
	height: 5px;
	border-radius: 10px;
	background: #00902D;
	width:100%;
	margin-top: 2px;
}
.bNav .zone .itMenu.actif a:after,
.bNav .zone .itMenu:hover a:after {
	background: #FFF !important;
}
.textMenu {
	position: absolute;
top:30px;
	margin-left: -15px;
}
.textMenu .small {
	font-size: 12px;
}
.textMenu .big {
	font-size:24px;
}
.pReglement h2 {
    color:#FFF;
	background: #014991;
	font-size:2.2em;
	margin-left:-122px;
	margin-right:-36px;
	padding:5px 50px 5px 120px;
	text-align: left;
}
.pReglement h2 span {
    color:#BBBCB7;
	font-size:0.6em;
}

footer {
	background: #FFF;
	/*position: absolute;*/
	left:0px;
	width: 100%;
}
footer .logo {
	display: block;
	padding:15px 35px;
}
.front .cadre p {
	font-size:30px;
    font-family: 'Aileron', sans-serif;
    font-weight: 800;
    /* margin: 10px 10% 0 0; */
    margin: 0;
    padding: 0;
}
.front .cadre p.last {
	/*margin:20px 0 0 0;*/
	margin: 0;
	padding: 0;
}
.front .cadre p span {
	color:#009031;
	/*display: inline-block;*/
	    font-family: 'Aileron', sans-serif;
	line-height: 1em;
	padding: 0;
	margin: 0;
}
.front .cadre .img {
	position: absolute;
	right:15px;
	bottom:20px;
	height: 170px;
}
.imgBosch img,
.front .cadre .img img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}
.acts {
	text-align: center;
	margin-bottom: -60px;
margin-top: 30px;
}

.front  .acts {
	margin-bottom: -70px;
margin-top: 40px;
}
.subAide {
	padding-top:23px;
	padding-bottom:23px;
}
.numbers {
	text-align: center;
	display: table;
	margin:5px auto 25px auto;
}
.numbers div {
	display: table-cell;
	 font-family: 'GothamNarrowBlack';
	background:#FFF;
	text-align: center;
	border-radius:35px;
	border:6px solid #014991;
	width:50px;
	height:50px;
	font-size: 36px;
	vertical-align:middle;
	color:#014991;
}
.numbers span {
	display: table-cell;
	background: url('../images/number_sep.gif') repeat-x left center;
	width:45px;
}
.numbers div.activ {
	background:#014991;
	color:#FFF;
}
.zAide .questionH {
	display: flex;
	align-items: center;
}
.itQuestion {
	text-align: center;
}
.itQuestion h2 {
	color:#000;
	text-transform: none;
	margin-bottom:10px;
}
.itQuestion h2 span {
	display: block;
}
.zAide h3 {
	color:#000;
	margin:0px 0px 15px 35px;
	font-size:1.2em;
}
.zAide p {
	font-family: 'Aileron', sans-serif;
	font-weight: 800;
	padding: 0px 21px 0px 0px;
     font-size: 1.2em;
    text-align: right;
    width: 224px;
    flex-shrink: 0;
    line-height: 1.3em;
}
.zA1 p {
	padding-right:20px;
}
.zAide p span {
	display:block;
}
.imgAide {
	display: table-cell;
}
.imgAide img {
  max-width: 100%;
  height: auto;
}

.boxEnvoi {
	padding: 85px 0px;	
}
.boxEnvoi h4 {
	font-size: 1.25em;
margin: 10px 0px;
text-align: center;
text-transform: none;
font-family: 'Aileron', sans-serif;
    font-weight: 900;
}
.pageLots {
	padding-left:77px;
	padding-bottom: 60px;
	position: relative;
}
.pageLots .acts {
  position: absolute;
  right: 0px;
	bottom:40px;
  margin: 0;
}
.pageLots h2 {
	font-size: 27px;
	font-family: 'Aileron', sans-serif;
}
.pageLots h2 sup {
	font-size: 0.6em;
}
.pageLots h2.titre {
	margin-top:0px;
	font-size: 1.95em;
}
.pageLots h3 {
	margin-top:0px;
	font-size: 27px;
}
.pageLots .lotVoyage h3 {
    font-size: 27px;
}
.pageLots .lotBosch h3 {
	line-height: 1em;
}
.upper {
	text-transform: uppercase;
}
.itLot {
	position: relative;
	width:410px;
}
.imgLot {
	position: absolute;
right: -280px;
top: -40px;
}
.imgLot.imgVoyage {
	position: absolute;
	right:-475px;
top: 0px;
	width:445px;
	height:253px;
}
.imgLot.imgVoyage img {
	width:100%;
	height:auto;
}
.imgLot.imgVoyage:after {
	display: block;
	content:"";
	position: absolute;
	height:350px;
	width:430px;
	background: url('../images/lots01.png') no-repeat left center;
	background-size:contain;
	left:240px;
	top:-180px;
}
.obli {
	color:red;
	font-size:15px;
}
.phraseObli {
	font-size: 12px;
	margin:10px 0px -10px 0px;
}
