body{
	background: #fff;
}
.btn, .btn:hover{
	line-height: 40px;
	height: 40px;
}

#herovid{
	width: 100%;
	height: calc(100vh - 150px);
	overflow: hidden;
	position: relative;
}
#herovid video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#herotxt{
	position:absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 50px;
}
#motto{
	color:#fff;
	font-size:max(4vw, 20px);
	text-shadow: 2px 2px 4px #666;
	margin-bottom: 10px;
}
/* promo sticker #0186EF*/
#sticker{
	position: absolute;
	text-align: center;
	top: 2vw;
	right: 0;
	transform: translate(-10vw, 0)rotate(-10deg);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 28vw;
	height: 28vw;
	background: #05a8e3;
	color: #fff;
	font-size: 3.2vw;
	text-transform: uppercase;
	border-radius: 1000px;
}
#st_big{
	font-size: 8vw;
	line-height: 8vw;
}
#st_fs{
	width: 24vw;
}
#sticker2{
	position: absolute;
	text-align: center;
	top: 3vw;
	right: 0;
	transform: translate(-3vw, 0)rotate(-20deg);
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 28vw;
	height: 28vw;
	/* background-image: url("https://halfbikes.com/images/home/xtree.jpg"); */
	background-size: 350px 350px;
	background-color: #0097c9;
	color: #fff;
	font-size: 3.2vw;
	text-transform: uppercase;
	border-radius: 1000px;
}
#st_big2{
	font-size: 6.5vw;
	line-height: 6.5vw;
}
#st_fs2{
	width: 24vw;
}
@media (min-width: 450px) {
	#sticker{
		top: 50%;
		transform: translate(-10vw, -12.5vw)rotate(-10deg);
		width: 14vw;
		height: 14vw;
		font-size: 1.6vw;
	}
	#st_big{
		font-size: 4vw;
		line-height: 4vw;
	}
	#st_fs{
		width: 10vw;
	}
	#sticker2{
		top: 50%;
		transform: translate(-8vw, -10vw)rotate(-20deg);
		width: 14vw;
		height: 14vw;
		font-size: 1.6vw;
	}
	#st_big2{
		font-size: 3.2vw;
		line-height: 3.2vw;
	}
	#st_fs2{
		width: 10vw;
	}
}


#sports3{
	font-size: max(20px, 2.5vw);
	margin: 7vw 7vw 3vw 7vw;
	color: #333;
}
/*blk*/
.blk_grid{
	display: grid; grid-template-columns: 1fr;
}

.blk_info{
	padding: max(25px, 6vw) max(15px, 4vw) max(35px, 6vw) max(15px, 4vw);
	background: #fff;
}
.blk_title{
	font-family: var(--hont);
	font-weight: bold;
	font-size: max(4vw, 1.5rem);
	line-height: max(4vw, 1.5rem);
	color: #333;
}
.blk_txt{
	font-family: var(--hont);
	font-size: max(2vw, 1rem);
	line-height: max(2vw, 1.1rem);
	color: #333;
	padding: max(1vw, 1rem) 0 max(2vw, 1.5rem) 0;
}
#test-ride-txt{
	padding-top:0;
}

@media (min-width: 450px) {
	.blk_grid{grid-template-columns: 1fr 1fr}
	.blk_img{grid-column: 1 / 3; grid-row: 1;}
	.blk_info{grid-column: 2; grid-row: 1; background: transparent;}
}


.picto img{
	height: max(55px, 4vw);
	margin: 0 auto max(8px, 1vw) auto;
}

#review_btn{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}
#review_btn div{
	margin-bottom: 10px;
	font-family: var(--hont);
	font-size: 16px;
	font-weight: normal;
}
@media (max-width: 650px) {
	#review_btn{grid-column: 1;grid-row: 1;}
}
.pictos{
	--min: 150px;
}
.picto_tit{
	font-family: var(--hont);
	font-size: 0.9rem;
	line-height: 1.1rem;
	margin: 0.5rem;
	max-width:150px;
	text-transform: uppercase;
}
.pull{
	position: relative;
}
.pullin{
	width: 100%;
	
}
.pullin img{
	width: 100%;
}

.bigtxt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 8vw;
	width: 100%;
	text-shadow: 2px 2px 4px #666;
}


/*stories*/
#stories{
	font-size: 20vw;
	line-height: 16vw;
	margin: 4vw max(10px, 2vw) 0 max(10px, 2vw);
	text-align: center;
	background-image: url('https://halfbikes.com/images/home/stories-halfbike-450.jpg');
	background-position: center;
	background-size: 25vw;
	background-repeat: repeat;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

@-webkit-keyframes rotation{
	0% {-webkit-transform: rotate(-20deg);}
	50% {-webkit-transform: rotate(20deg);}
	100% {-webkit-transform: rotate(-20deg);}
}
@media (min-width: 450px) {
	.keynotes{grid-template-columns: 1fr 1fr 1fr;}
	.blk_shadow{
		text-shadow: .2vw .2vw .4vw #666;
	}
	.blk_title{color: #fff;}
	.blk_txt{color: #fff;}
}
@media (min-width: 960px) {
	#herovid{
		height: calc(100vh - 30px);
	}
	.btn, .btn:hover{
		line-height: 50px;
		height: 50px;
	}
	.keynotes{grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;}
	.test-ride-label{
		color: #fff;
	}
	.test-ride-label a{
		color: #fff;
		text-decoration: underline;
	}
}