@charset "UTF-8";
section.block.block-citation-et-chiffres-cles .container {
  background-color: var(--primary);
  padding: 90px;
}
@media screen and (max-width: 768px) {
  section.block.block-citation-et-chiffres-cles .container {
    padding: 20px;
  }
}
section.block.block-citation-et-chiffres-cles .container .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
section.block.block-citation-et-chiffres-cles .container .content .image {
  width: var(--col-5);
  height: 300px;
}
@media screen and (max-width: 768px) {
  section.block.block-citation-et-chiffres-cles .container .content .image {
    width: 100%;
  }
}
section.block.block-citation-et-chiffres-cles .container .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.block.block-citation-et-chiffres-cles .container .content .quote-container {
  width: var(--col-6);
}
@media screen and (max-width: 768px) {
  section.block.block-citation-et-chiffres-cles .container .content .quote-container {
    width: 100%;
    margin-top: 20px;
  }
}
section.block.block-citation-et-chiffres-cles .container .content .quote-container .quote {
  font-size: 40px;
  color: white;
  line-height: 40px;
  font-weight: 200;
  position: relative;
}
section.block.block-citation-et-chiffres-cles .container .content .quote-container .quote strong {
  font-size: 40px;
  font-style: italic;
  color: var(--secondary);
  font-weight: 700;
}
section.block.block-citation-et-chiffres-cles .container .content .quote-container .quote:before {
  content: "“";
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-family: Montserrat;
  font-size: 130px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 120px */
  position: absolute;
  top: -30px;
  left: -30px;
}
@media screen and (max-width: 768px) {
  section.block.block-citation-et-chiffres-cles .container .content .quote-container .quote:before {
    font-size: 90px;
    top: -10px;
    left: -10px;
  }
}
section.block.block-citation-et-chiffres-cles .container .content .quote-container .text {
  margin-top: 40px;
  color: white;
}
@media screen and (max-width: 768px) {
  section.block.block-citation-et-chiffres-cles .container .content .quote-container .text {
    margin-top: 20px;
  }
}
section.block.block-citation-et-chiffres-cles .container .figures {
  display: flex;
  width: 100%;
  color: var(--secondary);
  justify-content: center;
  text-align: center;
  margin-top: 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.block.block-citation-et-chiffres-cles .container .figures {
    flex-direction: column;
    margin-top: 20px;
  }
}
section.block.block-citation-et-chiffres-cles .container .figures .figure {
  width: 33%;
  font-weight: 700;
  text-transform: uppercase;
  border-right: 1px solid white;
}
@media screen and (max-width: 768px) {
  section.block.block-citation-et-chiffres-cles .container .figures .figure {
    width: 100%;
    padding: 40px 0px;
    border-left: 0px;
    border-right: 0px;
    position: relative;
  }
  section.block.block-citation-et-chiffres-cles .container .figures .figure:last-child:after {
    display: none;
  }
  section.block.block-citation-et-chiffres-cles .container .figures .figure:after {
    content: "";
    width: 200px;
    height: 2px;
    background-color: white;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 100px);
  }
}
section.block.block-citation-et-chiffres-cles .container .figures .figure:last-child {
  border-right: none;
}
section.block.block-citation-et-chiffres-cles .container .figures .figure .number {
  font-size: 70px;
  line-height: 70px;
}