@import url(fonts.css);
@import url(html.css);

/*-- Style ----------------------------------*/
.ocp__title {
  display: inline-block;
  width: auto;
  padding: 7px 25px 5px;
  border-radius: 10px 0 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'BNPPSans';
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  background: #106d73;
}
.ocp__title_fixed-width-300 {
  max-width: 100%;
  width: 300px;
}
.ocp__title_fixed-width-500 {
  max-width: 100%;
  width: 500px;
}
.ocp__title_align-left {
  text-align: left;
}
.ocp__overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 200;
}
.ocp__overlay .noscroll {
  overflow: hidden;
}
.ocp__overlay.show {
  visibility: visible;
  z-index: 99999;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.ocp__overlay::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.ocp__overlay-pdf-wrapper {
  width: 900px;
  height: 900px;
}
.ocp__overlay-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  background: #ffffff;
}
.ocp__overlay-wrapper_move-down {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transform: translate3D(0, -60px, 0);
}
.show .ocp__overlay-wrapper_move-down {
  transform: translate3D(0, 0, 0);
}
.ocp__overlay-content {
  height: 100%;
}
.ocp__overlay-close {
  position: absolute;
  top: 0;
  right: -40px;
  width: 30px;
  height: 30px;
  line-height: 29px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 15px;
  color: #555555;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ocp__overlay-close:hover {
  color: #ffffff;
  background: #333333;
}
.ocp__overlay-shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.ocp-btn {
  position: relative;
  display: inline-block;
  height: 30px;
  padding: 0 20px;
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background: #555555 none repeat 0 0 scroll;
  background-size: auto auto;
  background-clip: border-box;
  background-origin: padding-box;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.ocp-btn-logo {
  padding: 0 5px;
}
.ocp-btn-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #82368c;
  border-radius: 5px 0 0 0;
  padding: 1em;
}
.ocp-btn::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.ocp-btn:hover {
  text-decoration: none;
  color: #000000;
  background: #dedede;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
}
.ocp-btn__icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.ocp-btn__icon-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
}
.ocp-btn__icon-wrapper::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.ocp-btn__icon-sixteen {
  font-size: 16px;
}
.ocp-btn__text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  font-family: 'BNPPSans';
  font-size: 12px;
  line-height: 12px;
  height: 10px;
}
.ocp-btn__text-noheight {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  font-family: 'BNPPSans';
  font-size: 12px;
  line-height: 12px;
}
.ocp__sheet-tree-ul {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  overflow: hidden;
}
.ocp__sheet-tree-ul.auto-resize {
  height: auto !important;
}
.ocp__sheet-tree-ul.no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.ocp__sheet-tree-ul .ocp__sheet-tree-ul {
  margin-left: 10px;
  height: 1px;
  min-height: 1px;
}
.ocp__sheet-tree-li:not( .active) > .ocp__sheet-tree-ul {
  height: 0 !important;
  min-height: 0 !important;
}
.ocp__sheet-tree-li {
  margin-top: 10px;
}
/*Les styles responsive*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .ocp__overlay-pdf-wrapper {
    width: 530px;
    height: 530px;
  }
}
@media all and (min-width: 768px) and (max-width: 1223px) {
  .ocp__overlay-pdf-wrapper {
    width: 630px;
    height: 630px;
  }
}
@media all and (min-width: 1224px) and (max-width: 1823px) {
  .ocp__overlay-pdf-wrapper {
    width: 730px;
    height: 730px;
  }
}
@media all and (min-width: 1824px) {
  .ocp__overlay-pdf-wrapper {
    width: 900px;
    height: 900px;
  }
}
@media screen and (max-width: 900px) {
  .ocp__overlay-close {
    right: 5px;
    top: 5px;
  }
}
