@charset "utf-8";
/* CSS Document */

.LMBlue {
	color: #b2d9e9;
}
.LMBlueDK {
	color: #25aae2;
}
.LMOrange {
	color: #f2662b;
}

.MainHomeImage {
	position: relative;
	height: 100vh;
	width: 100%;
	display: block;
	text-align: center;
}
.MainHomeImage H1 {
	color: #fff;
	font-size: 160px;
	text-align: center;
	display: block;
	margin: 0 auto;
	width: min-content;
	line-height: 1.25em;
	text-shadow: 0px 10px 20px #000;
}

.StripeText {
	width: 350px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.WhiteBox{
	background-image: url('/media/layout/bg_80_white.png');
	padding: 20px;
	border-radius: 20px;
}
/* Slider 2 Style */

.d-block,
h2 {
	color: #ffffff;
	font-weight: 600;
	font-size: 2.5rem;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
	max-width: 350px;
}

.BeforeAfter {
    border:5px solid #fff;
    border-radius: 20px;
    max-width: 1000px;
    
}

/* ============= Begin Testimonial Flexbox ============ */
#Slider2flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 425px;
	height: 500px;
	max-width: 1000px;
	margin: auto;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
		0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	border-radius: 25px;
}


#Slider2left-zone {
	height: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 30%;
}

#Slider2left-zone .Slider2list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 2px solid #cccccc;
}

.item input {
	display: none;
}

label {
	display: block;
	opacity: 0.5;
	height: 50px;
	text-align: center;
	line-height: 50px;
	position: relative;
	margin-bottom: 5px;
}

label:hover {
	opacity: 0.75;
	cursor: pointer;
}

.content-test {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	height: 50%;
	width: 100%;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	pointer-events: none;
	height: auto;
	width: 70%;
}

.content-test p {
	text-align: left;
    margin-left: 30px;
}

#Slider2right-zone {
	width: 70%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	height: 50%;
}

input:checked ~ .content-test {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	opacity: 1;
}

.content_icon {
	height: 110px; 
	width: 110px; 
	margin: auto;
}

.content_testimonial-1 h1 {
	color: #f27935;
	text-align: left;
	margin-left: 30px;
}

.content_testimonial-2 h1 {
	color: #f27935;
	text-align: left;
	margin-left: 30px;
}

.content_testimonial-3 h1 {
	color: #f27935;
	text-align: left;
	margin-left: 30px;
}

.content_testimonial-4 h1 {
	color: #f27935;
	text-align: left;
	margin-left: 30px;
}

.content_testimonial-5 h1 {
	color: #f27935;
	text-align: left;
	margin-left: 30px;
}

.content_testimonial-6 h1 {
	color: #f27935;
	text-align: left;
	margin-left: 30px;
}

.content-test h2:first-letter {
	text-transform: uppercase;
}

input:checked ~ label {
	opacity: 1;
	-webkit-animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

input:checked ~ label.label_testimonial-1 {
	color: #f27935;
	border-right: solid 4px #000000;
	margin-bottom: 5px;
}

input:checked ~ label.label_testimonial-2 {
	color: #f27935;
	border-right: solid 4px #000000;
	margin-bottom: 5px;
}

input:checked ~ label.label_testimonial-3 {
	color: #f27935;
	border-right: solid 4px #000000;
	margin-bottom: 5px;
}

input:checked ~ label.label_testimonial-4 {
	color: #f27935;
	border-right: solid 4px #000000;
	margin-bottom: 5px;
}

input:checked ~ label.label_testimonial-5 {
	color: #f27935;
	border-right: solid 4px #000000;
	margin-bottom: 5px;
}

input:checked ~ label.label_testimonial-6 {
	color: #f27935;
	border-right: solid 4px #000000;
	margin-bottom: 5px;
}

label.label_testimonial-1:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	margin-left: 15px;
	background-image: url('/media/images/Protect.svg');
	background-position: center;
	background-size: 75% 75%;
	background-repeat: no-repeat;
	border-radius: 50%;
}

label.label_testimonial-2:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	margin-left: 15px;
	background-image: url('/media/images/ProtectPlus.svg');
	background-position: center;
	background-size: 75% 75%;
	border-radius: 50%;
	background-repeat: no-repeat;
}

label.label_testimonial-3:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	margin-left: 15px;
	background-image: url('/media/images/Refresh.svg');
	background-position: center;
	background-size: 75% 75%;
	background-repeat: no-repeat;
	border-radius: 50%;
}

label.label_testimonial-4:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	margin-left: 15px;
	background-image: url('/media/images/Recolor.svg');
	background-position: center;
	background-size: 75% 75%;
	background-repeat: no-repeat;
	border-radius: 50%;
}

label.label_testimonial-5:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	margin-left: 15px;
	background-image: url('/media/images/Restore.svg');
	background-position: center;
	background-size: 75% 75%;
	background-repeat: no-repeat;
	border-radius: 50%;
}

label.label_testimonial-6:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	margin-left: 15px;
	background-image: url('/media/images/RestorePlus.svg');
	background-position: center;
	background-size: 75% 75%;
	background-repeat: no-repeat;
	border-radius: 50%;
}

label:first-letter {
	text-transform: uppercase;
}

.label_testimonial-1:hover {
	color: white;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#ffffff),
		to(#b2d9e9)
	);
	background-image: -webkit-linear-gradient(left, #ffffff, #b2d9e9);
	background-image: -o-linear-gradient(left, #ffffff, #b2d9e9);
	background-image: linear-gradient(to right, #ffffff, #b2d9e9);
}

.label_testimonial-2:hover {
	color: white;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#ffffff),
		to(#b2d9e9)
	);
	background-image: -webkit-linear-gradient(left, #ffffff, #b2d9e9);
	background-image: -o-linear-gradient(left, #ffffff, #b2d9e9);
	background-image: linear-gradient(to right, #ffffff, #b2d9e9);
}

.label_testimonial-3:hover {
	color: white;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#ffffff),
		to(#b2d9e9)
	);
	background-image: -webkit-linear-gradient(left, #ffffff, #b2d9e9);
	background-image: -o-linear-gradient(left, #ffffff, #b2d9e9);
	background-image: linear-gradient(to right, #ffffff, #b2d9e9);
}

.label_testimonial-4:hover {
	color: white;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#ffffff),
		to(#b2d9e9)
	);
	background-image: -webkit-linear-gradient(left, #ffffff, #b2d9e9);
	background-image: -o-linear-gradient(left, #ffffff, #b2d9e9);
	background-image: linear-gradient(to right, #ffffff, #b2d9e9);
}

.label_testimonial-5:hover {
	color: white;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#ffffff),
		to(#b2d9e9)
	);
	background-image: -webkit-linear-gradient(left, #ffffff, #b2d9e9);
	background-image: -o-linear-gradient(left, #ffffff, #b2d9e9);
	background-image: linear-gradient(to right, #ffffff, #b2d9e9);
}

.label_testimonial-6:hover {
	color: white;
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		from(#ffffff),
		to(#b2d9e9)
	);
	background-image: -webkit-linear-gradient(left, #ffffff, #b2d9e9);
	background-image: -o-linear-gradient(left, #ffffff, #b2d9e9);
	background-image: linear-gradient(to right, #ffffff, #b2d9e9);
}

p.testimonialFrom {
	margin-top: 5px;
	font-weight: bold;
	color: #33475c;
	text-align: left;
}
/* ============== End Testimonial Flexbox ============= */



@media only screen and (max-width: 750px) {
	.MainHomeImage {
		height: 80vh;
	}
	.MainHomeImage H1 {
		font-size: 120px;
		line-height: 1.25em;
	}

	label.label_testimonial-1::before,
	label.label_testimonial-2::before,
	label.label_testimonial-3::before,
	label.label_testimonial-4::before,
	label.label_testimonial-5::before,
	label.label_testimonial-6::before {
		display: none;
	}
}

@media only screen and (max-width: 614px) {
	#Header_Container_left #Header_Content {
		width: 100%;
		text-align: center;
	}
	
	.MainHomeImage {
		height: 65vh;
	}
	.MainHomeImage H1 {
		font-size: 100px;
		line-height: 1.25em;
	}
	
}

@media only screen and (max-width: 494px) {
	#Slider2flex-container {
		height: 650px;
		flex-direction: column-reverse;
	}

	#Slider2right-zone {
		display: none;
	}

	.content-test {
		bottom: 372px;
		left: 45px;
	}

	#Slider2left-zone {
		position: absolute;
		top: 210px;
		height: 100%;
		margin-right: 75px;
	}

	label.label_testimonial-1::before,
	label.label_testimonial-2::before,
	label.label_testimonial-3::before,
	label.label_testimonial-4::before,
	label.label_testimonial-5::before,
	label.label_testimonial-6::before {
		display: block;
	}

	#label-text {
		display: none;
	}

	#Slider2left-zone .Slider2list {
		flex-direction: row;
		justify-content: space-evenly;
		border: none;
		height: 0px;
	}

	input:checked ~ label.label_testimonial-1,
	input:checked ~ label.label_testimonial-2,
	input:checked ~ label.label_testimonial-3,
	input:checked ~ label.label_testimonial-4,
	input:checked ~ label.label_testimonial-5,
	input:checked ~ label.label_testimonial-6 {
		border: none;
	}




	#flex-container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		min-height: auto;
		height: 400px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.content-test {
		width: 100%;
		height: 70%;
		pointer-events: auto;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	#Slider2left-zone {
		width: 100%;
	}

	#Slider2right-zone {
		height: 50%;
		width: 65%;
	}

	.content_testimonial-1 .picto {
		padding-top: 100px;
	}
	.content_testimonial-2 .picto {
		padding-top: 100px;
	}
	.content_testimonial-3 .picto {
		padding-top: 100px;
	}
	.content_testimonial-4 .picto {
		padding-top: 100px;
	}
	.content_testimonial-5 .picto {
		padding-top: 100px;
	}
	.content_testimonial-6 .picto {
		padding-top: 100px;
	}
	.item > label {
		font-size: 1.3rem;
	}
	
	.MainHomeImage {
		height: 50vh;
	}

	.MainHomeImage H1 {
		font-size: 80px;
		line-height: 1.25em;
	}
	
}

