/*
Theme Name: Glass Art Verre
Author: Vassiliy Markov
*/


/*Normalizing Styles*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
  	height: 100%;
  	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

/*End of Normalizing Styles*/

body {
	font-family: 'Roboto', sans-serif;
}

/* MENU */

.menuWraper {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
}

.upperPannel {
	margin: 0 auto;
	max-width: 1200px;
	background-color: #9fe8d6;
}

.menuContainer {
    max-width: 1200px;
	margin: 0px auto;
	display: flex;
    align-items: center;
	justify-content: space-between;
	min-height: 70px;
}

.menuIcon {
	display: none;
}

.menuList > li {
	position: relative;
	margin: 0px 20px 0px 10px;
  width: fit-content;
}
.menuLink {
	color: #000;
	font-size: 1.3rem;
}

.menuLink:hover {
	text-decoration: none;
}
.menuSubList {
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #000;
	padding: 15px;
	min-width: 200px;
}
.menuSubList li {
	margin: 0px 0px 10px 0px;
}
.menuSubList li:last-child {
	margin: 0;
}
.menuSubLink {
	color: #fff;
}
.menuSubLink:hover {
	text-decoration: underline;
}
.menuArrow {
	display: none;
}
/* ----------------------- */
body._pc .menuList > li:hover .menuSubList {
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
	pointer-events: all;
}
body._touch .menuList > li {
	display: flex;
	align-items: center;
}
body._touch .menuLink {
	flex: 1 1 auto;
}
body._touch .menuArrow {
	display: block;
	width: 0;
	height: 0;
	margin: 0px 0px 0px 5px;
	transition: transform 0.3s ease 0s;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #000;
}

body._touch .menuList > li._active .menuSubList {
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
	pointer-events: all;
}
body._touch .menuList > li._active .menuArrow {
	transform: rotate(-180deg);
}

/* ----------------------- */
@media (min-width: 767px) {
	.menuList {
		display: flex;
		align-items: center;
	}
	.menuList > li {
		padding: 10px 0;
	}
	.menuSubList {
		transform: translate(0px, 10%);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: all 0.3s ease 0s;
	}
}
@media (max-width: 767px) {
	.menuIcon {
		z-index: 5;
		display: block;
		position: relative;
		width: 30px;
		height: 18px;
		cursor: pointer;
		margin-left: 10px;
	}
	.menuIcon span,
	.menuIcon::before,
	.menuIcon::after {
		left: 0;
		position: absolute;
		height: 10%;
		width: 100%;
		transition: all 0.3s ease 0s;
		background-color: #000;
	}
	.menuIcon::before,
	.menuIcon::after {
		content: "";
	}
	.menuIcon::before {
		top: 0;
	}
	.menuIcon::after {
		bottom: 0;
	}
	.menuIcon span {
		top: 50%;
		transform: scale(1) translate(0px, -50%);
	}

	.menuIcon._active span {
		transform: scale(0) translate(0px, -50%);
	}
	.menuIcon._active::before {
		top: 50%;
		transform: rotate(-45deg) translate(0px, -50%);
	}
	.menuIcon._active::after {
		bottom: 50%;
		transform: rotate(45deg) translate(0px, 50%);
	}

	.menuBody {
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background-color: #9fe8d6;
		padding: 100px 30px 30px 30px;
		transition: left 0.3s ease 0s;
		overflow: auto;
	}
	.menuBody._active {
		left: 0;
	}

	.menuBody::before {
		content: "";
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		height: 70px;
		background-color: #9fe8d6;
		z-index: 20;
	}

	.menuList > li {
		flex-wrap: wrap;
		margin: 0px 0px 30px 0px;
	}
	.menuList > li:last-child {
		margin-bottom: 0;
	}
	.menuList > li._active .menuSubList {
		display: block;
	}
	.menuLink {
		font-size: 24px;
	}
	.menuSubList {
		position: relative;
		background-color: #fff;
		flex: 1 1 100%;
		margin: 20px 0px 0px 0px;
		display: none;
	}
	.menuSubLink {
		font-size: 20px;
		color: #000;
	}
}
/* MENY END */

.wraper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

/* HAEDER */
.header {
	width: 100%;
	margin: 0 auto;
	padding-top: 70px;
	height: fit-content;
	margin-bottom: 50px;
  }
  
  .headerPic {
	max-width: 100%;
  }
/* HEADER END */

/* MAIN PAGE */

/* BIENVENUE TEXT ON MAIN PAGE */

.bienvenue {
	background-color: #f2fefe;
	font-size: 1.3rem;
	display: inline-block;
	vertical-align: top;
	line-height: 1.63rem;
	letter-spacing: 0.1rem;
	text-align: justify;
	margin-bottom: 50px;
	padding: 30px 30px 30px 30px;
	max-width: 100%;
	height: fit-content;
	left: 192px;
	z-index: -20;
  }
  
  @media (max-width: 992px) {
	.bienvenue {
	 font-size: 1.2rem;
	 line-height: 1.5rem;
	  }
   }
  
   @media (max-width: 768px) {
	.bienvenue {
	 font-size: 1.2rem;
	 line-height: 25px;
	 text-align: left;
	  }
   }
  
  .bienvenuePic {
	float: left;
	margin-right: 10px;
	max-width: 100%;
	z-index: 1;
  }
  
  .glass {
	color: rgba(157, 207, 243);
	font-weight: bold; 
   }
  
  h2 {
	font-weight: normal;
  }
  
  /* BIENVENUE TEXT ON MAIN PAGE */
  
  
  /* VIDEO */
  
  .items {
	  margin-top: 50px;
	  margin-bottom: 50px;
	  background-color: #000;
	  padding: 30px 0;
  }
  .items__container {
	  max-width: 1200px;
	  padding: 0px 0px;
	  margin: 0px auto;
  }
  .items__body {
	  display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }
  .item {
	  margin-left: 0px;
	  max-width: 100%;
  }
  
  .item__video {
	  position: relative;
	  margin: 0px 0px 20px 0px;
	  padding: 0px 0px 56% 0px;
  }
  
  .item__video iframe {
	  object-fit: cover;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 500px;
	  height: 281,25px;
  }
  
  .item__text {
	  color: #fff;
	  font-size: 1.5rem;
	  line-height: 150%;
	  padding: 30px 20px 0px 20px;
	  margin-left: 10px;
  }
  
  
  /* MAP */
  
  iframe {
	display: inline-block;
	margin-bottom: 50px;
	width: 75%;
	aspect-ratio: 16 / 9;
	float: left;
  }
  
  @media (max-width: 768px) {
	  iframe {
		  width: 60%;
	  }
  }
  
  @media (max-width: 576px) {
	  iframe {
		  display: block;
		  width: 100%;
		  margin: 30px 0 30px 0;
		  padding: 0 10px 0 10px;
	  }
  }
  
  .mapText {
	font-size: 1.2rem;
	line-height: 1.3rem;
	vertical-align: top;
	text-align: justify;
	display: inline-block;
	width: 21.7%;
	padding: 0px 0px;
	margin: 30px 0 0 15px;
  }
  
  @media (max-width: 768px) {
	  .mapText {
		  font-size: 1.1rem;
	  }
  }
  
  @media (max-width: 576px) {
	  .mapText {
		  text-align: center;
		  width: 100%;
		  margin: 0 auto;
	  }
  }
  
  hr {
	border: 0;
	clear:both;
	display:block;
	margin: 30px 0px 0 0px;
	padding-right: 10px;
	width: 100%;               
	background-color:rgba(157, 207, 243);
	height: 5px;
  }
  
  @media (max-width: 991px) {
	hr {
	  height: 3px;
	}
  }
  
  @media (max-width: 767px) {
	hr {
	  height: 3px;
	}
  }
  
  @media (max-width: 576px) {
	hr {
	  margin-top: 50px;
	  height: 3px;
	}
  }
  
  /* FOOTER */

  footer {
	max-width: 100%;
	height: 150px;
	margin: 20px 10px 0 10px;
  }
  
  .contact {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.3rem;
	padding: 15px 0 0 30px;
	max-width: 100%;
	padding-bottom: 30px;
  }
  
  .linkContact {
	color: black;
	text-decoration: none;
  }
  
  .icons {
	  width: 40px;
	  height: 40px;
	  padding: 0 10px 0 10px;
  }
  
  .fa-brands fa-facebook {
	  padding-right: 10px;
  }

  /* FOOTER END */

  /* MAIN PAGE END */


  /** BIJOUX AND DECORATIONS PAGES **/
  
  /* CARDS / THREE IN A LINE */

* {
	box-sizing: border-box;
  }
  
  .centerRubricThree {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  max-width: 1200px;
	  margin-bottom: 50px;
	  padding-top: 50px;
}

  @media (max-width: 1095px) {
  .centerRubricThree {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
    }
 }
  
  
  /* Efects */
  .card-with-hoverRubricThree {
	  position: relative;
	  overflow: hidden;
	  background: #f2fefe;
	  text-align: center;
	  height: 370px;
	  width: 370px;
	 
  }

  @media (max-width: 1200px) {
	.card-with-hoverRubricThree {
		width: calc(300px + (370 - 300) * ((100vw - 320px) / (1200 - 320)));
		height: calc(300px + (370 - 300) * ((100vw - 320px) / (1200 - 320)));
		margin-top: 50px;
	}
  }
  
  .card-with-hoverRubricThree >
  img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  display: block;
	  transition: transform 0.35s;
	  transform: translate3d(0, 0, 0);
	  will-change: transform;
  }
  
  .card-with-hoverRubricThree:hover >
  img {
	  transform: scale(1.15) translate3d(0, -20px, 0);
  }
  
  .card-with-hoverRubricThree >
  .card-captionRubricThree {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  display: flex;
	  justify-content: center;
	  background-color:rgba(159, 232, 214, 0.5);
	  transition: all 0.3s;
	  transform: translate3d(0, 100%, 0);
	  will-change: transform;
  }
  
  .card-with-hoverRubricThree >
  .card-captionRubricThree >
  .card-caption-contentRubricThree {
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  width: auto;
	  transition: all 0.3s;
	  transform: translate3d(0);
	  will-change: transform;
  }
  
  .card-with-hoverRubricThree >
  .card-captionRubricThree h2 {
	  font-size: 1.3rem;
	  display: block;
	  color:  #000;
	  margin: 0;
	  padding: 1.5rem;
	  transition: all 0.3s;
	  background-color: rgba(159, 232, 214, 1);
	  transform: translate3d(0, -100%, 0);
	  will-change: transform;
  }
  
  .card-with-hoverRubricThree >
  .card-captionRubricThree p {
	  font-size: 1.3rem;
	  font-weight: 600;
	  margin: 0;
	  color: #000;
	  opacity: 0;
	  transition: opacity 0.35s 0.1s;
	  transform: translate3d(0);
	  will-change: transform;
  }
  .card-with-hoverRubricThree:hover >
  .card-captionRubricThree {
	  transform: translateY(0);
  }
  .card-with-hoverRubricThree:hover >
  .card-captionRubricThree >
  .card-caption-contentRubricThree {
	  top: 50%;
	  transform: translate(0, -50%);
  }
  .card-with-hoverRubricThree:hover >
  .card-captionRubricThree h2 {
	  color: transparent;
	  background-color: transparent;
	  transform: translateY(0%);
  }
  .card-with-hoverRubricThree:hover >
  .card-captionRubricThree p {
	  opacity: 1;
  }

/* END CARDS / THREE IN A LINE */



.paralax {
	position: relative;
	background-image: url(../img/bijoux/parure/parure_002_01.jpg);
	height: calc(100vh - 30px);
	margin: 50px auto;
	max-width: 100vw;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.paralaxBrocheOne {
	position: relative;
	background-image: url(../img/bijoux/broche/broche_033_01_paralax.jpg);
	height: calc(100vh - 30px);
	margin: 50px auto;
	max-width: 100vw;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.paralaxBrocheTwo {
	position: relative;
	background-image: url(../img/bijoux/broche/broche_002_01_paralax.jpg);
	height: calc(100vh - 30px);
	margin: 50px auto;
	width: 100%;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
}

.paralaxBoucles_d_oreillesOne {
	position: relative;
	background-image: url(../img/bijoux/boucles_d_oreilles/boucles_d_oreilles_025_01_paralax.jpg);
	height: calc(100vh - 30px);
	margin: 0 auto;
	width: 100%;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}

.paralaxBoucles_d_oreillesTwo {
	position: relative;
	background-image: url(../img/bijoux/boucles_d_oreilles/boucles_d_oreilles_057_01_paralax.jpg);
	height: calc(100vh - 30px);
	margin: 0 auto;
	width: 100%;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}

.paralaxCollierPendetifOne {
	position: relative;
	background-image: url(../img/bijoux/collier_pendetif/collier_pendetif_031_01_paralax.jpg);
	height: calc(100vh - 30px);
	margin: 0 auto;
	width: 100%;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}

.paralaxCollierPendetifTwo {
	position: relative;
	background-image: url(../img/bijoux/collier_pendetif/collier_pendetif_085_01_paralax.jpg);
	height: calc(100vh - 30px);
	margin: 0 auto;
	width: 100%;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}

/* PARALAX END */

/* CARDS / TWO IN A LINE */

* {
	box-sizing: border-box;
  }
  
  .centerRubricTwo {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  max-width: 1200px;
	  margin: 0 auto;
}

@media (max-width: 969px) {
	  .centerRubricTwo {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-evenly;
	  }
}
  
  .cardRubricTwo {
	  margin-top: 30px ;
	  width: 550px;
	  height: 550px;
  }
  
  /* Efects */
  .card-with-hoverRubricTwo {
	  position: relative;
	  overflow: hidden;
	  background: #f2fefe;
	  text-align: center;
	  width: 550px;
	  height: 550px;
}

@media (max-width: 1200px) {
	.card-with-hoverRubricTwo {
		width: calc(300px + (550 - 300) * ((100vw - 320px) / (1200 - 320)));
		height: calc(300px + (550 - 300) * ((100vw - 320px) / (1200 - 320)));
	}
  }
  
  .card-with-hoverRubricTwo >
  img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  display: block;
	  transition: transform 0.35s;
	  transform: translate3d(0, 0, 0);
	  will-change: transform;
}
  
  .card-with-hoverRubricTwo:hover >
  img {
	  transform: scale(1.15) translate3d(0, -20px, 0);
  }
  
  .card-with-hoverRubricTwo >
  .card-captionRubricTwo {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  display: flex;
	  justify-content: center;
	  background-color:rgba(159, 232, 214, 0.5);
	  transition: all 0.3s;
	  transform: translate3d(0, 100%, 0);
	  will-change: transform;
  }
  
  .card-with-hoverRubricTwo >
  .card-captionRubricTwo >
  .card-caption-contentRubricTwo {
	  position: absolute;
	  top: 0;
	  left: 0;
	  right: 0;
	  width: auto;
	  transition: all 0.3s;
	  transform: translate3d(0);
	  will-change: transform;
  }
  
  .card-with-hoverRubricTwo >
  .card-captionRubricTwo h2 {
	  font-size: 1.3rem;
	  display: block;
	  color:  #000;
	  margin: 0;
	  padding: 1.5rem;
	  transition: all 0.3s;
	  background-color: rgba(159, 232, 214, 1);
	  transform: translate3d(0, -100%, 0);
	  will-change: transform;
  }
  
  .card-with-hoverRubricTwo >
  .card-captionRubricTwo p {
	  font-size: 1.3rem;
	  font-weight: 600;
	  margin: 0;
	  color: #000;
	  opacity: 0;
	  transition: opacity 0.35s 0.1s;
	  transform: translate3d(0);
	  will-change: transform;
  }
  .card-with-hoverRubricTwo:hover >
  .card-captionRubricTwo {
	  transform: translateY(0);
  }
  .card-with-hoverRubricTwo:hover >
  .card-captionRubricTwo >
  .card-caption-contentRubricTwo {
	  top: 50%;
	  transform: translate(0, -50%);
  }
  .card-with-hoverRubricTwo:hover >
  .card-captionRubricTwo h2 {
	  color: transparent;
	  background-color: transparent;
	  transform: translateY(0%);
  }
  .card-with-hoverRubricTwo:hover >
  .card-captionRubricTwo p {
	  opacity: 1;
  }

/* END OF CARDS / TWO IN A LINE */

/* ADDIONAL INFO ON AN ARTICLE AND PRICE */

.voirPlus {
	margin-top: 10px;
	display: inline-block;
}

.voirPlusText {
	text-align: left;
	z-index: -1;
	margin-left: -300px;
}

.articleLinkBar {
	z-index: 50;
}

.bar {
	z-index: 50;
	opacity: 0;
}

.articleLink {
	text-decoration: none;
	color: #000;
}

.priceLink {
	color: red;
	font-weight: 600;
}

.triangleRight {
	display: inline-block;
	margin-bottom: -1px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid red;
}

/* END OF ADDIONAL INFO ON AN ARTICLE AND PRICE */


/* VIDEO INCUT */

.VideoContainer {
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
	height: calc(100vh - 60px);
	display: flex;
	flex-direction: column;
}

.VideoBody {
	padding: 50px 15px;
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 2;
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-transform: uppercase;
}

.VideoTitle {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	margin: 0px 0px 20px 0px;
}

@media (max-width: 1200px) {
	.VideoTitle {
		font-size: calc(30px + (50 - 30) * ((100vw - 320px) / (1200 - 320)));
	}
}

.VideoText {
	text-align: center;
	color: #fff;
	font-size: 18px;
	letter-spacing: 5px;
	line-height: 2rem;
}

@media (max-width: 1200px) {
	.VideoText {
		font-size: calc(12px + (18 - 12) * ((100vw - 320px) / (1200 - 320)));
		line-height: calc(15px + (18 - 15) * ((100vw - 320px) / (1200 - 320)));
		letter-spacing: calc(2px + (5 - 2) * ((100vw - 320px) / (1200 - 320)));
	}
}

.Video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* VIDEO INCUT END */


/** ARTCLE PAGES **/

.articleTitle {
	text-align: left;
}

@media (max-width: 576px) {
	.articleTitle {
		text-align: center;
	}
}

.articleContainer {
	display: inline-block;
	flex-wrap: wrap;
	margin: 50px 10px 5px 10px;
	width: fit-content;
	height: fit-content;
}

@media (max-width: 576px) {
	.articleContainer {
		display: flex; /* Rearranging content so previews are shown before product descriptions */
		flex-direction: column;
		margin-top: 50px;
		margin-bottom: 5px;
		margin-left: calc(10px + (115 - 10) * ((100vw - 320px) / (576 - 320)));
	}
}

@media (max-width: 1200px) {
	.articleImage {
		width: calc(300px + (450 - 300) * ((100vw - 320px) / (1200 - 320)));
		height: calc(300px + (450 - 300) * ((100vw - 320px) / (1200 - 320)));
	}	
}

@media (min-width: 1200px) {
	.articleImage {
		width: calc(300px + (450 - 300) * ((100vw - 320px) / (1200 - 320)));
		height: calc(300px + (450 - 300) * ((100vw - 320px) / (1200 - 320)));;
	}	
}

.articleInfo {
	position: absolute;
	display: inline-block;
	font-size: 1.5rem;
	margin-top: 50px;
	margin-left: 30px;
}

.description {
	font-size: 1.2rem;
}

@media (max-width: 576px) {
	.articleInfo {
		position: relative;
		margin-left: 40px;
		text-align: left;
	}
}

.price {
	color: red;
}

.note {
	color: gray;
	font-size: 1rem;
	margin-top: 30px;
	text-align: center;
}

.thumbnails {
	display: flex;
	flex-wrap: wrap;
	height: fit-content;
	margin-top: 30px;
}

.thumbsList {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
}

@media (max-width: 1200px) {
	.thumbs {
	width: calc(90px + (100 - 90) * ((100vw - 320px) / (1200 - 320)));
	height: calc(90px + (100 - 90) * ((100vw - 320px) / (1200 - 320)));
	margin-right: 10px;
	margin-top: 10px;
	}
}

@media (min-width: 1200px) {
	.thumbs {
	width: calc(110px + (110 - 100) * ((100vw - 320px) / (1200 - 320)));
	height: calc(110px + (110 - 100) * ((100vw - 320px) / (1200 - 320)));
	margin-right: 10px;
	margin-top: 10px;
	}
}

.productsSimalarTitle {
	margin-top: 50px;
}

@media (max-width: 576px) {
	.productsSimalarTitle {
		position: relative;
		margin-left: 40px;
		text-align: left;
	}
}

.productsSimilar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	max-width: 1200px;
}

.productesSimailarBlock {
	border: 2px solid rgba(157, 207, 243);
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	padding-bottom: 10px;
}

.productsSimilarImg {
	width: 250px;
	height: 250px;
	margin: 30px 20px 0 20px;
}

.productsInfo {
	margin-top: 30px;
	margin-left: 20px;
	text-align: center;
} 
