@font-face {
  font-family: "Vogue";
  src: url("/static/fonts/Vogue.ttf");
}
@font-face {
  font-family: "Futura";
  src: url("/static/fonts/OPTIFutura Demibold It.ttf");
}
@font-face {
  font-family: "FuturaNit";
  src: url("/static/fonts/OPTIFuturaDemiBold.otf");
}
@font-face {
  font-family: "FuturaLight";
  src: url("/static/fonts/SansSerifFLF.otf");
}
@font-face {
  font-family: "FuturaIt";
  src: url("/static/fonts/Futura Medium Italic.otf");
}
body {
  background: url("/static/img/marble.jpg") center;
  background-size: cover;
}

@media (max-width: 800px) {
  .english-pc {
    display: none;
  }
  .a-propos {
    display: flex;
    flex-direction: column;
    /* height: 100vh; */
    /* margin-bottom : 5vh; */
    /* margin-right : 2vw; */
    margin-bottom: 3vh;
    margin-top: 5vh;
  }
  .align-left img {
    max-width: 80vw;
    max-height: 80vh;
    /* -o-object-fit: cover;
       object-fit: cover; */
    margin: 0 auto;
  }
  .a-propos p {
    margin-bottom: 3vh;
    vertical-align: middle;
    font-family: "FuturaLight", sans-serif;
    font-size: 4vw;
    text-align: justify;
    line-height: 1.2;
  }
  .a-propos h1 {
    margin-bottom: 30px;
    text-align: center;
    /* background-color: red; */
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 4vh;
    /* transform: skew(-14deg); */
    color: black;
    font-size: 6vw;
    font-family: "Futura", serif;
    z-index: -1;
  }
  .a-propos > .align-right {
    margin: 0 30px;
    /* width: 50%; */
    /* margin-left: 15px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
  }
  .a-propos > .align-left {
    margin: 0 auto;
    /* width: 50%; */
    /* margin-left : 15px; */
    /* margin-right:15px; */
  }
}
@media (min-width: 800px) {
  .a-propos {
    display: flex;
    /* height: 100vh; */
    margin-bottom: 5vh;
    margin-right: 2vw;
    align-items: center;
    /* justify-content: center; */
  }
  .a-propos p {
    margin-bottom: 5vh;
    vertical-align: middle;
    font-family: "FuturaLight", sans-serif;
    text-align: justify;
    font-size: 1.5vw;
  }
  .a-propos h1 {
    font-size: 3vw;
    text-align: center;
    /* background-color: red; */
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 30px;
    /* transform: skew(-14deg); */
    color: black;
    font-family: "Futura", serif;
  }
  .a-propos > .align-right {
    /* margin : 0 auto; */
    margin-top: 50px;
    /* width: 50%; */
    margin-left: 15px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* padding-bottom: 20vh; */
    order: 2;
  }
  .a-propos > .align-left {
    margin: 0 auto;
    /* width: 50%; */
    margin-left: 30px;
    margin-right: 15px;
    order: 1;
  }
  .align-left img {
    height: 70vh;
    max-width: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
    margin-top: 15vh;
  }
  .a-propos > .align-right.english {
    display: none;
  }
  .english-pc {
    /* margin : 0 auto; */
    margin-top: 50px;
    /* width: 50%; */
    margin: 0 5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .english-pc h1 {
    font-size: 3vw;
    text-align: center;
    /* background-color: red; */
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 30px;
    /* transform: skew(-14deg); */
    color: black;
    font-family: "Futura", serif;
  }
  .english-pc p {
    margin-bottom: 5vh;
    vertical-align: middle;
    font-family: "FuturaLight", sans-serif;
    text-align: justify;
    font-size: 1.5vw;
  }
}
.media h1 {
  font-size: 3vw;
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  margin-bottom: 30px;
  font-family: "Futura";
}

.grid-container-media {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4vw;
  padding: 4vw 4vw;
}

.grid-item-media {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 20vw;
}

img.cover-img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.grid-item-media img {
  transition: all 0.5s ease-out;
  width: 100%;
  height: 100%;
}

.full-img-container {
  display: none;
  flex-direction: column;
  z-index: 10;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
}

.slider-media {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.slider-media img {
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: auto;
  max-width: 80vw;
  margin-bottom: 25px;
  margin-top: 25px;
}

.active-media {
  display: flex;
}

.close-media {
  text-align: right;
  font-size: 70px;
  font-weight: bold;
  cursor: pointer;
  color: white;
  margin-right: 2%;
  margin-top: 0%;
  margin-left: auto;
  margin-bottom: -1%;
}

@media (max-width: 800px) {
  .grid-container-media {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 6vw;
    padding: 6vw 6vw;
  }
  .grid-item-media {
    height: 41vw;
  }
  .media h1 {
    font-size: 6vw;
    font-family: "Futura", serif;
  }
  .slider-media {
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  .slider-media img {
    max-width: 90vw;
  }
  .close-media {
    text-align: right;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    margin-right: 2%;
    margin-top: 0%;
    margin-left: auto;
    margin-bottom: -10%;
  }
}
.video-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto 0;
  z-index: 100;
}

.video-container iframe {
  width: 60%;
  aspect-ratio: 16/9;
}

@media (max-width: 800px) {
  .video-container iframe {
    width: 95%;
    aspect-ratio: 16/9;
  }
}/*# sourceMappingURL=a-propos.css.map */