body > .inprogress-bloc {
    margin-top: var(--header);
}

body > .inprogress-bloc ~ .inprogress-bloc {
      margin-top:0px;
}

.inprogress-bloc{
	min-height: 60vh;
	position: relative;
}

.inprogress-wrapper{
	position: absolute;
	width:100%;
	padding:30px;
	box-sizing: border-box;
	max-width:1000px;
	transform: translate(-50%, -50%);
	top:50%;
	left:50%;
}

.inprogress-wrapper a{
	color: var(--violet);
	text-decoration: none;
}

.align{
	display: inline-block;
	vertical-align: bottom;
}

#img-bloc{
	max-width: 20%;
	padding:0px 30px;
	box-sizing: border-box;
}

#img-bloc img{
	max-width: 100%;
}

#text-bloc{
	max-width: 79%;
}

#text-bloc p{
	margin:0px;
}

.wip-video-block{
	min-height:100px;
	width:100%;
	max-width: 1324px;
	margin:auto;
	position: relative;
}

.wip-video-block video{
	width: 100%;
}

.wip-playbutton{
	position: absolute;
    top: 50%;
    left: 50%;    
    transform: translate(-50%, -50%);
    width: 100%!important;
    height: 100%!important;
    max-width: 100px!important;
    max-height: 100px!important;
    object-fit: contain;
    cursor:pointer;
    transition: 0.2s ease;
}

.wip-description {
	margin:20px 0px;
	text-align: center;
}


@media screen and (max-width: 1324px){
	.wip-video-block{
		padding:0px 28px;
	}
}

@media screen and (max-width: 700px){
	#img-bloc{
		max-width:30%;
	}

	#text-bloc{
		max-width: 69%;
	}
}



/*@media screen and (max-width: 500px){
	.align{
		display: block;
		width:100%!important;
	}
}*/
