/* add font weight for all text */
body {
  font-weight: 500;
}

.ttf {
  font-family: "Poiret One", cursive !important;
  font-weight: 600;
}
.ttf_des {
  font-size: 30px;
  font-family: "Poiret One", cursive !important;
}
.div-height {
  height: 100%;
}
.div-height-petite {
  height: 50%;
}
h2.pos_abs {
  text-align: center;
  font-size: 56px;
  line-height: 66px;
  color: white;
}

.logo {
  position: relative;
  left: -70px;
}
.okito {
  font-family: "Pacifico", cursive !important;
  font-size: 23px;
  position: absolute;
  top: 10px;
  color: #5e5e5e;
}
.petite {
  content: "";
  /* width: 0; */
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
}
.caption2:before {
  content: "";
  width: 100%;
  left: 0;
  height: 100%;
  background: #000;
  padding: 14px 18px;
  position: absolute;
  top: 0;
  opacity: 0.35;
}
.description {
  width: 500px;
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 100px;
}
.description2 {
  width: 250px;
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
}
.caption:before {
  content: "";
  width: 0;
  height: 100%;
  background: #000;
  padding: 14px 18px;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  -moz-transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -o-transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -webkit-transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.caption:hover:before {
  width: 100%;
  left: 0;
  opacity: 0.5;
}
.description {
  display: block;
}
.caption:hover .description {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -o-transform: scale(1.1);
}
.div.petite.container-fluid {
  width: auto;
}
.header {
  background-color: #f3f3f3;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.04);
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.top-nav {
  font-size: 12px;
  font-weight: 600;
  height: 50px;
  letter-spacing: 2px;
  width: 100%;
  z-index: 11;
}
.navbar {
  margin-bottom: 0px;
}
div.petite {
  display: none;
}

@media screen and (max-width: 480px) {
  div.petite {
    display: inline !important;
  }
  div.grande {
    display: none;
  }

  /* Add fullscreen background image section */
  .mobile-hero {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0.2),
                transparent
              ),
               url(../img/1.jpg) center no-repeat;
    background-size: cover;
    background: 
    z-index: -1;
  }

}
.h__bottom-block {
  font-family: "Poiret One", cursive !important;
  font-size: 16px;
  line-height: 26px;
  height: 26px;
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #fff;
  vertical-align: middle;
}
.h__bottom-block:hover {
  background-color: white;
}
.h__bottom-block:hover {
  color: black;
  text-decoration: none;
}

.c-color-fifth {
  color: #fff;
}
