.section-entetehome {
  height: calc(100vh - 189px);
  margin-top: -80px;
  margin-bottom: 80px;
}
.section-entetehome .container-fluid {
  height: 100%;
}
.section-entetehome .container-fluid .row {
  height: 100%;
  position: relative;
}
.section-entetehome .container-fluid .row .swiper--ctn {
  height: 100%;
}
.section-entetehome .container-fluid .row .swiper--ctn .swiper {
  height: 100%;
}
.section-entetehome .container-fluid .row .swiper--ctn .swiper .swiper-slide {
  height: 100%;
}
.section-entetehome .container-fluid .row .swiper--ctn .swiper .swiper-slide--img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-entetehome .container-fluid .row .swiper--ctn .swiper .swiper-slide--img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(30,30,30,0.3);
}
.section-entetehome .container-fluid .row .swiper--ctn .swiper .swiper-slide--img small {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.3rem;
  background-color: rgba(0,0,0,0.5);
  padding: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: default;
  z-index: 3;
}
.section-entetehome .container-fluid .row .swiper--ctn .swiper .swiper-slide--img small .copysymb {
  padding: 5px 0;
}
.section-entetehome .container-fluid .row .swiper--ctn .swiper .swiper-slide--img small .copycont {
  padding-left: 5px;
  display: none;
}
.section-entetehome .container-fluid .row .swiper--ctn .swiper .swiper-slide--img small:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
.section-entetehome .container-fluid .row .swiper--ctn .swiper .swiper-slide--txt {
  width: 28%;
  margin-right: 8%;
  margin-left: auto;
  position: relative;
  padding: 0 0 10px;
  z-index: 2;
  top: 42%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  background-color: #ffffff;
  background-image: -webkit-gradient(linear,left top,right top,from(#ffffff),to(#ffffff));
  background-image: -webkit-linear-gradient(left,#ffffff,#ffffff);
  background-image: -moz-linear-gradient(left,#ffffff,#ffffff);
  background-image: -ms-linear-gradient(left,#ffffff,#ffffff);
  background-image: -o-linear-gradient(left,#ffffff,#ffffff);
  background-color: transparent;
  background-size: 36% 5px;
  background-position-y: 100%;
  background-position-x: 0;
  background-repeat: no-repeat;
}
.section-entetehome .container-fluid .row .swiper--ctn .swiper .swiper-slide--txt .h1like {
  color: #ffffff;
}
.section-entetehome .container-fluid .row .swiper--ctn .swiper .swiper-slide--txt .h2like {
  color: #ffffff;
}
.section-entetehome .container-fluid .row .swiper--ctn .swiper .swiper-pagination {
  bottom: 138px;
  -webkit-transform: translate(0,50%);
  -moz-transform: translate(0,50%);
  -ms-transform: translate(0,50%);
  -o-transform: translate(0,50%);
  transform: translate(0,50%);
}
.section-entetehome .container-fluid .row .swiper--ctn .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  opacity: 1;
  margin: 0 11px;
}
.section-entetehome .container-fluid .row .swiper--ctn .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0A0F39;
}
.section-entetehome .container-fluid .row .entete-home__sidemenu {
  position: absolute;
  z-index: 3;
  background-color: #ffffff;
  top: 0;
  color: #0A0F39;
  -webkit-border-radius: 74px;
  -moz-border-radius: 74px;
  border-radius: 74px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  max-width: 104px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 34px 26px;
  left: 8%;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -o-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  top: 10%;
  -webkit-transform: translate(0 -50%,0);
  -moz-transform: translate(0 -50%,0);
  -ms-transform: translate(0 -50%,0);
  -o-transform: translate(0 -50%,0);
  transform: translate(0 -50%,0);
}
.section-entetehome .container-fluid .row .entete-home__sidemenu .sidemenu__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 16px;
  color: #0A0F39;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
}
.section-entetehome .container-fluid .row .entete-home__sidemenu .sidemenu__item:hover {
  color: #0578C0;
}
.section-entetehome .container-fluid .row .entete-home__sidemenu .sidemenu__item i {
  font-size: 2.6rem;
  margin: 0 0 6px;
}
.section-entetehome .container-fluid .row .entete-home__sidemenu .sidemenu__item p {
  font-size: 1rem;
  margin: 0;
  text-align: center;
  font-weight: bold;
}
.section-entetehome .container-fluid .row .entete-home__sidemenu .sidemenu__item#search {
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.section-entetehome .container-fluid .row .entete-home__sidemenu .sidemenu__item:last-child {
  margin: 0;
}
.section-entetehome .container-fluid .row .vague-home {
  position: absolute;
  bottom: 0;
  height: 138px;
  width: 100%;
  z-index: 2;
  background-image: url('/wp-content/themes/yatatheme/img/vague-home.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .section-entetehome .container-fluid .row .swiper--ctn .swiper .swiper-slide--txt {
    width: 56%;
    margin-right: 4%;
  }
}
@media (max-width: 767.98px) {
  .section-entetehome .container-fluid .row .entete-home__sidemenu {
    flex-direction: row;
    max-width: inherit;
    flex-wrap: wrap;
    padding: 26px 34px 16px;
    width: auto;
    left: 0;
    top: 0;
    position: relative;
    -webkit-transform: translate(0,-80px);
    -moz-transform: translate(0,-80px);
    -ms-transform: translate(0,-80px);
    -o-transform: translate(0,-80px);
    transform: translate(0,-80px);
  }
  .section-entetehome .container-fluid .row .swiper--ctn .swiper .swiper-slide--txt {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
  }
  .section-entetehome .container-fluid .row .entete-home__sidemenu .sidemenu__item {
    margin: 0 16px 10px !important;
  }
  .section-entetehome .container-fluid .row .swiper--ctn .swiper .swiper-slide--txt {
    top: 25%;
    margin: auto;
    width: 80%;
  }
  .section-entetehome .container-fluid .row .swiper--ctn .swiper .swiper-pagination {
    bottom: 108px;
  }
  .section-entetehome .container-fluid .row .swiper--ctn .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 575px) {
  .section-entetehome {
    height: calc(100vh - 269px);
    margin-bottom: 120px;
  }
  .section-entetehome .container-fluid .row .swiper--ctn .swiper .swiper-slide--txt {
    top: 10%;
  }
}
@media (max-width: 359px) {
  .section-entetehome {
    height: calc(100vh - 369px);
    margin-bottom: 220px;
  }
}
