@font-face {
  font-family: Arkibal;
  src: url(../fonts/Arkibal.otf);
}

#nav-bar {
  background-color: rgba(0, 0, 0, 0.5);
}

#top-bar {
  background-color: rgba(0, 0, 0, 0.7);
}

#top-bar * {
  color: #fff;
}

#top-bar ul li, #top-bar ul li a, #top-bar .module{
  font-size: 18px;
}

.home-banner h2 {
  font-size: 50px;
  text-shadow: 0 0 20px #000;
}

.home-banner h4 {
  padding-left:0;
  padding-right:0;
}

#top-bar a:hover {
  color: rgb(128, 128, 128);
}

#page-title h2, .home-banner h2, .home-banner h4 {
  color: #fff;
  text-shadow: 0 0 20px #000;
}

ul.nav.nav-primary li a {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arkibal;
}

.font-secondary {
  font-family: Arkibal;
}

#nav-bar a {
  font-size: 14px;
  font-family: arkibal;
}

#nav-bar .logo {
  max-height: 70%;
}

footer h1 {
  font-size:100%;
  display: inline-block;
  color: inherit;
  margin: inherit;
}

.widget-logo .logo {
  max-width: 100%;
}

.section-estimation {
  padding: 10px 0;
  background-image: url(../img/estimation-bg.jpg);
  background-position: center center;
}

.section-estimation.fixed {
  position:fixed;
  bottom:0;
  z-index:999
  ;width:100%;
}

.section-estimation .btn {
  margin-top: 5px;
  border-radius: 5px;
  display: inline-block;
  font-size: 18px;
  border: 5px solid rgb(204, 85, 0);
}

.section-double h2 {
  color: rgb(204, 85, 0);

}

.section-estimation .btn:hover {
  color: #000;
  background-color: #fff;
  border-color:#fff;
}

.btn.btn-orange {
  background-color: rgb(204, 85, 0) !important;
  border: 5px solid #fff;
}

.section-estimation .text {
  margin: 10px 0;
  font-size: 18px;
}

.icon-color {
  color: rgb(204, 85, 0);
}


.contour {
  text-shadow:
    -1px -1px 1px rgb(204, 85, 0),
    1px -1px 1px rgb(204, 85, 0),
    -1px 1px 1px rgb(204, 85, 0),
    1px 1px 1px rgb(204, 85, 0) !important;
}

.feature.feature-3 {
  border: 3px solid transparent;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.75);
}

.feature.feature-3:hover {
  border: 3px solid rgb(204, 85, 0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.underline::before {
  top: 40px;
    content: "";
    height: 2px;

    margin: auto;
    position: absolute;
    width: 55px;
    background: rgb(204, 85, 0);
}

.background-parallax {
  background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay-gradient::before {
  content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: -1;
background: url(../img/gradient-overlay.png) repeat-y left 0;
}

#page-title {
  padding-top:150px;
}

address {
  font-size:18px;
}

address strong {
  font-size:22px;
}

ul.footer-ul li, ul.footer-ul li i {
  padding: 10px 0;
  font-size:18px;
}

footer h6 {
  font-size: 24px !important;
}

footer a:hover {
  color: rgb(175, 175, 175);
}

.box-shadow {
  box-shadow: 0 0 20px #000, 0 0 20px #000;
}

.home-banner h4.hover:hover  {
  color: rgb(177, 177, 177);
}

#page-title {
  background-size:cover;
}

.three-pictures p {
  margin-top: 20px;
  font-size: 40px;
  color: rgb(204, 85, 0);
}

header.sticky #nav-bar {
  z-index: 9999;
}

.text-entreprise {
  font-size: 20px !important;
}

.logo-wrapper h2, .widget-logo h2 {
  color: #fff;
  font-weight: bold;
}

.section-double p {
  font-size: 20px;
}

.logo-wrapper h2 {
  font-size: 18px;
}

@media (max-width:1170px) and (min-width:991px) {
  .section-double.entrepreneur .content {
    padding-top:200px;
  }
}

@media (min-width:991px) and (max-width:1303px) {
  #nav-bar a {
    font-size: 12px;
  }

  .logo-wrapper h2 {
    font-size: 14px;
  }
.nav-primary > li > a {
  padding: 0 5px;
}

}

@media (max-width:992px) {
  .show-mobile {
    display: block;
  }
  #nav-bar a {
    font-size: 12px;
  }

  .img-padding {
    padding-top:0 !important;
  }

  .no-mobile {
    display: none;
  }

  .background-parallax {
    background-attachment: scroll;
  }
}



@media (min-width:993px) {
  .show-mobile {
    display: none;
  }

  .no-mobile {
    display: block;
  }

  .widget-logo h2 {
    margin-top: 90px;
  }


}

@media (max-width:991px) {
  .underline::before {
    top:40px;
  }
  .nav-primary {
    background-color: rgba(0, 0, 0, 0.5);
  }
  footer .text-right {
    text-align: center;
  }

  footer .text-left {
    text-align: center;
  }
}

@media (max-width:768px) {
  .section-estimation .text {
    display: none;
  }

  .logo-wrapper h2 {
    font-size: 14px;
  }
}

@media (max-width:450px) {
  .logo-wrapper h2 {
    font-size: 8px;
  }
}

@media (max-width:341px) {
  .logo-wrapper h2 {
    display: none;
  }
}

@media (max-width:325px) {
  #about .underline::before {
    top:85px;
  }
}


.cd-image-container {
  position: relative;
  width: 90%;
  max-width: 768px;
  margin: 0em auto;
  margin-top:10px;
  margin-bottom:10px;
}
.cd-image-container img {
  display: block;
}

.cd-image-label {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 0;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: rgb(204, 85, 0) url("../img/entrepreneur/cd-arrows.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #445b7c;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}
