
#ipsLayout_mainArea {
  padding-right: 0;
}

.ipsType_sectionTitle,
.ipsWidget.ipsWidget_vertical .ipsWidget_title {
  background: #b63848;
}

/* REUSABLE HEADER */
.cDevHeader {
  background: url( https://www.romstation.fr/uploads/pages_media/0_background_light.jpg );
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative;
}

  .cDevHeader:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0069ba;
    background: -moz-linear-gradient(-45deg,  #222 0%, #0069ba 100%);
    background: -webkit-linear-gradient(-45deg,  #222 0%,#0069ba 100%);
    background: linear-gradient(135deg,  #222 0%,#0069ba 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#0069ba',GradientType=1 );
    opacity: 0.85;
  }
  
  .cDevHeader h1 {
    font-weight: 300;
    font-size: 32px;
    color: #fff;
    font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
    position: relative;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    margin: 0;
  }

/* Docs */
.cDevDocs {
  /*padding-left: 20px;*/
}

.cDevDocs h2 {
  font-size: 18px;
  font-weight: bold;
  font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 6px 10px 6px 0;
  margin-left: 10px;
  margin-bottom: 8px;
  line-height: 1.3;
}

.cDevDocs > li {
  padding-left: 10px;
}

.cDevDocs li {
  line-height: 1.8;
  padding-left: 10px;
}

.cDevDocs ul ul {
  margin-left: -13px;
  padding-left: 15px;
  border-left: 1px solid rgba(255,255,255,0.1);
}
  
  .ipsJS_has .cDevDocs .cDevDocs_closed ul {
    display: none;
  }
  .ipsJS_has .cDevDocs .cDevDocs_open ul,
  .ipsJS_none .cDevDocs .cDevDocs_closed ul {
    display: block;
  }

.cDevDocs h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding-left: 0;
  position: relative;
  cursor: pointer;
}

  .cDevDocs .cDevDocs_closed h3:before,
  .cDevDocs .cDevDocs_open h3:before {
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    left: -15px;
    top: 0;
  }
  .ipsJS_has .cDevDocs .cDevDocs_closed h3:before {
    content: '\f105';
  }
  .ipsJS_has .cDevDocs .cDevDocs_open h3:before,
  .ipsJS_none .cDevDocs .cDevDocs_closed h3:before {
    content: '\f107';
    left: -17px;
  }

.cDevDocs > li > ul > a {
  font-size: 14px;
}

a.cDevDocs_active {
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}

span[style^="font-size:18px"],
span[style^="font-size:20px"] {
  font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 22px !important;
}

/* ROWS */
.cDevDocs_row {
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  background: #333;
}

.cDevDocs_row .ipsType_sectionHead {
  margin-bottom: 5px;
  font-family: "proxima-nova", "helvetica neue", helvetica, arial, sans-serif;
  color: #84b7e2;
}

#elDevDocs_columns .ipsPageHeader {
  margin-top: 0;
}

/* GUIDE MENU */
.sGuidesMenu {
  float: right;
  background: rgba(0,0,0,0.2);
  padding: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  max-width: 300px;
}

/* PHONES */
@media screen and (max-width: 767px) {
  .sGuidesMenu {
   	float: none;
    width: 100%;
    margin-left: 0;
  }
}
	
	.sGuidesMenu a {
        text-decoration: none !important;
	}

	.sGuidesMenu h2 {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 5px;
	}

.sGuidesMenu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sGuidesMenu__item {
  padding: 0;
}

.sGuidesMenu__item--H2 {
  font-size: 15px;
}
.sGuidesMenu__item--H2:before {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-right: 5px;
}

.sGuidesMenu__item--H3 {
  font-size: 13px;
  padding-left: 25px;
}

.sGuidesMenu__item--H3 + .sGuidesMenu__item--H2 {
	margin-top: 10px;
}

.sGuidesMenu__item--H4 {
  font-size: 13px;
  padding-left: 40px;
}

.sGuidesMenu__item--H4 + .sGuidesMenu__item--H3,
.sGuidesMenu__item--H4 + .sGuidesMenu__item--H2 {
	margin-top: 10px;
}