.section-service-detail {
  padding: 50px 0 50px;
}

.section-service-detail .content {
  display: inline-block;
  float: right;
  width: calc(100% - 275px);
  vertical-align: top;
  padding: 0 65px 40px;
  /*background-color: #f2f1ef;*/
}

@media screen and (max-width: 768px) {
  .section-service-detail .content {
    width: 100%;
    padding: 0;
  }
}

.section-service-detail .content .service-content {

}

.section-service-detail .content .service-content .content-title {
  width: 300px;
  line-height: 28px;
  margin: 10px 0;
  font-family: 'interstateCond';
  font-weight: 400;
  font-size: 22px;
  color: #484848;
  text-transform: uppercase;
}

.section-service-detail .content .service-content .content-category-title {
  position: relative;
  margin: 30px 0;
  padding-top: 30px;
  font-family: 'interstateCond';
  font-weight: 400;
  font-size: 22px;
  color: #484848;
  text-transform: uppercase;
}
/*.section-service-detail .content .service-content .content-category-title::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #e0e0e0;
}*/

.section-service-detail .content .service-content .desc p {
  line-height: 26px !important;
  margin: 10px 0 !important;
  font-family: 'interstate' !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  color: #a8a8a8 !important;
}
.section-service-detail .content .service-content .desc .block-text {
  margin: 5px 0;
}
.section-service-detail .content .service-content .desc .block-img img {
  max-width: 100%;
}

.section-service-detail .content .service-content .service-content-right {
  float: right;
  vertical-align: top;
  width: 370px;
  margin-right: 0;
  margin-bottom: 15px;
  padding-left: 50px;
}
.section-service-detail .content .service-content .service-content-right .card {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .section-service-detail .content .service-content .service-content-right {
    float: none;
    margin: 0 0 25px;
    padding: 0;
    width: 100%;
  }
  .section-service-detail .content .service-content .service-content-right .card {
    margin: 0 -15px 15px;
  }
}

.section-service-detail .is-not-member {
  position: relative;
}
.section-service-detail .is-not-member::before {
  position: absolute;
  top: -100px;
  left: 0;
  content: '';
  height: 100px;
  width: 100%;
  pointer-events: none;
  background: -webkit-linear-gradient(top, rgba(242, 241, 239, 0), rgba(242, 241, 239, 1));
     background: -moz-linear-gradient(top, rgba(242, 241, 239, 0), rgba(242, 241, 239, 1));
          background: linear-gradient(to bottom, rgba(242, 241, 239, 0), rgba(242, 241, 239, 1));
}

.section-service-detail .is-not-member .box-join {
  padding: 40px 100px 30px;
  background-color: #fff;
  border: 2px solid rgba(130, 130, 130, 0.25);
}

.section-service-detail .is-not-member .box-join .join {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.section-service-detail .is-not-member .box-join .join::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #e0e0e0;
}

.section-service-detail .is-not-member .box-join .join p {
  font-family: 'interstateCond';
  font-weight: 400;
  font-size: 20px;
  color: #484848;
  margin-bottom: 20px;
}

.section-service-detail .is-not-member .box-join .connect {
  text-align: center;
}

.section-service-detail .is-not-member .box-join .connect p {
  display: inline-block;
  margin-right: 10px;
  font-family: 'interstateCond';
  font-weight: 300;
  font-size: 16px;
  line-height: 35px;
}

.section-service-detail .is-not-member .box-join .connect a {
  display: inline-block;
}

.section-service-detail .is-not-member .box-benefits {
  margin-top: 40px;
  padding: 40px 100px;
  border: 1px solid #b9b9b9;
}

.section-service-detail .is-not-member .box-benefits .benefits-title {
  font-family: 'interstate';
  font-weight: 400;
  font-size: 18px;
  color: #554b4b;
  text-transform: uppercase;
}

.section-service-detail .is-not-member .box-benefits .benefits-list {
  margin: 15px 0 20px;
  padding-left: 10px;
}

.section-service-detail .is-not-member .box-benefits .benefits-list li {
  line-height: 20px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #484848;
}

.section-service-detail .is-not-member .box-benefits .benefits-text {
  font-family: 'interstate';
  font-weight: 400;
  font-size: 16px;
  color: #554b4b;
}

.section-service-detail .is-member {
  display: block;
  margin-top: 35px
}
.section-service-detail .is-member .is-member-info {
  font-family: 'interstate';
  font-weight: 300;
  font-size: 12px;
  color: #484848;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.section-service-detail .is-member .is-member-content {
  display: block;
  margin-top: 15px;
  padding: 40px 50px;
  background-color: #fff;
  border: 2px solid rgba(130, 130, 130, 0.25);
}
.section-service-detail .no-secure .is-member-content {
  display: block;
  margin-top: 15px;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.section-service-detail .is-member .is-member-content .block-img {
  display: block;
  float: right;
  width: 300px;
  margin-left: 40px;
}
.section-service-detail .is-member .is-member-content .block-img img {
  width: 300px;
}

.section-service-detail .is-member .is-member-content .is-member-title {
  margin-bottom: 20px;
  font-family: 'interstateCond';
  font-weight: 400;
  font-size: 22px;
  color: #484848;
  text-transform: uppercase;
}

/*.section-service-detail .is-member .is-member-content .block-heading, .section-service-detail .is-member .is-member-content .block-text, .section-service-detail .is-member .is-member-content .block-list {
  display: inline;
}*/

.section-service-detail .is-member .is-member-content .block-heading p {
  display: block;
  margin-bottom: 25px;
  line-height: 26px;
  font-family: 'interstate';
  font-weight: 700;
  font-size: 16px;
  color: #484848;
}

.section-service-detail .is-member .is-member-content .block-text p {
  display: block;
  margin-bottom: 15px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #484848;
}

.section-service-detail .block-list ul {
  display: block;
  margin-bottom: 25px;
}

.section-service-detail .block-list ul li {
  position: relative;
  display: block;
  line-height: 20px;
  margin: 10px 0;
  padding-left: 30px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 14px;
  color: #484848;
}

.section-service-detail .block-list li::before {
  position: absolute;
  top: 6px;
  left: 10px;
  content: '';
  height: 6px;
  width: 6px;
  /*transform: rotate(45deg);
  transform-origin: center;*/
}

.section-service-detail .purple .block-list li::before {
  background-color: #83549d;
}
.section-service-detail .red .block-list li::before {
  background-color: #df5952;
}
.section-service-detail .orange .block-list li::before {
  background-color: #f8af54;
}
.section-service-detail .green .block-list li::before {
  background-color: #00aa96;
}
.section-service-detail .blue .block-list li::before {
  background-color: #149bd7;
}
.section-service-detail .black .block-list li::before {
  background-color: #484848;
}

.section-service-detail .is-member .is-member-content .feed {
  display: block;
  height: 50px;
  line-height: 50px;
  margin: 30px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.section-service-detail .is-member .is-member-content .feed .feed-text {
  display: inline-block;
  margin-right: 10px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 11px;
  color: #484848;
  text-transform: uppercase;
}

.section-service-detail .is-member .is-member-content .feed .feed-facebook {
  background-color: #3b5998;
}

.section-service-detail .is-member .is-member-content .feed .feed-twitter {
  background-color: #00aced;
}

.section-service-detail .is-member .is-member-content .feed .feed-linkedin {
  background-color: #007bb6;
}

@media screen and (max-width: 768px) {
  .section-service-detail .is-not-member .box-join, .section-service-detail .is-not-member .box-benefits {
    padding: 30px 10px 15px;
  }
  .section-service-detail .content .service-content .content-title {
    width: 100%;
  }
}


.section-service-detail.section-grid {
  margin: 50px 0;
  display: table;
}

.section-service-detail .section-grid .grid {
  display: table;
}

.section-service-detail .grid .element {
  text-align: center;
  margin: 0 auto 15px;
  display: table-cell;
  height: 150px;
  transition: background-color 0.2s ease-in;
}

.section-service-detail .grid .element .image {
  position: absolute;
  top: 0px;
  left: 10%;
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  background-color: #FFF;
  transition: opacity 0.2s ease-in;
  /* background-color: #f2f1ef; */
  /* border-bottom: 1px solid #484848; */
  /* transform: translateY(-50%); */
}
/* .section-service-detail .grid .element .image:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  border-bottom: 1px solid #484848;
  transform: translateX(-50%);
} */

.section-service-detail .grid .element img {
  /*width: 100%;*/
  max-width: 60%;
  max-height: 120px;
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;
  /*margin-bottom: 15px;*/
}
.section-service-detail .grid .element p {
  font-family: 'interstateCond';
  font-weight: 400;
  font-size: 18px;
  color: #484848;
  /* text-transform: uppercase; */
  position: relative;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  z-index: 1;
  text-align: center;
  transform: translate(0,-50%);
  transition: background-color 0.2s ease-in;
  padding-right: 15px;
  padding-left: 15px;
}

.section-service-detail .grid .element:hover,
.section-service-detail .grid .element:hover p {
  /* background-color: #f2f1ef; */
}
.section-service-detail .grid .element:hover .image {
  opacity: 0;
}
.section-service-detail .grid .element.notvisible {
  opacity: 0;
  /* display: none; */
}

.section-service-detail .filters {
  margin: 30px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.section-service-detail .filters:before {
  content: '';
  display: inline-block;
  height: 2px;
  width: 30px;
  background-color: #979797;
  /* margin: 22px 20px; */
}
.section-service-detail .filters button {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 10px 0 10px;
  margin-left: 20px;
  padding: 0 10px; d
  font-family: 'interstateCond';
  font-weight: 300;
  font-size: 18px;
  color: #df5952;
  background-color: #fff;
  border: 1px solid #df5952;
  text-transform: lowercase;
  transition: all 0.25s ease-in-out;
}
.section-service-detail .filters button.active {
  color: #FFF;
  background-color: #df5952;
}

.section-service-detail.section-list {
  margin: 50px 0;
}

.section-service-detail.section-list .list {
  margin-top: 25px;
}

.section-service-detail.section-list .element {
  display: block;
  height: 180px;
  margin-bottom: 15px;
  text-align: center;
}

.section-service-detail.section-list .element img {
  display: block;
  width: 70px;
  max-height: 120px;
  margin: 0 auto 15px;
}
.section-service-detail.section-list .element p {
  display: block;
  position: absolute;
  bottom: 0;
  left: 15px;
  height: 50px;
  width: calc(100% - 30px);
  font-family: 'interstate';
  font-weight: 400;
  font-size: 12px;
  color: #484848;
  text-align: center;
}


/* MODIFICATION DE LA PAGE DEFAULT */
.section-service-detail .content .documents-title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'interstate';
  font-weight: 400;
  font-size: 22px;
  color: #484848;
  text-transform: uppercase;
}
.section-service-detail .content div.descr {
  margin-bottom: 20px;
}

.section-service-detail .content .social-share {
  border-top: none;
}

.section-service-detail .content .service-content .more-content {
  margin: 50px -65px 0;
  padding: 60px 65px 40px;
  background-color: #f2f1ef;
}

.section-service-detail .content .service-content .more-content .more-content-title {
  margin-bottom: 25px;
  font-family: 'interstate';
  font-weight: 400;
  font-size: 22px;
  color: #484848;
  text-transform: uppercase;
}

.section-service-detail .content .service-content .member-only {
  /* margin: 0 -35px; */
}
.section-service-detail .content .service-content .more-content .member-only {
  /* margin: 50px -35px 0; */
  margin: 50px 0 0;
}

.section-service-detail .content .service-content .member-only h4 {
  margin-bottom: 10px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 12px;
  color: #484848;
  text-transform: uppercase;
}

.section-service-detail .content .service-content .member-only .member-only-text {
  padding: 10px;
  background-color: #fff;
  border: 2px solid rgba(130, 130, 130, 0.25);
}

.section-service-detail .content .service-content.purple .more-content h3, .section-service-detail .content .service-content.purple .more-content .more-content-text h3, .section-service-detail .content .service-content.purple .more-content .more-content-text p, .section-service-detail .content .service-content.purple .more-content .more-content-text li {
  color: #83549d;
}
.section-service-detail .content .service-content.red .more-content h3, .section-service-detail .content .service-content.red .more-content .more-content-text h3, .section-service-detail .content .service-content.red .more-content .more-content-text p, .section-service-detail .content .service-content.red .more-content .more-content-text li {
  color: #df5952;
}
.section-service-detail .content .service-content.orange .more-content h3, .section-service-detail .content .service-content.orange .more-content .more-content-text h3, .section-service-detail .content .service-content.orange .more-content .more-content-text p, .section-service-detail .content .service-content.orange .more-content .more-content-text li {
  color: #f8af54;
}
.section-service-detail .content .service-content.green .more-content h3, .section-service-detail .content .service-content.green .more-content .more-content-text h3, .section-service-detail .content .service-content.green .more-content .more-content-text p, .section-service-detail .content .service-content.green .more-content .more-content-text li {
  color: #00aa96;
}
.section-service-detail .content .service-content.blue .more-content h3, .section-service-detail .content .service-content.blue .more-content .more-content-text h3, .section-service-detail .content .service-content.blue .more-content .more-content-text p, .section-service-detail .content .service-content.blue .more-content .more-content-text li {
  color: #149bd7;
}
.section-service-detail .content .service-content.black .more-content h3, .section-service-detail .content .service-content.black .more-content .more-content-text h3, .section-service-detail .content .service-content.black .more-content .more-content-text p, .section-service-detail .content .service-content.black .more-content .more-content-text li {
  color: #484848;
}

.section-service-detail .btn-service-scroll {
  height: 30px;
  line-height: 30px;
  width: calc(50% - 2.5px);
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  color: #484848;
  background-color: #fff;
  border: 1px solid #484848;
  border-radius: 2px;
  transition: all 0.25s ease-in-out;
}
.section-service-detail .btn-service-scroll:hover {
  color: #fff;
  background-color: #484848;
}
.section-service-detail .btn-service-scroll:first-of-type {
  float: left;
}
.section-service-detail .btn-service-scroll:last-of-type {
  float: right;
}
@media screen and (max-width: 768px) {
  .section-service-detail .btn-service-scroll {
    float: none !important;
    width: 100%;
    margin-bottom: 5px;
  }

  .section-service-detail .content .service-content .more-content {
    margin: 50px -30px 0;
    padding: 50px 30px 40px;
  }

  .section-service-detail .content .service-content .member-only {
    margin: 0 -20px;
  }
  .section-service-detail .content .service-content .more-content .member-only {
    margin: 40px -20px 0;
  }

  .section-service-detail .content .service-content .member-only .member-only-text {
    padding: 30px 20px 25px;
  }
}


.section-service-detail .purple .btn-service-scroll.btn-service-color {
  background-color: #83549d;
  border: 1px solid #83549d;
}
.section-service-detail .purple .btn-service-scroll.btn-service-color:hover {
  color: #83549d;
  border: 1px solid #83549d;
}
.section-service-detail .red .btn-service-scroll.btn-service-color {
  background-color: #df5952;
  border: 1px solid #df5952;
}
.section-service-detail .red .btn-service-scroll.btn-service-color:hover {
  color: #df5952;
  border: 1px solid #df5952;
}
.section-service-detail .orange .btn-service-scroll.btn-service-color {
  background-color: #f8af54;
  border: 1px solid #f8af54;
}
.section-service-detail .orange .btn-service-scroll.btn-service-color:hover {
  color: #f8af54;
  border: 1px solid #f8af54;
}
.section-service-detail .green .btn-service-scroll.btn-service-color {
  background-color: #00aa96;
  border: 1px solid #00aa96;
}
.section-service-detail .green .btn-service-scroll.btn-service-color:hover {
  color: #00aa96;
  border: 1px solid #00aa96;
}
.section-service-detail .blue .btn-service-scroll.btn-service-color {
  background-color: #149bd7;
  border: 1px solid #149bd7;
}
.section-service-detail .blue .btn-service-scroll.btn-service-color:hover {
  color: #149bd7;
  border: 1px solid #149bd7;
}
.section-service-detail .black .btn-service-scroll.btn-service-color {
  background-color: #484848;
  border: 1px solid #484848;
}
.section-service-detail .black .btn-service-scroll.btn-service-color:hover {
  color: #484848;
  border: 1px solid #484848;
}
.section-service-detail .btn-service-scroll.btn-service-color {
  color: #fff;
}
.section-service-detail .btn-service-scroll.btn-service-color:hover {
  background-color: #fff;
}
