@charset "UTF-8";

#wrap #header h1.resultslist-title {
  display: none;
}

#wrap #header h2.resultslist-title {
  display: none;
}

.media.listehaut .tetiere {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-family: "Muli", sans-serif;
  margin: 0 auto;
  max-width: 76.25rem;
  width: 100%;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 !important;
}
.media.listehaut .tetiere * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.media.listehaut .tetiere .cta {
  color: #2D2A29;
  border: solid 1px #2D2A29;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background 0.1s ease-in-out, border-color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border-color 0.1s ease-in-out;
  font: normal normal normal 16px/16px Muli;
  font-weight: 600;
  letter-spacing: 0px;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: block;
}
.media.listehaut .tetiere .cta:hover {
  background: #2D2A29;
  color: white;
}
.media.listehaut .tetiere .link-zone {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.media.listehaut .tetiere .tetiere-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  width: 100%;
  min-height: 100%;
  padding: 40px 0;
}
@media only screen and (max-width: 56.25rem) {
  .media.listehaut .tetiere .tetiere-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;
    padding: 8px 10px 12px 10px;
  }
}
.media.listehaut .tetiere .tetiere-container .ttiere-deco-border {
  border: solid 1px #E5E5E5;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 56.25rem) {
  .media.listehaut .tetiere .tetiere-container .ttiere-deco-border {
    width: calc(100% - 20px);
  }
}
.media.listehaut .tetiere .tetiere-container .ttiere-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 25%;
  min-height: 100%;
  max-height: 160px;
  z-index: 1;
}
@media only screen and (max-width: 56.25rem) {
  .media.listehaut .tetiere .tetiere-container .ttiere-box {
    width: 230px;
  }
}
.media.listehaut .tetiere .tetiere-container .ttiere-box.box-libelle {
  padding-left: 40px;
  color: #2D2A29;
  max-width: 272px;
}
.media.listehaut .tetiere .tetiere-container .ttiere-box.box-libelle .libelle-text {
  text-align: left;
  font: normal normal bold 24px/30px Muli;
  font-size: calc(18px + 0.370625vw);
  line-height: calc(24px + 0.390625vw);
  letter-spacing: 0px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 100rem) {
  .media.listehaut .tetiere .tetiere-container .ttiere-box.box-libelle .libelle-text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 70rem) {
  .media.listehaut .tetiere .tetiere-container .ttiere-box.box-libelle .libelle-text {
    font-size: calc(17px + 0.390625vw);
    line-height: calc(21px + 0.390625vw);
  }
}
@media only screen and (max-width: 66.875rem) {
  .media.listehaut .tetiere .tetiere-container .ttiere-box.box-libelle .libelle-text {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 64rem) {
  .media.listehaut .tetiere .tetiere-container .ttiere-box.box-libelle .libelle-text {
    font-size: calc(15px + 0.390625vw);
    line-height: calc(18px + 0.390625vw);
  }
}
@media only screen and (max-width: 56.25rem) {
  .media.listehaut .tetiere .tetiere-container .ttiere-box.box-libelle .libelle-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    padding-right: 10px;
  }
}
.media.listehaut .tetiere .tetiere-container .ttiere-box.box-libelle .cta {
  /*max-width: 134px; */
}
@media only screen and (max-width: 56.25rem) {
  .media.listehaut .tetiere .tetiere-container .ttiere-box.box-libelle .cta {
    max-width: none;
    padding: 10px 5px;
    min-width: 112px;
    height: 55px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 56.25rem) {
  .media.listehaut .tetiere .tetiere-container .ttiere-box.box-libelle {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 11px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 8px;
  }
}
.media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent {
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 75%;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
  min-height: 100%;
  max-height: 160px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media only screen and (max-width: 56.25rem) {
  .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent {
    width: 100%;
    padding-left: 11px;
    overflow: scroll;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent::-webkit-scrollbar {
    display: none;
  }
}
.media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box1, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box2, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box3 {
  background-color: #F8F8F8;
  border-radius: 10px;
  width: 33%;
}
@media only screen and (max-width: 56.25rem) {
  .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box1, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box2, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box3 {
    height: 135px;
    width: 230px;
    min-width: 230px;
  }
}
.media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box1 .gig-box-background, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box2 .gig-box-background, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box3 .gig-box-background {
  position: absolute;
  right: 0;
  bottom: 0;
}
.media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box1 .gig-box-background img, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box2 .gig-box-background img, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box3 .gig-box-background img {
  display: block;
  height: 100%;
  width: auto;
  margin-right: 24px;
  margin-top: 10px;
}
.media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box1 .gig-box-temperature, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box2 .gig-box-temperature, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box3 .gig-box-temperature {
  font: normal normal bold 16px/20px Muli;
  position: absolute;
  display: block;
  left: 19px;
  top: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box1 .gig-box-temperature .temperature-libelle, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box2 .gig-box-temperature .temperature-libelle, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box3 .gig-box-temperature .temperature-libelle {
  margin: 0 5px;
}
.media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box1 .gig-box-tog, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box2 .gig-box-tog, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box3 .gig-box-tog {
  font: normal normal normal 16px/20px Muli;
  font-weight: 600;
  position: absolute;
  display: block;
  left: 19px;
  bottom: 19px;
}

@media only screen and (max-width: 56.25rem) {
  .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box1 .gig-box-tog .gig-box-tog-box, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box2 .gig-box-tog .gig-box-tog-box, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box3 .gig-box-tog .gig-box-tog-box {
    margin-right: 5px;
  }
}
.media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box1 .gig-box-arrow, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box2 .gig-box-arrow, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box3 .gig-box-arrow {
  position: absolute;
  display: block;
  right: 19px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  cursor: pointer;
  -webkit-transition: background 0.1s ease-in-out, border-color 0.1s ease-in-out;
  transition: background 0.1s ease-in-out, border-color 0.1s ease-in-out;
  z-index: 2;
  background: url(arrow.svg) #FFF center center no-repeat;
}
@media only screen and (min-width: 56.3125rem) and (max-width: 67.5rem) {
  .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box1 .gig-box-arrow, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box2 .gig-box-arrow, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box3 .gig-box-arrow {
    right: 8px;
    bottom: 8px;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
}
.media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box1 .gig-box-arrow:hover, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box2 .gig-box-arrow:hover, .media.listehaut .tetiere .tetiere-container .ttiere-box-subcontent .ttiere-box.box3 .gig-box-arrow:hover {
  background-color: #2D2A29;
  color: #fff;
  background: url(arrow-white.svg) #2D2A29 center center no-repeat;
}

