.header-10-sub .background {
  background-image: url("../photos/news/news-bg.JPG");
  opacity: 70;
  filter: alpha(opacity=7000);
  opacity: 0.70;
  filter: alpha(opacity=70);
}
.header-10 .header-background {
  background: #1b1f23;
}
.header-10 .btn:hover,
.header-10 .btn.active,
.header-10 .btn:focus {
  background-color: #2ecc71;
}

.header-10 .btn {
	font-family: 'Nunito', sans-serif;
}

html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.page-wrapper {
  height: 100%;
}

section.crew-4 {
  min-height: 100%;
}

.tpl-10-section-1 {
  padding: 0;
}
.tpl-10-section-1,
.tpl-10-section-1 h1,
.tpl-10-section-1 .h1,
.tpl-10-section-1 h2,
.tpl-10-section-1 .h2,
.tpl-10-section-1 h3,
.tpl-10-section-1 .h3,
.tpl-10-section-1 h4,
.tpl-10-section-1 .h4,
.tpl-10-section-1 h5,
.tpl-10-section-1 .h5,
.tpl-10-section-1 h6,
.tpl-10-section-1 .h6 {
  color: #7f8c8d;
}
.tpl-10-section-1 a {
  color: #bdc3c7;
}
.tpl-10-section-1 a:hover,
.tpl-10-section-1 a:focus,
.tpl-10-section-1 a.active {
  color: #2c3e50;
}
.tpl-10-section-1 h3 {
  font-size: 30px;
  font-weight: normal;
  color: #2c3e50;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 0 0 30px;
}
.tpl-10-section-1 .page-transitions {
  height: 1000px;
}
.tpl-10-section-1 .pt-page {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .tpl-10-section-1 .pt-page {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .tpl-10-section-1 .pt-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.tpl-10-section-1 .article-info {
  margin-bottom: 80px;
  font-size: 15px;
  font-weight: normal;
  color: #bdc3c7;
  font-weight: 500;
  text-align: center;
}
.tpl-10-section-1 .article-info > * {
  margin: 0;
  padding-right: 20px;
}
.tpl-10-section-1 .article-info [class*="fui-"] {
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #bdc3c7;
}
@media (max-width: 480px) {
  .tpl-10-section-1 .article-info {
    margin-bottom: 30px;
  }
  .tpl-10-section-1 .article-info > * {
    display: block;
    text-align: left;
  }
  .tpl-10-section-1 .article-info > * + * {
    margin-top: 10px;
  }
}
.tpl-10-section-1 .box-icon {
  margin: 0 auto 50px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #2c3e50;
}
.tpl-10-section-1 .box-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.tpl-10-section-1 .box-icon .icon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 95px;
  height: 95px;
  margin: 0 50px;
  border: 7px solid #2c3e50;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 48px;
  font-weight: normal;
  color: #2c3e50;
  line-height: 81px;
}
.tpl-10-section-1 .pt-perspective {
  position: relative;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
  overflow: hidden;
}
.tpl-10-section-1 .pt-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tpl-10-section-1 .pt-page-current,
.tpl-10-section-1 .no-js .pt-page {
  visibility: visible;
  z-index: 1;
}
.tpl-10-section-1 .pt-page-ontop {
  z-index: 999;
}
.tpl-10-section-1 .page-transitions {
  background: #000;
}

aside {
  position: relative;
  z-index: 1;
}
aside .sidebar-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 160px;
  padding: 135px 20px 80px 0;
}
@media (max-width: 992px) {
  aside .sidebar-content {
    position: relative;
    height: auto !important;
    width: 100%;
    padding: 40px 0;
  }
}
aside .sidebar-content:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 5000px;
  height: 100%;
  background: #fff;
}
aside .sidebar-content > * {
  position: relative;
}
aside nav ul {
  list-style: none;
  margin: 0;
  padding :0;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1.6px;
}
aside nav ul li {
  padding-bottom: 15px;
}
aside nav ul li.sub-item {
  padding-left: 25px;
}
aside nav ul li:last-child {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  aside nav ul li {
    padding: 10px 20px;
    border-bottom: 2px solid #EAECED;
  }
  aside nav ul li:last-child {
    border-bottom: 0 none;
  }
}
aside nav ul li a {
  color: #1b1f23;
  font-weight: 500;
  line-height: 13px;
}
aside nav ul li a:hover,
aside nav ul li a:focus,
aside nav ul li a.active {
  color: #7f8c8d;
}
aside nav ul li.active a {
  color: #7f8c8d;
}
aside nav ul li.active a:hover,
aside nav ul li.active a:focus,
aside nav ul li.active a.active {
  color: #7f8c8d;
}
aside .bottom-box {
  position: absolute;
  bottom: 80px;
  padding-right: 20px;
}
aside .bottom-box [class*="fui-"] {
  font-size: 24px;
  font-weight: normal;
  color: #2c3e50;
}
@media (max-width: 992px) {
  aside .bottom-box {
    display: none;
  }
}
@media (max-width: 992px) {
  aside .container {
    padding: 0;
  }
  aside .container nav > ul {
    padding: 0;
  }
}
#lien-cache a {
  visibility: hidden;
  width:0px;
  height: 0px;
}

