/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
/* Bootstrap abstracts */
/* Bootstrap related abstracts */
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.section-telechargement {
  display: flex;
  width: 100%;
  max-width: 22.25rem !important;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
.section-telechargement .icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  background: #f07f00;
  transform: translateY(4px);
}
.section-telechargement .icon__svg {
  display: flex;
  flex-direction: row;
  max-width: 1.03625rem;
  width: 100%;
  height: 100%;
  align-items: center;
  margin: 0 auto;
}
.section-telechargement .icon__svg svg {
  fill: #fff;
}
.section-telechargement .text {
  position: relative;
  padding-left: 1rem;
}
.section-telechargement .text p {
  margin-bottom: 0.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5625rem;
}
.section-telechargement .text .links-pdf {
  display: flex;
  position: relative;
}
.section-telechargement .text .links-pdf__link {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 1.5625rem;
  letter-spacing: 0.0625rem;
  color: #8C8C8C;
}
.section-telechargement .text .links-pdf__link:nth-of-type(2) {
  margin-left: 0.6875rem;
  margin-right: 0rem;
}
.section-telechargement .text .links-pdf__link:hover {
  color: #f07f00;
}
.section-telechargement .pdf-donwload {
  margin: 0 1.0625rem 1.0625rem 1.0625rem;
  width: 100%;
}

.section-telechargement-container.is-style-left .section-telechargement {
  margin: 0;
}
.section-telechargement-container.is-style-right .section-telechargement {
  margin-left: auto;
}

/*# sourceMappingURL=style.css.map */