*{
  margin: 0;
  padding: 0;
  font-family: "CaviarDreams";
  text-decoration: none;

  --gold: #CC9900;
  /* --gold: #ffd538; */

  --background: #090101;
}
@font-face {
  font-family: "CaviarDreams";
  src: url(font/CaviarDreams.ttf) format("truetype");
}

.separateur{
  margin: 5vh auto;
  border-top: 4px solid var(--gold);
  width: 75%;
}

h1{
  font-size: 25px; text-align: center; font-weight: bold; color: #ffd538;
}
h2{
  font-size: 20px; text-align: center; font-weight: bold; color: #ffd538;
}
h3{
  font-size: 20px; text-align: center; font-weight: bold; color: #303030;
}

/*===== Home ===================================================*/
.home{
  background-color: var(--background);
}
.home .intro{
  margin: auto;
  padding: 50px 0px 0px 0px;
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.home .intro img{
  width: max(25px, 400px);
}

.home .intro h1{
  font-size: 40px; text-align: center; font-weight: bold; color: var(--gold);
}
.home .intro h3{
  color: #CC9900;
}
.home .intro p{
  font-size: 20px; text-align: center; color: white; line-height: 2;
}
@media only screen and (max-width: 600px) {
  .home .intro p{
    font-size: 17px; text-align: left; color: white; line-height: 1.5;
  }
}

@media only screen and (max-width: 1000px) {
}

.home .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
}
.home .container div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 3vh;
  width: 25vh;
  height: auto;
}
.home .container a{
  
  border: solid var(--gold) 4px;
  object-fit: contain;
  overflow: hidden;
  border-radius: 300px;
}
.home .container a img{
  width: 100%;
  height: auto;
}
.home .container div h3{
  z-index: 2;
  bottom: 0;
  margin: auto;
  color: var(--gold);
}

.home .social{
  padding: 0px 0px 50px 0px;
  margin: auto;
  text-align: center;
}
.home .social img{
  margin: 0 25px;
  width: min(50%, 60px);
}



/*===== GALERIE =========================================*/
.gallery{
  background-color: var(--background);
}

/* Navigation */
.gallery ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 50px;
  justify-content: center;
}
.gallery ul li{
  padding: 10px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: all .5s ease;
  color: var(--gold) ;
  background-color: #303030;
  border: 2px solid var(--background);
}
@media only screen and (max-width: 600px) {
  .gallery ul li{margin-right: 5px; margin-bottom: 5px; font-weight: 600;}
}
.gallery ul li .active, .gallery ul li:hover{
  color: #FFF;
  background-color: #303030;
  border: 2px solid #F6C970;
}

/* Container */
.gallery .container{
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  padding: 0;
}
.gallery .col{
  overflow: hidden;
  margin: 1vh;
  position: relative;
}
.gallery img {
  width: auto;
  max-height: 400px;
  transition: 0.25s ease-in-out;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 1000px) {
  .gallery img {margin: auto; width: 90%;
}
}
.gallery img:hover .overlay{
  opacity: 1;
}
.gallery img:hover {
  transform: scale(1.1);
}
.gallery .overlay{
  position: absolute;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

/*===== BOUTIQUE ========================================================*/
.shop{
  background-color: var(--background);
}
.shop .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
  min-height: 100vh;
  width: 90%;
}
.shop .col{
  margin: 20px;
  padding: 20px;
  background-color: #303030;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  min-height: 450px;
}
@media only screen and (max-width: 650px) {
  .shop .col {margin: 10px; padding: 10px; min-height: 350px;}
}
.shop p{
  text-align: center;
  color: white;
  margin-bottom: 10px;
}
.shop img {
  width: auto;
  max-height: 300px;
  transition: 0.25s ease-in-out;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 1000px) {
  .shop img {margin: auto; width: 100%;}
}
.shop h1{
  color: white;
  margin-bottom: 10px;
}
.shop h2{
  color: var(--gold);
  background-color: #303030;
  padding: 10px 15px;
  width: 150px;
  margin: auto;
}
.shop span{
  font-family: Arial, Helvetica, sans-serif;
}


/*===== EXPOSITIONS ==========================================================*/
.expositions{
  background-color: var(--background);
  padding: 2% 0px;
}
.expositions p{
  display: flex;
  justify-content: center;
  color: white;
  font-size: 17px;
  margin: 15px 0px;
  font-family: "CaviarDreams";
}
.expositions .elements{
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.expositions img{
  width: auto;
  max-height: 350px;
  margin: 5px;
  border: solid 4px var(--gold);
}
@media only screen and (max-width: 650px) {
  .expositions img {margin: auto; width: 100%;}
}
.expositions video{
  width: auto;
  max-height: 350px;
  margin: 5px;
  border: solid 4px var(--gold);
}
@media only screen and (max-width: 650px) {
  .expositions video {margin: auto; width: 100%;}
}
.expositions h1{
  color: var(--gold);
  margin-bottom: 5px;
}
.expositions h2{
  color: var(--gold);
  margin-bottom: 10px;
}

/*===== BIOGRAPHIE ==========================================================*/
.bio{
  background-color: var(--background);
  min-height: 100vh;
}
.bio .banniere{
  margin: auto;
  width: 100%;
}
.bio .banniere img{
  width: 100%;
}
.bio .intro{
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 70%;
  align-items: center;
  justify-content: space-around;
  padding: 50px 0px 0px 0px;
}
.bio .intro img{
  width: max(25px, 200px);
}
.bio .intro h1{
  font-size: 20px; text-align: left; font-weight: bold; color: var(--gold);
}
.bio .intro p{
  font-size: 18px; text-align: left; color: white; line-height: 2;
}
@media only screen and (max-width: 600px) {
  .bio .intro p{
    font-size: 17px; text-align: left; color: white; line-height: 1.5;
  }
}


/*===== CONTACT ==========================================================*/
.contact{
  background-color: var(--background);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact form{
  background-color: #444444;  
  padding: 20px;
  display: grid;
  grid-gap: 20px;
}
.contact h1{
  color: var(--gold);
  margin-bottom: 10px;
}
.contact input{
  width: 200px;
  height: 25px;
}
.contact textarea{
  width: 500px;
  height: 200px;
}
.contact button{
  margin: auto;
}



.shop .social{
  margin: 25px auto;
  display: flex;
  justify-content: center;
}
.shop .social img{
  display: flex;
  margin: 0 50px;
  width: 75px;
}