.carrefour {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.filters__cta, .filters__label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
}

.carrefour__back a::after {
  display: block;
  width: 0;
  height: .2rem;
  transition: width .3s;
  background: transparent;
  content: '';
}

.carrefour__back a:hover::after, .carrefour__back a:focus::after {
  width: 100%;
}

.carrefour {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.carrefour-result .sticker__wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: flex-start;
}

.carrefour-result__rows {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.filters__tag {
  box-shadow: 0 2rem 2.5rem -0.5rem rgba(125, 130, 135, 0.3);
}

.carrefour__header {
  border-radius: 0 0 6px 6px;
}

.carrefour__result {
  border-radius: 6px;
}

.carrefour {
  width: 100%;
}

.carrefour__header {
  position: relative;
  width: 100%;
  height: auto;
  padding: 6rem 10rem 3rem;
  background: #383ff5 no-repeat center/cover;
  overflow: hidden;
  z-index: 1;
}

.carrefour__header.banner--active::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #6e7187;
  content: '';
  opacity: .7;
  z-index: -1;
}

.carrefour__title {
  background-color: transparent;
  color: white;
  font-size: 3.2rem;
  word-break: break-word;
}

.carrefour__description {
  background-color: transparent;
  color: white;
  font-size: 2.5rem;
  word-break: break-word;
}

.carrefour__filters .view {
  padding: 0;
}

.carrefour__back::before {
  display: inline-block;
  width: 2.6rem;
  height: 1.4rem;
  background: url("../assets/img/back-arrow.svg") no-repeat center/100%;
  content: '';
  opacity: .6;
}

.carrefour__back a {
  color: white;
  display: inline-block;
  padding: .5rem 1rem;
  background-color: transparent;
  font-size: 1.4rem;
  text-decoration: none;
  opacity: .6;
}

.carrefour__back a::after {
  background: white;
}

.carrefour__editorial {
  width: 100%;
  margin: 4rem 0 2rem;
}

.carrefour__editorial .clearfix ul {
  list-style: none;
}

.carrefour__editorial .clearfix ol {
  list-style: decimal inside;
}

.carrefour__result {
  width: 100%;
  margin: 3rem 0;
  padding: 6rem 10.2rem;
  background-color: rgba(208, 209, 220, 0.2);
}

.carrefour .view-empty p {
  padding: 4rem;
  color: #6e7187;
  font-size: 1.6rem;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .carrefour__header {
    padding: 6rem 8.5rem 3rem;
  }
  .carrefour__result {
    padding: 6rem 8.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .carrefour__header {
    padding: 6rem 4.5rem 3rem;
  }
  .carrefour__editorial {
    margin: 1rem 0;
  }
  .carrefour__result {
    padding: 4rem 4.5rem;
  }
}

@media only screen and (max-width: 425px) {
  .carrefour__header {
    padding: 2rem;
  }
  .carrefour__title {
    font-size: 2.5rem;
  }
  .carrefour__result {
    padding: 3rem 2rem;
  }
}

.filters {
  display: flex;
  flex-flow: row wrap;
  margin: 5rem 0 0;
}

.filters__tag {
  width: auto;
  max-width: 44rem;
  margin: 0 1.5rem 1.5rem 0;
  padding: .3rem 2.5rem;
  transition: all .25s ease-in-out;
  border: 1px solid white;
  border-radius: 2.8rem;
  background-color: white;
  color: #34353d;
}

.filters__tag:hover, .filters__tag:active, .filters__tag:focus, .filters__tag.focused, .filters__tag.is-active {
  transform: translatey(-0.5rem);
  border-color: #383ff5;
}

.filters__tag:hover .filters__label, .filters__tag:active .filters__label, .filters__tag:focus .filters__label, .filters__tag.focused .filters__label, .filters__tag.is-active .filters__label {
  color: #383ff5;
}

.filters__cta {
  display: block;
  color: #34353d;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.8rem;
  text-decoration: none;
}

.filters__label {
  margin-bottom: 0;
  color: #34353d;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.8rem;
}

@media only screen and (max-width: 768px) {
  .filters {
    margin-top: 4rem;
  }
  .filters__tag {
    width: 100%;
    max-width: none;
    margin: 0 0 1.8rem;
    padding: 1rem 2.5rem;
  }
  .filters__cta {
    font-size: 1.7rem;
    line-height: 1.29;
    text-align: center;
    text-overflow: initial;
  }
  .filters__label {
    font-size: 1.7rem;
    line-height: 2.2rem;
    text-align: center;
    text-overflow: initial;
    white-space: pre-wrap;
  }
}

.carrefour-result {
  margin: 0;
  padding: 0;
}

.carrefour-result__header {
  margin-bottom: 4.5rem;
  background-color: transparent;
  color: #34353d;
  font-size: 3.2rem;
  font-weight: 500;
}

.carrefour-result__rows > a {
  max-width: 47%;
  margin: 0 0 48px;
}

.carrefour-result__rows > a:nth-child(2n) {
  margin-left: 6%;
}

@media only screen and (max-width: 768px) {
  .carrefour-result__header {
    margin-bottom: 3rem;
  }
  .carrefour-result__filters .form--inline .form-item {
    width: 100%;
    margin: 0 0 1rem;
  }
  .carrefour-result__rows > a {
    max-width: 100%;
    margin-bottom: 3rem;
  }
  .carrefour-result__rows > a:nth-child(2n) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 425px) {
  .carrefour-result__rows > a {
    height: auto;
    min-height: 35.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }
}
