body{
	font-family: 'Open Sans', sans-serif;
	background:#22374a;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', sans-serif;
}

a:link, a:visited{
	text-decoration:none;
	outline:none;
}

a:hover, a:active{
	text-decoration:none;
	outline:none;
}

.btn-blue{
	display:block;
	font-weight:700;
	color:#fff;
	background:#00549a;
	padding:10px 20px;
	text-transform:uppercase;
	border:none;
}

.btn-blue:hover{
	text-decoration:none;
	color:#fff;
	background:#006BC4;
}

.btn-blue.back{
	padding-left:40px;
	background:#13273a url(../images/bg_back.png) no-repeat 15px center;
}

.btn-blue.back:hover{
	background:#1F3E5B url(../images/bg_back.png) no-repeat 15px center;
}


.btn-blue.forth{
	padding-right:40px;
	background:#00549a url(../images/bg_forth.png) no-repeat right 15px center;
}

.btn-blue.forth:hover{
	background:#006BC4 url(../images/bg_forth.png) no-repeat right 15px center;
}

.upper{
	text-transform:uppercase;
}

.bold{
	font-weight:700;
}

.justified{
	text-align:justify;
}

input, textarea{
	border-radius:0px !important;
}

input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:24px;
	height:19px;
	display:inline-block;
	line-height:19px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:14px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -19px;
}

label.css-label {
	background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_ab97948a1a65ca9425a01e68e57f78fa.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*****HEADER*******/
#top-wrapper{
	height:30px;
	background:#13273a;
}

#top a{
	line-height:30px;
	color:#fff;
	padding:0px 15px;
	font-size:14px;
	text-transform:uppercase;
}

#top a:hover{
	text-decoration:none;
}

#header-wrapper{
	height:110px;
	background:#22374a;
}

#header{
	background:none;
	position:relative;
	height:110px;
	z-index:2000;
}

#logo{
	position:absolute;
	top:20px;
	left:0px;
}

#header ul{
	float:left;
	margin-left:200px;
	margin-top:45px;
}

#header ul li {
	display:inline-block;
	float:left;
	margin-right:30px;
}

#header ul li a {
	color:#fff;
	font-weight:700;
}

#header ul li a:hover, #header ul li.active a{
	text-decoration:none;
	color:#80c5ff;
}

#telephone{
	float:right;
	color:#fff;
	margin-top:35px;
	text-align:center;
	margin-right:30px;
}

#header-email{
	float:right;
	color:#fff;
	margin-top:45px;
	margin-right:30px;
}

#header .btn-blue{
	margin-top:35px;
}




/*****SLIDER*****/
#slider-wrapper{
	background:#000;
	z-index:1000;
}

#slider{
	position:relative;
	overflow:hidden;
	background:#000;
}

#slider-text{
	position:absolute;
	height:100%;
	right:15px;
	top:0px;
	background:rgba(34, 55, 74, 0.7);
	text-align:center;
	padding:20px;
}

#slider-text p{
	color:#fff;
	text-align:center;
	line-height:16px;
}

#slider-text p .big{
	font-weight:700;
	font-size:24px;
}

#slider-text .btn-blue{
	text-align:center;
	display:inline-block;
}



/*****CONTENT*****/
#content-wrapper{
	background:#fff;
}

#content{
	padding-top:50px;
	padding-bottom:100px;
	color:#22374a
}

#content h2{
	margin-top:0px;
	color:#22374a;
	font-size:24px;
	font-weight:700;
}

.page-subtitle{
	border-bottom:2px solid #d9e4ee;
	height:22px;
	margin-bottom:50px;
}

.page-subtitle h2{
	background:#fff;
	width:auto;
	display:inline-block;
	padding-right:20px;
}

table{
	margin-bottom:60px !important;
}

table thead tr th{
	border:none !important;
}

table tr td{
	text-align:center;
	border:none !important;
}

table tr td.first{
	text-align:left;
	padding-left:20px;
	font-weight:700;
}

table tr td.price, table tr td.td-product{
	font-weight:700;
	text-align:center;
}

table tr td.price:hover{
	background:#00549a;
	cursor:pointer;
	color:#fff;
}

.tr-black{
	background:#273138;
	color:#fff;
}

.tr-product td{
	height:55px;
	vertical-align:middle !important;
}

.cart-delete{
	color:#273138;
	font-size:20px;
}

#recap-total{
	background:#add8fb;
	color:#fff;
}




/*****CART*****/
.option-choice{
	padding:20px;
	border:1px solid #999999;
	margin-bottom:30px;
}

.option-choice-title{
	float:left;
	font-size:16px;
	font-weight:700;
}

.shipping-choice{
	height:80px;
	padding-left:70px;
}

.shipping-choice p{
	line-height:40px;
}

#progress{
	position:relative;
	height:50px;
	background:#f7f7f7;
	margin-bottom:50px;
}

#progress-bar{
	position:absolute;
	width:90%;
	left:5%;
	top:45px;
	height:10px;
	background:#d5d5d5;
}

#progress-inner-bar{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	background:#22374a;
}

.progress-title{
	position:absolute;
	top:10px;
	color:#898787;
	font-weight:bold;
}

.progress-title.active{
	color:#22374a;
}

.progress-bullet{
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background:#d5d5d5;
	position:absolute;
	top:-5px;
	margin-left:-10px;
}

.progress-bullet.last{
	margin-left:0px;
	margin-right:-10px;
}

.progress-bullet.active{
	background:#22374a;
}



/*****ADDRESSING****/
.address-choice{
	margin-bottom:50px;
	text-align:center;
	padding:20px;
	border:1px solid #999999;
	height:290px;
	position:relative;
    cursor:pointer;
}

.address-choice .btn-blue{
	position:absolute;
	bottom:20px;
	left:75px;
	margin:0px;
}

.address-choice:hover, .address-choice.active{
	background:#f6f6f6;
	border:1px solid #999999;
}

.addressing-switch:hover, .addressing-switch:active{
	text-decoration:none;
	outline:none;
}

.addressing-switch{
	padding-right:20px;
	line-height:15px;
	background:url(../images/fleche_droite.png) no-repeat right center;
}

.addressing-switch.active{
	background:url(../images/fleche_bas.png) no-repeat right center;
}



/*****ACCOUNT*****/
#sidebar ul{
	padding:0px;
	list-style:none;
}

#sidebar ul li a{
	line-height:25px;
	text-transform:uppercase;
}





/*****FOOTER*****/
#footer-wrapper{
	background:#22374a;
	height:260px;
}

#footer{
	position:relative;
	padding-top:50px;
}

#footer-logo{
	width:120px;
	margin-top:-30px;
}

#footer ul{
	padding:0px;
	list-style:none;
}

#footer ul li a{
	color:#fff;
	font-weight:700;
	line-height:25px;
}

#footer .certif{
	text-align:center;
}

#footer-telephone{
	color:#fff;
	margin-bottom:30px;
	margin-top:10px;
}


@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

/*****RESPONSIVE*****/
@media (min-width: 992px) and (max-width: 1199px) {
	#telephone{
		float:right;
		color:#fff;
		margin-top:40px;
		text-align:center;
		margin-right:15px;
		font-size:12px;
	}
}

@media (max-width: 1199px) {
	#products-table th, #products-table td{
		font-size:12px;
	}
}

@media (max-width: 992px) {
	.btn-blue{
		width:100%;
		text-align:center;
		margin-bottom:20px;
	}

	.btn-blue.order{
		width:auto;
		margin-bottom:0px;
	}

	.address-choice .btn-blue{
		width:80%;
		left:10%;
	}

	#top a{
		font-size:10px;
	}

	#logo{
		top:15px;
		left:15px;
		width:130px;
	}

	#header-order{
		position:absolute;
		top:15px;
		right:15px;
		margin:0px !important;
	}

	#navbar-toggle{
		position:absolute;
		right:45px;
		top:55px;
	}

	#telephone{
		display:none;
	}

	#slider-wrapper{
		display:none;
	}

	#header ul{
		border:none;
		position:absolute;
		left:0px;
		top:110px;
		width:100%;
		height:auto;
		padding:0px;
		padding-top:10px;
		text-align:center;
		background:#22374A;
		margin:0px;
		z-index:1000000;
	}

	#header ul li{
		float:none;
		display:block;
		height:30px;
		margin-right:0px;
	}

	#header ul li.last{
		margin-right:0px;
	}

	#footer{
		text-align:center;
	}

	#footer-logo{
		position:relative;
		margin-bottom:35px;
	}

	.footer-column{
		margin-bottom:50px;
	}

}

@media (max-width: 768px) {


}
