.is-yatacommune .imgMiseAvantdegrade {
  display: none;
}
.yatacommune--header {
  height: 380px;
  background: linear-gradient(to left top,#7bc4ac,#39529a);
  position: relative;
  overflow: hidden;
}
.yatacommune--header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
  min-height: 100%;
}
.yatacommune--header .yatacommune--header--text {
  top: calc(50% + 80px);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
}
.yatacommune--header .yatacommune--header--text .yatacommune--header--text--title {
  text-align: center;
  font-family: 'Montserrat';
  letter-spacing: 2px;
  color: #fff;
  font-weight: 700;
  font-size: 3.2em;
  line-height: 1.2em;
}
.yatacommune--search {
  max-width: 950px;
  margin: auto;
}
.yatacommune--search .yatacommune--search--title {
  font-weight: 500;
  letter-spacing: initial;
  font-size: 1.5em;
  color: #31333d;
  margin-bottom: 0;
}
.yatacommune--search .yatacommune--search--description {
  padding: 10px 30px;
}
.yatacommune--search .yatacommune--search--description p {
  font-weight: 500;
  font-size: 1.3em;
  color: #748493;
  margin: 0 !important;
}
.yatacommune--search .yatacommune--search--link {
  display: inline-flex;
  margin: 5px 30px;
  color: #5f51f4;
  font-weight: 500;
  font-size: 1.3em;
  border: 1px solid #5f51f4;
  padding: 15px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all 0 0.3s;
  -webkit-transition: all 0 0.3s;
  -moz-transition: all 0 0.3s;
  -o-transition: all 0 0.3s;
}
.yatacommune--search .yatacommune--search--link:hover {
  color: #fff;
  background-color: #5f51f4;
}
@media screen and (max-width: 768px) {
  .yatacommune--header .yatacommune--header--text--title {
    font-size: 2.6em;
    line-height: 1.2em;
  }
  .yatacommune--search .yatacommune--search--title {
    font-size: 1.2em;
  }
  .yatacommune--search .yatacommune--search--description p {
    font-size: 1em;
  }
  .yatacommune--search .yatacommune--search--link {
    font-size: 1em;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 500px) {
  .yatacommune--header .yatacommune--header--text--title {
    font-size: 1.5em;
  }
}
