.avis-main-wrapper{
    display:flex;
        margin-top: 5rem;
        margin-bottom: 8rem;
        min-height: 330px;
}

.avis-left-column{
  width:34%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  padding-right: 80px;
}
.avis-right-column{
  width:66%;
}

.avis-header-title h2{
    font-size: 48px;
    font-weight: 600;
    line-height: 43px;
    margin-bottom:20px;
}
.avis-header-title .underline{
  position:absolute;
  width:200px;
  transform: translateY(-50px);
}
.sosc-avis-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;
    text-align: center;
}
.avis-apprecie{
  position:absolute;
  width:145px;
  transform: translate(210px, 20px);
}
.sosc-card {
  background: #FBFDF8;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.avis-main-wrapper .sosc-head {
  display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
    flex-direction: column;
}

.avis-main-wrapper .sosc-photo img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.avis-main-wrapper .sosc-avatar {
  display:flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:#eee;
  font-weight:700;
  color:#444;
}

.avis-main-wrapper .sosc-meta {
  display: flex;
  flex-direction: column;
}

.avis-main-wrapper .sosc-name {
  font-weight: 600;
  font-size: 15px;
  color: #222;
}

.avis-main-wrapper .sosc-subtitle {
  font-size: 13px;
  color: #888;
}

.avis-main-wrapper .sosc-text {
  flex:1;
  margin: 10px 0;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.avis-main-wrapper .sosc-footer {
  
  font-size: 13px;
  color: #444;
}

.sosc-stars {
  display: inline-block;
  margin-right: 6px;
}

.sosc-stars .star {
  font-size: 14px;
  line-height: 1;
}

.sosc-stars .star--full {
  color: #ed8210;
  font-style: normal;
}

.sosc-rating {
  color: #ed8210;
  font-weight: 500;
}

/* Slider wrapper */
.avis-main-wrapper .sosc-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
      padding: 0 40px;
      height:100%;
}

/* Slide container (ligne horizontale) */
.avis-main-wrapper .sosc-slides {
  display: flex;
  transition: transform 0.5s ease;
  height:100%
}

/* Slide individuel */
.avis-main-wrapper .sosc-slide {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

/* Boutons */
.avis-main-wrapper .sosc-prev,
.avis-main-wrapper .sosc-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(221,221,221);
  border: none;
  color: rgb(67,67,67);
  font-size: 24px;
  padding: 6px 12px;
  cursor: pointer;
  z-index: 10;
      border-radius: 999px;
}
.sosc-prev { left: 10px; }
.sosc-next { right: 10px; }

.avis-cta-m{
  display:none;
}
@media (max-width: 991px) {
  .avis-main-wrapper {
    flex-direction: column;
        margin-bottom: 2rem;
}
.avis-header-title h2 {
    font-size: 36px;
    line-height: 30px;
}
.avis-left-column {
    width: 100%;
    padding-right: 0;
}
.avis-apprecie {
    display: none;
}
.avis-right-column {
    width: 100%;
}
.sosc-avis-btn a {
    padding: 18px 20px 18px 20px;
    width: 100%;

}
.avis-main-wrapper .sosc-slide {
    flex: 0 0 100%;
    max-width: 100%;
}
.avis-cta{
  display:none;
}
.avis-cta-m{
  display:inline-block;
          width: 100%;
}
.avis-main-wrapper .sosc-slide {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
}
