@charset "UTF-8";
/*////////////////////////////////////////////////////////////   Page standard   /////////////*/
/*////////////////////////////////////////////////////////////   LIST   /////////////*/
.produit-list {
  margin: 0 auto 120px;
}

@media (max-width: 768px) {
  .produit-list {
    margin: 0 auto 35px;
  }
}
.produit-list div.row {
  margin: 0 -35px;
}

@media (max-width: 1200px) {
  .produit-list div.row {
    margin: 0 -20px;
  }
}
@media (max-width: 576px) {
  .produit-list div.row {
    margin: 0;
  }
}
.produit-list .produit-list-bloc {
  padding: 0 35px;
  position: relative;
  margin-bottom: 130px;
}

@media (max-width: 1200px) {
  .produit-list .produit-list-bloc {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .produit-list .produit-list-bloc {
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .produit-list .produit-list-bloc {
    margin-bottom: 70px;
  }
}
.produit-list .produit-list-bloc .content {
  border: 1px solid #e6e6e6;
  padding-bottom: 30px;
  display: flex;
  height: 100%;
  flex-direction: column;
}

.produit-list .produit-list-bloc:hover .overlay-image img {
  transform: scale(1.05);
}

.produit-list .overlay-image {
  overflow: hidden;
  min-height: 260px;
  max-height: 260px;
}

@media (max-width: 768px) {
  .produit-list .overlay-image {
    min-height: initial;
  }
}
.produit-list .overlay-image img {
  width: 100%;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .produit-list .overlay-image img {
    max-width: 100%;
  }
}
.produit-list .overlay-content {
  padding: 20px;
}

.produit-list .overlay-content h3 {
  font: 300 21px/28px "Open Sans", sans-serif;
  color: #8d1713;
}

.produit-list .overlay-content h4 {
  font: bold 11px/22px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #c6c6c6;
}

.produit-list a.project-btn {
  position: absolute;
  bottom: -23px;
  box-shadow: 0 0 0 7px white;
  align-self: center;
}

.slider-intra-gamme {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.slider-intra-gamme .slide {
  position: relative;
  outline: none;
  background: #000;
}

.slider-intra-gamme .slide a.header-title {
  color: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: initial;
  outline: none;
}

@media (max-width: 576px) {
  .slider-intra-gamme .slide a.header-title {
    top: 45%;
  }
}
.slider-intra-gamme .slide img {
  min-width: 100%;
  min-height: 100%;
  transition: all 0.3s ease-in-out;
}

.slider-intra-gamme a .subtitle {
  opacity: 0.55;
  transition: all 0.2s;
}

.slider-intra-gamme a .headtitle {
  opacity: 0.85;
  transition: all 0.2s;
}

.slider-intra-gamme .slick-arrow {
  background: none;
  color: white;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 576px) {
  .slider-intra-gamme .slick-arrow {
    top: initial;
    bottom: 0px;
    width: 35px;
    height: 35px;
  }
  .slider-intra-gamme .slick-arrow i {
    font-size: 10px;
  }
}
.slider-intra-gamme .slick-arrow:hover {
  background: white;
  color: #5b5b5b;
}

.slider-intra-gamme .slick-arrow.slick-prev {
  left: 10%;
}

@media (max-width: 992px) {
  .slider-intra-gamme .slick-arrow.slick-prev {
    left: 6%;
  }
}
.slider-intra-gamme .slick-arrow.slick-next {
  right: 10%;
}

@media (max-width: 992px) {
  .slider-intra-gamme .slick-arrow.slick-next {
    right: 6%;
  }
}
.slider-intra-gamme:hover a .subtitle, .slider-intra-gamme:hover a .headtitle {
  opacity: 1;
}

.slider-intra-gamme:hover img {
  opacity: 0.8;
}

/*////////////////////////////////////////////////////////////   PAGE PRODUIT   /////////////*/
/*/////  Info top produit   //////*/
.topproduct {
  background: url(../images/bg-attache2.png) bottom left no-repeat, url(../images/bg-attache3.png) top right no-repeat, #8d1713;
  padding: 120px 0 80px;
}

.topproduct .fil-ariane a {
  color: #d4d4d4;
}

.topproduct .fil-ariane .active {
  color: #fff;
}

.topproduct .page-intro {
  margin-bottom: 0;
}

.topproduct .product {
  margin: auto;
  color: #fff;
}

.topproduct .product-title {
  font: normal 33px/40px "Noto Serif", serif;
  color: #fff;
  margin-bottom: 20px;
}

.topproduct .product-feature {
  text-transform: uppercase;
  color: #fbbd36;
  font: 800 16px/40px "Open Sans", sans-serif;
  letter-spacing: 2px;
  margin: 5px 0 -10px 0;
}

.topproduct .product-feature i {
  margin-right: 10px;
}

.topproduct .product-feature i:before {
  color: #fbbd36;
  font-size: 16px;
}

@media (max-width: 992px) {
  .topproduct .product .left {
    margin-bottom: 30px;
  }
}
.topproduct a.project-btn {
  left: 50%;
  transform: translateX(-50%);
  margin: 20px 0;
}

.slider-product {
  padding: 0 30px 0 0;
}

@media (max-width: 992px) {
  .slider-product {
    padding: 0;
  }
}
.slider-product-for {
  margin-bottom: 20px;
}

.slider-product-for .img-item {
  max-height: 340px;
  overflow: hidden;
  outline: none;
}

.slider-product-for .img-item img {
  min-width: 100%;
}

@media (max-width: 768px) {
  .slider-product-for .img-item img {
    max-width: 100%;
  }
}
.slider-product-nav {
  margin-left: -5px;
  margin-right: -5px;
}

.slider-product-nav .image-thumbnail {
  background: #fff;
  outline: none;
  margin: 0 5px;
  cursor: pointer;
}

.slider-product-nav .image-thumbnail img {
  max-width: 100%;
}

.slider-product-nav .slick-arrow {
  background: white;
  font-size: 8px;
  width: 22px;
  height: 22px;
  color: #8d1713;
}

.slider-product-nav .slick-arrow.slick-next {
  right: -10px;
}

.slider-product-nav .slick-arrow.slick-next:hover {
  transform: translate(1px, -50%) scale(1.1);
}

.slider-product-nav .slick-arrow.slick-next:hover i {
  transform: scale(1.1);
}

.slider-product-nav .slick-arrow.slick-prev {
  left: -10px;
}

.slider-product-nav .slick-arrow.slick-prev:hover {
  transform: translate(0, -50%) scale(1.1);
  left: -13px;
}

.slider-product-nav .slick-arrow.slick-prev:hover i {
  transform: scale(1.1);
}

/*/////  Description détaillée du produit   //////*/
.product-desc {
  padding: 70px 0;
}

.product-desc a.project-btn {
  left: 50%;
  transform: translateX(-50%);
  margin: 15px 0;
}

.intro-desc {
  width: 70%;
  margin: auto;
}

.intro-desc ul {
  -webkit-padding-start: 40px;
  list-style-type: disc;
}

.intro-desc img {
  max-width: 100%;
  height: auto;
}

.intro-desc iframe {
  max-width: 100%;
}

@media (max-width: 767px) {
  .intro-desc {
    width: 100%;
    padding: 0 15px;
  }
}
.desc-detail .accordion {
  color: #8d1713;
  background: none;
  border: none;
  border-bottom: 2px solid #e7e7e7;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  outline: none;
  font-size: 18px;
  letter-spacing: 1px;
  transition: all 0.4s ease-in-out;
}

.desc-detail .accordion:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 900;
  float: right;
  margin-left: 5px;
  background: #8d1713;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  transition: all 0.3s ease-in-out;
}

.desc-detail .accordion:hover {
  border-color: #d0cccb;
}

.desc-detail .accordion:hover:after {
  background: #fbbd36;
}

.desc-detail .active:after {
  content: "\f077";
  padding-top: 0px;
}

.desc-detail .panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #5b5b5b;
  overflow-x: auto;
}

.desc-detail .panel .panelcontent {
  padding: 25px 0;
}

.desc-detail .panel .panelcontent img {
  max-width: 100%;
  height: auto;
}

.desc-detail .first.active + .panel {
  max-height: initial;
}

/*/////  Essayez ce produit en formation   //////*/
.product-formation .row {
  margin: 0;
}

.product-formation .overlay-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 150px;
}

.product-formation .overlay-content .icon-title {
  margin: 0;
}

.product-formation .overlay-content p {
  text-align: center;
  margin-bottom: 45px;
}

@media (max-width: 1024px) {
  .product-formation .overlay-content {
    padding: 0 80px;
  }
}
@media (max-width: 992px) {
  .product-formation .overlay-content {
    padding: 80px;
  }
}
@media (max-width: 576px) {
  .product-formation .overlay-content {
    padding: 50px;
  }
}
.product-formation .overlay-image {
  overflow: hidden;
  padding: 0;
}

.product-formation .overlay-image img {
  min-width: 100%;
}

.produit-list.related {
  margin: 70px auto 0;
}

/*# sourceMappingURL=produit.css.map*/