body,
html{
	margin:0px;
	padding:0px;
	font-family: "Helvetica", "Arial", "sans-serif";	
}

body
{
    background-color: #f1f1f1;
}

.page
{
    background-color: #ffffff;
	width:1200px;
	margin:0 auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

/**********HEADER********/
header .logo,
header .search,
header .right
{
	float: left;
	width: 33.33%;
	
}

header .container
{
	height: 132px;
	padding-right: 5px;
}

header .navigation
{
	height: 37px;
}

header .right .language
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: right;
}

header .right .language>li
{
	display: inline-block;
	border: 1px solid #000000;
	width: 30px;
	text-align: center;
	font-weight: bold;    /* mettre en gras */
	text-transform: uppercase;
}

header .right .language>li a
{
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
}

header .right>a
{
	text-decoration: none;
	background-color: #ffffff;
	text-transform: uppercase;
	color: #3C74A5;
	font-size: 10px;
	line-height: 30px;
	display: block;
	border: 1px solid #3C74A5;
	width: 165px;
	text-align: center;
	font-weight: bold;
}

header .right .language+a
{
	background-color: #FB5B06;
	color: #ffffff;
	border: 1px solid #FB5B06;	
}

header .search>p
{
	text-align: center;
	color: #3b73ad;
	font-weight: bold;
}

header nav 
{
	text-align: center;
	display: block;
}

header nav>ul
{
	margin: 0;
	padding: 0;
}

header nav  .navigation>li
{
	display: inline-block;		
	text-align: center;
	font-weight: bold;    
	text-transform: uppercase;
}

header nav  .navigation>li a
{
	display: block;
	text-decoration: none;
	color: #3b73ad;
	font-size: 12px;
	line-height: 20px;
	padding: 0 9px;
	font-weight: bold;
}

header input.recherche
{
	margin: auto;
	display:block;
}

header .contact
{
    background-color: #FF771C;
    width: 22%;
}

header img.actiflip
{
	display: block;
	margin: auto;

}

header .right a:hover:last-child{
		color: #ffffff;
		background-color: #fb5b06;
		border: 1px solid #fb5b06;
	transition: 0.5s;
}

header .right li:hover{
		color: #ffffff;
		background-color: #fb5b06;
		border: 1px solid #fb5b06;
	transition: 0.5s;
}

header .navigation li:hover{
	background-color: #3b73ad;
	transition: 0.5s;
}

header .navigation a:hover{
	color: #ffffff;
	transition: 0.5s;
}
/***********************/
/********Bodys*********/
body_contnair{
	background-image: url("/images/visu_plateforme_salle_de_sport_body.jpg");
	width: 1200px;
	height: 753px;
}


/***********************/
/********Footer*********/
footer
{
	background-color: #636363;
}	

footer .footer-top{
	position:relative;
}
footer .footer-bottom
{
	font-size: 5px;
	background-color: #000000;
	color: #aaaaaa;
	text-align: right;
	line-height: 40px;
}

footer img.loft
{
	display: block;
	position: absolute;
	top: 20px;
	right: 52%;
}

footer .newsletter 
{
	color: #eaeaea;
	width: 50%;
	float: right;
	padding:15px 0;
}

footer .newsletter h3{
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	display:inline-block;
}

footer .newsletter h3::after
{
	content: "";
	display: block;
	width: 65px;
	margin-top: 4px;
	height: 2px;
	background: #6e6e6e;
}

footer .newsletter h3
{
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	display:inline-block;
}

footer h3 + .adherent
{
	color: #eaeaea;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #eaeaea;
	font-weight: bold;
	text-align: center;
	line-height:30px;
	padding:0 8px;
	font-size:14px;
	margin-left:150px;

}

footer h3 + .adherent + p
{
	font-size:9px;
	display:block;
	margin:15px 0;
}

footer   input + a
{
	display:block;
	margin:15px 0;
}

footer h3
{
	margin: 0px;
}

footer p
{
	margin: 0px;
}

footer .footer-bottom a
{
	color: #aaaaaa;
	text-decoration: none;
	font-size: 10px;
}

footer input.mail
{
	background-color: #878787;
	border: none;
	color: #E6E6E6;
	padding: 8px 15px;
	font-size: 11px;
	display:inline-block;
}

footer input.submit
{
	background-color: #fb5b07;
	border: none;
	color: #E6E6E6;
	padding: 8px 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display:inline-block;
}

footer .footer-bottom p
{
	margin: 0;
}

footer .newsletter .submit:hover{
	background-color: #ffffff;
	color: #FB5B06;
	transition:0.5s;
}
/***********************/
/*****section tree******/
section
{
	text-align:center;
	color: #000000; 
/*	min-height:600px;*/
}

section .step>li
{
    text-decoration: none;
	background-color: #70c1ff;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 10px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	width: 125px;
	margin-right: 5px;
	cursor:pointer;
	
}


section .step>li:last-child{
	cursor:default;
	background-color: #0486c7;
}

section .top .step
{
	height:200px;
}

section p
{
	color: #5b5b5b;
	margin-top:25px;	
}

section h1
{
	text-align:initial;
	color: #555;
	margin:0;
	margin-left:90px;
	font-size:25px;
}

section .tree>li
{
	/*cursor:pointer;*/
    text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	width: 230px;
	margin-left:30px;
	opacity:1;	
	margin:10px;
}

section .tree h3
{
	text-align:center;
	color: #555;
	margin: 0;
}

section .tree .prec_ID
{
	display:none;
}

section .tree li img
{
	width:228px;
	display:inline-block;
	vertical-align:top;
}

section .tree,
section .step
{
	padding:0;
}

section .tree
{
	margin: 0 auto;	
}

section .slideContainer
{
	width:100%;
	overflow:hidden;
	white-space: nowrap;
}

section .slideContainer> div
{
	width:100%;
	display:inline-block;
	white-space: normal;
}

section .slideContainer .prevSlide
{
	margin-left:-100%;
}

section .slideContainer .tree .finalModel{
	width: 100%;
	height: 400px;
}

section .slideContainer .tree .finalModel img{
	float: left;
	width: 350px;
	border-right: 2px solid #d5d5d5;
	padding:20px;
	display:block;
}

section .ajax .produit_id
{
	display:none;
}

section .com_gen
{
	border: 1px solid #d5d5d5;
	margin: auto ;
	width: 1020px;
	color: #555;	
	text-align:justify;	
}

section .com_gen p{
	margin:0;
	padding:20px;
}

section .idTreeChoice
{
	display:none;
}

section  .seeProduct{
	position :absolute;
	width:100%;
	height:100%;
	background-color:rgba(209, 209, 209, 0.4);;
	opacity: 0;
}

section .box{
	position:relative;
}

section .dispProduct{
	float:right;
	width:700px;
	margin-right:50px;
}
section .seeProduct span{
	position: absolute;
	top: 47%;
	left: 35%;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-weight: bold;
	line-height: 25px;
}

section .step .step_li:hover:not(:last-child){
	background-color: #FB5B06;
	transition: 0.5s;
}

section .currentSlide .seeProduct:hover{
	opacity: 1;
	transition: 0.6s;
}

section .currentSlide  .seeProduct span:hover{
	opacity: 1;
	background-color: #FB5B06;
	border: 1px solid #FB5B06;
	transition: 1s;
	box-shadow: 0px 0px 10px rgba(251, 91, 6, 0.2);	
}

section .currentSlide .finalModel a:hover{
	background-color: #ffffff;
	color: #FB5B06;
	border: 1px solid #fb5b06;
	transition: 0.5s;
}

section .tree> li.finalModel{
	margin:0;
	margin-top:10px;
}

section .tree .finalModel h3{
	font-size:21px;
	text-align:left;
	margin:0;
	margin-bottom:20px;
	margin-left:0;
	color: #555;
}

section .tree .finalModel p{
	text-align:justify;
	margin-top:0;
	margin-left:0;
	margin-right:50px;
	padding-bottom:10px;
	border-bottom: 2px solid #d5d5d5;
	color:#555;
	font-size:10px;
	
}

section .tree .finalModel a{
	text-align:left;
	text-decoration:none;
	background-color: #fb5b06;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	padding:5px;
}

section .tree .model>li{
	cursor:pointer;
}

section .box{
	border: 1px solid #d5d5d5;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);	
}

section .slideContainer >div{
	min-height:500px;
	vertical-align:top;
}
/*********************************/
.none
{
	clear: both;
}



