/* ODD */
.odd {
  margin-top: 56px;
  margin-bottom: 56px;
  padding: 56px 0;
  background: url(../images/bg-fond.png), #edf7ff;
}
@media screen and (min-width: 768px) {
  .odd {
    margin-top: 128px;
    margin-bottom: 128px;
    padding: 128px 0;
  }
}
.odd .container {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (min-width: 768px) {
  .odd .container {
    gap: 96px;
  }
}
@media screen and (min-width: 1281px) {
  .odd .container {
    padding: 0 80px;
  }
}
.odd .container-up,
.odd .container-down {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .odd .container-up,
  .odd .container-down {
    flex-direction: row;
  }
}
.odd .container-up .container-text,
.odd .container-down .container-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.odd .container-up .container-text p,
.odd .container-down .container-text p {
  color: var(--greyDark);
}
@media screen and (min-width: 768px) {
  .odd .container-up {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .odd .container-up .container-text {
    max-width: 884px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .odd .container-down {
    justify-content: space-between;
  }
}
.odd .container-down h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .odd .container-down h2 {
    font-size: 2rem;
  }
}
.odd .container-down h2 strong {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .odd .container-down h2 strong {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .odd .container-down .container-text {
    max-width: 592px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .odd .container-down .container-content {
    max-width: 592px;
    width: 100%;
  }
}
.odd .uptitle {
  color: var(--electricBlue);
  border-color: var(--electricBlue);
}
@media screen and (min-width: 768px) {
  .odd .uptitle {
    height: 100%;
    max-width: 300px;
    width: 100%;
  }
}
.odd h2 {
  color: var(--electricBlue);
}
.odd .container-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.odd .container-content > p {
  color: var(--greyDark);
}
.odd .container-content .content-infos {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.odd .container-content .content-infos .info-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .odd .container-content .content-infos .info-item {
    flex-direction: row;
    align-items: center;
  }
}
.odd .container-content .content-infos .info-item img {
  height: 80px;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .odd .container-content .content-infos .info-item img {
    grid-row: 1/3;
  }
}
.odd .container-content .content-infos .info-item .item-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.odd .container-content .content-infos .info-item .item-text p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .odd .container-content .content-infos .info-item .item-text p {
    grid-column: 2/3;
  }
}
.odd .container-content .content-infos .info-item .item-text p strong {
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
}
.odd .container-content .content-infos .info-item .item-text p:last-child {
  color: var(--greyDark);
}

/* END ODD */
