.headerPage .tematik_page_list--grilleProduits {
  margin-top: 0.5rem;
}

.headerPage .tematik_page_list--grilleProduits .tematik_page_list-item {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .headerPage .tematik_page_list--grilleProduits .tematik_page_list-contenu {
    padding: 0 2rem 2rem 2rem;
  }
}

.homeProduits {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 992px) {
  .homeProduits {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.homeProduits .container > .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homeProduits .container > .row > [class*="col-"]:first-child > * + * {
  margin-top: 1.5rem;
}

.homeProduits .container > .row > [class*="col-"] + [class*="col-"] {
  margin-top: 2.5rem;
}

@media (min-width: 992px) {
  .homeProduits .container > .row > [class*="col-"] + [class*="col-"] {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .homeProduits .tematik_page_list--carouselProduits {
    position: relative;
    width: -moz-calc(100% + (((100vw - 960px) / 2) + 1.25rem));
    width: calc(100% + (((100vw - 960px) / 2) + 1.25rem));
    left: -moz-calc(((((100vw - 960px) / 2) + 1.25rem) - 1rem) * -1);
    left: calc(((((100vw - 960px) / 2) + 1.25rem) - 1rem) * -1);
  }
}

@media (min-width: 1200px) {
  .homeProduits .tematik_page_list--carouselProduits {
    position: relative;
    width: -moz-calc(100% + (((100vw - 1140px) / 2) + 1.25rem));
    width: calc(100% + (((100vw - 1140px) / 2) + 1.25rem));
    left: -moz-calc(((((100vw - 1140px) / 2) + 1.25rem) - 1rem) * -1);
    left: calc(((((100vw - 1140px) / 2) + 1.25rem) - 1rem) * -1);
  }
}

.homeProduits .tematik_page_list--carouselProduits .owl-nav .owl-prev,
.homeProduits .tematik_page_list--carouselProduits .owl-nav .owl-next {
  position: absolute;
  top: -moz-calc(50vw - 1.25rem);
  top: calc(50vw - 1.25rem);
}

.homeProduits .tematik_page_list--carouselProduits .owl-nav .owl-prev {
  right: 100%;
  -webkit-transform: translate(30%, -50%);
  -moz-transform: translate(30%, -50%);
  transform: translate(30%, -50%);
}

@media (min-width: 576px) {
  .homeProduits .tematik_page_list--carouselProduits .owl-nav .owl-prev {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

.homeProduits .tematik_page_list--carouselProduits .owl-nav .owl-next {
  left: 100%;
  -webkit-transform: translate(-30%, -50%);
  -moz-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
}

@media (min-width: 576px) {
  .homeProduits .tematik_page_list--carouselProduits .owl-nav .owl-next {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

.homeProduits .tematik_page_list--carouselProduits-nav {
  margin-top: 2rem;
  display: none;
}

@media (min-width: 992px) {
  .homeProduits .tematik_page_list--carouselProduits-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.homeProduits .tematik_page_list--carouselProduits-nav .owl-prev,
.homeProduits .tematik_page_list--carouselProduits-nav .owl-next {
  height: 3.25rem;
  width: 3.25rem;
  text-align: center;
  line-height: 3.25rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  color: #CBCCD4;
  font-size: 1.875rem;
}

.homeProduits .tematik_page_list--carouselProduits-nav .owl-prev:hover,
.homeProduits .tematik_page_list--carouselProduits-nav .owl-next:hover {
  color: #951713;
}

.homeMarques {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #E1E2EB;
  background-image: url("../../../img/utils/dot-wave.png");
  background-position: top -25% center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (min-width: 992px) {
  .homeMarques {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.homeMarques .container > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homeMarques .container > .row > [class*="col-"]:first-child > * + * {
  margin-top: 1.5rem;
}

.homeMarques .container > .row > [class*="col-"]:first-child [class*="titre"] {
  max-width: 20rem;
}

.homeMarques .container > .row > [class*="col-"] + [class*="col-"] {
  margin-top: 2.5rem;
}

@media (min-width: 992px) {
  .homeMarques .container > .row > [class*="col-"] + [class*="col-"] {
    margin-top: 0;
  }
}

.homeEdC {
  position: relative;
}

.homeEdC .tematik_page_list--grilleEdC {
  margin-left: 0;
  margin-right: 0;
}

.homeEdC .tematik_page_list--grilleEdC > li {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.homeEdC .tematik_page_list--grilleEdC > li:nth-child(n+3) {
  display: none;
  margin-top: 0;
}

@media (min-width: 1200px) {
  .homeEdC .tematik_page_list--grilleEdC > li:nth-child(n+3) {
    display: block;
  }
}

@media (min-width: 1200px) {
  .homeEdC .tematik_page_list--grilleEdC > li:nth-last-child(n + 3):first-child,
  .homeEdC .tematik_page_list--grilleEdC > li:nth-last-child(n + 3):first-child ~ * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}

.homeEdC .tematik_page_list--grilleEdC .tematik_page_list-titre {
  margin-bottom: 0.25rem;
  line-height: 1;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .homeEdC .tematik_page_list--grilleEdC .tematik_page_list-titre {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .homeEdC .tematik_page_list--grilleEdC .tematik_page_list-titre {
    font-size: 2rem;
  }
}

.homeEdC > .btn {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 0) and (max-width: 575px) {
  .homeEdC > .btn {
    bottom: 0.5rem;
  }
}

.homeActus {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 992px) {
  .homeActus {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.homeActus .container > .row > [class*="col-"]:first-child > * + * {
  margin-top: 1.5rem;
}

.homeActus .container > .row > [class*="col-"] + [class*="col-"] {
  margin-top: 2.5rem;
}

@media (min-width: 992px) {
  .homeActus .container > .row > [class*="col-"] + [class*="col-"] {
    margin-top: 0;
  }
}

.homeActus .tematik_page_list .tematik_page_list-item {
  padding: 0;
  background-color: transparent;
}

.homeActus .tematik_page_list .tematik_page_list-item::before {
  content: none;
}

.homeActus .tematik_page_list .tematik_page_list-image {
  position: relative;
  display: block;
  padding: 0 0;
  background-color: #F2F3FA;
  z-index: 0;
  -webkit-transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -webkit-box-shadow: 0 0 0.125rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.125rem 0 rgba(0, 0, 0, 0.1);
}

.homeActus .tematik_page_list .tematik_page_list-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.3125rem solid transparent;
  z-index: -1;
  -webkit-transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: border 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), background 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -webkit-box-shadow 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}

.homeActus .tematik_page_list .tematik_page_list-image[href]:hover {
  background-color: #fff;
  -webkit-box-shadow: 0.625rem -0.625rem 0 0 rgba(11, 12, 34, 0.1);
  box-shadow: 0.625rem -0.625rem 0 0 rgba(11, 12, 34, 0.1);
}

.homeActus .tematik_page_list .tematik_page_list-image[href]:hover::before {
  border-color: #951713;
}

.homeActus .tematik_page_list .tematik_page_list-plus {
  display: none;
}

.homeActus .tematik_page_list .tematik_page_list-item[href]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.homeActus .tematik_page_list .tematik_page_list-item[href]:hover .tematik_page_list-image {
  -webkit-box-shadow: 0.625rem -0.625rem 0 0 rgba(11, 12, 34, 0.1);
  box-shadow: 0.625rem -0.625rem 0 0 rgba(11, 12, 34, 0.1);
}
