.sectionCatalogueShop {
  margin: 6rem 0;
}

.sectionCatalogueShop-catalogue p {
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .sectionCatalogueShop-catalogue p {
    margin: auto;
    max-width: 15rem;
    text-align: center;
  }
}

.sectionCatalogueShop-catalogue .catalogue-image {
  margin: 1rem 0;
  height: 27.5rem;
  width: 100%;
  max-width: 23rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .sectionCatalogueShop-catalogue .bto-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.sectionCatalogueShop-catalogue .bto + .bto {
  margin-left: 0.75rem;
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .sectionCatalogueShop-shop {
    margin-top: 6rem;
  }
}

@media (min-width: 992px) {
  .sectionCatalogueShop-shop > .row:first-child {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .sectionCatalogueShop-shop > .row:first-child [class*="titre"] {
    margin-bottom: 0;
  }
  .sectionCatalogueShop-shop > .row:first-child [class*="col"]:last-child {
    text-align: right;
  }
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .sectionCatalogueShop-shop > .row:last-child .row > [class*="col"] [class*="col"] {
    margin-top: 3.5rem;
  }
}

.sectionBlog {
  position: relative;
}

@media (min-width: 992px) {
  .sectionBlog > .row:first-child {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .sectionBlog > .row:first-child [class*="col"]:last-child {
    text-align: right;
  }
}

.sectionBlog-encart {
  display: none;
}

@media (min-width: 992px) {
  .sectionBlog-encart {
    display: block;
    position: absolute;
    top: 9rem;
    right: 3rem;
    -webkit-transform: translateX(calc((((100vw - 720px) / 2) + 0.5rem)));
    -moz-transform: translateX(-moz-calc((((100vw - 720px) / 2) + 0.5rem)));
    transform: translateX(calc((((100vw - 720px) / 2) + 0.5rem)));
    border: 0.375rem solid #fff;
    text-align: center;
    z-index: 1;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .sectionBlog-encart {
    -webkit-transform: translateX(calc((((100vw - 960px) / 2) + 0.5rem)));
    -moz-transform: translateX(-moz-calc((((100vw - 960px) / 2) + 0.5rem)));
    transform: translateX(calc((((100vw - 960px) / 2) + 0.5rem)));
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .sectionBlog-encart {
    -webkit-transform: translateX(calc((((100vw - 1140px) / 2) + 0.5rem)));
    -moz-transform: translateX(-moz-calc((((100vw - 1140px) / 2) + 0.5rem)));
    transform: translateX(calc((((100vw - 1140px) / 2) + 0.5rem)));
  }
}

@media (min-width: 992px) {
  .sectionBlog-encart-lien {
    display: block;
    padding: 2rem;
  }
  .sectionBlog-encart-lien::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #151515;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
    z-index: -1;
  }
  .sectionBlog-encart img {
    max-width: 12rem;
  }
  .sectionBlog-encart:hover .sectionBlog-encart-lien::before,
  .page_list--grille:hover ~ .sectionBlog-encart .sectionBlog-encart-lien::before {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .sectionContribution > .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .sectionContribution > .row [class*="col"] + [class*="col"] {
    margin-top: 10rem;
  }
}

.sectionContribution p {
  margin: 1.5rem 0;
}

.sectionContribution .tematik_image figure {
  position: relative;
  z-index: 0;
}

.sectionContribution .tematik_image figure:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  z-index: -1;
  -webkit-transition: opacity 0.4s, background-color 0.4s;
  -moz-transition: opacity 0.4s, background-color 0.4s;
  transition: opacity 0.4s, background-color 0.4s;
}

.sectionContribution .tematik_image figure:after {
  opacity: 0.5;
}

.sectionContribution .tematik_image figure::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 165px;
  height: 165px;
  background: url(../../../img/logos/logo-contribution.png) no-repeat center;
  z-index: 2;
}

@media (min-width: 992px) {
  .sectionContribution .tematik_image figure::before {
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.sectionContribution .tematik_image figure::after {
  z-index: 1;
}

.sectionContribution .tematik_image figure img {
  width: 100%;
}

@media (min-width: 992px) {
  .sectionRevendeurs > .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.sectionRevendeurs p {
  margin: 1.75rem 0;
}

.sectionHunters [class*="titre"] {
  margin-top: 3.5rem;
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .sectionHunters .row > [class*="col"] + [class*="col"] {
    margin-top: 3.5rem;
  }
}
