#popUpAgeLegal {
  background: black url(/img/v_aigle_agegate.jpg) no-repeat;
  z-index: 10000;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  position: fixed;
  background-position-x: 65vw;
  background-position-y: bottom;
  background-size: 35vw;
}
#popUpAgeLegal #bgVideo {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  text-align: center;
  height: 100vh;
  width: 100vw;
}
#popUpAgeLegal #bgVideo video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
#logoPopup {
  margin: 2vw auto 1vw auto;
  width: 10vw;
  display: block;
}
#popUpAgeLegal h1 {
  text-align: center;
  padding: 0 0 2vw 0vw;
  font-family: "Cormorant Unicase", serif;
  color: #cbad84;
  font-size: 2.5vw;
}
.bg_gris {
  /* background: linear-gradient(45deg, rgba(98,98,98,1) 30%, rgba(23,22,22,1) 100%); */
  width: 100%;
  margin: auto;
  padding: 1vw 4vw;
  position: relative;
  /* background: transparent url(/img/tile_noir_50p.png);
  -webkit-box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.5);
  border: #cbad84 1px solid; */
  background-color: #272a29;
}
.bg_gris p {
  text-align: center;
  padding: 1vw 0;
  font-size: 0.8vw;
  font-weight: 400;
  font-family: "Spartan", sans-serif;
  color: #fff;
}
#languageBox {
  width: 100%;
  font-size: 1.5vw;
  margin: auto;
  color: #cbad84;
}
#languageBox span {
  color: white;
}
#languageBox p {
  font-size: 1.1vw;
}

#languageBox a {
  text-decoration: none;
  color: #cbad84;
  align-self: center;
}

#languageBox a:hover {
  color: #fff;
}
#popUpAgeLegal .btn a {
  padding: 0.5vw 1vw;
  text-decoration: none;
  color: #fff;
  display: block;
  background-color: #404241;
  margin: auto;
  width: max-content;
  text-align: center;
  font-weight: 500;
  font-size: calc(14px + 0.25vw);
}
#popUpAgeLegal .btn a:hover {
  color: #000;
  background-color: #cbad84;
}

#popUpAgeLegal > div.popupGrid > div.RSbox a {
  color: #cbad84;
}
#popUpAgeLegal > div.popupGrid > div.RSbox a:hover {
  color: #fff;
}

.patrimoine img {
  display: block;
}
.popupGrid {
  display: grid;
  grid-template-columns: 1fr 45vw 1fr;
  grid-column-gap: 2vw;
  grid-template-rows: 1fr 5vw 4.5vw;
}
.patrimoine {
  /* order: -1; */
  /* align-self: end;
  place-self: end; */
  width: 13vw;
  place-self: end;
  align-self: end;
}
#popUpAgeLegal .infoCalories {
  /* grid-row-start: 3; */
  /* place-self: end;
  align-self: end; */
  width: 5vw;
  opacity: 0.5;
  /* margin-left: 10vw; */
}
.excluBoutique {
  /* background: #cbad84 url(/img/picto_sac.svg) no-repeat; */
  width: 100%;
  grid-row-start: 3;
  grid-column-start: 2;
  text-align: center;
  padding: 1vw 1vw;
  font-family: "Spartan", sans-serif;
  font-size: 1vw;
  background-position: 97%;
  background-size: 2vw;
  /* display: none; */
}
.excluBoutique span {
  font-size: 1vw;
  font-weight: 600;
}
.excluBoutique a {
  text-decoration: none;
  color: black;
  transition: all ease 500ms;
}
.excluBoutique a:hover {
  color: white;
  transition: all ease 1000ms;
}
.excluBoutique p {
  line-height: 1.5vw;
  color: #000;
  display: none;
}
#popUpAgeLegal .mentions a,
#popUpAgeLegal .mentions p {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #cbad84;
  font-size: 12px;
}
.mentions {
  text-align: center;
  padding: 4vw 0;
  font-size: 0.7vw;
}
.abus {
  color: #000;
  text-align: center;
  font-size: 0.7vw;
  text-transform: uppercase;
  background-color: #cbad84;
  padding: 2vw;
}
.mentions a {
  transition: all ease 500ms;
}
#popUpAgeLegal .mentions a:hover {
  color: white;
  transition: all ease 1000ms;
}

@media (max-width: 767px) {
  #popUpAgeLegal {
    background-position-x: 26vw;
    background-size: 100%;
  }
  #logoPopup {
    width: 50vw;
    margin-top: 10vw;
  }
  #popUpAgeLegal h1 {
    font-size: 5vw;
    padding: 0;
    width: 80%;
    margin-left: 10%;
  }
  .bg_gris {
    padding: 3vw 4vw;
    margin: 6vw 8% 0 8%;
    width: 80%;
  }
  .bg_gris p {
    font-size: 3vw;
    line-height: 4vw;
  }
  #languageBox p {
    font-size: 5vw;
  }
  #popUpAgeLegal .btn a {
    padding: 1.5vw 1vw;
    margin: auto;
    width: 100%;
  }

  .excluBoutique {
    margin: 4vw 8%;
    font-size: 2.5vw;
    padding: 3vw 5vw;
    background-size: 4vw;
    width: 80%;
  }
  .excluBoutique p {
    font-size: 2.5vw;
    line-height: 3.5vw;
    width: max-content;
  }
  .excluBoutique span {
    font-size: 2.2vw;
  }
  .popupGrid {
    display: block;
  }
  #popUpAgeLegal .RSbox {
    margin: 4vw auto 4vw auto;
    display: block;
    width: 100%;
    text-align: center;
  }
  #popUpAgeLegal .btn {
    margin: 2vw 2vw;
  }
  ul:first-child {
    padding-left: 0;
  }
  #popUpAgeLegal .infoCalories {
    width: 14vw;
    margin: auto;
  }
  .patrimoine {
    width: 80%;
    margin: 4vw 8%;
  }
  .mentions {
    font-size: 1.8vw;
  }
  #popUpAgeLegal > div.mentions {
    font-size: 2vw;
  }
  #popUpAgeLegal > div.abus > p {
    font-size: 3vw;
    line-height: 5vw;
    width: 80%;
    margin: auto;
  }
}
/* @media all and (min-width: 415px) and (max-width: 767px){
	#logoPopup{
		width: 20vw;
	}
	#popUpAgeLegal h1{
		font-size: 4vw;
	}
	.bg_gris{
		padding: 3vw 4vw;
		margin: 6vw auto 0 auto;
	}
	.bg_gris p{
		font-size: 1.8vw;
	}
	.excluBoutique{
		margin: 4vw auto 0 auto;
		font-size: 2vw;
		padding: 1vw 2vw;
		background-size: 3vw;
	}
	.excluBoutique span{
		font-size: 2vw;
	}
	.popupGrid{
		grid-template-rows: 1fr 4vw 15vw;
	}
	#popUpAgeLegal .RSbox{
		margin-top: 2vw;
	}
	#popUpAgeLegal .btn{
		margin: 2vw 2vw;
	}
	ul:first-child{
		padding-left: 0;
	}
	#popUpAgeLegal .infoCalories{
		width: 10vw;
	}
	.patrimoine{
		width: 23vw;
	}
	.mentions{
		font-size: 1.2vw;
	}
	.abus{
		font-size: 1.2vw;
	}
	#popUpAgeLegal{
		background-position-x: 52vw;
		background-size: 72vw;
	}
}
@media all and (min-width: 768px) and (max-width: 1023px){
	#popUpAgeLegal h1{
		font-size: 3vw;
	}
	.bg_gris{
		margin: 4vw auto 0 auto;
	}
	#popUpAgeLegal{
		background-position-x: 50vw;
		background-size: 75vw;
	}
	.bg_gris p{
		font-size: 1vw;
	}
} */
