@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sourcesanspro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Semibold.otf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Donau';
  src: url('/wp-content/themes/yatatheme/fonts/Donau Neue_Uppercase.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-socialwall .titre h2 {
  font-size: 12rem;
}
.section-socialwall .socialicones {
  margin-top: 20px;
}
.section-socialwall .socialicones a i {
  font-size: 4rem;
  color: #3CBFB6;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  margin-right: 30px;
}
.section-socialwall .socialicones a:hover i {
  color: #2A847E;
}
.section-socialwall .socialimages {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 32px;
}
.section-socialwall .socialimages .imgcropCtn {
  height: 12vw;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 1399px) {
  .section-socialwall .titre h2 {
    font-size: 10rem;
  }
}
@media (max-width: 1199px) {
  .section-socialwall .socialimages {
    grid-template-columns: repeat(2,1fr);
  }
  .section-socialwall .socialimages .imgcropCtn {
    height: 21vw;
  }
  .section-socialwall .titre h2 {
    font-size: 7rem;
  }
  .section-socialwall .socialicones a i {
    font-size: 3rem;
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .section-socialwall .socialimages {
    grid-template-columns: repeat(4,1fr);
    margin-top: 20px;
  }
  .section-socialwall .socialimages .imgcropCtn {
    height: 15vw;
  }
  .section-socialwall .titre h2 {
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .section-socialwall .socialimages {
    grid-template-columns: repeat(2,1fr);
  }
  .section-socialwall .socialimages .imgcropCtn {
    height: 32vw;
  }
}
@media (max-width: 575px) {
  .section-socialwall .socialimages {
    grid-gap: 20px;
  }
}
