/** END FONCTIONS **/
#primary {
  max-width: 500px;
}
.main-content {
  padding: 0 25px;
}
h1 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
#bois {
  font-size: 0;
  margin-top: 20px;
}
#bois li {
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  display: inline-block;
  padding-top: 65px;
  min-width: 80px;
  text-align: center;
  vertical-align: top;
}
#bois li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  border: 2px solid #F8AE00;
  background-color: #ffffff;
}
#bois li span {
  display: flex;
  height: 58px;
  position: absolute;
  top: 0;
  align-items: center;
  width: 100%;
  justify-content: center;
}
#galerie {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#galerie li {
  width: 49%;
  margin-bottom: 5px;
}
#galerie li .img {
  height: 150px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#galerie li:first-of-type {
  width: 100%;
}
#galerie li:first-of-type .img {
  height: 320px;
}
#documents {
  margin-top: 15px;
  text-align: center;
}
#documents a {
  height: 46px;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 2px solid #00A77D;
  background-color: #00A77D;
  margin-bottom: 15px;
  padding: 0 20px;
}
#documents a span {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
#documents a.jaune {
  background-color: #F8AE00;
  border: none;
}
#documents a.jaune span {
  color: #fff;
}
#documents .jaune .wpfd-single-file a {
  background-color: #F8AE00;
  border: 2px solid #F8AE00;
}
#documents .wpfd-single-file {
  display: block;
  padding: 0;
}
#documents .wpfd-single-file .wpfd-file-link {
  border: none;
  float: none;
  margin: 0;
  padding: 0;
  background: none !important;
  position: relative;
  box-shadow: none !important;
}
#documents .wpfd-single-file .wpfd-file-link span.droptitle {
  width: 100%;
}
#documents .wpfd-single-file .wpfd-file-link span.dropinfos {
  display: none;
}
#documents .wpfd-single-file .wpfd-single-file-downloadicon {
  display: none;
}
#documents .wpfd-single-file .wpfd_single_footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#documents .nom {
  font-size: 14px;
  font-weight: 900;
  line-height: 30px;
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
  height: 46px;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 2px solid #00A77D;
  background-color: #00A77D;
  margin-bottom: 15px;
  padding: 0 20px;
}
#documents .jaune .nom {
  background-color: #F8AE00;
  border-color: #F8AE00;
}
#documents .wpfd-single-file--buttons {
  margin: 0;
}
#documents .wpfd-single-file--buttons a {
  margin-top: 0;
  opacity: 0;
  width: 100%;
  margin: -61px auto 20px;
}
#documents .wpfd-single-file--buttons a svg {
  display: none;
}
#documents .wpfdlightbox,
#documents .wpfd-button-preview,
#documents .wpfd-file-content--meta,
#documents .wpfd-single-file--details {
  display: none;
}
.descriptif {
  margin-top: 30px;
}
.descriptif .titre {
  font-size: 14px;
  line-height: 1;
  color: #F8AE00;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
.descriptif .texte {
  font-size: 17px;
  line-height: 24px;
  opacity: 0.7;
}
.utilisations {
  margin-top: 30px;
}
.utilisations .titre {
  font-size: 14px;
  line-height: 1;
  color: #F8AE00;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
.utilisations .texte {
  font-size: 17px;
  line-height: 24px;
  opacity: 0.7;
}
.utilisations ul {
  font-size: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.utilisations ul li {
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  display: inline-block;
  padding-top: 65px;
  width: auto;
  min-width: 58px;
  margin: 0 5px;
  max-width: 100px;
  text-align: center;
  vertical-align: top;
}
.utilisations ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  border: 2px solid #F8AE00;
  background-color: #ffffff;
}
.utilisations ul li span {
  display: flex;
  height: 58px;
  position: absolute;
  top: 0;
  align-items: center;
  width: 100%;
  justify-content: center;
}
#caracteristiques {
  margin-top: 20px;
}
#caracteristiques li {
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
#caracteristiques li span,
#caracteristiques li strong {
  font-size: 14px;
  line-height: 1;
  width: 50%;
}
#caracteristiques li span {
  text-transform: uppercase;
}
#caracteristiques li:nth-of-type(2n+1) {
  background-color: #FFF7E6;
}
#partage {
  margin-top: 40px;
}
#certifications {
  border: 5px solid #F8AE00;
  border-radius: 40px;
  padding: 50px;
  text-align: center;
  margin-top: 30px;
}
#certifications .bloc {
  text-align: center;
  width: 100%;
}
#certifications .bloc:not(:last-of-type) {
  margin-bottom: 30px;
}
#certifications .bloc .titre {
  font-size: 14px;
  line-height: 1;
  color: #F8AE00;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
#certifications .bloc ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
#certifications .bloc ul li a {
  cursor: pointer;
}
#certifications .bloc ul li img {
  max-height: 100px;
  width: auto;
}
.titre_section_realisations {
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 40px;
}
#liste_posts {
  margin-top: 10px;
  padding-top: 20px;
}
#liste_posts .post {
  position: relative;
  margin-bottom: 40px;
}
#liste_posts .post .img {
  width: 100%;
  height: 200px;
  background-color: #eeeeee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#liste_posts .post .contenu {
  padding-top: 20px;
}
#liste_posts .post .date {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.5px;
}
#liste_posts .post .tags {
  margin-top: 5px;
  font-size: 0;
}
#liste_posts .post .tags li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 10px 3px 10px;
  margin-right: 10px;
  background-color: #00A77D;
  line-height: 1;
}
#liste_posts .post .titre {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
  margin-top: 20px;
  color: #000000;
  display: block;
}
#liste_posts .post .titre:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
#liste_posts .post .titre:hover + .texte + .lien:before {
  background-color: #00A77D;
}
#liste_posts .post .texte {
  font-size: 19px;
  line-height: 24px;
  opacity: 0.7;
  margin-top: 15px;
}
#liste_posts .post .lien {
  font-size: 12px;
  font-weight: 900;
  line-height: 30px;
  position: relative;
  display: inline-block;
  letter-spacing: -0.2px;
  padding-left: 10px;
  text-transform: uppercase;
  background-image: url(../images/fleche.svg);
  background-repeat: no-repeat;
  background-position: left 10px;
  background-size: 5px;
}
#liste_posts .post .lien:before {
  content: '';
  position: absolute;
  bottom: 2px;
  right: 0;
  left: 0;
  height: 3px;
  background-color: #F8AE00;
}
#autres_produits {
  padding: 25px;
}
#autres_produits .titre {
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -0.3px;
}
#autres_produits ul {
  margin-top: 15px;
}
#autres_produits ul li a {
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 16px;
  line-height: 1;
  padding: 20px 0;
  display: block;
  color: #000;
  border-bottom: 1px solid #D0D2D1;
}
@media (min-width: 768px) {
  #liste_posts {
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #liste_posts .post {
    width: 290px;
  }
}
@media (min-width: 1200px) {
  #main {
    background-image: url(../images/triangle_vert_gauche.png), url(../images/triangles_jaune_vert.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 1920px, 1920px;
    background-position: center 480px, center 1580px;
  }
  #primary {
    max-width: 1140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .main-content {
    width: 870px;
    padding: 0;
  }
  .main-content .cols {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .main-content .cols .gauche {
    width: 380px;
  }
  .main-content .cols .droite {
    width: 490px;
    padding-left: 25px;
  }
  .secondary-content {
    padding-right: 25px;
    width: 270px;
  }
  #galerie {
    margin-top: 0;
  }
  #certifications {
    display: flex;
    flex-wrap: wrap;
    padding-right: 30px;
    padding-left: 30px;
    justify-content: space-between;
  }
  #certifications .bloc {
    width: 200px;
    margin-bottom: 0 !important;
  }
  #autres_produits {
    padding: 0px;
  }
}
