/*
Theme Name: UnderStrap
Style Landing page
*/

.zi99{
	z-index:99;
	position: relative;
}

.decal-img-red{
	padding: 2rem 0;
	background-color: #980f20;
	color: #ffffff;
	text-align: center;
	height:500px;
	position:absolute;
	top:3rem;
	right:0;
	width:50%;
	z-index:0;
}


.decal-img-red div{
	padding: 5rem 0;
}

.decal-img-red h1{
	margin: 0;
	text-align: left;
	font-size: 40px;
	line-height:100%;
	margin-bottom:1rem;
}

.button-white::before {
    content: "\279c ";
    font-weight: 500;
    font-size: 1.8em;
    float: left;
    margin-right: 10px;
    padding: 0 .2em;
}

a.button-white:link {
	background-color: #ffffff;
	border: none;
	color: rgba(152,15,32,1.00);
	padding: 15px 28px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all .5s linear 0s;
}

/* fin bloc */

.lp-guide h2{
	color:#300308;
	font-size:32px;
	line-height:130%;
}

.frise {
	text-align:center;
	list-style: none;
}
.frise h4{
	font-size: 18px;
	font-weight: normal;
	padding:0 2rem;
	line-height:130%;
}

.blueline{
	height:1px;
	background-color: #40e0d0;
}

#form-lp{
	/*background-color: #40e0d0;*/
	/*text-align: center;*/
	padding:25px 150px;
}


@media screen and (min-width: 768px) and (max-width: 1299px) { 
	.decal-img-red{
		z-index:99;
	}
	.zi99{
		z-index:0;
	}
	.lp-guide .d-table-cell{
		display:block !important;
	}

}

@media screen and (min-width: 768px) and (max-width: 1023px) { 
	.decal-img-red{
		width:60%;
	}

}


@media screen and (max-width: 767px) { 
	.decal-img-red{
		position:relative;
		width:100%;
		top:0;
		height:auto;
		padding: 0;
	}

	.zi99 img{
		width:100%;
	}
	
	
	.frise h4{
		font-size: 16px;
		line-height:130%;
	}

	.lp-guide h1 br, .lp-guide h2 br, .lp-guide h3 br, .lp-guide h4 br{display:none;}
}