.swiper-container {
      width: 100%;
      height: 100vh;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
	  background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	.swiper-container
	{
		margin:0 auto;
		position:relative;
		overflow:hidden;
		list-style:none;
		padding:0;
		z-index:1;
		
			}
.swiper-container-no-flexbox .swiper-slide
{
	float:left
}
.swiper-container-vertical>.swiper-wrapper
{
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column
}
.swiper-wrapper
{
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-transition-property:-webkit-transform;
	transition-property:-webkit-transform;
	-o-transition-property:transform;
	transition-property:transform;
	transition-property:transform,-webkit-transform;
	-webkit-box-sizing:content-box;
	box-sizing:content-box
}
.swiper-container-android .swiper-slide,.swiper-wrapper
{-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0)
}
.swiper-container-multirow>.swiper-wrapper
{
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.swiper-container-free-mode>.swiper-wrapper
{
	-webkit-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
	margin:0 auto
}
.swiper-slide
{
	-webkit-flex-shrink:0;
	-ms-flex-negative:0;
	flex-shrink:0;
	width:100%;
	height:100%;
	position:relative;
	-webkit-transition-property:-webkit-transform;
	transition-property:-webkit-transform;
	-o-transition-property:transform;
	transition-property:transform;
	transition-property:transform,-webkit-transform
}
.swiper-invisible-blank-slide
{
	visibility:hidden
}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide
{
	height:auto
}
.swiper-container-autoheight .swiper-wrapper
{
	-webkit-box-align:start;
	-webkit-align-items:flex-start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-transition-property:height,-webkit-transform;
	transition-property:height,-webkit-transform;
	-o-transition-property:transform,height;
	transition-property:transform,height;
	transition-property:transform,height,-webkit-transform
}
.swiper-container-3d
{
	-webkit-perspective:1200px;
	perspective:1200px
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper
{
	-webkit-transform-style:preserve-3d;
	transform-style:preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	pointer-events:none;
	z-index:10
}
.swiper-container-3d .swiper-slide-shadow-left
{
	background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right
{
	background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top
{
	background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom
{
	background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper
{
	-ms-touch-action:pan-y;
	touch-action:pan-y
	}
.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper
{
	-ms-touch-action:pan-x;
	touch-action:pan-x
}
.swiper-button-next,.swiper-button-prev
{
	position:absolute;
	top:50%;
	width:27px;
	height:44px;
	margin-top:-22px;
	z-index:10;
	cursor:pointer;
	background-size:27px 44px;
	background-position:center;
	background-repeat:no-repeat
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled
{
	opacity:.35;
	cursor:auto;
	pointer-events:none
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next
{
	background-image:url(/images/arrow_header_l.svg);
	left:10px;
	right:auto;
	opacity: .8
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev
{
	background-image:url(/images/arrow_header_r.svg);
	right:10px;
	left:auto;
	opacity: .7
}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white
{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white
{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black
{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black
{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock
{
	display:none
}
.swiper-pagination
{
	position:absolute;
	text-align:center;
	-webkit-transition:.3s opacity;
	-o-transition:.3s opacity;
	transition:.3s opacity;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	z-index:10
}
.swiper-pagination.swiper-pagination-hidden
{
	opacity:0
}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction
{
	bottom:3vh;
	left:0;
	width:100%
}
.swiper-pagination-bullets-dynamic
{
	overflow:hidden;
	font-size:0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
	-webkit-transform:scale(.33);
	-ms-transform:scale(.33);
	transform:scale(.33);
	position:relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active
{-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main
{
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev
{
	-webkit-transform:scale(.66);
	-ms-transform:scale(.66);
	transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev
{
	-webkit-transform:scale(.33);
	-ms-transform:scale(.33);
	transform:scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next
{
	-webkit-transform:scale(.66);
	-ms-transform:scale(.66);
	transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next
{
	-webkit-transform:scale(.33);
	-ms-transform:scale(.33);
	transform:scale(.33)
}
.swiper-pagination-bullet
{
	width:8px;
	height:8px;
	display:inline-block;
	border-radius:100%;
	background:#fff;
	opacity:.5
}
button.swiper-pagination-bullet
{
	border:none;
	margin:0;
	padding:0;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.swiper-pagination-clickable .swiper-pagination-bullet
{
	cursor:pointer
}
.swiper-pagination-bullet-active
{
	opacity:1;
	background:#ffffff
}
.swiper-container-vertical>.swiper-pagination-bullets
{
	right:10px;
	top:50%;
	-webkit-transform:translate3d(0,-50%,0);
	transform:translate3d(0,-50%,0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet
{
	margin:6px 0;
	display:block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
{
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	width:8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
	display:inline-block;
	-webkit-transition:.2s top,.2s -webkit-transform;
	transition:.2s top,.2s -webkit-transform;
	-o-transition:.2s transform,.2s top;
	transition:.2s transform,.2s top;
	transition:.2s transform,.2s top,.2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet
{
	margin:0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
{
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	white-space:nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
	-webkit-transition:.2s left,.2s -webkit-transform;
	transition:.2s left,.2s -webkit-transform;
	-o-transition:.2s transform,.2s left;
	transition:.2s transform,.2s left;
	transition:.2s transform,.2s left,.2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet
{
	-webkit-transition:.2s right,.2s -webkit-transform;
	transition:.2s right,.2s -webkit-transform;
	-o-transition:.2s transform,.2s right;
	transition:.2s transform,.2s right;
	transition:.2s transform,.2s right,.2s -webkit-transform
}
.swiper-pagination-progressbar
{
	background:rgba(0,0,0,.25);
	position:absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill
{
	background:#007aff;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill
{
	-webkit-transform-origin:right top;
	-ms-transform-origin:right top;
	transform-origin:right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite
{
	width:100%;
	height:4px;
	left:0;
	top:0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar
{
	width:4px;
	height:100%;
	left:0;
	top:0
}
.swiper-pagination-white .swiper-pagination-bullet-active
{
	background:#fff
}
.swiper-pagination-progressbar.swiper-pagination-white
{
	background:rgba(255,255,255,.25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill
{
	background:#fff
}
.swiper-pagination-black .swiper-pagination-bullet-active
{
	background:#000
}
.swiper-pagination-progressbar.swiper-pagination-black
{
	background:rgba(0,0,0,.25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill
{
	background:#000
}
.swiper-pagination-lock
{
	display:none
}
.swiper-scrollbar
{
	border-radius:10px;
	position:relative;
	-ms-touch-action:none;
	background:rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar
{
	position:absolute;
	left:1%;
	bottom:3px;
	z-index:50;
	height:5px;
	width:98%
}
.swiper-container-vertical>.swiper-scrollbar
{
	position:absolute;
	right:3px;
	top:1%;
	z-index:50;
	width:5px;
	height:98%
}
.swiper-scrollbar-drag
{
	height:100%;
	width:100%;
	position:relative;
	background:rgba(0,0,0,.5);
	border-radius:10px;
	left:0;
	top:0
}
.swiper-scrollbar-cursor-drag
{
	cursor:move
}
.swiper-scrollbar-lock
{
	display:none
}
.swiper-zoom-container
{
	width:100%;
	height:100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	text-align:center
}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg
{
	max-width:100%;
	max-height:100%;
	-o-object-fit:contain;
	object-fit:contain
}
.swiper-slide-zoomed
{
	cursor:move
}
.swiper-lazy-preloader
{
	width:42px;
	height:42px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-21px;
	margin-top:-21px;
	z-index:10;
	-webkit-transform-origin:50%;
	-ms-transform-origin:50%;
	transform-origin:50%;
	-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;
	animation:swiper-preloader-spin 1s steps(12,end) infinite
}
.swiper-lazy-preloader:after
{
	display:block;
	content:'';
	width:100%;
	height:100%;
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
	;background-position:50%;
	background-size:100%;
	background-repeat:no-repeat
}
.swiper-lazy-preloader-white:after
{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin
{
	100%
	{-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
	}
}
@keyframes swiper-preloader-spin
{
	100%
	{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}
.swiper-container .swiper-notification
{
	position:absolute;
	left:0;
	top:0;
	pointer-events:none;
	opacity:0;
	z-index:-1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide
{
	-webkit-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
.swiper-container-fade .swiper-slide
{
	pointer-events:none;
	-webkit-transition-property:opacity;
	-o-transition-property:opacity;
	transition-property:opacity
}
.swiper-container-fade .swiper-slide .swiper-slide
{
	pointer-events:none
}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active
{
	pointer-events:auto
}
.swiper-container-cube
{
	overflow:visible
}
.swiper-container-cube .swiper-slide
{
	pointer-events:none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1;
	visibility:hidden;
	-webkit-transform-origin:0 0;
	-ms-transform-origin:0 0;
	transform-origin:0 0;
	width:100%;
	height:100%
}
.swiper-container-cube .swiper-slide .swiper-slide
{
	pointer-events:none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide
{
	-webkit-transform-origin:100% 0;
	-ms-transform-origin:100% 0;
	transform-origin:100% 0
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active
{
	pointer-events:auto
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev
{
	pointer-events:auto;
	visibility:visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top
{
	z-index:0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.swiper-container-cube .swiper-cube-shadow
{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.6;
	-webkit-filter:blur(50px);
	filter:blur(50px);
	z-index:0
}
.swiper-container-flip
{
	overflow:visible
}
.swiper-container-flip .swiper-slide
{
	pointer-events:none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	z-index:1
}
.swiper-container-flip .swiper-slide .swiper-slide
{
	pointer-events:none
}
.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active
{
	pointer-events:auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top
{
	z-index:0;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.swiper-container-coverflow .swiper-wrapper
{
	-ms-perspective:1200px
}

/*RESPONSIV SLIDER */

/*ACCUEIL*/
/*SLIDER 1*/
/*HD px*/


	#swipper_1{
		
		margin-bottom: 400px;
		height:100%
		}
	
	
	
	.logo_cr_header_1{
		position:absolute;
		top: 20vh;
		left: 15vh;
		width: 55vh;
	}

	
.slider_txt_1
{
    margin: 0;
    font-family: 'Roboto', sans-serif;	
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    color: #10261c;
    text-align: left;
	position:absolute;
	top: 27vh;
    left: 29vh;
    text-align: center;
}

/*1000 px*/
@media screen and (max-width:1000px){
	#swipper_1{
		
		margin-bottom: 400px;
		height:100%
}}
	
@media screen and (max-width:1000px){	
	.logo_cr_header_1{
		position:absolute;
		top: 13vh;
		left: 15vh;
		width: 55vh
}}

@media screen and (max-width:1000px){	
.slider_txt_1
{
    margin: 0;
    font-family: 'Roboto', sans-serif;	
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
	position:absolute;
	top: 20vh;
    left: 29vh;
    text-align: center;
}}
/*750 px*/

@media screen and (max-width:750px){	
	.logo_cr_header_1{
    position: absolute;
    top: 25vh;
    left: auto;
    width: 55vh;
	}}
	
@media screen and (max-width:750px){	
.slider_txt_1
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    line-height: 1;
    padding: 3vh;
    background: #13453554;
    color: #fff;
    position: absolute;
    top: 45vh;
    left: auto;
    text-align: center;
}}
/*450 px*/
@media screen and (max-width:550px){	
	.logo_cr_header_1{
    width: 45vh;
	}}
@media screen and (max-width:450px){	
	.logo_cr_header_1{
	top: 22vh;
    left: auto;
    width: 40vh;
	}}
	
@media screen and (max-width:450px){	
.slider_txt_1
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    padding: 3vh;
    background: #13453554;
    line-height: 1.2;
    width: 70%;
    color: #fff;
    position: absolute;
    top: 40vh;
    left: auto;
    text-align: center;
}}
/*350 px*/

@media screen and (max-width:350px){	
	.logo_cr_header_1{
    position: absolute;
    top: 18vh;
    left: auto;
    width: 33vh;
	}}
	
@media screen and (max-width:350px){	
.slider_txt_1
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    color: #212529;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 36vh;
    padding: 2px;
    background: #06473557;
    left: auto;
    text-align: center;
}}

/*SLIDER 2*/
/*HD px*/
#swipper_2{
		
		margin-bottom: 400px;
		height:100%
}

.logo_cr_header_2{
		position:absolute;
		top:25vh;
		/*left:10vh;*/
		width:60vh;
}

.slider_txt_2
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem;
    line-height: 1.6;
    color: #fff;
    position: absolute;
    top: 55vh;
    text-align: center;
}	
/*750 px*/

@media screen and (max-width:750px){
.logo_cr_header_2{
    position: absolute;
    top: 20vh;
    left: auto;
	width: 50vh;
}}
@media screen and (max-width:400px){
.logo_cr_header_2{

	width: 40vh;
}}
@media screen and (max-width:765px){
.slider_txt_2
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2.3rem;
    line-height: 1.2;
    color: rgb(19, 69, 53);
    position: absolute;
    background: #ffffff42;
    top: 45vh;
    padding: 2vh;
    width: 68%;
    text-align: center;
}}	
@media screen and (max-width:490px){
.logo_cr_header_2{
	width: 50vh;
	top: 20vh;
}}
/*350 px*/

@media screen and (max-width:400px){
.logo_cr_header_2{
	position:absolute;
	top: 22vh;
	width: 38vh;
}}
@media screen and (max-width: 450px){
.slider_txt_2 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    color: rgb(69, 69, 69);
    position: absolute;
    top: 42vh;
    width: 90%;
    text-align: center;
}}

@media screen and (max-width:350px){
.slider_txt_2
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 45vh;
    text-align: center;
}}

/*SLIDER 3*/
#swipper_3{
		
		margin-bottom: 400px;
		height:100%
}

.logo_vitalter_header_1{
	position:absolute;
	top: 17vh;
    left: 8vh;
    width: 60vh;
}

.agro_bio_header{
	position:absolute;
	top: 18vh;
	right: 10vh;
	width: 22vh;
}

.slider_txt_3
{
	text-transform: uppercase;
	margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    color: #fff;
    position: absolute;
	top: 47vh;
    text-align: center;
}
/*1024 px*/
@media screen and (max-width:1024px){
.logo_vitalter_header_1 {
    position: absolute;
    top: 15vh;
    left: 8vh;
    width: 50vh;
}
.agro_bio_header {
    position: absolute;
    top: 18vh;
    right: 15vh;
    width: 15vh;
}}
@media screen and (max-width:920px){
	.slider_txt_3{ 
	font-size: 1.9rem;
    line-height: 1.6;
    top: 46vh;
}
}
/*750 px*/
@media screen and (max-width:850px){
.logo_vitalter_header_1{
	position: absolute;
    top: 20vh;
    left: 5vh;
    width: 45vh;
}
.agro_bio_header{
    position: absolute;
    top: 21vh;
    right: 10vh;
    width: 16vh;
}}
@media screen and (max-width:600px){
.agro_bio_header{
		position:absolute;
		top: 2vh;
		right: 2vh;
		width: 15vh;
}}
/*650 px*/

@media screen and (max-width:720px){
.logo_vitalter_header_1{
	position: absolute;
	top: 15vh;
    left: auto;
    width: 51vh;
}}

@media screen and (max-width:720px){
.agro_bio_header{
    position: absolute;
    top: 33vh;
    right: auto;
    width: 15vh;
}}


@media screen and (max-width:650px){
.slider_txt_3
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #fff;
    position: absolute;
    top: 47vh;
    width: 80%;
    text-align: center;
}}

@media screen and (max-width:550px){
	.logo_vitalter_header_1{
      width: 40vh;
}
.agro_bio_header{
	top: 31vh;
    right: auto;
	width: 13vh;
	}}
	
@media screen and (max-width:450px){
.logo_vitalter_header_1{
	width: 40vh;
}
.agro_bio_header{
	top: 30vh;
    right: auto;
    width: 12vh;
}
.slider_txt_3{
    font-size: 1.3rem;
    top: 43vh;
    width: 70%;
}}
/*350 px*/
@media screen and (max-width:350px){
.logo_vitalter_header_1{
	position: absolute;
    top: 15vh;
    left: auto;
	width: 30vh;
}}

@media screen and (max-width:350px){
.agro_bio_header{
	position: absolute;
	top: 29vh;
	right: 18vh;
	width: 13vh;
}}

@media screen and (max-width:350px){
.slider_txt_3
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #212529;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 42vh;
    text-align: center;
}}

/*SLIDER 4*/
@media screen and (max-width: 460px){
.scroller_center {
	top: 80vh;
}

#pagination-mobile {
	top: 87vh;
}}
/*HD px*/	
#swipper_4{
		
		margin-bottom: 400px;
		height:100%
}

.logo_cr_header_4{
		position:absolute;
		top:25vh;
		left:17vh;
		width:50vh;
}

.slider_txt_4
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    color: white;
    text-align: left;
    color: ##2d6a37;
    text-transform: uppercase;
    position: absolute;
    top: 58vh;
    text-align: center;
}

/*991 px*/	

@media screen and (max-width:991px){
.logo_cr_header_4{
		position:absolute;
		top: 5vh;
    /* left: 17vh; */
		width: 70vh;
}}

@media screen and (max-width:991px){
.slider_txt_4
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.6;
    color: #134535;
    text-align: left;
    color: ##2d6a37;
    position: absolute;
    top: 60vh;
    /* left: 52vh; */
    text-align: center
}}
/*750 px*/	

@media screen and (max-width:750px){
.logo_cr_header_4{
		position:absolute;
		top:6vh;
		left:17vh;
		width:50vh;
}}

@media screen and (max-width:750px){
.slider_txt_4
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    line-height: 1.3;
    width: 80%;
    color: #134535;
    position: absolute;
    top: 57vh;
    text-align: center;
}}

/*450 px*/	

@media screen and (max-width:450px){
.logo_cr_header_4{
	position: absolute;
    top: 6vh;
    left: 5vh;
    width: 50vh;
}}

@media screen and (max-width:450px){
.slider_txt_4
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #134535;
    position: absolute;
    top: 35vh;
    text-align: center;
}}
/*350 px*/	

@media screen and (max-width:350px){
.logo_cr_header_4{
	position:absolute;
	top: 7vh;
	left: 1vh;
	width: 45vh;
}}	

@media screen and (max-width:350px){
.slider_txt_4
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    color: #134535;
    position: absolute;
    top: 32vh;
    text-align: center;
}}


/*HEADER BIOSTIMULANTS*/
/*SLIDER 1 bio width*/
/*HD px*/

#swipper_1{
		
		margin-bottom: 400px;
		height:100%
		}
	
.logo_vital_header_1{
	position: absolute;
    top: 20vh;
    left: 15vh;
    width: 65vh;
	}
	
.slider_txt_5
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 60vh;
    /* left: 29vh; */
    text-align: center;
}
.agro_bio_header_4 {
    position: absolute;
    top: 21vh;
    right: 22vh;
    width: 20vh;
}

@media screen and (max-width:2000px){
.agro_bio_header_4{
	position: absolute;
    /*top: 21vh;*/
    /* right: 22vh; */
    width: 20vh;
}
}
/*1000 px*/
@media screen and (max-width:1000px){
	#swipper_1{
		
		margin-bottom: 400px;
		height:100%
}}
	
@media screen and (max-width:1000px){	
.logo_vital_header_1{
	position:absolute;
	top: 8vh;
	left: 15vh;
	width: 55vh
}}

@media screen and (max-width:1000px){	
.slider_txt_5
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 60vh;
    /* left: 29vh; */
    text-align: center;
}}
@media screen and (max-width:1000px){
.agro_bio_header_4{
    position: absolute;
    top: 10vh;
    right: 17vh;
    width: 18vh;
}}
/*880 px*/
@media screen and (max-width:880px){
.agro_bio_header_4{
    position: absolute;
    top: 30vh;
    right: auto;
    width: 15vh;
}
}
@media screen and (max-width: 880px){
.logo_vital_header_1 {
    position: absolute;
    top: 8vh;
    left: auto;
    width: 55vh;
}}
/*750 px*/

@media screen and (max-width:750px){	
.logo_vital_header_1{
    position: absolute;
    top: 11vh;
    left: auto;
    width: 50vh;
	}}
	
@media screen and (max-width:750px){	
.slider_txt_5
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    color: #212529;
    text-align: left;
    color: #fff;
    position: absolute;
    /* top: 17vh; */
    /* left: 25vh; */
    text-align: center;
}}
@media screen and (max-width:750px){
.agro_bio_header_4{
    position: absolute;
    top: 38vh;
    left: auto;
    width: 15vh;
}}
/*450 px*/

@media screen and (max-width:450px){	
	.logo_vital_header_1{
    position: absolute;
    top: 12vh;
    left: 2vh;
    width: 45vh;
	}}
	
@media screen and (max-width:450px){	
.slider_txt_5
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    color: #212529;
    text-align: left;
    color: #fff;
    position: absolute;
    /* top: 17vh; */
    /* left: 25vh; */
    text-align: center;
}}
@media screen and (max-width:450px){
.agro_bio_header_4{
    position: absolute;
    /* top: 35vh; */
    right: auto;
    width: 15vh;
}}
/*389 px*/

@media screen and (max-width:389px){	
	.logo_vital_header_1{
	position: absolute;
    top: 17vh;
    left: auto;
    width: 35vh;
	}}
	
@media screen and (max-width:389px){	
.slider_txt_5
{
	margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
    color: #212529;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 55vh;
    left: -1vh;
    text-align: center;
}}
@media screen and (max-width:389px){
.agro_bio_header_4{
    position: absolute;
    top: 39vh;
    /* right: 50vh; */
    left: auto;
    width: 13vh;
}}

/*SLIDER 2 bio*/
/*HD px*/

#swipper_2{
	margin-bottom: 400px;
	height:100%
}

.logo_vital_header_2{
	position: absolute;
    top: 15vh;
    left: 10vh;
    width: 70vh;
}

.slider_txt_6
{
    margin: 0;
    font-family: 'Roboto', sans-serif;	
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    color: #fff;
	position:absolute;
	top : 57vh;
	text-align: center
}

.agro_bio_header_6{
	position: absolute;
   /* top: 21vh;
    right: 22vh;*/
    width: 20vh;
}

bouton_header_bio_2 {
padding: 3vh;
background: #2d9536; 
color: white; 
}
bouton_header_bio {
padding: 3vh;
background: #064735; 
color: white; 
}

.bouton_header_bio{
    position: absolute;
    top: 64vh;
    background: #134635;
    padding: 3vh;
   }
   
 @media screen and (max-width:2000px){	
.agro_bio_header_6{
	position: absolute;
    top: 21vh;
    right: 22vh;
    width: 20vh;
   }}
   
   /*1000 px*/

@media screen and (max-width:1000px){
.logo_vital_header_2{
    position: absolute;
    top: 15vh;
    /* left: 10vh; */
    width: 60vh;
}}

@media screen and (max-width:1000px){
.slider_txt_6
{
    margin: 0;
    font-family: 'Roboto', sans-serif;	
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    color: #fff;
	position:absolute;
	top : 53vh;
	text-align: center
}}	
@media screen and (max-width:1000px){
.agro_bio_header_6{
    position: absolute;
    top: 20vh;
    right: 15vh;
    width: 15vh;
}}

@media screen and (max-width:1000px){
.bouton_header_bio{
	position: absolute;
    top: 64vh;
}}
/*850 px*/

@media screen and (max-width:850px){
.logo_vital_header_2{
    position: absolute;
    top: 20vh;
    /* left: 10vh; */
    width: 50vh;
}}

@media screen and (max-width:850px){
.slider_txt_6
{
    margin: 0;
    font-family: 'Roboto', sans-serif;	
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    color: #fff;
	position:absolute;
	top : 53vh;
	text-align: center
}}	
@media screen and (max-width:850px){
.agro_bio_header_6{
    position: absolute;
	top: 22vh;
    right: 15vh;
    width: 15vh;
}}

@media screen and (max-width:850px){
.bouton_header_bio{
	position: absolute;
    top: 64vh;
}}

/*750 px*/

@media screen and (max-width:810px){
.logo_vital_header_2{
    position: absolute;
    top: 20vh;
    left: auto;
    width: 40vh;
}}

@media screen and (max-width:810px){
.slider_txt_6
{
    margin: 0;
    font-family: 'Roboto', sans-serif;	
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    color: #fff;
	position:absolute;
	top : 53vh;
	text-align: center
}}	
@media screen and (max-width:810px){
.agro_bio_header_6{
	display:none
}}

@media screen and (max-width:810px){
.bouton_header_bio{
	position: absolute;
    top: 64vh;
}}
/*450 px*/

@media screen and (max-width:450px){
.logo_vital_header_2{
	position: absolute;
    top: 15vh;
    left: auto;
    width: 40vh;
}}

@media screen and (max-width:450px){
.slider_txt_6
{
    margin: 0;
    font-family: 'Roboto', sans-serif;	
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    color: #fff;
	position:absolute;
	top : 50vh;
	text-align: center
}}
@media screen and (max-width:450px){
.agro_bio_header_6{
    position: absolute;
    top: 35vh;
    left: 38%;
    width: 15vh;
}}
@media screen and (max-width:450px){
.bouton_header_bio{
	position: absolute;
    top: 64vh;
}}
@media screen and (max-width:450px){
a.bouton_header_bio {
    padding: 3vh;
    background: #064735;
    color: white;
    font-size: 0.9em;
    top: 58vh;
}}
/*350 px*/

@media screen and (max-width:350px){
.logo_vital_header_2{
    position: absolute;
    left: auto;
    width: 30vh;
}}

@media screen and (max-width:350px){
.slider_txt_6
{
    /* margin: 0; */
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    /* font-weight: 400; */
    line-height: 1.6;
    color: #134635;
    width: 50%;
    position: absolute;
    top: 30vh;
    text-align: center;
}}
@media screen and (max-width:350px){
.agro_bio_header_6{
	display:none;
}}
@media screen and (max-width:350px){
.bouton_header_bio{
	position: absolute;
    top: 64vh;
}}

@media screen and (max-width:350px){
a.bouton_header_bio {
    padding: 2vh;
    background: #064735;
    color: white;
    font-size: 1em;
    width: 50%;
    top: 58vh;
}}
/*SLIDER 3 bio*/
#swipper_3{
		
		margin-bottom: 400px;
		height:100%
}

.logo_vital_header_3{
    position: absolute;
    top: 10vh;
    /* left: 5vh; */
    width: 60vh;
}

/*.agro_bio_header{
		position:absolute;
		top: 16vh;
		right: 10vh;
		width: 22vh;
}*/

.slider_txt_7
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2.7rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 55vh;
    text-align: center;
}

.agro_bio_header_7{
	position: absolute;
    top: 40vh;
    /* right: 15vh; */
    width: 18vh;
}
/*750 px*/

@media screen and (max-width:750px){
.logo_vital_header_3{
    position: absolute;
    top: 10vh;
    /* left: 5vh; */
    width: 50vh;
}}

/*@media screen and (max-width:750px){
.agro_bio_header{
		position:absolute;
		top: 12vh;
		right: 8vh;
		width: 22vh;
}}*/

@media screen and (max-width:750px){
.slider_txt_7
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 52vh;
    text-align: center;
}}
@media screen and (max-width:750px){
.agro_bio_header_7{
    position: absolute;
    top: 35vh;
    /* right: 25vh; */
    width: 15vh;
}}
/*450 px*/

@media screen and (max-width:450px){
.logo_vital_header_3{
    position: absolute;
    top: 7vh;
    left: auto;
    width: 40vh;
}}


@media screen and (max-width:450px){
.slider_txt_7
{
	margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 48vh;
    text-align: center;
}}
@media screen and (max-width:450px){
.agro_bio_header_7{
    position: absolute;
    top: 29vh;
    /* right: 25vh; */
    width: 15vh;
}}
/*350 px*/

@media screen and (max-width:350px){
.logo_vital_header_3{
	position: absolute;
    top: 12vh;
    left: auto;
    width: 42vh;
}}

@media screen and (max-width:350px){
.agro_bio_header{
    position: absolute;
    top: 29vh;
    right: auto;
    width: 13vh;
}}

@media screen and (max-width:350px){
.slider_txt_7
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.2;
    color: #212529;
    text-align: left;
    color: #fff;
    position: absolute;
    top: 50vh;
    text-align: center;
}}
@media screen and (max-width:350px){
.agro_bio_header_7{
	position: absolute;
    top: 32vh;
    /* right: 25vh; */
    width: 15vh;
}}

/*SLIDER 4*/
/*HD px*/	
#swipper_4{
	margin-bottom: 400px;
	height:100%
}

.logo_vital_header_4{
    position: absolute;
    top: 25vh;
    left: 17vh;
    width: 65vh;
}

.slider_txt_8
{
	margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.95rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    color: ##2d6a37;
    position: absolute;
    top: 33.5vh;
    left: 31vh;
    text-align: center;
}


.bouton_header_bio_2{
    position: absolute;
    background: #2d9536;
    padding: 3vh;
	top: 67vh;
   }
   
/*991 px*/	

@media screen and (max-width:991px){
.logo_vital_header_4{
    position: absolute;
    top: 25vh;
    /* left: 17vh; */
    width: 70vh;
}}

@media screen and (max-width:991px){
.slider_txt_8
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    color: ##2d6a37;
    position: absolute;
    top: 35vh;
    left: 32vh;
    text-align: center;
}}
@media screen and (max-width:991px){
.bouton_header_bio_2{
	position: absolute;
    top: 67vh;
}}
/*750 px*/	

@media screen and (max-width:750px){
.logo_vital_header_4{
    position: absolute;
    top: 13vh;
    left: 15%;
    width: 60vh;
}}

@media screen and (max-width:750px){
.slider_txt_8
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    color: ##2d6a37;
    position: absolute;
    top: 20.8vh;
    left: 26VH;
    text-align: center;
}}

@media screen and (max-width:750px){
.bouton_header_bio_2{
    position: absolute;
    top: 68vh;
}}
/*614 px*/	

@media screen and (max-width:614px){
.logo_vital_header_4{
position: absolute;
    top: 13vh;
    left: auto;
    width: 50vh;
}}

@media screen and (max-width:614px){
.slider_txt_8
{
        margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    color: ##2d6a37;
    position: absolute;
    top: 34vh;
    left: auto;
    text-align: center;
}}

@media screen and (max-width:614px){
.bouton_header_bio_2{
    position: absolute;
    top: 66vh;
}}
/*450 px*/	

@media screen and (max-width:450px){
.logo_vital_header_4{
    position: absolute;
    top: 15vh;
    left: auto;
    width: 41vh;
}}

@media screen and (max-width:450px){
.slider_txt_8
{
	margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1;
    color: #212529;
    text-align: left;
    color: ##2d6a37;
    position: absolute;
    /* top: 12vh; */
    left: auto;
    text-align: center;
}}

@media screen and (max-width:450px){
.bouton_header_bio_2{
    position: absolute;
    top: 58vh;
}}

/*350 px*/	

@media screen and (max-width:350px){
.logo_vital_header_4{
    position: absolute;
    top: 17vh;
    left: auto;
    width: 37vh;
}}	

@media screen and (max-width:350px){
.slider_txt_8
{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    color: #212529;
    text-align: left;
    color: ##2d6a37;
    position: absolute;
    top: 35vh;
    /* left: 8vh; */
    text-align: center;
}}

@media screen and (max-width:350px){
.bouton_header_bio_2{
    position: absolute;
	top: 58vh;
}}
/* HEADER GLOBAL RESPONSIV */
/*@media screen and (max-width:995px){
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    top: -6vh;
}}

@media screen and (max-width:750px){
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    top: -7vh;
}}
@media screen and (max-width:450px){
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    top: -6vh;
}}
@media screen and (max-width:350px){
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    top: -11vh;
}}*/

@media screen and (max-width: 991.5px) and (min-width: 881px) {
.navigation .logo {
    margin-right: 40vh;
}}

@media screen and (max-width: 295px) and (min-width: 50px) {
.navigation .logo {
   display:none;
}}
@media screen and (max-width: 319px) and (min-width: 291px) {
.navigation .logo {
  margin-left: -6vh;
}}
@media screen and (max-width: 327px) and (min-width: 319px) {
.navigation .logo {
  margin-left: -1vh;
}}

.crd_home{
width: 30vh;
}
.vitalter_home{
width: 25vh;
}


/* SCROLLER *//* SCROLLER *//* SCROLLER *//* SCROLLER */
.scroller_center
{
	position: absolute;
	top: 87%;
	left: 50%;
	transform: translate( -50%,-50%);
}

@media screen and (max-width:450px){
.scroller_center
{
    position: absolute;
    top: 76vh;
    left: 50%;
    transform: translate( -50%,-50%);
}}
.scroller_down
{
	position: relative;
	width: 37px;
	height: 60px;
	border-radius: 25px;
	background: transparent;
	border: 4px solid #fff;
	overflow: hidden;
}

.scroller_down:before
{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	left: 50%;
	top: 10px;
	transform: translate(-50%,0);
	animation: animate 1s linear infinite;
}

.scroller_down:after
{
	content: '';
	position: absolute;
	width: 6px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	left: 50%;
	top: 5px;
	transform: translate(-50%,0);
	border-radius: 3px;
}

@keyframes animate
{
	0%
	{
		transform: translate(-50%,20px);
		opacity: 0.8;
	}
	80%
	{
		transform: translate(-50%,60px);
		opacity: 1;
	}
	100%
	{
		transform: translate(-50%,100px);
		opacity: 0;
	}
}

/* Sliders CORPS */

#swipper_1_corpus{
		
		margin-bottom: 400px;
		height:100%
}
#swipper_2_corpus{
		
		margin-bottom: 400px;
		height:100%
}
#swipper_3_corpus{
		
		margin-bottom: 400px;
		height:100%
}
#swipper_4_corpus{
		
		margin-bottom: 400px;
		height:100%
}
#slider_corpus{
    height: 400px;
    margin-top: 15vh;
    margin-bottom: 7vh;
}


/* SWIPPERS CORPUS*/
/* SWIPPER 1*/
.scorpus_logo_cr_1{
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    width: 100vh;
    top: 18vh;
}
.scorpus_txt_1{
	text-transform:uppercase;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
	bottom: 55vh;
    font-size: 1.4em;
    background: #ffffff94;
    padding: 2vh;
    color: #134535;
	width: 80%;	
}
.scorpus_btn_1{
    position: absolute;
    bottom: 23vh;
    padding: 5vh;
    background: #064735;
    color: white;
    font-size: 18px;
	text-transform: uppercase;
}



/* SWIPPER 2*/

.logo_vitalter_scorpus_2 {
    position: absolute;
	top: 7vh;
    margin-right: auto;
    margin-left: auto;
    width: 40vh;
}

.scorpus_txt_2 {
	text-transform: uppercase;
    margin: 0;
    font-family: 'Roboto', sans-serif;
	font-size: 1.4rem;
    font-weight: bold;
    width: 90%;
    line-height: 1;
    color: #134635;
    text-align: left;
    position: absolute;
	bottom: 40vh;
    text-align: center;
}
.scorpus_btn_2{
    position: absolute;
    bottom: 20vh;
    padding: 3vh;
    background: #37ac5d;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
	}


/* SWIPPER 3*/
.scorpus_logo_cr_3{
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    width: 40vh;
    top: 6vh;
}
.scorpus_txt_3{
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
	bottom: 90vh;
    text-transform: uppercase;
    font-size: 1em;
    color: #ffffff;
}
.scorpus_txt_3-2{
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    text-transform: uppercase;
	bottom: 60vh;
    font-weight: bold;
    font-size: 1.6em;
    color: #134635;
    font-variant: small-caps;
}
.scorpus_btn_3{
	position: absolute;
    bottom: 30vh;
    padding: 5vh;
    background: #064735;
    color: white;
    font-size: 18px;
	text-transform: uppercase;
}


/* SWIPPER 4*/
.logo_cr_scorpus_4{
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    width: 120vh;
    top: 20vh;
	}
.scorpus_txt_4{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    color: #ffffff;
    position: absolute;
    bottom: 55vh;
    width: 80%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;	
	}
.scorpus_btn_4{
    position: absolute;
    bottom: 25vh;
    padding: 5vh;
    background: #ffffff;
    color: #134635;
    font-size: 18px;
    text-transform: uppercase;
}

/* RESPONNSIV SCORPUS */
@media screen and (min-width: 200px) and (min-height: 500px)  {
.scorpus_btn_1 {
    padding: 3vh;
    bottom: 12vh;
    font-size: 0.9em;
}
.scorpus_logo_cr_1 {
    width: 40vh;
    top: 10vh;
}
.scorpus_txt_1 {
    bottom: 29vh;
    font-size: 0.8em;
    width: 60%;
}
.scorpus_btn_2 {
    padding: 3vh;
    bottom: 13vh;
    font-size: 0.8em;
}
.scorpus_txt_2 {
    font-size: 0.8em;
    width: 80%;
    bottom: 27vh;
}
.logo_vitalter_scorpus_2 {
	top: 10vh;
}
.scorpus_btn_3 {
    bottom: 15vh;
    padding: 3vh;
}
.scorpus_txt_3 {
    bottom: 45vh;
    font-size: 0.7em;
}
.scorpus_txt_3-2 {
    font-size: 1em;
    bottom: 32vh;
    width: 80%;
}
.scorpus_logo_cr_3 {
    top: 9vh;
}
.scorpus_btn_4 {
    font-size: 0.7em;
    bottom: 12vh;
}
.scorpus_txt_4 {
    bottom: 32vh;
    font-size: 1.2em;
}
.logo_cr_scorpus_4 {
    width: 40vh;
    top: 10vh;
}}
@media screen and (min-width: 300px) and (min-height: 550px)  {
.scorpus_btn_1 {
	padding: 3vh;
    bottom: 12vh;
}
.scorpus_logo_cr_1 {
    width: 45vh;
    top: 8vh;
}
.scorpus_txt_1 {
    width: 70%;
    bottom: 26vh;
    font-size: 1em;  
}
.scorpus_btn_2 {
    padding: 3vh;
    bottom: 10vh;
}
.scorpus_txt_2 {
	bottom: 24vh;
    font-size: 1.1em;
}
.logo_vitalter_scorpus_2 {
	top: 8vh;
    width: 50vh;
}
.scorpus_btn_3 {
    padding: 3vh;
    bottom: 11vh;
}
.scorpus_txt_3 {
    bottom: 38vh;  
}
.scorpus_txt_3-2 {
    bottom: 28vh;
    font-size: 1.1em;
    width: 80%;
}

.scorpus_logo_cr_3 {
    width: 45vh;
    top: 9vh;
}
.scorpus_btn_4 {
    padding: 3vh;
    bottom: 13vh;
}
.scorpus_txt_4 {
    bottom: 27vh;
    font-size: 1.3em;
}
.logo_cr_scorpus_4 {
    width: 45vh;
    top: 10vh;
}}
@media screen and (min-width: 350px) and (min-height: 600px)  {
.scorpus_btn_1 {
	padding: 3vh;
    bottom: 12vh;
}
.scorpus_logo_cr_1 {
    width: 45vh;
    top: 8vh;
}
.scorpus_txt_1 {
    width: 70%;
    bottom: 26vh;
    font-size: 1em;  
}
.scorpus_btn_2 {
    padding: 3vh;
    bottom: 11vh;
}
.scorpus_txt_2 {
    bottom: 23vh;
    font-size: 1.1em;
}
.logo_vitalter_scorpus_2 {
	top: 8vh;
    width: 50vh;
}
.scorpus_btn_3 {
    padding: 3vh;
    bottom: 11vh;
}
.scorpus_txt_3 {
	bottom: 33vh;   
}
.scorpus_txt_3-2 {
    bottom: 25vh;
    font-size: 1.1em;
    width: 70%;
}

.scorpus_logo_cr_3 {
	width: 45vh;
    top: 9vh;
}
.scorpus_btn_4 {
    padding: 3vh;
    bottom: 12vh;
}
.scorpus_txt_4 {
    bottom: 27vh;
    font-size: 1.2em;
}
.logo_cr_scorpus_4 {
	width: 45vh;
    top: 9vh;
}}
@media screen and (min-width: 400px) and (min-height: 700px)  {
.scorpus_btn_1 {
	padding: 3vh;
    bottom: 9vh;
}
.scorpus_logo_cr_1 {
    width: 45vh;
    top: 8vh;
}
.scorpus_txt_1 {
    width: 70%;
    bottom: 21vh;
    font-size: 1em;  
}
.scorpus_btn_2 {
    padding: 3vh;
    bottom: 10vh;
}
.scorpus_txt_2 {
    bottom: 22vh;
    font-size: 1.1em;
}
.logo_vitalter_scorpus_2 {
    top: 6vh;
    width: 47vh;
}
.scorpus_btn_3 {
    padding: 3vh;
    bottom: 11vh;
}
.scorpus_txt_3 {
    bottom: 31vh;
}
.scorpus_txt_3-2 {
    bottom: 23vh;
    font-size: 1.1em;
    width: 70%;
}

.scorpus_logo_cr_3 {
	width: 45vh;
	top: 7vh;
}
.scorpus_btn_4 {
    padding: 3vh;
    bottom: 12vh;
}
.scorpus_txt_4 {
	bottom: 26vh;
    font-size: 1.2em;
}
.logo_cr_scorpus_4 {
	width: 45vh;
    top: 9vh;
}}

@media screen and (min-width: 350px) and (min-height: 800px)  {
.scorpus_btn_1 {
    padding: 3vh;
    bottom: 8vh;
}
.scorpus_logo_cr_1 {
    width: 38vh;
    top: 8vh;
}
.scorpus_txt_1 {
    width: 70%;
    bottom: 18.5vh;
    font-size: 1em;
}
.scorpus_btn_2 {
    padding: 3vh;
    bottom: 8vh;
}
.scorpus_txt_2 {
    bottom: 19vh;
    font-size: 1em;
}
.logo_vitalter_scorpus_2 {
	top: 6vh;
    width: 35vh;
}
.scorpus_btn_3 {
    padding: 3vh;
    bottom: 9vh;
}
.scorpus_txt_3 {
    bottom: 26vh;
}
.scorpus_txt_3-2 {
    bottom: 20vh;
    font-size: 1.1em;
    width: 70%;
}

.scorpus_logo_cr_3 {
    width: 35vh;
    top: 7vh;
}
.scorpus_btn_4 {
    padding: 3vh;
    bottom: 9vh;
}
.scorpus_txt_4 {
    bottom: 20vh;
    font-size: 1.2em;
}
.logo_cr_scorpus_4 {
    width: 40vh;
    top: 7vh;
}}
@media screen and (min-width: 750px) and (min-height: 1000px)  {
.scorpus_btn_1 {
    padding: 2vh;
    bottom: 8vh;
}
.scorpus_logo_cr_1 {
    width: 30vh;
    top: 5vh;
}
.scorpus_txt_1 {
    width: 70%;
    bottom: 17vh;
    font-size: 1em;
}
.scorpus_btn_2 {
    padding: 2vh;
    bottom: 8vh;
}
.scorpus_txt_2 {
	bottom: 17vh;
    font-size: 1em;
}
.logo_vitalter_scorpus_2 {
    top: 4vh;
    width: 33vh;
}
.scorpus_btn_3 {
	padding: 2vh;
	bottom: 7vh;
}
.scorpus_txt_3 {
	bottom: 21vh;
}
.scorpus_txt_3-2 {
    bottom: 15vh;
    font-size: 1.4em;
    width: 70%;
}

.scorpus_logo_cr_3 {
    width: 33vh;
    top: 6vh;
}
.scorpus_btn_4 {
    padding: 2vh;
    bottom: 8vh;
}
.scorpus_txt_4 {
    bottom: 18vh;
    font-size: 1.2em;
}
.logo_cr_scorpus_4 {
	width: 35vh;
    top: 7vh;
}}
@media screen and (min-width: 1000px) and (min-height: 1350px)  {
.scorpus_btn_1 {
    padding: 1.7vh;
    bottom: 5.5vh;
}
.scorpus_logo_cr_1 {
	width: 25vh;
    top: 4vh;
}
.scorpus_txt_1 {
    width: 70%;
    bottom: 12.5vh;
    font-size: 1em;
}
.scorpus_btn_2 {
    padding: 1.7vh;
    bottom: 5.5vh;
}
.scorpus_txt_2 {
    bottom: 12vh;
    font-size: 1.3em;
}
.logo_vitalter_scorpus_2 {
    top: 3vh;
    width: 25vh;
}
.scorpus_btn_3 {
    padding: 1.7vh;
    bottom: 6vh;
}
.scorpus_txt_3 {
bottom: 15.5vh;
}
.scorpus_txt_3-2 {
    bottom: 13vh;
    font-size: 1.4em;
    width: 70%;
}
.scorpus_logo_cr_3 {
    width: 30vh;
    top: 4vh;
}
.scorpus_btn_4 {
    padding: 1.7vh;
    bottom: 6vh;
}
.scorpus_txt_4 {
    bottom: 14.5vh;
    font-size: 1.4em;
}
.logo_cr_scorpus_4 {
    width: 30vh;
    top: 4vh;
}
.agro_bio_header_6 {
    position: absolute;
    top: 16vh;
    right: 5vh;
    width: 15vh;
}
.logo_vital_header_2 {
    position: absolute;
    top: 15vh;
    left: 5vh;
    width: 40vh;
}
.slider_txt_3 {
    text-transform: uppercase;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem;
    line-height: 1.6;
    color: #fff;
    width: 80%;
    position: absolute;
    top: 47vh;
    text-align: center;
}
.logo_vitalter_header_1 {
    position: absolute;
    top: 15vh;
    left: 5vh;
    width: 40vh;
}
.agro_bio_header {
    position: absolute;
    top: 18vh;
    right: 8vh;
    width: 12vh;
}
.logo_cr_header_1 {
    left: initial;
}
.slider_txt_1 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem;
    line-height: 1.6;
    color: #10261c;
    position: absolute;
    top: 45vh;
    background: #ffffff66;
    left: initial;
    padding: 3vh;
    text-align: center;
}
.slider_txt_4 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 2.2rem;
    line-height: 1.6;
    color: #134635;
    left: initial;
    text-transform: uppercase;
    position: absolute;
    top: 58vh;
    text-align: center;
}
.bouton_header_bio_2 {
    top: 70vh;
}}
@media screen and (min-width: 600px) and (min-height: 1000px)  {
.scorpus_btn_1 {
	bottom: 8vh;
}
.scorpus_logo_cr_1 {
    width: 35vh;
    top: 5vh;
}
.scorpus_txt_1 {
	width: 60%;
    bottom: 18vh;
    font-size: 1em;
}
.scorpus_btn_2 {
    padding: 2.5vh;
    bottom: 7vh;
}
.scorpus_txt_2 {
    bottom: 15vh;
    font-size: 1.1em;
}
.logo_vitalter_scorpus_2 {
    top: 4vh;
    width: 33vh;
}
.scorpus_btn_3 {
    padding: 2.5vh;
    bottom: 6vh;
}
.scorpus_txt_3 {
    bottom: 22vh;
    font-size: 1em;
}
.scorpus_txt_3-2 {
    bottom: 16vh;
    font-size: 1.4em;
    width: 70%;
}
.scorpus_logo_cr_3 {
	width: 40vh;
    top: 4vh;
}
.scorpus_btn_4 {
	padding: 2vh;
    bottom: 10vh;
}
.scorpus_txt_4 {
    bottom: 17vh;
    font-size: 1.2em;
}
.logo_cr_scorpus_4 {
    width: 40vh;
    top: 7vh;
}
.scroller_center {
    top: 77%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 15vh;
 }
 .bouton_header_bio_2 {
    position: absolute;
    top: 64vh;
}}

@media screen and (min-width: 1280px) and (min-height: 720px)  {
.scorpus_btn_1 {
    padding: 2.5vh;
    bottom: 11vh;
}
.scorpus_logo_cr_1 {
	width: 50vh;
    top: 10vh;
}
.scorpus_txt_1 {
    width: 50%;
	bottom: 24vh;
    font-size: 1em;
}
.scorpus_btn_2 {
	padding: 3vh;
    bottom: 10vh;
}
.scorpus_txt_2 {
    bottom: 23vh;
    font-size: 1.1em;
}
.logo_vitalter_scorpus_2 {
    top: 6vh;
    width: 47vh;
}
.scorpus_btn_3 {
    padding: 2.5vh;
    bottom: 13vh;
}
.scorpus_txt_3 {
    bottom: 31vh;
}
.scorpus_txt_3-2 {
    bottom: 26vh;
    font-size: 1.4em;
    width: 70%;
}
.scorpus_logo_cr_3 {
    width: 50vh;
    top: 7vh;
}
.scorpus_btn_4 {
    padding: 2.5vh;
    bottom: 14vh;
}
.scorpus_txt_4 {
    bottom: 27vh;
    font-size: 1.4em;
}
.logo_cr_scorpus_4 {
    width: 45vh;
    top: 10vh;
}}

@media screen and (min-width: 1350px) and (min-height: 800px){
.scorpus_btn_1 {
    padding: 2.5vh;
    bottom: 11vh;
}
.scorpus_logo_cr_1 {
    width: 40vh;
    top: 8vh;
}
.scorpus_txt_1 {
    width: 40%;
    bottom: 21vh;
    font-size: 1em;
}
.scorpus_btn_2 {
    padding: 3vh;
    bottom: 9vh;
}
.scorpus_txt_2 {
	bottom: 20vh;
    font-size: 1.3em;
}
.logo_vitalter_scorpus_2 {
	top: 4vh;
    width: 40vh;
}
.scorpus_btn_3 {
    padding: 2vh;
    bottom: 8vh;
}
.scorpus_txt_3 {
    bottom: 26vh;
    font-size: 1em;
}
.scorpus_txt_3-2 {
    bottom: 22vh;
    font-size: 1.4em;
    width: 70%;
}
.scorpus_logo_cr_3 {
    width: 40vh;
    top: 7vh;
}
.scorpus_btn_4 {
    padding: 2.5vh;
    font-size: 1em;
    bottom: 13vh;
}
.scorpus_txt_4 {
    bottom: 24vh;
    font-size: 1.4em;
}
.logo_cr_scorpus_4 {
    width: 40vh;
    top: 8vh;
}}

@media screen and (min-width: 1920px) and (min-height: 1080px)  {
.scorpus_btn_1 {
    padding: 2vh;
    bottom: 7vh;
}
.scorpus_logo_cr_1 {
    width: 30vh;
    top: 7vh;
}
.scorpus_txt_1 {
    width: 45%;
    bottom: 15vh;
    font-size: 1.3em;
}
.scorpus_btn_2 {
    padding: 2vh;
    bottom: 7vh;
}
.scorpus_txt_2 {
    bottom: 16vh;
    font-size: 1.3em;
}
.logo_vitalter_scorpus_2 {
    top: 2vh;
    width: 28vh;
}
.scorpus_btn_3 {
    padding: 2vh;
    bottom: 8vh;
}
.scorpus_txt_3 {
    bottom: 20vh;
}
.scorpus_txt_3-2 {
    bottom: 17vh;
    font-size: 1.4em;
    width: 70%;
}
.scorpus_logo_cr_3 {
	width: 30vh;
    top: 7vh;
}
.scorpus_btn_4 {
    padding: 2vh;
    bottom: 8vh;
}
.scorpus_txt_4 {
	bottom: 17vh;
    font-size: 1.4em;
}
.logo_cr_scorpus_4 {
    width: 38vh;
    top: 7vh;
}}