section.section-socialwall {
  background-image: url('/wp-content/themes/yatatheme/img/socialwall_bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 30px 0 160px;
}
section.section-socialwall h2 {
  font-size: 8.2rem;
  line-height: 7.5rem;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}
section.section-socialwall h2 span.h4like {
  position: absolute;
  bottom: -30px;
  right: -10px;
  font-size: 3.5rem;
  color: #007751;
  font-family: 'Caveat', sans-serif;
  transform: rotate(-3deg);
  margin-bottom: 0;
}
section.section-socialwall p {
  font-size: 1.6rem;
  line-height: 3.2rem;
}
section.section-socialwall div.h4like {
  font-size: 5.5rem;
  margin: 30px 0;
  color: #023424;
}
section.section-socialwall .bouton2 {
  color: #023424;
  border-color: #023424;
  margin: 0 0 18px;
  padding: 4px 22px 5px;
}
section.section-socialwall .bouton2 i {
  font-size: 2.8rem;
  margin-right: 5px;
}
section.section-socialwall .bouton2:hover {
  background-color: #023424;
}
section.section-socialwall .imagecarree .imgcropCtn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 240px;
  margin-bottom: 30px;
}
section.section-socialwall .imageportrait .imgcropCtn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 392px;
  margin-top: 31px;
}
@media (max-width: 1399px) {
  section.section-socialwall {
    padding: 30px 0 120px;
  }
  section.section-socialwall .imagecarree .imgcropCtn {
    height: 150px;
  }
  section.section-socialwall .imageportrait .imgcropCtn {
    height: 222px;
  }
  section.section-socialwall h2 {
    font-size: 4rem;
    line-height: 1.1;
  }
  section.section-socialwall h2 span.h4like {
    font-size: 2.7rem;
    bottom: -20px;
  }
  section.section-socialwall p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  section.section-socialwall div.h4like {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px) {
  section.section-socialwall {
    padding: 30px 0 100px;
  }
  section.section-socialwall h2 {
    font-size: 2.6rem;
  }
  section.section-socialwall h2 span.h4like {
    font-size: 2.6rem;
    bottom: -20px;
  }
}
