.background_s { 
	background:url(/fileadmin/templates/MY19/images/s-legal.jpg);
	background-size: cover;
 }
.background_sl { 
	background:url(/fileadmin/templates/MY19/images/sl-legal.jpg);
	background-size: cover;
 }
.background_slr { 
	background:url(/fileadmin/templates/MY19/images/slr-legal.jpg);
	background-size: cover;
 }
.background_gt { 
	background:url(/fileadmin/templates/MY19/images/gt-legal.jpg);
	background-size: cover;
 }

.text-justify { 
	text-align: justify;
 }

.weight100 { 
	font-weight: 600;
 }

.padding-law { 
	padding-top: 35px;
	padding-bottom: 20px;
 }

.sling-margin { 
	margin-bottom: 30px !important;
 }

.line-height1 { 
	line-height: 1;
 }

.lightgrey { 
	position: relative;
	background-color: #B9B9B9;
	padding-bottom: 20px;
 }
.hover-js { 
	transition: all 0.5s
 }

.display-none { 
	display: none;
 }

.display-block { 
	display: block;
 }

.slingshotcolor { 
	color: rgb(216, 63, 33);
 }
 .row .medium-8 { 
	margin-top: 35px;
}

.logo-play { 
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}

 .label-volant { 
 	display: inline-block;
 	vertical-align: 50%;
  }

.custom-btn {
	width: fit-content;
	margin-left: 50%;
	transform: translate(-50%);
	padding: 3px 25px;
	background:linear-gradient(0deg, rgba(216,63,33,0.7), rgba(255,0,0,0) 100%);
	box-shadow: 1px 1px 5px;
	transition: all 0.5s;
	border: 1px white solid;
	padding-top: 5px;
}
.volant { 
	transition: all 0.5s;
 }

 .custom-btn:hover { 
 	box-shadow: 1px 1px 15px;
  }
.custom-btn:hover .volant { 
	transform:rotate(160deg);
}
