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

.section-presentation-detail .article {
  float: left;
  vertical-align: top;
  width: calc(100% - 350px);
  /*transition: all 0.25s ease-in-out;*/
}
.scrolled .section-presentation-detail .article {
  width: calc(100% - 350px);
}
.scrolled .section-presentation-detail .article.margin {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .section-presentation-detail .article {
    width: 100%;
    margin-top: 0;
    clear: both;
  }
}

.section-presentation-detail .article .descr {
  position: relative;
  margin-bottom: 35px;
  padding-left: 20px;
  line-height: 28px;
  font-family: 'interstateCond';
  font-weight: 700;
  font-size: 22px;
  color: #484848;
  text-transform: uppercase;
}
.section-presentation-detail .article .descr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 7.5px;
  background-color: #df5952;
}

.section-presentation-detail .presentation-aside {
  float: right;
  vertical-align: top;
  width: 275px;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .section-presentation-detail .presentation-aside {
    clear: both;
    width: 100%;
    margin-top: 25px;
  }
}

.section-presentation-detail .presentation-aside .aside {
  background-color: #f8dedc;
  margin-bottom: 60px;
}

.section-presentation-detail .presentation-aside .aside li {
  padding: 30px 40px;
  border-bottom: 1px dashed #fff;
}
.section-presentation-detail .presentation-aside .aside li:last-child {
  border-bottom: none;
}

.section-presentation-detail .presentation-aside .aside li h3 {
  position: relative;
  margin-bottom: 10px;
  font-family: 'interstate';
  font-weight: 700;
  font-size: 50px;
  color: #bc4c4c;
}
.section-presentation-detail .presentation-aside .aside li h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: #bc4c4c;
}

.section-presentation-detail .presentation-aside .aside li {
  font-family: 'interstate';
  font-weight: 400;
  font-size: 20px;
  color: #484848;
  text-transform: uppercase;
}

.section-presentation-detail .presentation-aside .aside li b {
  display: block;
  font-family: 'interstate';
  font-weight: 700;
  font-size: 16px;
  color: #484848;
}

.section-presentation-detail .presentation-aside .asidelinks {

}

.section-presentation-detail .presentation-aside .asidelinks .block-heading, .section-presentation-detail .presentation-aside .asidelinks .block-text {
  margin-bottom: 15px;
}

.section-presentation-detail .presentation-aside .asidelinks .block-heading p  {
  line-height: 24px;
  font-family: 'interstate';
  font-weight: 700;
  font-size: 16px;
  color: #bc4c4c;
  text-transform: uppercase;
}

.section-presentation-detail .presentation-aside .asidelinks .block-text p  {
  line-height: 26px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #a8a8a8;
}

.section-presentation-detail .presentation-aside .asidelinks .block-list ul li {
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: 'interstate';
  font-weight: 300;
  font-size: 16px;
  color: #a8a8a8;
}

.section-presentation-detail .presentation-aside .asidelinks .block-list ul li::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  height: 1px;
  width: 25px;
  background-color: #a8a8a8;
}

.section-presentation-detail .presentation-aside .asidelinks .block-list ul li a {
  color: #df5952;
}



/* hack page about1 : qu'est ce qu'une organisation patronale  */
body.page-about1 .presentation-aside {
  display: none;
}
body.page-about1 .section-presentation-detail .article {
  width: 100%;
}
