.cms-home .main {
  max-width:1200px;
  width:100%;
}
.cms-home .std > div {
  display:flex;
  flex-direction:column;
  gap:1rem;
}
.cms-home .std ul, .cms-home .std li {
  margin:0;
  padding:0;
  list-style-type:none;
}
.home-banners-list { display:block; }
.std .home-banners-list li {
  display:block;
  float:left;
}
.home-banners-list a {
  display:block;
  line-height:48px;
  margin:0 auto;
  text-align:center;
  text-decoration:none;
}
.home-big-banners-list {
  display:flex;
  gap:1rem;
}
.home-big-banners-list a {
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.home-small-banners-list a {
  line-height:20px;
  padding:0 0 10px;
}
.home-banners-list img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.home-small-banners-list img { margin:0 0 10px; }
.home-banners-list span {
  font-weight:bold;
  text-transform:uppercase;
}
.home-small-banners-list span {
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.home-big-banners-list li { width:50%; }
.home-big-banners-list a {
  width:100%;
  margin:0 auto;
}
.home-banners-list li:first-child a { float:left; }
.home-banners-list li:last-child a { float:right; }
.home-small-banners-list li { width:25%; }
.home-small-banners-list a { width:278px; }
.std .footer-commitments-list { padding:0 4px; }
.std .footer-commitments-list:after {
  display:block;
  content:".";
  clear:both;
  font-size:0;
  line-height:0;
  height:0;
  overflow:hidden;
}
.std .footer-commitments-list li { padding-right:24px; }
.std .footer-commitments-list li:first-child { padding-left:0; }
.std .footer-commitments-list li:last-child { padding-right:0; }
.std .gts-ajaxified-placeholder { clear:both; }
.home-products-grid { clear:both; }
.cms-home .site-infos-content-wrapper { padding:0 20px; }
.cms-home .site-infos-content {
  margin:0 0 20px;
  padding:0 12px 0 0;
  overflow-y:auto;
}
@media only screen and (max-width: 820px) {
  .home-big-banners-list li { width:100%; }
  .home-small-banners-list li { width:50%; }
  .home-banners-list li a, .home-banners-list li:first-child a, .home-banners-list li:last-child a { float:none; }
  .cms-home .site-infos-content-wrapper {
    max-height:none;
    margin-bottom:0;
    overflow:visible;
  }
}
@media only screen and (max-width: 669px) {
  .home-big-banners-list { flex-direction:column; }
  .home-big-banners-list a {
    width:100%;
    line-height:20px;
  }
  .home-big-banners-list span {
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .home-small-banners-list a { width:90%; }
}
@media only screen and (max-width: 519px) {
  .home-small-banners-list li { width:100%; }
  .home-small-banners-list a {
    width:100%;
    max-width:278px;
  }
}
.home-blog-wrapper {
  display:inline-block;
  width:100%;
  margin-bottom:18px;
}
.home-blog {
  text-align:center;
  margin-top:18px;
  margin-bottom:18px;
}
.home-blog .home-blog-title {
  height:40px;
  line-height:42px;
  margin:0 0 18px;
  font-size:24px;
  color:#333333;
  background:#f5f5f5;
  text-align:center;
  text-transform:uppercase;
}
.home-blog .home-blog-list {
  display:-webkit-flex;
  display:-ms-flexbox;
  display:-ms-flex;
  display:flex;
  -webkit-flex-wrap:nowrap;
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap;
  -webkit-justify-content:space-between;
  -ms-justify-content:space-between;
  justify-content:space-between;
}
.home-blog .home-blog-list .home-blog-post {
  -webkit-flex-basis:33%;
  -ms-flex-basis:33%;
  flex-basis:33%;
  height:auto;
  margin:0 10px;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:-ms-flex;
  display:flex;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  border:solid 1px #f5f5f5;
}
.home-blog .home-blog-list .home-blog-post .home-blog-post-img {
  width:100%;
  height:275px;
  object-fit:cover;
}
.home-blog .home-blog-list .home-blog-post-summary { padding:10px; }
.home-blog .home-blog-list .home-blog-post-summary a { text-decoration:none; }
.home-blog .home-blog-list .home-blog-post-summary a:hover { color:inherit; }
.home-blog .home-blog-list .home-blog-post-summary p { display:inline; }
.home-blog .home-blog-list .home-blog-post-link {
  display:block;
  width:100%;
  font-weight:bold;
  padding:10px 0;
  text-transform:uppercase;
  text-decoration:none;
  background-color:#f5f5f5;
  color:#333333;
  margin-top:auto;
}
.home-blog .home-blog-list .home-blog-post-link:hover {
  color:#ffffff;
  background-color:#faa31e;
}
@media only screen and (max-width: 900px) {
  .home-blog .home-blog-list {
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
  }
  .home-blog .home-blog-list .home-blog-post { margin-bottom:20px; }
}
