@charset "utf-8";
/* CSS Document */

section#fond-video {
  width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	background-color: #000D22;
	
}
section#fond-video video {
  position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}
section#fond-video .video-overlay {
  position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	
}
section#fond-video .video-overlay-2 {
  position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom,
	rgba(0,0,0,0.6),
	rgba(0,0,0,1));
	
}
section#fond-video .video-overlay-3 {
  position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom,
	rgba(0,0,0,0.4),
	rgba(0,0,0,0.8));
	
}
section#fond-video .video-masque {
  position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-image: url("https://www.starviewpackaging.com/videos/masque-video.svg");
	z-index: 3;
	
}
section#fond-video .headline {
 z-index: 2;
	margin: 10% 30%;
	
}
section#fond-video .headline h2 {
  font-size: 3em !important;
	line-height: 1em;
	color: #fff;
	text-shadow:2px 2px 4px #000;
	margin-top: 55%;
	
}
section#fond-video .headline h2 span{  
	font-size: 1.75em;
	color: #3A76BB !important;
	line-height: 0.75em;
	
}


@media (min-aspect-ratio:16/9){
	section#fond-video video {
  	width: 100%;
	height: auto;
		margin: 0 0%;
	
}
}
@media (max-aspect-ratio:16/9){
	section#fond-video video {
  	width: auto;
	height: 100%;
	margin: 0 0%;
}
}
@media (max-width: 992px){
	section#fond-video {
  width: 100%;
	height: 35vh;
	padding-left: 0%;
	padding-top: 0%;
	position: relative;
	display: flex;
}
	section#fond-video .headline {
display: none;
	
	
}
section#fond-video .headline h2 {
	font-size: 20%;
	color: #fff !important;
	
}
section#fond-video2 .headline p {
  display: none;
}
		
	section#fond-video video {
  	display: none;
	
}	
	section#fond-video .video-masque {
  	 position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom,
	rgba(0,0,0,0.5),
	rgba(0,0,0,0.1));
		z-index: 2;
	
}	
	section#fond-video {
  	background-image: url("https://www.starviewpackaging.com/videos/capture-ecran-video.jpg");
		background-size: cover;
	
}

}

/*smaller*/
section#fond-videoS {
  width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	background-color: #000D22;
	
}
section#fond-videoS video {
  position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}
section#fond-videoS .video-overlay {
  position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	
}
section#fond-videoS .video-overlay-2 {
  position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom,
	rgba(0,0,0,0.6),
	rgba(0,0,0,1));
	
}
section#fond-videoS .video-overlay-3 {
  position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom,
	rgba(0,0,0,0.4),
	rgba(0,0,0,0.8));
	
}
section#fond-videoS .headline {
 z-index: 2;
	margin: 0% auto 5% auto;
	
}
section#fond-videoS .headline h2 {
  font-size: 3em !important;
	line-height: 1em;
	color: #fff;
	text-shadow:2px 2px 4px #000;
	margin-top: 50%;
	
}
section#fond-videoS .headline h2 span{  
	font-size: 1.75em;
	color: #3A76BB !important;
	line-height: 0.75em;
	
}


@media (min-aspect-ratio:16/9){
	section#fond-videoS video {
  	width: 100%;
	height: auto;
		margin: 0 0%;
	
}
}
@media (max-aspect-ratio:16/9){
	section#fond-videoS video {
  	width: auto;
	height: 100%;
	margin: 0 0%;
}
}
@media (max-width: 992px){
	section#fond-videoS {
  width: 100%;
	height: 35vh;
	padding-left: 0%;
	padding-top: 0%;
	position: relative;
	display: flex;
}
	section#fond-videoS .headline {
display: none;
	
	
}
section#fond-videoS .headline h2 {
	font-size: 20%;
	color: #fff !important;
	
}
section#fond-videoS .headline p {
  display: none;
}
		
	section#fond-videoS video {
  	display: none;
	
}	
	section#fond-videoS .video-masque {
  	 position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom,
	rgba(0,0,0,0.5),
	rgba(0,0,0,0.1));
		z-index: 2;
	
}	
	section#fond-videoS {
  	background-image: url("https://www.starviewpackaging.com/videos/capture-ecran-video.jpg");
		background-size: cover;
	
}

}

/*demi*/
section#fond-video2 {
  width: 100%;
	
	height: 60vh;
	padding-left: 0%;
	position: relative;
	display: flex;
	align-items: right;
	background-color: #000D22;
}
section#fond-video2 video {
   position:absolute;
	top:0;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	left:49%;
	width: 100%;
	height:auto;
	object-fit: cover;
	background-color: #000D22;
}
section#fond-video2 .video-masque {
  position: absolute;
	top:0;
	left:49%;
	width: 100%;
	height: 100%;
	background-image: url("https://www.starviewpackaging.com/videos/masque-video.svg");
	background-repeat: no-repeat;
	z-index: 3;
	
}
section#fond-video2 .video-overlay {
  position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	
}
section#fond-video2 .video-overlay-2 {
  position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom,
	rgba(0,0,0,0.6),
	rgba(0,0,0,1));
	
}
section#fond-video2 .video-overlay-3 {
  position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom,
	rgba(0,0,0,0.4),
	rgba(0,0,0,0.8));
	
}
section#fond-video2 .headline {
 z-index: 5;
	margin: 2.5% 6% 0.5% 5%;
	padding-right: 5px;
	text-align: center;
	display: block;
	
}
section#fond-video2 .headline h2 {
  font-size: 2em;
	line-height: 1.25em;
	
	color: #3A76BB !important;
	text-shadow:2px 2px 4px #000;
	padding: 2% 5%;
	
	
}	
section#fond-video2 .headline h2 span{  
	font-size: 1.75em;
	color: #fff !important;
	line-height: 0.75em;
	text-transform:uppercase !important;
	
}	

@media (min-aspect-ratio:16/9){
	section#fond-video2 video {
  	width: auto;
	height: 100%;
		margin: 0 0%;
	
}
}
@media (max-aspect-ratio:16/9){
	section#fond-video2 video {
  	width:auto;
	height: 100%;
	margin: 0% 0%;
		
}
}
@media (max-width: 992px){
	section#fond-video2 {
  width: 100%;
	height: 35vh;
	padding-left: 0%;
	position: relative;
	display: flex;
}
	section#fond-video2 .headline {
 z-index: 2;
	margin: 15% 10%;
	
	
}
section#fond-video2 .headline h2 {
	font-size: 2rem;
	color: #fff !important;
}
section#fond-video2 .headline p {
  display: none;
}
		
	section#fond-video2 video {
  	display: none;
	
}	
	section#fond-video2 .video-masque {
  	 position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom,
	rgba(0,0,0,0.5),
	rgba(0,0,0,0.1));
		z-index: 2;
	
}	
	section#fond-video2 {
  	background-image: url("https://www.starviewpackaging.com/videos/capture-ecran-video.jpg");
		background-size: cover;
	
}

}
/*bandeau-family*/

section#fond-video3 {
  width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	background-color: #000D22;
	
}
section#fond-video3 video {
  position: absolute;
	top:-50;
	left:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}
section#fond-video3 .video-overlay {
  position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	
}
section#fond-video3 .video-overlay-2 {
  position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom,
	rgba(0,0,0,0.6),
	rgba(0,0,0,1));
	
}
section#fond-video3 .video-overlay-3 {
  position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom,
	rgba(0,0,0,0.4),
	rgba(0,0,0,0.8));
	
}
section#fond-video3 .video-overlay-4 {
  position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom,
	rgba(0,0,0,0.2),
	rgba(0,0,0,0.6));
	
}
section#fond-video3 .video-masque {
  position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-image: url("https://www.starviewpackaging.com/videos/masque-video.svg");
	z-index: 3;
	
}
section#fond-video3 .headline {
 z-index: 6;
	margin: 8% 20% 8% 20%;
	
}
section#fond-video3 .headline h2 {
  font-size: 2.75em !important;
	line-height: 1em;
	color: #3A76BB !important;
	text-shadow:2px 2px 4px #000;
	
}
section#fond-video3 .headline h2 span{  
	font-size: 1.5em;
	color: #fff;
	
	line-height: 0.75em;
	
}


@media (min-aspect-ratio:16/9){
	section#fond-video3 video {
  	width: 100%;
	height: auto;
		margin: 0 0%;
	
}

}
@media (max-width: 992px){
	section#fond-video3 {
  width: 100%;
	height: 20vh;
	padding-left: 0%;
	position: relative;
	display: flex;
	
}
	section#fond-video3 .headline {
 z-index: 2;
	margin: 15% 10% 10% 5%;
		font-size: .5em;
	
	
}
section#fond-video3 .headline h2 {
	font-size: .5em;
	
}
section#fond-video3 .headline h2 span{  
	font-size: 1em;
	
	
}
section#fond-video2 .headline p {
  display: none;
}

	section#fond-video3 .video-masque {
  	 position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:linear-gradient(to bottom,
	rgba(0,0,0,0.5),
	rgba(0,0,0,0.1));
		z-index: 2;
	
}

}