@charset "UTF-8";
@font-face {
  font-family: "Soul";
  src: url(../../media/faith.otf);
  font-weight: 500;
  font-style: normal;
}
body {
  margin: 0;
  min-width: 100vw;
  font-family: "Times New Roman", Times, serif;
  font-weight: 100;
  font-style: normal;
  overflow-x: hidden;
}
@media screen and (min-width: 900px) {
  body {
    height: 450vh;
  }
}

.btn__top {
  height: 40px;
  width: 40px;
  position: fixed;
  top: 90vh;
  right: 10%;
  box-sizing: border-box;
  z-index: 9999;
  background-color: #ddd3c0;
  border-radius: 5px;
  display: none;
}
@media screen and (min-width: 900px) {
  .btn__top {
    top: 90vh;
    right: 10px;
    align-items: center;
  }
}

.ftitle {
  font-family: "Soul";
}

.header__top {
  position: relative;
  height: 50px;
  width: 100vw;
  background-color: #047f68;
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: fixed;
  z-index: 99999999;
}

.header__top--item {
  height: 30px;
  margin: 0px 10px 10px 10px;
  display: flex;
  align-items: end;
}

.menuburger {
  height: 40px;
  margin: 0px 0px 5px 0px;
}
@media screen and (min-width: 900px) {
  .menuburger {
    display: none;
  }
}

.menu {
  height: 70px;
  width: 100%;
  display: none;
  justify-content: flex-end;
  margin: 1px 50px 1px 100px;
  gap: 100px;
  padding-bottom: 10px;
}

@media screen and (min-width: 900px) {
  .menu {
    display: flex;
  }
}
.menu__item {
  color: #ddd3c0;
  font-size: 25px;
  text-decoration: none;
}

.menu__item:hover {
  color: rgb(1, 72, 64);
}

.header {
  background-image: url("../../img/design.png");
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.nav {
  height: 105vh;
  width: 100vw;
  background-color: rgba(67, 6, 40, 0.567);
  display: flex;
  gap: 20vh;
  display: flex;
  justify-content: center;
}

.header__titre {
  font-size: 80px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .header__titre {
    font-size: 150px;
  }
}

.header__nom {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.829);
}
@media screen and (min-width: 900px) {
  .header__nom {
    font-size: 150px;
    margin-bottom: 30px;
  }
}

.header__bottom {
  height: 400px;
  width: 100vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  margin-top: 200px;
}
.open__items {
  left: 100vw;
  height: 100vh;
  width: 100%;
  display: none;
  justify-content: space-between;
  flex-direction: column;
  z-index: 99999;
  position: fixed;
}
@media screen and (min-width: 900px) {
  .open__items {
    display: none;
  }
}

.open__menu {
  height: 100vh;
  width: 65%;
  padding: 10% 5% 10% 5%;
  top: 150%;
  border-radius: 999px 999px 1px 1px;
  z-index: 999999999;
  position: relative;
  background-color: black;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.menu__item--open {
  font-size: 40px;
  margin-top: 20px;
  padding: 20px 30px 20px 30px;
  text-decoration: none;
  color: #ffffff;
}

.menu__item--open:hover {
  color: #4f0239;
}

.open__logo {
  height: 100px;
  width: 100px;
  background-color: #4f0239;
  border-radius: 1px 999px 1px 1px;
}

.open {
  height: 50px;
  margin: 30px 60px 5px 10px;
}

.section__propos {
  z-index: 8888;
  height: 120vh;
  width: 100vw;
  background-color: #ddd3c0;
  padding-bottom: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .section__propos {
    padding-bottom: 0px;
    justify-content: center;
  }
}

.propos {
  display: flex;
  width: 50%;
  align-items: center;
  flex-direction: column-reverse;
}
@media screen and (min-width: 900px) {
  .propos {
    flex-direction: row;
    margin-right: 30%;
    gap: 70%;
  }
}

.separateur {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #047f68;
}

.propos__titre {
  font-size: 60px;
  color: #4f0239;
  margin: 20px 20px 1px 20px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .propos__titre {
    justify-content: flex-start;
    align-items: end;
    margin-right: 30%;
    font-size: 100px;
  }
}

.propos__gauche {
  height: 250px;
  margin-right: 0px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .propos__gauche {
    margin-left: 0px;
    margin-right: 10px;
    height: 400px;
    width: 700px;
  }
}

.propos__droite {
  height: 30vh;
  margin-bottom: 10%;
}
@media screen and (min-width: 900px) {
  .propos__droite {
    height: 500px;
    margin-top: -50px;
  }
}

.btn {
  width: 150px;
  font-family: "Times New Roman", Times, serif;
  background-color: #4f0239;
  color: #ddd3c0;
  font-size: 20px;
  border-radius: 2px;
  border: 1px solid #4f0239;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  margin-top: 5%;
}

.btn:hover {
  background-color: rgba(240, 248, 255, 0);
  color: #4f0239;
}

.propos__text {
  width: 110%;
  font-size: 17px;
  margin-top: 50px;
  color: #4f0239;
}
@media screen and (min-width: 900px) {
  .propos__text {
    font-size: 25px;
    width: 200%;
    margin-top: -50px;
  }
}

.forme {
  margin-top: 30px;
  margin-bottom: -15px;
  height: 200px;
  width: 110px;
  border-radius: 999px 999px 1px 1px;
  background-color: #047f68;
  display: flex;
  justify-content: center;
  margin-left: 20px;
}
@media screen and (min-width: 900px) {
  .forme {
    height: 450px;
    width: 280px;
    margin-top: -50px;
  }
}

.propos__logo {
  height: 90px;
  margin-top: 30px;
}
@media screen and (min-width: 900px) {
  .propos__logo {
    height: 200px;
    margin-top: 110px;
  }
}

.photodemoi {
  height: 200px;
  z-index: 9999;
  margin-top: -300px;
  margin-left: 70px;
}
@media screen and (min-width: 900px) {
  .photodemoi {
    height: 450px;
    margin-top: -450px;
    margin-left: 160px;
  }
}

.lien {
  color: #ddd3c0;
  text-decoration: none;
}

.projets {
  height: 100vh;
  background: linear-gradient(#53243f, #1a0210);
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .projets {
    height: 90vh;
    justify-content: space-between;
  }
}

.titre__proj {
  font-size: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ddd3c0;
  margin: 0;
}

.carroussel__contain {
  height: 500px;
}

.carroussel {
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  --sb-track-color: #0f020a;
  --sb-thumb-color: #0b8976de;
  --sb-size: 10px;
}

.carroussel::-webkit-scrollbar {
  width: var(--sb-size);
}

.carroussel::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 50px;
}

.carroussel::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 50px;
}

.btn__projets {
  display: flex;
  align-items: center;
  position: absolute;
  margin-left: 70px;
  padding-right: 70px;
  margin-bottom: 300px;
  gap: 54px;
}

.btn__projet {
  margin-top: 170px;
  background-color: #047f68;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  position: static;
  z-index: 77;
  height: 250px;
  width: 172px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 999px 999px 1px 1px;
}
.lien__pos {
  height: 300px;
  position: relative;
  z-index: 777;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titre__btn {
  font-size: 30px;
  color: #ddd3c0;
  text-decoration: underline;
  position: absolute;
  z-index: 888;
  padding-top: 50%;
  text-shadow: rgba(15, 2, 10, 0.4784313725) 3px 3px;
}

.parcours {
  height: 90vh;
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}

.controles {
  background-color: #047f68;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 30px;
}

.parcours__video {
  height: 80%;
}

#audio-control {
  height: 20px;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
}

.img__controle {
  height: 20px;
}

.sound {
  display: none;
}

.footer {
  height: 70vh;
  background-color: black;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .footer {
    height: 15%;
  }
}

.footer__gauche {
  height: 40vh;
  color: #ffffff;
  padding: 50px 10px 1px 10px;
  display: flex;
  gap: 5%;
  flex-direction: column;
}
@media screen and (min-width: 900px) {
  .footer__gauche {
    flex-direction: row;
  }
}

.contact {
  font-size: 60px;
  color: #ddd3c0;
  margin-left: 20%;
  display: flex;
}
@media screen and (min-width: 900px) {
  .contact {
    justify-content: flex-start;
    margin-left: 250px;
    font-size: 100px;
  }
}

.icon__contacts {
  height: 30px;
  margin-left: 10px;
}
.item__contacts {
  font-size: 20px;
  text-decoration: none;
  color: #ddd3c0;
}
@media screen and (min-width: 900px) {
  .item__contacts {
    font-size: 25px;
  }
}

.item__contacts:hover {
  color: #047f68;
}

.section__contact {
  height: 200px;
  width: 40vw;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 900px) {
  .section__contact {
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
    margin-top: 30px;
  }
}

.contacts {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.footer__droit {
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
}

.imgcollec {
  width: 250px;
  margin-right: 10px;
}
@media screen and (min-width: 900px) {
  .imgcollec {
    width: 400px;
  }
}

.v {
  background-color: #4f0239;
}

.cont__d {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-around;
}

.footer__proj {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40vh;
}

.side {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .side {
    width: 70%;
  }
}

.side__p {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.image__verticale {
  height: 100%;
  width: 70%;
}

.image__horizon {
  height: 50%;
  width: 100%;
  display: flex;
}
.doublon {
  width: 50%;
  margin-left: -50%;
}
@media screen and (min-width: 900px) {
  .doublon {
    margin-left: 0%;
    width: 100%;
  }
}

.projet {
  height: 146vh;
}

.projet__jdr {
  height: 160vh;
}

.fond__proj {
  height: 100vh;
  width: 100%;
  background-image: url(../../img/design.png);
  background-size: cover;
  position: fixed;
}

.titre__proj {
  padding-top: 50px;
  margin-bottom: -10%;
  color: #ddd3c0;
  position: relative;
}

.contain__proj {
  color: var(--text-color);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* ─── carousel-slider-1: componente ─────────────────────────────────────── */
:root {
  --text-color: #fafafa;
  --card-bg: #4f0239bd;
  --card-min-width: calc(100% - 40px);
  --card-max-width: calc(100% - 40px);
  --card-max-height: 80vh;
  --transition-duration: 0.3s;
  --transition-timing: ease-in-out;
  --arrow-size: 40px;
  --dot-size: 12px;
  --gap: 16px;
}
@media screen and (min-width: 900px) {
  :root {
    --card-min-width: calc(200% - 40px);
    --card-max-width: calc(200% - 40px);
    --card-max-height: 70vh;
    --card-min-height: 60vh;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.carousel {
  margin-top: 5vh;
  position: relative;
  width: 100%;
  height: 90vh;
  max-width: calc(var(--card-max-width) + 40px);
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: var(--gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scroll-padding: 0 20px;
  padding: 10px 20px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
@media screen and (min-width: 900px) {
  .carousel-track {
    margin-top: 10%;
  }
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.carousel-card {
  flex: 0 0 var(--card-min-width);
  max-width: var(--card-max-width);
  min-height: var(--card-max-height);
  max-height: var(--card-max-height);
  background-color: var(--card-bg);
  border-radius: 12px;
  padding: var(--gap);
  scroll-snap-align: center;
  transition: transform var(--transition-duration) var(--transition-timing), box-shadow var(--transition-duration) var(--transition-timing);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 900px) {
  .carousel-card {
    flex-direction: row;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-card {
    transition: none;
  }
}
.carousel-card:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.carousel-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}

.carousel-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #047f68;
}

.carousel-card video {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .carousel-card video {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 8px;
  }
}

.carousel-card p {
  line-height: 1.5;
  color: var(--text-color);
  font-size: 15px;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: block;
  line-clamp: 3;
}
@media screen and (min-width: 900px) {
  .carousel-card p {
    font-size: 30px;
  }
}

@media screen and (min-width: 900px) {
  .carousel-arrow {
    display: flex;
  }
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-radius: 50%;
  background-color: var(--card-bg);
  border: 2px solid #047f68;
  color: #047f68;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background-color var(--transition-duration) var(--transition-timing), color var(--transition-duration) var(--transition-timing);
}

@media (prefers-reduced-motion: reduce) {
  .carousel-arrow {
    transition: none;
  }
}
.carousel-arrow:hover {
  background-color: #047f68;
  color: #2d2d2d;
}

.carousel-arrow:focus-visible {
  outline: 3px solid #047f68;
  outline-offset: 2px;
}

.carousel-arrow svg {
  width: 20px;
  height: 20px;
}

.carousel-arrow-prev {
  left: 0;
}

.carousel-arrow-next {
  right: 0;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: var(--gap);
}

.carousel-dots button {
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 50%;
  border: none;
  background-color: #ddd3c0;
  cursor: pointer;
  transition: background-color var(--transition-duration) var(--transition-timing), transform var(--transition-duration) var(--transition-timing);
  padding: 0;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-dots button {
    transition: none;
  }
}
.carousel-dots button:hover {
  transform: scale(1.2);
}

.carousel-dots button:focus-visible {
  outline: 2px solid #047f68;
  outline-offset: 2px;
}

.carousel-dots button.active {
  background-color: #047f68;
  transform: scale(1.2);
}

@media (min-width: 768px) {
  :root {
    --card-min-width: 75%;
    --card-max-width: 75%;
  }
  .carousel {
    max-width: calc(100% - 60px);
  }
  .carousel-card {
    padding: 20px;
  }
  .carousel-card h3 {
    font-size: 1.25rem;
  }
  .carousel-card p {
    font-size: 0.95rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 900px) {
  .carousel-card p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1280px) {
  :root {
    --card-min-width: 65%;
    --card-max-width: 65%;
  }
  .carousel-arrow {
    width: 48px;
    height: 48px;
  }
  .carousel-arrow svg {
    width: 24px;
    height: 24px;
  }
}
.section__fin {
  position: relative;
}

.header__illu {
  background-image: url("../../img/illu_projets.png");
}

.header__photo {
  background-image: url("../../img/photo.png");
}

.header__mapang {
  background-image: url("../../img/mapang.png");
}

.header__3d {
  background-image: url("../../img/3d_projets.png");
}

.header__jdr {
  background-image: url("../../img/jdr.jpg");
}

.header__poeme {
  background-image: url("../../img/poesie.png");
}

.header__num {
  background-image: url("../../img/montre.png");
}

.header__sangt {
  background-image: url("../../img/sang-t_projets.png");
}

#images img {
  box-shadow: -5px -5px 10px 0px #aaa, 5px 5px 10px 0px #aaa;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 5%;
  top: 25%;
  width: 90%;
  max-height: 90%;
  overflow: auto;
  border-radius: 12px;
  background-color: rgb(0, 0, 0);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 70%;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 5px;
  height: 5%;
  width: 15%;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
.description {
  position: relative;
  margin-top: 20%;
  margin-left: 5%;
  margin-right: 5%;
  line-height: 1.5;
  color: var(--text-color);
  font-size: 20px;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: block;
  line-clamp: 3;
}
@media screen and (min-width: 900px) {
  .description {
    font-size: 30px;
  }
}

.bas {
  margin-top: 0;
  margin-bottom: 20%;
}

.lien__bas {
  color: #047f68;
}

.paysage {
  display: flex;
  flex-direction: column;
}/*# sourceMappingURL=style.css.map */