.guide-du-tri-wrap {
  display: grid;
  grid-template-columns: 2.5rem 9rem 1.25rem;
  gap: 0.75rem;
  align-items: center;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 3;
  padding: 0.5rem;
  border-radius: 6.25rem;
  background-color: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(17, 24, 39, 0.25);
  font-family: var(--Cabin-Regular);
  cursor: pointer;
  max-width: 15rem;
  transition: max-width ease-out 0.25s;
}
.guide-du-tri-wrap.short-btn {
  overflow: hidden;
  max-width: 2.5rem;
}
.guide-du-tri-wrap.short-btn .guide-tri-text, .guide-du-tri-wrap.short-btn .has-icon--Chevron-right {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease-out 0.15s;
}
.guide-du-tri-wrap .guide-tri-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--Color-Text-Success);
}
.guide-du-tri-wrap .guide-tri-text {
  padding-right: 0.5rem;
  white-space: nowrap;
}
.guide-du-tri-wrap .guide-tri-text .guide-tri-desc {
  display: block;
  font-size: 0.75rem;
  line-height: 1.4;
  color: var(--Color-Text-Subtlest);
  text-transform: uppercase;
}
.guide-du-tri-wrap .guide-tri-text .guide-tri-ttl {
  font-family: var(--Cabin-Bold);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--Color-Text-Success);
  margin: 0;
}
.guide-du-tri-wrap .guide-tri-text, .guide-du-tri-wrap .has-icon--Chevron-right {
  transition: opacity ease-out 0.15s 0.25s;
}
.guide-du-tri-wrap .has-icon--Chevron-right {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: var(--Color-Text);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}

.guide-tri-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6666666667);
  transition: opacity ease-out 0.25s;
}
.guide-tri-modal:not(.active-modal) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.guide-tri-modal:not(.active-modal) .guide-tri-iframe-wrap {
  opacity: 0;
  visibility: hidden;
  transition: opacity ease-out 0.25s 0.15s;
}
.guide-tri-modal .guide-tri-iframe-wrap {
  position: relative;
  padding: 2.5rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 90%;
  max-width: 56rem;
  aspect-ratio: 4/3;
  background-color: #FFF;
}
.guide-tri-modal .guide-tri-iframe-wrap .close-guide-tri {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--Color-Text);
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  cursor: pointer;
}
.guide-tri-modal .guide-tri-iframe-wrap .close-guide-tri::before {
  background-color: var(--Cool-Gray-500, #6B7280);
  mask-size: 100%;
}
.guide-tri-modal .guide-tri-iframe-wrap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .guide-tri-modal .guide-tri-iframe-wrap {
    padding: 3.5rem 1rem 1rem;
    height: 85vh;
    max-height: 700px;
  }
  .guide-tri-modal .guide-tri-iframe-wrap .close-guide-tri {
    top: 1.25rem;
  }
}

.page-template-notre-impact .guide-du-tri-wrap {
  bottom: 3rem;
  right: 3rem;
}

@media screen and (max-width: 1440px) {
  .page-template-notre-impact .guide-du-tri-wrap {
    bottom: 18rem;
  }
}

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