.products li .item > a {
  flex-direction: column;
}
.products li .item > a .image-ctn {
  width: 200px;
  height: 235px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.products li .item > a .image-ctn img {
  margin-left: auto;
  margin-right: auto;
}
.products li .item > a .textes-ctn {
  margin-left: 15px;
  margin-right: 15px;
}
.products li .item > a .textes-ctn h2 {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.products li .item > a .textes-ctn .desc_courte {
  display: none;
}
.products li .item > a .prix-ctn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

header {
  background-color: #137596;
}
header .header-01 .logo-ctn .logo img {
  max-width: 280px;
}
header .header-01 .search-ctn .search form button[type=submit],
header .header-01 .search-ctn .search form .aws-form-btn {
  background-color: #0c556d;
}
header .header-01 .search-ctn .profil-links a.compte,
header .header-01 .search-ctn .profil-links a {
  color: #fff;
}
header .header-01 .search-ctn a:hover,
header .header-01 .search-ctn a.compte:hover,
header .header-01 .search-ctn a:hover {
  color: #043c4e;
}

.prefooter {
  padding: 35px 0;
  background-color: #f6f6f6;
  border-top: 1px solid #dddddd;
}/*# sourceMappingURL=secondary.css.map */