

@font-face{
    font-family: 'Montserrat-Regular';
    src : url('../fonts/Montserrat/Montserrat-Regular.ttf');
}

@font-face{
    font-family: 'Montserrat-Light';
    src : url('../fonts/Montserrat/Montserrat-Light.ttf');
}

@font-face{
    font-family: 'Montserrat-Bold';
    src : url('../fonts/Montserrat/Montserrat-Bold.ttf');
}

@font-face{
    font-family: 'Montserrat-Bold';
    src : url('../fonts/Montserrat/Montserrat-Bold.ttf');
}

@font-face{
    font-family: 'Montserrat-BoldItalic';
    src : url('../fonts/Montserrat/Montserrat-BoldItalic.ttf');
}

body{
  background: #fbfbfb !important;
  font-family: 'Montserrat-Regular' !important;
}

.txt-light{
  font-family: 'Montserrat-Light' !important;
}

.txt-regular{
  font-family: 'Montserrat-Regular' !important;
}

.txt-bold{
  font-family: 'Montserrat-Bold' !important;
}

.no-margin{
  margin: 0px !important;
}

.no-padding{
  padding: 0px !important;
}

.full{
  width: 100%;
}

.content{
  max-width: 1100px;
  margin: 0 auto;
}

.navbar{
  background: #d8d8d8 !important;
}

.navbar-nav{
  margin: 0 auto;
}

.langue{
  margin-top: 35px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.slide img{
  width: 100%;
}

.title-home{
  font-family: 'Montserrat-BoldItalic' !important;
}

.title{
  font-family: 'Montserrat-Bold' !important;
  color: #f38204;
  text-transform: uppercase;
}
.owl-theme a{
  text-decoration: none;
}

.link{
  color: #f38204;
  text-decoration: none;
}
.info_marche{
  background: #FFF;
  padding: 10px;
}

.info_marche p{
  padding-top: 10px;
  color: #2b2b2b;

}

p{
  text-align: justify;
}

.bg-orange{
  background: #f38204;
}

.big_txt{
  font-family: 'Montserrat-Bold' !important;
  color: #f38204;
  font-size: 4rem;
}

.info_overlay{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  transition: all ease-in 0.3s;
}

.info_overlay:hover{
  opacity: 1;
}

.info_overlay:hover .overlay_txt{
  bottom: 0px;
}

.overlay_txt{
  position: absolute;
  bottom: -200px;
  width: 100%;
  padding: 50px;
  color: #FFF;
  padding-bottom: 20px;
  transition: all ease-in 0.3s;
}

.overlay_txt .link{
  position: absolute;
  bottom: 20px;
  right: 50px;
}

footer{
  background: #2a2a2a;
  color: #FFF;
  padding: 20px;
  padding-top: 40px;
  font-size: 12px;
}

.footer_title{
  font-size: 14px;
}

.footer_menu a{
  color: #FFF;
  text-decoration: none;
}

.footer_menu p{
  margin-bottom: 5px;
}

.footer_menu a:hover{
  color: #CCC;
}

.btn-cca{
  background: #f38204 !important;
  background-color: #f38204 !important;
  color: #FFF !important;
  border-color: #f38204 !important;
}

.text_zone{
  position: absolute;
  bottom: 50px;
  z-index: 999;
  left: 50px;
  color: #FFF;
  font-size: 32px;
}

.text_zone .link{
  font-size: 17px;
}

.text_zone .slide_title{
  font-size: 55px;
  margin-bottom: 30px;
}

.text_zone_mobile{
  position: absolute;
  bottom: 10px;
  z-index: 999;
  left: 10px;
  color: #FFF;
  font-size: 1rem;
}

.icn_rs{
  margin-top: 10px;
}
.icn_rs img{
  height: 25px;
  margin: 10px;
  opacity: 0.8;
}

.icn_rs img:hover{
  opacity: 1
}

.cycle-pager{
    position: absolute;
    z-index: 820;
    bottom: 50px;
    right: 5%;
    content: ""
}

.cycle-pager span{
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.6);
  text-align: center;
  margin: 2px;
  color: #FFF;
  line-height: -10px;
}

.cycle-pager .cycle-pager-active{
  height: 10px;
  width: 40px !important;
  border-radius: 5px;
  background: #FFF
}

.nav-link.active{
  color: #f38204 !important;
}

.page_header{
  position: relative;
}

.header_overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
  box-sizing: border-box;
  text-align: center;
  color: #FFF;
  font-size: 2.5rem;
  font-family: 'Montserrat-Bold';
}

.diviser div{
  margin-bottom: -25px;
}
.diviser{
  display: inline-block;
  width: 100px;
  height: 5px;
  background: #FFF;
  border-radius: 8px;
}

.media_overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 99;
}

.player_icn{
  position: absolute;
  text-align: center;
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: -35px;
  z-index: 999;
  cursor: pointer;
}

.player_icn img{
  height: 70px;
  width: 70px !important;
  transition: all ease-in 0.3s;
  transform: scale(1);
}

.player_icn img:hover{
  transform: scale(1.1);
}

.spacer{
  height: 100px;
}

.relative{
  position: relative;
}

.relative div{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.rounded-4{
  border-radius: 10px !important;
}

.bt{
  color: #FFF;
  font-size: 1.2rem;
  font-family: 'Montserrat-Bold';
  cursor: pointer;
}

.bt:hover{
  opacity: 0.9;
}

.mt-6{
  margin-top: 50px !important;
}

.bt img{
  margin-right: 15px;
}

.invest_bx{
  color: #FFF;
  background: #f38307;
  min-height: 257px;
  font-size: 25px;
}
