.background {
	background-image:url(images/background.jpg);
	background-attachment: fixed;
	background-repeat:no-repeat;
	min-width:400px;
	z-index:1;
	
}

.mylayer {
	width:101.5%;
	background-color: rgba(192, 192, 192, 0.2);
	z-index:2;
	margin-top:-3.5%;
	padding-left: 1%;
    margin-left: -1%;
	padding-right: 0.6%;
	padding-bottom:1%;
	margin-bottom: -0.5%;
	-webkit-animation: Opacity 40s linear infinite;
	-moz-animation: Opacity 40s linear infinite;
	animation: Opacity 40s linear infinite;
	
}


body {
	-webkit-animation: Trans 40s linear infinite;
	-moz-animation: Trans 40s linear infinite;
	animation: Trans 40s linear infinite;
}



@-webkit-keyframes Trans {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@-moz-keyframes Trans {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes Trans {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@-webkit-keyframes Opacity {
	0% {
		background-color: rgba(192, 192, 192, 0.2);
	}
	50% {
		background-color: rgba(192, 192, 192, 0.7);
	}
	100% {
		background-color: rgba(192, 192, 192, 0.2);
	}
}

@-moz-keyframes Opacity {
	0% {
		background-color: rgba(192, 192, 192, 0.2);
	}
	50% {
		background-color: rgba(192, 192, 192, 0.7);
	}
	100% {
		background-color: rgba(192, 192, 192, 0.2);
	}
}

@keyframes Opacity {
	0% {
		background-color: rgba(192, 192, 192, 0.2);
	}
	50% {
		background-color: rgba(192, 192, 192, 0.7);
	}
	100% {
		background-color: rgba(192, 192, 192, 0.2);
	}
}


h1 {
	font-size:18px;
	
}


.vedette_image {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
.photo_marquee {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}

.image {
	BORDER-RIGHT: #cacfd0 2px solid; BORDER-TOP: #cacfd0 2px solid; BORDER-LEFT: #cacfd0 2px solid; BORDER-BOTTOM: #cacfd0 2px solid
}

.prix {
	FONT-WEIGHT: bold;
	FONT-SIZE: 0.9em;
	COLOR: #810a40
}

.reply {
	BORDER-RIGHT: #849f4d 1px solid;
	BACKGROUND-POSITION: 50% top;
	BORDER-TOP: #849f4d 1px solid;
	FONT-SIZE: 1em;
	BORDER-LEFT: #849f4d 1px solid;
	BORDER-BOTTOM: #849f4d 1px solid;
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-COLOR:#d6e1a1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.devise {
	font-size:30px;
	color:#f7e575;
	
}


footer{
	background-color: #6d071a;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#c0c0c0;
	
}

.joinUs {
	color:#c0c0c0;
	width: 70%;
	display: inline-block;
    vertical-align: middle;
	text-align: center;
	margin-left: 30px;
}

.imagefooter {
	float:left;
	width:25px;
	
}
.contactUs {
	float:right;
	margin-top: 1%;
}

.photo img {
/* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
-webkit-transition: all 1s ease; /* Safari et Chrome */
-moz-transition: all 1s ease; /* Firefox */
-ms-transition: all 1s ease; /* Internet Explorer 9 */
-o-transition: all 1s ease; /* Opera */
transition: all 1s ease;
}
.photo :hover img {
/* L'image est grossie de 15% */
-webkit-transform:scale(0.5); /* Safari et Chrome */
-moz-transform:scale(0.5); /* Firefox */
-ms-transform:scale(0.5); /* Internet Explorer 9 */
-o-transform:scale(0.5); /* Opera */
transform:scale(1.2);
}

.descriptionAbout img {
/* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
-webkit-transition: all 1s ease; /* Safari et Chrome */
-moz-transition: all 1s ease; /* Firefox */
-ms-transition: all 1s ease; /* Internet Explorer 9 */
-o-transition: all 1s ease; /* Opera */
transition: all 1s ease;
}
.descriptionAbout :hover img {
/* L'image est grossie de 15% */
-webkit-transform:scale(0.5); /* Safari et Chrome */
-moz-transform:scale(0.5); /* Firefox */
-ms-transform:scale(0.5); /* Internet Explorer 9 */
-o-transform:scale(0.5); /* Opera */
transform:scale(1.2) translate(40%,35%);
}
.descriptionUC img {
/* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
-webkit-transition: all 1s ease; /* Safari et Chrome */
-moz-transition: all 1s ease; /* Firefox */
-ms-transition: all 1s ease; /* Internet Explorer 9 */
-o-transition: all 1s ease; /* Opera */
transition: all 1s ease;
}

.descriptionUC :hover img {
/* L'image est grossie de 15% */
-webkit-transform:scale(0.5); /* Safari et Chrome */
-moz-transform:scale(0.5); /* Firefox */
-ms-transform:scale(0.5); /* Internet Explorer 9 */
-o-transform:scale(0.5); /* Opera */
transform:scale(1.5) translate(-50%,0%);
}

.descriptionMultitab img {
/* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
-webkit-transition: all 1s ease; /* Safari et Chrome */
-moz-transition: all 1s ease; /* Firefox */
-ms-transition: all 1s ease; /* Internet Explorer 9 */
-o-transition: all 1s ease; /* Opera */
transition: all 1s ease;
}

.descriptionMultitab :hover img {
/* L'image est grossie de 15% */
-webkit-transform:scale(0.5); /* Safari et Chrome */
-moz-transform:scale(0.5); /* Firefox */
-ms-transform:scale(0.5); /* Internet Explorer 9 */
-o-transform:scale(0.5); /* Opera */
transform:scale(1.5) translate(50%,0%);
}

.descriptionVectrum img {
/* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
-webkit-transition: all 1s ease; /* Safari et Chrome */
-moz-transition: all 1s ease; /* Firefox */
-ms-transition: all 1s ease; /* Internet Explorer 9 */
-o-transition: all 1s ease; /* Opera */
transition: all 1s ease;
position:relative;
z-index:3;
}

.descriptionVectrum :hover img {
/* L'image est grossie de 15% */
-webkit-transform:scale(0.5); /* Safari et Chrome */
-moz-transform:scale(0.5); /* Firefox */
-ms-transform:scale(0.5); /* Internet Explorer 9 */
-o-transform:scale(0.5); /* Opera */
transform:scale(1.5) translate(-50%,0%);
}

.item {   
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.item:hover {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0;
}

.headline {
	align: center;
	display:block;
	margin:auto;
	background-color: #cdbf51;
	padding:5px;
	margin-top:50px;
	width:50%;
	border: solid #6d071a 1px;
	opacity:0.8;
	
}

.headlineMain {
	align: center;
	display:block;
	margin:auto;
	background-color: #cdbf51;
	padding:5px;
	margin-top:50px;
	width:70%;
	border: solid #6d071a 1px;
	opacity:0.8;
	
}

.headlineExtension {
	align: center;
	display:block;
	margin:auto;
	background-color: #5162cd;
	padding:5px;
	margin-top:50px;
	width:50%;
	border: solid #6d071a 1px;
	opacity:0.8;
	
}



.uctable {
	width:50%;
}

.textZoneUc {
	width:40%;
	text-align:justify;
	font-size:14px;
	background-color:#d1c254;
	color:#000;
	padding: 3% 5% 3% 5%;
	opacity: 0.8;
	border: solid #600 1px;
	border-radius: 10px;
	position:relative;
	left:50%;
	top: -400px;
	
}

.textZoneVectrumMultitab {
	width:80%;
	text-align:justify;
	font-size:14px;
	background-color:#d1c254;
	color:#000;
	padding: 3% 5% 3% 5%;
	opacity: 0.8;
	border: solid #600 1px;
	border-radius: 10px;
	position:relative;
	left:10%;
}

.bandeNews {
	width:100%;
	text-align:center;
	font-size:24px;
	background-color:#375678;
	color:#FC3;
	
}
.bandeFictive {
	width:100%;
	opacity: 0;
	
}

/*Gallery vectrum*/
div.gallery {
  border: 2px solid #6d071a;
}
div.gallery:hover {
  border: 2px solid #c0c0c0;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}
* {
  box-sizing: border-box;
}

.responsiveGallery {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
  position: relative;
  z-index: 3;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 4;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
  width: 90%;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* slider news */
.card-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.card-carousel .my-card {
  height: 15rem;
  width: 0%;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(0.6) translateY(-2rem);
  transform: scale(0.6) translateY(-2rem);
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
 /* background: #2e5266;
  background: linear-gradient(to top, #2e5266, #6e8898);*/
  transition: 1s;
  background-image:url(images/paperTexture.png);
}

.card-carousel .my-card:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 100%;
  background-color: rgba(0,0,0,0.3);
  bottom: -5rem;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.card-carousel .my-card.active {
  z-index: 3;
  -webkit-transform: scale(1) translateY(0) translateX(0);
  transform: scale(1) translateY(0) translateX(0);
  opacity: 1;
  pointer-events: auto;
  transition: 1s;
}

.card-carousel .my-card.prev, .card-carousel .my-card.next {
  z-index: 2;
  -webkit-transform: scale(0.8) translateY(-1rem) translateX(0);
  transform: scale(0.8) translateY(-1rem) translateX(0);
  opacity: 0.6;
  pointer-events: auto;
  transition: 1s;
  top:1px
}


.card-carousel .my-card:nth-child(1):before {
  /*content: '1';*/
  position: absolute;

  font-size: 3rem;
  font-weight: 300;
  color: #fff;
}

.card-carousel .my-card:nth-child(2):before {
  /*content: 'New application Vectrum is available on Google Play Store!';*/
  position: absolute;


  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.card-carousel .my-card:nth-child(3):before {
  /*content: '3';*/
  position: absolute;

  font-size: 3rem;
  font-weight: 300;
  color: #fff;
}

.card-carousel .my-card:nth-child(4):before {
  /*content: '4';*/
  position: absolute;

  font-size: 3rem;
  font-weight: 300;
  color: #fff;
}

.newsDescription {
	font-size:1.0vw;
	height: 75%;
	text-align:center;
	padding:0 5px 0 5px;
	color:#6d071a;
	display: inline-grid;
	margin:auto;
	background-color: #cdbf51;
	padding:5px;
	border: solid #6d071a 1px;
	opacity:0.9;
	width: 90%;
    margin-left: 5%;
    margin-top: 2%;
	border-radius: 10px;
}

.readMore {
	width:70%;
	text-align:center;
	font-size:1.2vw;
	color:#FC3;
	margin-top: -38%;
    margin-left: 15%;
	border: solid #600 1px;
	background-color:#600;
	

}

.imgReadMore {
    width: 40%;
    margin-left: 30%;
    position: relative;
    top: 3%;
}


/* About Us*/

.aboutUscontainer {
	width:95%;
	display:inline-block;
	text-align:center;
	margin:auto;
	-webkit-transform:scale(0.5); /* Safari et Chrome */
    -moz-transform:scale(0.5); /* Firefox */
    -ms-transform:scale(0.5); /* Internet Explorer 9 */
    -o-transform:scale(0.5); /* Opera */
    transform:scale(1.1);
	
}

.aboutUscontainer:hover .image {
-webkit-transform:scale(0.5); /* Safari et Chrome */
-moz-transform:scale(0.5); /* Firefox */
-ms-transform:scale(0.5); /* Internet Explorer 9 */
-o-transform:scale(0.5); /* Opera */
transform:scale(1.1);

}



.aboutUsDescription {
    margin-top: -32%;
	position: relative;
	color: #cdbf51;
	font-size: 1.4vw;
	
}

.auProductLink {
	color:#6d071a;
	font-size:14px;
	
}

.container1 {
	width:15%;
	display:inline-block;
	text-align:center;
	vertical-align:top;
}


.container1:hover .image1 {
-webkit-transform:scale(0.5); /* Safari et Chrome */
-moz-transform:scale(0.5); /* Firefox */
-ms-transform:scale(0.5); /* Internet Explorer 9 */
-o-transform:scale(0.5); /* Opera */
transform:scale(1.1);

}


.text1 {
	color: black;
	text-align:left;
	font-size: 1.2vw;
	padding: 15px 2% 15px 2%;
	width: 96%;
	background-color: #cdbf51;
	border: solid #6d071a 1px;
	opacity:0.8;
	border-radius: 5px;
}


.image1 {
  opacity: 1;
  margin: auto;
  display: block;
  width: 95%;
  transition: .5s ease;
  backface-visibility: hidden;

}
.container1:hover .middle {
  opacity: 1;
}

.container1:hover .image {
-webkit-transform:scale(0.5); /* Safari et Chrome */
-moz-transform:scale(0.5); /* Firefox */
-ms-transform:scale(0.5); /* Internet Explorer 9 */
-o-transform:scale(0.5); /* Opera */
transform:scale(1.1);

}

.middle  {
  width:100%;
  transition: .5s ease;
  opacity: 0;
  position: relative;
  text-align: center;
  margin-top: 20%;
}


.finalPhrase {
	align: center;
	display:block;
	text-align:center;
	margin:auto;
	background-color: #cdbf51;
	padding:5px;
	width:95%;
	border: solid #6d071a 1px;
	border-radius:5px;
	opacity:0.8;
}

.mvideo {
	width:420px;
	height:auto;
	margin: 0 auto;
	border: 5px outset #c0c0c0;
}
.legal_notice {
	float:right;
	margin-top: 1%;
	margin-left:40px;
}

@media only screen and (max-width: 2500px) {
.card-carousel .my-card.active {
	height:170px;
    width:16%;
}

.card-carousel .my-card.prev, .card-carousel .my-card.next {
	height:160px;
    width:16%;
}

}

@media only screen and (max-width: 1500px) {
	body {
	-webkit-animation: Trans 60s linear infinite;
	-moz-animation: Trans 60s linear infinite;
	animation: Trans 60s linear infinite;
}
.newsDescription {
	font-size:1.2vw;
	
}

.card-carousel .my-card.active {
    width:20%;
}

.card-carousel .my-card.prev, .card-carousel .my-card.next {
    width:20%;
}

}

@media only screen and (max-width: 1200px) {
	body {
	-webkit-animation: Trans 100s linear infinite;
	-moz-animation: Trans 100s linear infinite;
	animation: Trans 100s linear infinite;
}

.newsDescription {
	font-size:1.1vw;
	
}

}

@media only screen and (max-width: 1000px) {
	
body {
    -webkit-animation: Trans 120s linear infinite;
	-moz-animation: Trans 120s linear infinite;
	animation: Trans 120s linear infinite;
}

.card-carousel .my-card.active {
	height:170px;
    width:20%;
}

.card-carousel .my-card.prev, .card-carousel .my-card.next {
	height:160px;
    width:20%;
}

.newsDescription {
	font-size:12px;
	
}

.imgReadMore {
    top: 5%;
}

.devise {
	font-size:20px;
	
}


a:link {
	font-size:11px;
}

.text1 {
	font-size: 12px;
}

.uctable {
	width:100%;
}

.textZoneUc {
	width:50%;
	left:20%;
	top:0;
    margin-bottom: 2%;
	
}

}

@media only screen and (max-width: 700px) {
  .responsiveGallery {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 650px) {
	

.newsDescription {
	font-size:11px;
	
}

.card-carousel .my-card.active {
	width:25%;

}

.card-carousel .my-card.prev, .card-carousel .my-card.next {
	width:25%;

}

.mvideo {
	width:300px;
	height:auto;
}

.joinUs {
	width:60%;
}

.imagefooter {
	width:20px;
	
}

.container1 {
	width:30%;

}
.aboutUsDescription {
	font-size: 12px;
	
}

}

@media only screen and (max-width: 500px) {
  .responsiveGallery {
    width: 100%;
  }
}





