.sosc-tk-fullwidth{
  background-color: #f2fafb;
}

.wrapper_sosc_tk{
  display:flex;
      padding: 100px 0;
      gap:30px;
}

.sosc-tk-header{
  display:flex;
  align-items: center;
}


.sosc-tk-header img{
  width:48px;
  height:48px;
  right:-20px;
  position: relative;
}
.sosc_tk_text{
      display: flex;
    flex-direction: column;
    justify-content: space-evenly;
        padding: 10px 0;
        width:50%;
}

.sosc-tk-accroche{
  font-size:12px;
      font-weight: 500;
    line-height: 15px;
    color: #2e2d2b;
    background-color: #fff;
    padding: 8px 10px;
    border-radius: 8px 8px 8px 8px;
    width: fit-content;
}



.sosc-tk-underline{
  position:absolute;
  transform: translate(102px, 80px);

}
.sosc-tk-underline img{
  width:230px;
  height:18px;
}

.sosc-tiktok-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
    height: 500px;
    width: fit-content;
}
.sosc-tiktok-consent {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 4px 16px rgba(0,0,0,.08);
}
.sosc-tiktok-consent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 9/16;
}
.sosc-tiktok-consent-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.55);
  color: #fff;
  padding: 12px;
  text-align: center;
}
.sosc-tiktok-activate {
  background: #fff;
  color: #111;
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  cursor: pointer;
  font-weight: 600;
}
.sosc-tiktok-open {
  color: #fff;
  text-decoration: underline;
  font-size: .95rem;
}

.sosc-tk-title{
  font-size: 48px;
    font-weight: 600;
    line-height: 43px;
    max-width: 710px;
    text-decoration: none;
}
.sosc-tk-btn a{
      display: inline-block;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    background: #ed8210;
    color: #fff;
    font-size: 14px;
    padding: 18px 38px 18px 38px;
}