.row {
  display: flex;
  background: #EB0042;
  border-radius: 50px;
  height: 650px;
}

.row.expanded {
  background: #EB0042;
}

.div-1,
.div-2 {
  transition: flex-basis 0.5s ease;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-1 {
  flex-basis: 70%;
  flex-grow: 0;
  flex-shrink: 0;
}

.div-2 {
  flex-basis: 30%;
  flex-grow: 0;
  flex-shrink: 0;
}

.row.expanded .div-1 {
  flex-basis: 30%;
}

.row.expanded .div-2 {
  flex-basis: 70%;
}

.qapa-large {
  height: 650px;
  display: flex;
  padding: 0 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 50px;
  background: linear-gradient(0deg, rgba(31, 114, 235, 0.1) 0%, rgba(31, 114, 235, 0.1) 100%), #fff;
}

.qapa-large h3 {
  font-size: 30px;
  font-weight: 600;
}

.qapa-large .bloc-title {
  display: flex;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  width: 100%;
  margin-top: 40px;
}

.adecco-small {
  display: flex;
  padding: 40px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex: 1 0 0;
  align-self: stretch;
}

.adecco-small h3 {
  color: var(--FFFFFF, #fff);
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.adecco-large {
  height: 650px;
  display: flex;
  padding: 0 40px;
  flex-direction: column;
  gap: 20px;
  flex: 1 0 0;
  border-radius: 50px;
  background: linear-gradient(0deg, rgba(31, 114, 235, 0.1) 0%, rgba(31, 114, 235, 0.1) 100%), #fff;
}

.adecco-large h3 {
  font-size: 30px;
  font-weight: 600;
}

.adecco-large .bloc-title {
  display: flex;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  width: 100%;
  margin-top: 40px;
}

.qapa-large .info-text {
  color: #515151;
  font-size: 16px;
}

.qapa-small {
  display: flex;
  padding: 40px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-shrink: 0;
  align-self: stretch;
}

.qapa-small h3 {
  color: var(--FFFFFF, #fff);
  font-size: 30px;
  font-style: normal;
  text-align: center;
}

.bloc-title h3 span {
  color: var(--112DDA, #112dda);
  font-size: 30px;
  font-weight: 600;
}

.qapa-large h4,
.adecco-large h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.qapa-content,
.adecco-content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.qapa-bloc-left,
.adecco-bloc-left {
  display: flex;
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.qapa-bloc-right,
.adecco-bloc-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  width: 40%;
  flex: 1 0 0;
}

.qapa-bloc-right img,
.adecco-bloc-right img {
  width: 100%;
  height: 445px;
  object-fit: cover;
  border-radius: 30px;
  object-position: 65% 50%;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.strong-text {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-heading);
}

.linear-text {
  background: #EB0042;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 700;
}

.small-grey-text {
  color: #515151;
  font-size: 16px;
}

.intro-text{
  width: 100%;
  text-align: center;
}

.qapa-bloc-left div,
.adecco-bloc-left div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bloc-cdd-vs-interim{
  margin-top: 45px;
}

@media (max-width: 768px) {
  .row {
    flex-direction: column;
    height: auto;
    border-radius: 30px;
    overflow: hidden;
  }
  .div-1,
  .div-2 {
    flex-basis: auto;
    width: 100%;
  }
  .row.expanded .div-1,
  .row.expanded .div-2 {
    flex-basis: auto;
  }

  .qapa-large,
  .adecco-large {
    height: auto;
    padding: 20px;
    border-radius: 30px;
    gap: 16px;
  }
  .qapa-large .bloc-title,
  .adecco-large .bloc-title {
    margin-top: 20px;
  }

  .qapa-content,
  .adecco-content {
    flex-direction: column;
    gap: 16px;
  }
  .qapa-bloc-left,
  .adecco-bloc-left,
  .qapa-bloc-right,
  .adecco-bloc-right {
    width: 100%;
  }
  .qapa-bloc-right img,
  .adecco-bloc-right img {
    height: 200px;
  }

  .adecco-small,
  .qapa-small {
    padding: 30px 20px;
    gap: 18px;
  }

  .strong-text { font-size: 18px; }
  .qapa-large h4,
  .adecco-large h4 { font-size: 18px; }
  .small-grey-text { font-size: 14px; }
}
