@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #131313;
}

#container {
  position: absolute;
  width: 95%;
  height: 95%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: radial-gradient(closest-side, #3a3a3a, transparent);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.flex-c-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 90px;
}

#explose {
  cursor: pointer;
  padding: 0 20px;
  z-index: 55555555555555555555555555555555555;
}

.App {
  text-align: center;
  height: auto;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}

nav {
  width: 100%;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 1px 10px #999;
          box-shadow: 0px 1px 10px #999;
}

nav ul {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style-type: none;
}

nav .logo {
  font-weight: 800;
  font-size: 2.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

nav ul li {
  font-size: 1.2rem;
}

.content {
  width: 100%;
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.title {
  color: black;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  text-align: left;
}

.title_secondary {
  color: grey !important;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.type_list {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.type_list_item {
  height: 45px;
  width: 45px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 10px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  cursor: pointer;
}

.content_right_bottom button {
  background: black;
  color: white;
  border-radius: 4px;
  border: none;
  padding: 12 20px;
  font-weight: bold;
  width: 250px;
  margin: 10px 0;
  height: 50%;
}

.type_list_texture {
  width: 50%;
  margin-bottom: 20px;
}

.content_right_bottom h3 {
  height: 20%;
}

.content_text h1 {
  margin: 20px;
}

.content_bottom_button {
  border-radius: 15px;
  background: white;
  border: none;
  margin: 0 10px;
  padding: 8px 30px;
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

/* .content_bottom_button:hover {
  background: black;
} */
.bottom-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 0 60px;
  border-radius: 40px;
  -webkit-box-shadow: 0 10px 40px rgba(159, 162, 177, 0.8);
          box-shadow: 0 10px 40px rgba(159, 162, 177, 0.8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 64px;
  z-index: 10000;
  margin-left: auto;
}

.bottom-navigation-responsive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 0 60px;
  border-radius: 40px;
  -webkit-box-shadow: 0 10px 40px rgba(159, 162, 177, 0.8);
          box-shadow: 0 10px 40px rgba(159, 162, 177, 0.8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 64px;
  margin: 10px 0;
}

.nav-item {
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.4rem;
  z-index: 555;
  font-weight: 500;
  position: relative;
  width: 180px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-navigation-responsive {
  display: none;
}

.nav-indicator {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  height: 120px;
  border-radius: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 65%;
  z-index: 1;
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 10px;
  left: 60px;
}

.ligne2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 90%;
  width: 100%;
}

.ligne3 {
  height: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2%;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
}

#content_left {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content_left {
  width: auto;
  height: auto;
  margin-top: 15%;
  margin-left: 5%;
  /* background-color: rgba(128, 128, 128, 0.24); */
  z-index: 10000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#content_left img:hover {
  /* background-color: rgb(228, 228, 228); */
  border-radius: 10px;
  outline: 1px solid white;
}

#content_left img {
  margin-left: 10px;
  width: 80px;
  height: 80px;
}

.content_right {
  width: auto;
  margin-top: 15%;
  margin-right: 10%;
  background-color: transparent;
  z-index: 10000;
  position: flex;
}

.content_middle {
  width: 90%;
  height: 100%;
  /* background-image: url("./images/secondBg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; */
}

.content_bottom {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content_right_bottom {
  max-height: 100%;
  height: 100%;
}

#content_right_colors, #content_right_textures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  cursor: pointer;
  /* justify-content: space-between; */
}

#content_right_textures img {
  width: 70px;
  border-radius: 15px;
  margin: 10px;
}

#content_right_textures img:hover {
  outline: 1px solid white;
}

#clr, #txt {
  margin-bottom: 10px;
  text-align: left;
  color: #999;
}

@media only screen and (max-width: 1200px) {
  .content_left {
    margin-left: 2%;
  }
  #content_right {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 850px) {
  .iconSize{
    height : auto !important;
    width : 55px !important;
  }
  #content_right_content{
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
  }
  .ligne2 {
    height: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content_right, .content_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
  }
  .content_left {
    margin: 0 !important;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
    padding: 0% 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .content_right {
    margin: 0 !important;
    width: 100%;
    padding: 0% 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
  }
  #content_right_colors, #content_right_textures {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
  #clr, #txt {
    text-align: center;
  }
  .right-nav-parent {
    position: absolute;
    top: 45%;
    left: 100%;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    z-index: 555555555555555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 80px;
  }
  #explose-responsive {
    z-index: 55555555555555555555555555;
    cursor: pointer;
    padding: 8px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .right-nav-responsive {
    min-height: 30px;
    background: rgba(255, 255, 255, 0.2);
    height: auto;
    width: auto;
    border-radius: 20px 0px 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 10px;
    height: auto;
    align-items: center;
  }
  .right-nav-responsive-button {
    font-size: 1.4rem;
    cursor: pointer;
    background: rgba(131, 130, 130, 0.6);
    border-radius: 50%;
    color: white;
    font-weight: 400;
    width: 30px;
    height: 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2% 2%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .right-nav-responsive ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .right-nav-responsive ul li {
    margin: 30px 8px;
    font-size: 1.2rem;
    text-align: left;
    border-bottom: 2px solid #fcab18;
    width: auto;
    color: white;
    cursor: pointer;
  }
  .ligne3 {
    height: 0%;
    overflow: hidden;
  }
  .hide {
    height: 0;
    overflow: hidden;
  }
  .show {
    height: auto;
  }
  #content_left {
    padding: 0px 85px;
    height: auto;
    width: 100%;
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #content_left img {
    margin: 0;
    margin: 5px;
  }
  .type_list_texture {
    margin: 0;
  }
  #content_bottom_responsive_button, #top_content_buttom {
    font-size: 1.4rem;
    cursor: pointer;
    background: rgba(131, 130, 130, 0.6);
    border-radius: 50%;
    color: white;
    font-weight: 400;
    width: 30px;
    height: 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2% 2%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #top_content_buttom, #content_bottom_responsive_button, #right-nav-responsive-button, .right-nav-responsive, .right-nav-parent {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
  }
}

#top_content_buttom, #content_bottom_responsive_button, #right-nav-responsive-button, .right-nav-responsive, .right-nav-parent {
  display: none;
}
#loading img {
width: 200px;
height: auto;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
#loadertxt {
  width: fit-content;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 100000;
  font-size: x-large;
  color: #999;
  }
#loading {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #212121;
  }
.pbcontainer {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #FAFAFA;
  border-radius: 40px;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 0 0 1.8px gray;
          box-shadow: 0 0 0 1.8px gray;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  min-width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 55555555555555555555555555555555555;
}

.pbcontainer1 {
  opacity: 0;
  width: auto;
  font-size: 0px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  text-decoration: none;
  margin: 0 5px;
}



.pbcontainer1 {
  font-size: 0.0rem;
  font-weight: 400;
  width: auto;
  color: black !important;
  opacity: 1;
}
#logo{
  width: 45px;
  height: auto;
  padding-right: 7px;
  cursor: pointer;
}
/*# sourceMappingURL=index.css.map */