@font-face {
  font-family: 'futura-pt';
  src: url("/woff2/FuturaPTLight.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'futura-pt';
  src: url("/woff2/FuturaPTBook.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'futura-pt';
  src: url("/woff2/FuturaPTMedium.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'futura-pt';
  src: url("/woff2/FuturaPT-Demi.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'futura-pt';
  src: url("/woff2/FuturaPTHeavy.woff2") format("woff2");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
/* POLICES */
.defaultPolice {
  font-family: 'futura-pt', sans-serif;
  font-weight: 400;
  font-style: normal;
}
#blocGlobal main h1#destockageTitre {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #7f7f7f;
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 40px;
  line-height: 40px;
  font-family: 'futura-pt', sans-serif;
  font-weight: 700;
  font-style: normal;
}
#blocGlobal main h1#destockageTitre:before {
  content: "";
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
  background: transparent url("/img/picto_destockage.png") left center no-repeat;
  background-size: 100%;
  margin: 0 15px 0 0;
}
#blocGlobal main h2#nbOffres {
  width: auto;
  display: inline-block;
  color: #ffffff;
  background-color: #96c11f;
  transform: rotate(-5deg);
  -webkit-box-shadow: 7px 7px 0px 0px #7f7f7f;
  -moz-box-shadow: 7px 7px 0px 0px #7f7f7f;
  box-shadow: 7px 7px 0px 0px #7f7f7f;
  margin: 0 0 15px 0;
  font-size: 32px;
  line-height: 32px;
  font-family: 'futura-pt', sans-serif;
  font-weight: 700;
  font-style: normal;
}
#blocGlobal main ul#filtreDestockage {
  max-width: 940px;
  width: 100%;
  margin: 15px auto 40px auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 10px;
  padding: 0;
  list-style: none;
}
#blocGlobal main ul#filtreDestockage > li {
  width: auto;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 20px;
  line-height: 20px;
  padding: 0 15px;
  color: #6f6f6f;
  border: solid 1px rgba(111, 111, 111, 0.2);
  font-family: 'futura-pt', sans-serif;
  font-weight: 500;
  font-style: normal;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal main ul#filtreDestockage > li sup {
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  color: #96c11f;
  margin: 0 0 0 5px;
}
#blocGlobal main ul#filtreDestockage > li.selected,
#blocGlobal main ul#filtreDestockage > li:hover {
  background-color: #96c11f;
  border: solid 1px #96c11f;
  color: #ffffff;
}
#blocGlobal main ul#filtreDestockage > li.selected a,
#blocGlobal main ul#filtreDestockage > li:hover a,
#blocGlobal main ul#filtreDestockage > li.selected sup,
#blocGlobal main ul#filtreDestockage > li:hover sup,
#blocGlobal main ul#filtreDestockage > li.selected span,
#blocGlobal main ul#filtreDestockage > li:hover span {
  color: #ffffff;
}
#blocGlobal main ul#destockage {
  max-width: 720px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto 50px auto;
  text-align: center;
  list-style: none;
}
#blocGlobal main ul#destockage > li {
  width: 100%;
  min-height: 300px;
  grid-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 10px;
  background-color: rgba(150, 193, 31, 0.1);
  font-size: 16px;
  margin: 30px 0 0 0;
  color: #6f6f6f;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal main ul#destockage > li .photo {
  width: 280px;
  height: auto;
  font-size: 0px;
}
#blocGlobal main ul#destockage > li .photo img {
  width: 100%;
}
#blocGlobal main ul#destockage > li .info {
  max-width: 400px;
  width: 100%;
  display: inline-block;
  padding: 5px 0;
  text-align: left;
}
#blocGlobal main ul#destockage > li .info .desc {
  width: 100%;
  height: 220px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
#blocGlobal main ul#destockage > li .info .desc span {
  font-size: 20px;
  line-height: 20px;
}
#blocGlobal main ul#destockage > li .info .desc::after {
  content: "";
  width: 100%;
  height: 55px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #f4f9e8;
  background: linear-gradient(0deg, #f4f9e8 0%, rgba(255, 255, 255, 0) 100%);
}
#blocGlobal main ul#destockage > li .info .contentPlus {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  grid-gap: 20px;
}
#blocGlobal main ul#destockage > li .info .contentPlus .infosPlus {
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
  padding: 0 0 0 40px;
  flex: 1 0 0;
  font-size: 16px;
  color: #f08012;
}
#blocGlobal main ul#destockage > li .info .contentPlus .infosPlus:before {
  content: "";
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent url("/img/picto_destockage_orange.png") left center no-repeat;
  background-size: 100%;
  margin: 0 10px 0 0;
}
#blocGlobal main ul#destockage > li .info .contentPlus .infosPlus strong {
  font-family: 'futura-pt', sans-serif;
  font-weight: 700;
  font-style: normal;
}
#blocGlobal main ul#destockage > li .info .contentPlus .savoirPlus {
  width: auto;
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  position: relative;
  z-index: 5;
  background-color: #96c11f;
  color: #ffffff;
  padding: 0 15px;
  font-size: 16px;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  border-radius: 1.875em;
}
#blocGlobal main ul#destockage > li h2 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 24px;
  display: inline;
  font-weight: bold;
}
#blocGlobal main .defilementDestockage {
  max-width: 145px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px auto;
  text-align: center;
}
#blocGlobal main .defilementDestockage .btG,
#blocGlobal main .defilementDestockage .btD,
#blocGlobal main .defilementDestockage .noBtn {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  filter: alpha(opacity=30);
  opacity: 0.3;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
#blocGlobal main .defilementDestockage .btG:hover,
#blocGlobal main .defilementDestockage .btD:hover,
#blocGlobal main .defilementDestockage .noBtn:hover {
  filter: alpha(opacity=30);
  opacity: 1;
}
#blocGlobal main .defilementDestockage .btG {
  background: transparent url("/img/flecheG.png") left top no-repeat;
  background-size: 100%;
}
#blocGlobal main .defilementDestockage .btD {
  background: transparent url("/img/flecheD.png") left top no-repeat;
  background-size: 100%;
}
#blocGlobal main .defilementDestockage .nbDestockage {
  width: auto;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  padding: 0 15px;
}
#blocGlobal main #contenuDestockage {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  margin: 40px 0;
}
#blocGlobal main #contenuDestockage #contenuInfosImg {
  max-width: 720px;
  width: 100%;
  display: inline-block;
  position: relative;
}
#blocGlobal main #contenuDestockage .capsuleFiche {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: rgba(150, 193, 31, 0.1);
  padding: 40px;
}
#blocGlobal main #contenuDestockage .capsuleFiche h2,
#blocGlobal main #contenuDestockage .capsuleFiche h3 {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#blocGlobal main #contenuDestockage .capsuleFiche h2 {
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  font-family: 'futura-pt', sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 40px 0;
}
#blocGlobal main #contenuDestockage .capsuleFiche h3 {
  font-size: 32px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.75);
}
#blocGlobal main #contenuDestockage .capsuleFiche .dyptique {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  grid-gap: 60px;
  margin: 0;
  padding: 0;
}
#blocGlobal main #contenuDestockage .capsuleFiche .dyptique li {
  width: 45%;
  display: inline-block;
  flex-wrap: wrap;
  position: relative;
  text-align: left;
}
#blocGlobal main #contenuDestockage .capsuleFiche .dyptique li:first-child {
  color: #6f6f6f;
  font-size: 16px;
}
#blocGlobal main #contenuDestockage .capsuleFiche .dyptique li .infosPlus,
#blocGlobal main #contenuDestockage .capsuleFiche .dyptique li .dispo {
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
  margin: 0 0 30px 0;
  padding: 0 0 0 60px;
  font-size: 20px;
  line-height: 20px;
}
#blocGlobal main #contenuDestockage .capsuleFiche .dyptique li .infosPlus strong,
#blocGlobal main #contenuDestockage .capsuleFiche .dyptique li .dispo strong {
  font-family: 'futura-pt', sans-serif;
  font-weight: 600;
  font-style: normal;
}
#blocGlobal main #contenuDestockage .capsuleFiche .dyptique li .infosPlus {
  color: #f08012;
}
#blocGlobal main #contenuDestockage .capsuleFiche .dyptique li .infosPlus:before {
  content: "";
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent url("/img/picto_destockage_orange.png") left center no-repeat;
  background-size: 100%;
  margin: 0 10px 0 0;
}
#blocGlobal main #contenuDestockage .capsuleFiche .dyptique li .dispo {
  color: #96c11f;
  flex-direction: column;
  align-items: flex-start;
}
#blocGlobal main #contenuDestockage .capsuleFiche .dyptique li .dispo:before {
  content: "";
  width: 40px;
  height: 48px;
  display: flex;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent url("/img/picto_lieu.png") left center no-repeat;
  background-size: 100%;
  margin: 0 10px 0 0;
}
#blocGlobal main #contenuDestockage .capsuleFiche .dyptique li .dispo aside,
#blocGlobal main #contenuDestockage .capsuleFiche .dyptique li .dispo strong {
  color: #96c11f;
}
#blocGlobal main #contenuDestockage .capsuleFiche .dyptique li a.mailto {
  width: auto;
  display: inline-block;
  align-items: center;
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 5;
  background-color: #f08012;
  color: #ffffff;
  padding: 0 15px 0 60px;
  font-size: 20px;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  -moz-border-radius: 1.875em;
  -webkit-border-radius: 1.875em;
  border-radius: 1.875em;
}
#blocGlobal main #contenuDestockage .capsuleFiche .dyptique li a.mailto:before {
  content: "";
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent url("/img/pictoEmail_bl.png") left center no-repeat;
  background-size: 100%;
  margin: 0 10px 0 0;
}
#blocGlobal main #contenuDestockage .gridImg:after {
  content: "";
  display: block;
  clear: both;
}
#blocGlobal main #contenuDestockage .gridImg {
  width: 100%;
  margin: 20px auto 0 auto;
}
#blocGlobal main #contenuDestockage .gridImg .grid-item {
  width: 350px;
  height: auto;
  float: left;
  margin-bottom: 20px;
}
#blocGlobal main #contenuDestockage .gridImg .grid-item img {
  width: 100%;
}
@media screen and (max-width: 720px) {
  #blocGlobal main ul#destockage {
    max-width: 300px;
    text-align: center;
    list-style: none;
  }
  #blocGlobal main ul#destockage > li:nth-child(odd) {
    width: 100%;
  }
  #blocGlobal main ul#destockage > li:nth-child(even) {
    width: 100%;
  }
  #blocGlobal main #contenuDestockage .capsuleFiche .dyptique li {
    width: 100%;
  }
}
