* {
	font-family: 'Roboto Condensed', sans-serif;
}

*.icon,
.icon {
	font-family: DecathlonCube;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	border-top: 0 none;
}

html,
body {
	background: none;
}

.header {
	width: 100%;
	background: #3643BA;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding: 20px 30px 30px 30px;
}

h1 {
	margin: 0px;
	color: #fff;
	font-size: 30px;
	font-style: italic;
	font-weight: 500;
	padding: 0px;
}

h1 small {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin-left: 4px;
}

.header .icon-close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	font-size: 20px;
	cursor: pointer;
}

.swipe-btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: block;
}

.nav-link{
	padding: 0px;
	margin: 10px 30px;
	border-radius: 0;
	opacity: 0.44;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	border-bottom: 2px solid #fff;
	border-radius: 0;
	background-color: transparent;
	opacity: 1;
}

.table-sizes {
	background: #fff;
	text-align: center;
	margin: 0px;
}

th {
	background: #F4F4F4;
	font-size: 16px;
	text-align: center;
	width: 20%;
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
}

table th{
	padding-top: 20px!important;
}

th p {
	color: #939393;
	font-size: 14px;
	text-align: center;
	width: 100%;
	height: 14px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 5px 0;
}

th h6 {
	color: #939393;
	font-size: 14px;
	text-align: center;
	width: 100%;
	height: 14px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 5px 0;
}

tr{
	border-bottom: #EFEFEF 1px solid;
}

tr:first-child, tr:last-child{
	border-bottom: none;
}



td {
	font-size: 14px;
	text-align: center;
	width: 20%;
	text-transform: uppercase;
	font-weight: normal;
}

td:first-child {
	font-size: 14px;
	text-align: center;
	width: 20%;
	text-transform: uppercase;
	font-weight: bold;
}

.hover {
	background: #f7f7f7;
	color: #363636;
}


th:hover {
	background: #FEC651;
}


.table>tbody>tr>td{
	padding: 12.5px!important;
}


.table>tbody>tr>td,
.table>tbody>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	vertical-align: middle;
}



.table-sizes th,
.table-sizes td {

}

.toggle-group label.btn {
	padding: 3px 6px;
}

.toggle-group label.btn.toggle-on {
	padding-right: 24px;
}

.toggle-group label.btn.toggle-off {
	padding-left: 24px;
}

.toggle-group label.btn.btn-primary,
.toggle-group label.btn.btn-default {
	background: #fff;
	color: #3643BA;
	border-color: #fff;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.swipe-btn .toggle.btn {
	min-height: 28px;
	border-radius: 15px;
}

.swipe-btn .toggle-handle {
	border-radius: 15px;
	background: #3643BA;
}

.wid{
	max-width: 600px;
	width: 100%;
	margin: 25px auto;
}

.t-head{
	text-align: right;
	padding: 20px 20px 20px 10px;
	font-weight: bold;
	color: #363636;
}

.t-text{
	text-align: left;
	padding: 20px 10px 20px 20px;
	font-weight: normal;
	color: #939393;
}

.t-text ul{
	padding-left: 0;
	margin-bottom: 0;
}

.t-text ul li{
	list-style: none;
	padding-bottom: 20px;
}


@media screen and (max-width: 767px) {
	.header {
		padding: 10px;
		top: 0;
		width: 100%;
		z-index: 999;
	}

	.guide-image{
		margin-top: 60px;
	}

	.table-responsive{
		position: relative;
		padding-top: 55px;
	}

	.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
		padding: 10px;
		margin: 0;
		border-bottom: 5px solid #fff;
	}

	#modal_taillant .header{
		padding-bottom: 0px;
	}
	.nav-link{
		padding: 10px;
		margin: 0px;
	}

	h1 {
		font-size: 26px;
	}

	tr:first-child{

	}

	th p {
		font-size: 12px;
		width: 100%;
		height: 20px;
	}

	th h6 {
		font-size: 12px;
		width: 100%;
		height: 20px;
		margin: 0;
	}

	table th, table td{
		padding: 7.5px;
	}

	table th{
		font-size: 12px;
		padding: 7.5px!important;
	}

	.wid{
		margin: 0;
		max-width: 767px;
		background: #F4F4F4;
	}

	.t-head{
		padding: 10px 25px 0 25px;
		font-size: 14px;
		text-align: left;
	}

	.t-text{
		padding: 10px 25px 0 25px;
		font-size: 13px;
	}

	.t-text ul li{
		padding-bottom: 10px;
	}
}