@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap");

.ecovadis .ft-bold{
  font-weight: 700;
}

.ecovadis strong {
  color: #0082de;
}

.ecovadis a {
  text-decoration: none;
  color: #000;
  transition: 0.35s cubic-bezier(.19,1,.22,1);
}

.ecovadis a.underline {
  text-decoration: underline;
}

.ecovadis a:hover,
.ecovadis a:focus-visible{
  opacity: 0.6;
  color: #000;
}

.ecovadis .ft-bold {
  font-weight: 700;
}

.ecovadis h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -1px;
  color: #00ace8;
  margin: 0 0 1.875rem;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .ecovadis h2 {
    font-size: 1.375rem;
  }
}

.ecovadis .flex-toggle {
  display: flex;
}

.ecovadis .ecovadis-features {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
}

.ecovadis .feature:nth-child(1) {
  grid-column: 1 / span 3;
}
.ecovadis .feature:nth-child(2) {
  grid-column: 4 / span 3;
}
.ecovadis .feature:nth-child(3) {
  grid-column: 7 / span 3;
}
.ecovadis .feature:nth-child(4) {
  grid-column: 10 / span 3;
}
.ecovadis .feature {
  /* background-color: #00adef; */
  color: #0082de;
}

.ecovadis .feature-trapezoid {
  width: 100%;
  height: 1.25rem;
  background-color: #E3F7FC;
  clip-path: polygon(0 100%, 100% 100%, 92% 0, 0 0);
}

.ecovadis .feature-body {
  margin-top: -1px;
  display: flex;
  flex-direction: column-reverse;
  background-color: #E3F7FC;
  height: 100%;
}

.ecovadis .feature-body .feature-description {
  margin-top: -1rem;
  text-align: center;
  padding: 0 1rem 1.25rem;
  line-height: 1.5;
  /* min-height: 9rem; */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 700;
}
.ecovadis .feature-description span {
  display: block;
}

.ecovadis .feature-description span.small {
  font-size: 0.75rem;
}

.ecovadis .feature-image__container {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  display: flex;
  justify-content: center;
}

.ecovadis .future-image__circle {
  margin-top: 0.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 85%;
  height: 85%;
  background-color: #fff;
  border-radius: 50%;
}

.ecovadis .-logo .future-image__circle {
  width: 90%;
  height: 90%;
  background-color: transparent;
}

.ecovadis .future-image {
  width: 70%;
  height: 70%;
}

.ecovadis .feature:nth-child(4) .future-image {
  width: 83%;
  height: 83%;
}

@media screen and (max-width: 1024px) {
  .ecovadis .ecovadis-features {
    gap: 1rem;
  }
  .ecovadis .feature-body .feature-description {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .ecovadis .feature:nth-child(odd) {
    grid-column: 1 / span 6;
  }
  .ecovadis .feature:nth-child(even) {
    grid-column: 7 / span 6;
  }

  .ecovadis .feature:nth-child(3),
  .ecovadis .feature:nth-child(4) {
    grid-row: 2;
  }
}

.ecovadis .step-list__wrapper{
  margin-top: 1rem;
}

.ecovadis .step-list {
  display: flex;
  flex-direction: column;
  list-style: none !important;
}

.ecovadis .step-list__block:not(:last-child) .step-left:before{
  position: absolute;
  content:"";
  top: 0;
  left:50%;
  bottom: 0;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #D2D3DB;
  transform:traslateX(-50%);
}

.ecovadis .step {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 1rem;
}

.ecovadis .step-left {
  grid-column: 2 / span 1;
  align-self: start;
  justify-self: center;
  height: 100%;
  position: relative;
}

.ecovadis .step-left .step-number {
  --range: 6rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 50%;
  background-color: #0082de;
  width: var(--range);
  height: var(--range);
  font-weight: 700;
  position: relative;
  box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.30);
}

.ecovadis .step-left .step-number span:first-child {
  font-size: 0.875rem;
}

.ecovadis .step-left .step-number span:last-child {
  font-size: 2.5rem;
  margin-top: -0.25rem;

  line-height: 1;
  display: block;
}

.ecovadis .step-right {
  grid-column: 3 / span 6;
  padding: 1rem 0 4rem;
}

.ecovadis .step-right h3 {
  font-size: 1.25rem;
  color: #0082de;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.ecovadis .step-right .description {
  font-weight: 700;
  font-size: 1.125rem;
}

.ecovadis .step-right .img-offerings {
  width: 100%;
}

.ecovadis .step-right .example{
  border-bottom: 3px solid #00ace8;
  margin-top: 1.5rem;
}

.ecovadis .step-right .example h4{
  margin: 0;
  text-align: center;
  background-color: #00ace8;
  color: #fff;
  padding: 0.125rem 0;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.ecovadis .step-right .example-list{

}

.ecovadis .step-right .example-list .list-item{
  display: flex;
}

.ecovadis .step-right .example-list .list-item:not(:last-child){
  border-bottom: 1px dotted #00ace8;
}

.ecovadis .step-right .example-list .list-item dt,
.ecovadis .step-right .example-list .list-item dd{
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.75rem;

}

.ecovadis .step-right .example-list .list-item dt{
  background-color: #E6F4FC;
  color:  #0082de;
  flex: 1;
  display: flex;
  align-items: center;
}

.ecovadis .step-right .example-list .list-item dd{
  width: 68%;
  background-color: #FBFCFD;
}


.ecovadis .ecovadis-features.-small{
  font-weight: 700;
  margin-top: 1.5rem;
}

.ecovadis .ecovadis-features.-small .feature:nth-child(1) {
  grid-column: 1 / span 4;
}
.ecovadis .ecovadis-features.-small .feature:nth-child(2) {
  grid-column: 5 / span 4;
}
.ecovadis .ecovadis-features.-small .feature:nth-child(3) {
  grid-column: 9 / span 4;
}

.ecovadis .ecovadis-features.-small .feature-description{
    margin-top: -0.5rem;
    padding: 0 0.75rem 1.5rem;
}


.ecovadis .ecovadis-features.-small .future-image {
  width: 75%;
  height: 75%;
}


@media screen and (max-width: 1024px) {

  .ecovadis .step-list__wrapper{
    margin-top: 0.875rem;
  }

  .ecovadis .step {
    gap: 0.875rem;
  }

  .ecovadis .step-left .step-number {
    --range: 5rem;
  }

  .ecovadis .step-left .step-number span:first-child {
    font-size: 0.75rem;
  }

  .ecovadis .step-left .step-number span:last-child {
    font-size: 2rem;
  }

  .ecovadis .step-right {
    padding: 0.875rem 0 4rem;
  }
  .ecovadis .step-right h3 {
    font-size: 1.0625rem;
  }

  .ecovadis .step-right .description {
    font-size: 1rem;
  }

  .ecovadis .step-right .example{
    margin-top: 1.25rem;
  }


  .ecovadis .step-right .example h4{
    color: #fff;
    padding: 0.1rem 0;
    font-size: 0.875rem;
  }

  .ecovadis .step-right .example-list .list-item dt,
  .ecovadis .step-right .example-list .list-item dd{
    font-size: 0.75rem;
    padding: 0.75rem;
  }

  .ecovadis .ecovadis-features.-small{
    margin-top: 1.25rem;
    gap: 0.875rem;
  }

  .ecovadis .ecovadis-features.-small .feature-description{
    font-size: 0.8125rem;
    margin-top: -0.25rem;
    padding: 0 0.6rem 1rem;
  }

}

@media screen and (max-width: 768px) {

  .ecovadis .step-list__wrapper{
    margin-top: 0.75rem;
  }

  .ecovadis .step {
    gap: 0.75rem;
  }

  .ecovadis .step-left {
    grid-column: 1 / span 1;
  }

  .ecovadis .step-right {
    grid-column: 2 / span 9;
    padding: 0.5rem 0 4rem;
  }

  .ecovadis .step-left .step-number {
    --range: 4rem;
    ma
  }

  .ecovadis .step-left .step-number span:first-child {
    font-size: 0.6rem;
    margin-top: -0.25rem;
  }

  .ecovadis .step-left .step-number span:last-child {
    font-size: 1.75rem;
    margin-top: -0.3rem;
  }

  .ecovadis .step-right h3 {
    font-size: 1rem;
  }

  .ecovadis .step-right .description {
    font-size: 0.875rem;
  }

  .ecovadis .step-right .img-offerings {
    margin: 0;
  }

  .ecovadis .step-right .example{
    margin-top: 1rem;
  }

  .ecovadis .step-right .example h4{
    color: #fff;
    padding: 0.0875rem 0;
    font-size: 0.75rem;
  }

  .ecovadis .step-right .example-list .list-item dt,
  .ecovadis .step-right .example-list .list-item dd{
    font-size: 0.625rem;
    padding: 0.625rem;

  }

  .ecovadis .ecovadis-features.-small .feature:nth-child(1) {
    grid-column: 1 / span 6;
  }
  .ecovadis .ecovadis-features.-small .feature:nth-child(2) {
    grid-column: 7 / span 6;
  }
  .ecovadis .ecovadis-features.-small .feature:nth-child(3) {
    grid-column: 4 / span 6;
    grid-row: 2;
  }

  .ecovadis .ecovadis-features.-small{
    margin-top: 1rem;
  }

  .ecovadis .ecovadis-features.-small .feature-description{
    margin-top: -0.875rem;
    padding: 0 0.5rem 1rem;
  }

}

.ecovadis.contact {
  margin: 4.875rem 0 5rem 0;
  text-align: center;
}

.ecovadis.contact a {
  color: #fff;
  background-color: #d4145a;
  border: 2px solid #d4145a;
  width: 60%;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  padding: 2rem 1rem;
  letter-spacing: 0.01em;
}
.ecovadis.contact a:hover,
.ecovadis.contact a:focus-visible {
  background-color: #fff;
  border: 2px solid #d4145a;
  color: #d4145a;
}

@media screen and (max-width: 1024px) {
  .ecovadis.contact {
    margin: 3.875rem 0 4rem 0;
  }

  .ecovadis.contact a {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 749px) {
  .ecovadis.contact {
    margin: 3.75rem 0 4rem 0;
  }

  .ecovadis.contact a {
    width: 100%;
  }
}

.sp-only {
  display: none;
  @media screen and (max-width: 768px) {
    display: block;
  }
}

.sp-pc-only {
  display: block;
  @media screen and (max-width: 1024px) {
    display: none;
  }
  @media screen and (max-width: 768px) {
    display: block;
  }
}
