.fullpage{
	height: 90%;
	margin-bottom: 10rem;
}

.hero.fullpage{
	background:gainsboro;
	position: relative;
}

.hero.fullpage .img-holder{
	position: absolute;
	width: 100%;
	height: 100%;
	background: gray;
}

.hero.fullpage .scratch{
	left:0;
	right: 0;
	bottom:-10px;
	height: 25px;
}


.fullpage .title{
	margin:auto;
	position: relative;
}

.fullpage .title .writing{
	height: 75px;
	margin-bottom: 1rem;
}

.row{
	display: flex;
	flex-direction: row;
	padding:0 6vw;
	align-items: center;
	max-width: 1250px;
	margin:4rem auto;

	width: 83vw;
}

.row .claim{
	position: absolute;
	transform-origin: bottom left;
	transform: rotate(-90deg) translateX(-70%);
	top:0;
	left:-2rem;
	width: 400px;
}

.col{
	text-align: left;
	flex: 1;
	margin: 0 1.5vw;
	position: relative;
}

.col.detail{
	width: 40%;
	flex: none;
	position: relative;
}

.col.detail .pic{
	background:gray;
	width: 100%;
	padding-top:120%;
	position: relative;
	overflow: hidden;
}

.col.detail .pic img{
	display: block;
	top:0;
	left:0;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
}

.col.detail .pic .scratch{
	bottom:-15px;
	width: 100%;
	height: 30px;
	left:0;
}

.pic.ecoute{
	width: 115%;
	height: 35vh;
	background: gray;
	margin-left: 0;
	margin-right: auto;
}

.pic.ecoute .scratch{
	bottom: 0;
	height: 16px;
	left:0;
	right: 0;
}

.pic.vignoble{
	width: calc(100% - 2rem);
	height: 34rem;
	background: gray;
	margin-right: 2rem;
	margin-left: auto;
	margin-top:-5rem;
}

.pic.vignoble .scratch{
	bottom:0;
	height: 14px;
	width: 80%;
	left:0;
}

.pic.mosaique{
	width: 115%;
	height: 25vw;
	background: gray;
	margin-right: 0;
	margin-left: auto;
}

.pic.mosaique .scratch{
	bottom:0;
	left: 0;
	height: 8px;
	width: 100%;
}

.pic.cuves{
	width: 95%;
    height: 36vh;
    background: gray;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 2rem;
}

.pic.barriques{
	width: 110%;
    height: 35vh;
    background: gray;
    margin-left: -15%;
    margin-right: auto;
}

.cuves{
	position: relative;
}

.cuves .scratch{
	width: 100%;
	height: 10px;
	top:0;
	transform:rotate(180deg);
}

.audio{
	background: #F7F7F7;
	margin-bottom: 5rem;
	padding: 4rem 0;
	font-family:'Open Sans', sans-serif;
	position: relative;
	overflow: hidden;
}

.audio .track{
	position: relative;
	width: 80vw;
	margin:auto;
}

.audio .track img{
	width: 80vw;
}

.audio .track .wave{
	position: absolute;
	top:0;
	left: 0;
	width: 0;
	overflow: hidden;
}

.audio .timer{
	position: absolute;
	top:50%;
	font-size:16px;
	margin-top: -12px;
	color:#cda76e;
	width: 100px;
}

.audio .timer.ellapsed{
	left:-16px;
	text-align: right;
	transform: translateX(-100%);
}

.audio .timer.remaining{
	right: -16px;
	text-align: left;
	transform: translateX(100%);
}

.button{
	border:1px solid #cda76e;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: transparent;
	margin:auto;
	position: relative;
	user-select: none;
	display: flex;
}

.button .ico{
	pointer-events: none;
	margin:auto;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.button .ico.pause i{
	display: inline-block;
	background: #cda76e;
	width: 6px;
	height: 100%;
}

.button .ico.pause{
	display: none;
}

.button .ico.play{
	height: 26px;
}

.button .ico.play i{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 26px;
	border-color: transparent transparent transparent #cda76e;
	display: block;
	margin-left: 7px;
}

.button.playing .pause{
	display: block;
}

.button.playing .play{
	display: none;
}


@media only screen and (max-width: 550px) {

	.hero.fullpage{
		margin-top: 46px;
		height: 60%;
		margin-bottom: 2rem;

	}

	.fullpage .title .writing{
		margin-bottom: 0;
	}

	.row .claim{
		position: static;
		transform: none;
		width: auto;
	}

	.row{
		flex-direction: column;
		width: 100%;
		padding:0 32px;
		margin:0;
	}

	.col{
		margin:0;
		width: 100%;
	}

	.pic.mosaique{
		width: 100%;
		height: 60vw;
	}

	.audio{
		padding:2rem 0;
		margin: 4rem 0;
	}

	.audio .timer{
		display: none;
	}

	.audio .track{
		width: 90vw;
	}

	.audio .track img{
		width: 90vw;
	}

	.pic.cuves{
		width: 100%;
		margin-left: -16px;
		margin-bottom: 16px;
	}

	.pic.barriques{
		width: 100%;
		margin:0;
		margin-left: 16px;
	}

	.pic.ecoute{
		width: 100%;
		margin-left: 16px;
	}

	.pic.vignoble{
		width: 70vw;
	    height: 30vh;
	    margin-top: -4rem;
	    margin-left: -16px;
	}
}