/*
 * Page Produit
 */
.TPL_bloc_header {
  background-position: top -120px center;
}
@media only screen and (max-width: 1210px) {
  .TPL_bloc_header {
    background-position: center;
  }
}
.destockage_block {
  padding: 128px 0;
}
@media only screen and (max-width: 768px) {
  .destockage_block {
    padding: 50px 0;
  }
}
.destockage_block.destockage_block_1 {
  background-color: #F0F0F0;
}
.destockage_block .destockage_block__container {
  width: 1088px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media only screen and (max-width: 1100px) {
  .destockage_block .destockage_block__container {
    width: 90%;
    flex-wrap: wrap;
  }
}
.destockage_block .destockage_block__container:first-child {
  margin-top: 0;
}
.destockage_block .destockage_block__container > div {
  flex: 0 0 45.6%;
}
@media only screen and (max-width: 1100px) {
  .destockage_block .destockage_block__container > div {
    flex: 0 0 100%;
    margin-bottom: 50px;
  }
  .destockage_block .destockage_block__container > div:last-child {
    margin-bottom: 0;
  }
}
.destockage_block_carte {
  background-color: #FFE443;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .destockage_block_carte {
    flex-wrap: wrap;
  }
}
.destockage_block_carte > div {
  flex: 0 0 47.6%;
}
@media only screen and (max-width: 1100px) {
  .destockage_block_carte > div {
    flex: 0 0 100%;
  }
}
.destockage_block_carte .destockage_block_carte__map {
  min-height: 650px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .destockage_block_carte .destockage_block_carte__map {
    min-height: 350px;
    overflow: hidden;
    order: 2;
  }
}
.destockage_block_carte .destockage_block_carte__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1100px) {
  .destockage_block_carte .destockage_block_carte__map iframe {
    height: 350px;
  }
}
.destockage_block_carte .destockage_block_carte__content {
  max-width: 500px;
}
@media only screen and (max-width: 1100px) {
  .destockage_block_carte .destockage_block_carte__content {
    padding: 50px;
  }
}
.destockage_block_carte .destockage_txt_small {
  margin-bottom: 20px;
}
.destockage_block_carte .destockage_txt_tall {
  margin-bottom: 60px;
  font-family: 'DINBold', sans-serif;
}
.destockage_txt_tall {
  font-size: 28px;
  color: #000;
  line-height: 34px;
  margin-bottom: 75px;
}
.destockage_txt_tall p {
  margin-bottom: 38px;
  line-height: 34px;
}
.destockage_txt_tall p:last-child {
  margin-bottom: 0;
}
.destockage_txt_tall strong {
  font-family: 'DINBold', sans-serif;
}
.destockage_txt_small {
  font-size: 20px;
  color: #000;
  line-height: 24px;
}
.destockage_txt_small p {
  margin-bottom: 13px;
  line-height: 24px;
}
.destockage_txt_small p:last-child {
  margin-bottom: 0;
}
.destockage_txt_small strong {
  font-family: 'DINBold', sans-serif;
}
.destockage_btn {
  display: inline-block;
  background: #FFE443;
  line-height: 56px;
  padding: 0 32px;
  border-radius: 10px;
  color: #000;
  font-family: 'DINBold', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.destockage_btn.destockage_btn--black {
  background: #000;
  color: #FFE443;
}
/*# sourceMappingURL=destockage.css.map */