/** END FONCTIONS **/
#bandeau {
  display: flex;
  flex-direction: column-reverse;
}
#bandeau .fond .image {
  height: 70vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  max-width: calc(770px / 2);
  max-height: calc(550px / 2);
  margin: 0 auto;
}
#categorie_paragraphe_un {
  padding: 50px 0;
}
#categorie_paragraphe_un .visuel {
  margin-top: 30px;
}
#categorie_paragraphe_deux {
  padding: 50px 0;
  text-align: center;
}
#produits {
  padding: 50px 0;
}
#produits .liste .unproduit {
  margin-bottom: 20px;
  background-color: #303030;
}
#produits .liste .unproduit .img {
  background-color: #f2f2f2;
}
#produits .liste .unproduit img {
  margin: 0 auto;
}
#produits .liste .unproduit .content {
  padding: 20px;
}
#produits .liste .unproduit .content .titre {
  color: #fff;
  font-size: 25px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#produits .liste .unproduit .content .titre:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}
#produits .liste .unproduit .content p {
  color: #fff;
}
#produits .liste .unproduit .content a {
  color: #fff;
  margin-top: 10px;
  display: inline-block;
}
#pages_categories .conteneur {
  padding: 0;
}
#pages_categories .categories {
  display: flex;
  flex-wrap: wrap;
}
#pages_categories .categories li {
  width: 50%;
  display: flex;
  align-items: center;
  height: 50vw;
  padding: 20px;
  border-bottom: 20px solid #fff;
  border-right: 20px solid #fff;
  position: relative;
}
#pages_categories .categories li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#pages_categories .categories li a {
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#pages_categories .categories li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
#pages_categories .categories li .titre {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
}
#pages_categories .categories li .titre:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}
#pages_categories .categories li span {
  position: absolute;
  bottom: 0px;
  left: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Cooper Hewitt';
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  z-index: 2;
}
#pages_categories .categories li:hover:after {
  background: linear-gradient(90deg, #F42D20, #B50909);
  opacity: 1;
}
#pages_categories .categories li:hover span {
  opacity: 1;
  bottom: 20px;
}
#partenaires {
  text-align: center;
  padding: 50px 0;
}
#partenaires .partenaires {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
#partenaires .partenaires a {
  display: block;
  width: 50%;
  margin-bottom: 30px;
  text-align: center;
}
#partenaires .partenaires a img {
  display: inline-block;
}
#cta .visuel {
  height: 50vw;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/homme-stockage-cta-produit-contact.jpg);
}
#cta .bloc {
  padding: 50px 20px;
  background-color: #303030;
  text-align: center;
}
#cta .bloc p {
  color: #fff;
  font-weight: 300;
  font-family: 'Cooper Hewitt';
  font-size: 28px;
}
#cta .bloc p strong {
  color: #F42D20;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
/* Version 768 */
@media (min-width: 768px) {
  #pages_categories .categories li {
    width: 25%;
    height: 25vw;
  }
  #partenaires .partenaires a {
    width: 25%;
  }
  #produits .liste {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}
/* Version 1024 */
@media (min-width: 1024px) {
  #pages_categories .categories li {
    width: 20%;
    height: 20vw;
  }
  #categorie_paragraphe_deux {
    margin: 0 auto;
    max-width: 950px;
  }
  #partenaires .partenaires a {
    width: 20%;
  }
  #produits .liste {
    grid-template-columns: 1fr 1fr 1fr;
  }
  #cta {
    position: relative;
    margin-top: 50px;
  }
  #cta .visuel {
    width: 880px;
    height: 400px;
  }
  #cta .bloc {
    text-align: left;
    background-color: transparent;
    padding: 0;
    padding-left: 50%;
    height: 330px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
  }
  #cta .bloc:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 50%;
    transform: translateX(-230px);
    background-color: #303030;
    width: 1170px;
    clip-path: polygon(100px 0%, 100% 0, 100% 100%, 0% 100%);
  }
  #cta .bloc:after {
    content: '';
    position: absolute;
    top: -130px;
    height: 500px;
    right: 0;
    left: 0;
    background-image: url(../images/sefi.png);
    background-position: center;
    background-size: 1421px;
    background-repeat: no-repeat;
  }
  #cta .bloc * {
    position: relative;
    z-index: 2;
  }
  #cta .bloc p {
    font-size: 67px;
    letter-spacing: 2px;
    line-height: 1;
  }
  #cta .bloc p strong {
    font-size: 50px;
    letter-spacing: 1px;
  }
}
/* Version 1200 */
@media (min-width: 1200px) {
  #bandeau {
    flex-direction: row;
    height: 550px;
  }
  #bandeau .fond:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background-color: #eee;
  }
  #bandeau .fond .image {
    width: 770px;
    height: auto;
    max-width: inherit;
    max-height: inherit;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(calc(-100% - 50px));
    margin: 0;
    background-color: transparent;
  }
  #bandeau .traits {
    width: 75px;
    height: 350px;
    position: absolute;
    right: 59%;
    transform: translateX(96px);
    bottom: 60px;
    background-image: url(../images/lignes-noires.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 73px;
  }
  #categorie_paragraphe_un {
    position: relative;
  }
  #categorie_paragraphe_un .row {
    display: flex;
    align-items: center;
  }
  #categorie_paragraphe_un .row .col {
    width: 50%;
  }
  #categorie_paragraphe_un .row .col.left {
    padding-right: 170px;
  }
  #categorie_paragraphe_un:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1020px;
    background-color: #f2f2f2;
    transform: translateX(-970px);
  }
  #pages_categories .categories li {
    max-height: 280px;
  }
  #pages_categories .categories li .titre {
    font-size: 25px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
  #produits .liste {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 40px;
  }
  #produits .liste .content {
    padding: 30px 20px;
  }
  #partenaires {
    padding-top: 100px;
  }
  #partenaires .partenaires {
    margin-top: 50px;
  }
  #partenaires .partenaires a {
    width: calc(100% / 8);
  }
}
