html,
body {
  font-family: "preconnect" sans-serif;
}

.ProjMain {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
}
.accordion {
  width: 100%;
}
.accordion .contentBx {
  position: relative;
  margin: -1px 1px;
}

.accordion .contentBx .label {
  padding: 0px;

  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid black;
  border-top: 0.3px solid rgb(0, 0, 0);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 105px;
  transition: 0.5s ease-out;
}
.proj-hover:hover {
  height: 400px !important;

  transition: 0.5s ease-out;
}

.proj-img-hover {
  height: 400px !important;

  transition: 0.5s ease-out;
}
.accordion .contentBx .label::before {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;

  transform: translateY(-50%);
  font-size: 1.5rem;
}
.accordion .contentBx.active .label::before {
  height: 10%;
  content: "-";
}

.accordion .contentBx .content {
  position: relative;
  background: #fff;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  overflow-y: auto;
}
.accordion .contentBx.active .content {
  height: 100vh;
  padding: 10px;
}

.proj-title {
  font-size: 24px;
  padding-bottom: 20px;
}
.proj-script {
  font-size: 20px;
  text-align: justify;
  padding-left: 50px;
  padding-right: 50px;
}
.room-preview {
  display: flex;
  width: 80%;
  border: 2px solid #e2d2c0;
}
.room-preview img {
  height: 100px;
  flex-grow: 1;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
img.room-active {
  opacity: 1;
}
/* ///////////////////////////// CARD STYLE /////////////////////////////// */

/* /////////////////// TEXT CARD ANIMATION ////////////// */
.fond {
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.carreaux_presentation_light {
  display: table-cell;
  width: 100%;
  height: 100%;
  /* background-size: cover;*/
  overflow: hidden;
}
.carreaux_presentation_light .shadow_swhow_mini {
  background-color: rgba(19, 30, 33, 0.4);
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.carreaux_presentation_light:hover .shadow_swhow_mini {
  background-color: rgba(16, 23, 41, 0);
}
.carreaux_presentation_light .deroul_titre {
  position: absolute;
  text-transform: uppercase;
  font-family: "Roboto";
  padding: 7px;
  z-index: 1000;
  top: 40%;
  left: -80%;
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
  width: 80%;
  box-shadow: 3px 3px rgb(99, 99, 99), 1em 0 0.4em #fd565d;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
.carreaux_presentation_light:hover .deroul_titre {
  background-color: #fd565d;
  left: 0px;
  box-shadow: #474746;
}
.carreaux_presentation_light .deroul_soustitre {
  position: absolute;
  font-family: "Roboto";
  padding: 5px;
  z-index: 1000;
  top: 41%;
  right: -85%;
  margin-top: 25px;
  color: #ffffff;
  font-weight: 300;
  font-size: 13px;
  width: 80%;
  box-shadow: 3px 3px rgb(99, 99, 99), -1em 0 0.4em #474746;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
.carreaux_presentation_light:hover .deroul_soustitre {
  background-color: #474746;
  right: 0px;
}

.column {
  float: left;
  width: 16%;
  padding: 10px;
  height: 300px;
  background-color: white;
}
.col-img {
  width: 35%;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.proj-name-title {
  color: rgb(133, 133, 133);
  font-size: 22px;
  font-weight: 90;
}
.proj-summ {
  color: black;
  font-size: 24px;
}
.proj-img {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  left: 0px;
  width: 100%;
  height: 60%;
}
.proj-name-title .proj-summ {
  font-family: "preconnect" sans-serif;
  -webkit-font-smoothing: antialiased;
}
/* /////////////////////////////// GALLERY-SECTION //////////////////////// */
/* Header/Blog Title */
.proj-header {
  padding: 30px;
  font-size: 40px;
  text-align: center;
  background: white;
}

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

/* Fake image */
.fakeimg {
  /* background-color: #aaa;*/
  width: 100%;

  padding: 0px;
}
.fakeimg-bg {
  background-color: #aaa;
}
/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.proj-footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}
.gallery-Imgs {
  float: left;
  width: 100%;
  height: 100%;
  border: 0.5px solid black;
  box-shadow: 5% black;
}
.logo-icon {
  width: 100%;
  height: 100%;
}
.Project-descriptions-title {
  font-size: 18px;
  color: #fd565d;
  padding-bottom: 20px;
}
.Project-descriptions {
  font-size: 20px;
  text-align: justify;

  padding-top: 10px;
}
/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn,
  .rightcolumn {
    width: 100%;

    padding: 0;
  }
  .gallery-Imgs {
    width: 100%;
    height: 50rem;
  }
}
/* //////////////////////////////////////////////////////////////////////// */
