/*====================== GENERAL CSS =============================*/

/*=================================================================
  Website's fundations
==================================================================*/
@font-face {
	font-family: Futura PT;
	src: url(/css/fonts/futura-pt-extrabold.otf);
}
@font-face {
	font-family: Futura LT Book;
	src: url(/css/fonts/FuturaLT-Book.ttf);
}

@font-face{
	font-family: Futura PT Bold;
	src: url(/css/fonts/futura-pt-bold.otf);
}

html {
  color: #ffffff;
}

body {
  font-family: "Futura LT Book", sans-serif;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  background-color: #353b43;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Futura PT Bold", sans-serif;
  color: #f8b500;
}

h1, h2, h3{
	font-family: "Futura PT", sans-serif;
}

p {
  font-family: "Futura LT Book", sans-serif;
  font-size: 16px;
}

/*=================================================================
  Icons
==================================================================*/
@font-face{
	font-family:"Font Awesome 5 Brands";
	font-style:normal;
	font-weight:normal;
	font-display:auto;
	src:url(/css/fonts/fa-brands-400.woff2)
}

@font-face{
	font-family:"Font Awesome 5 Free";
	font-style:normal;
	font-weight:900;
	font-display:auto;
	src:url(/css/fonts/fa-solid-900.woff2)
}

.fa,.fab,.fal,.far,.fas{
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:1
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}

.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}

.fa,.far,.fas{font-family:"Font Awesome 5 Free"}

.fa,.fas{font-weight:900}

.far{font-weight:400}

.fab{font-family:"Font Awesome 5 Brands"}

.fa-facebook-square:before{content:"\f082"}

.fa-instagram:before{content:"\f16d"}

.fa-angle-down:before{content:"\f107"}

.fa-chevron-left:before{content:"\f053"}

.fa-chevron-right:before{content:"\f054"}

.fa-map-marker-alt:before{content:"\f3c5"}

.fa-home:before{content:"\f015"}

/*=================================================================
  Basic Setup
==================================================================*/
.row:before, .row:after {display: none !important;}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #f8b500;
}

::selection {
  color: #fff;
  background: #f8b500;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #fff;
  -webkit-transition: all .4s ease-in 0s;
  transition: all .2s ease-in 0s;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #f8b500;
}

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

.btn {
  background-color: transparent;
  color: #fff;
  padding: 10px 10px;
  border-radius: 0;
  -webkit-transition: all .4s ease-in 0s;
  transition: all .3s ease-in 0s;
}

.btn:focus {
  color: #ddd;
}

.btn-transparent {
  border: 1px solid #f8b500;
}

.btn-transparent:hover, .btn-transparent:focus {
  background-color: #f8b500;
  border: 1px solid transparent;
  color: #fff;
}

.border {
  border-top: 2px solid rgba(236, 239, 241, 0.07);
  height: 1px;
  margin: 15px auto 0;
  position: relative;
  width: 30%;
}

.border:before {
  background-color: #fff;
  content: '';
  height: 6px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: -4px;
  width: 50px;
  background-color: #f8b500;
}

.color {
  color: #f8b500;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.section {
  padding: 100px 0;
}

.bg-one {
  background-color: #353b43
}

.bg-dark {
  background: #242930
}

@media (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

.title {
  padding-bottom: 60px;
}

.title h2 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 38px;
  color: #fff;
}

.section-bg {
  background: #242930;
}

.overly {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.overly:before {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slick-slide {
  outline: none;
}

/* CSS mfp-with-zoom class */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.logo {
  margin-top: 10px;
  display: inline-block;
}

.slick-dots li.slick-active button:before{
	color: #F8B500;
	opacity: 1;
}

.slick-dots li button:before {
	color: #ccc;
	opacity: 1;
}

.slick-next{
	right: -10px;
}

.slick-prev{
	left: -10px;
}

@media (max-width: 767px) {
  .parallax {
    background-attachment: initial!important;
	background-position: center center;
  }
}

.parallax::before{
	background: rgba(42, 48, 55, 0.7);
}

img{
	opacity: 0;
	-webkit-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}

.loaded{
	opacity: 1;
	transform: scale(1);
}

.mfp-img{
	opacity: 1;
	transform: scale(1);
}

.title{
	position: relative;
}

.hero-area:before {
  content: '';
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.equal-height{
	height: 100%;
	padding-bottom: 5px!important;
}

.equal-height-col{
	padding-top: 20px;
	padding-bottom: 20px;
}


.member-photo, .media-wrapper{
	background-repeat: no-repeat;
	background-size: cover;
}
/*=================================================================
  Navigation
==================================================================*/
#navigation{
	position:fixed;
	z-index:10000;
	width: 100%;
	top: 0;
}

.nav-custom{
	margin-top: 19px;
}

.navigation {
  background-color: rgba(0, 0, 0, 0.63);
  width: 100%;
  margin-bottom: 0;
  padding: 5px;
  height: 100px;
}

.navigation .logo {
  padding: 0;
  height: auto;
  margin-top: 0px;
  position: absolute;
  top: 6px;
  left: 20px;
}

.navigation .logo img {
  height: auto;
  width: 150px;
}

.navigation .navigation-menu li.active a {
  color: #F8B500;
}

.navigation .navigation-menu li a {
  font-size: 16px;
  color: #ffffff;
}

.navigation .navigation-menu li a:hover, .navigation .navigation-menu li a:focus {
  background: transparent;
  color: #F8B500;
}

.navbar-toggle {
  border: 1px solid #fff;
  border-radius: 0;
  margin-right: 100px;
}

.navbar-toggle span{
	border: 1px solid white;
}

.navbar-margin-right{
	margin-right: 50px!important;
}

.nav-color{
	color: #f8b500!important;
	font-family: "Futura PT bold";
}

.nav-color:hover{
	color: white!important;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}


.social-icon{
	display: inline-block;
	position: absolute;
	top: 34px;
	right: 65px;
}

.social-icon ul {
  text-align: center;
}

.social-icon ul li:hover a {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.social-icon ul li:hover a i {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.social-icon ul li a {
  border: 1px solid transparent;
  display: block;
  height: 30px;
  width: 30px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}


.social-icon ul li a i {
  display: inline-block;
  font-size: 32px;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=30);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}

.main-nav{
	display: inline-block;
	font-size: 16px;
	padding: 15px;
}

.ul-navbar-left{
	border-right: 2px solid #F8B500;
}

@media (max-width: 767px){
	.ul-navbar-left{
		border-right: 0px;
		border-bottom: 2px solid #F8B500;
	}
}

.main-nav:hover, .language:hover{
	color: #f8b500;
}

@media (max-width: 767px){
	.main-nav{
		padding: 0px;
	}
	
	.navigation .logo {
		padding: 0;
	}
}

.language{
	position: absolute;
	top: 30px;
	right: 0px;
	font-size: 15px;
	display: inline-block;
	width: 70px;
}

.menu > li > a {
  color: #fff;
  display: inline-block;
  padding: 10px 10px;
  padding-bottom: 40px;
  text-decoration: none;
}

.menu li{
	text-align: center;
}

.menu ul {
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  top: 69px;
  width: 100%;
}

.menu li:hover ul {
  height: auto;
  background-color: rgba(0, 0, 0, 0.63);
  color: #F8B500;
  opacity: 1;
  transform: translateY(0);
}

.menu ul a {
  color: #fff;
  border-top: 1px solid rgba(248, 181, 0, 0.7);
  display: block;
  padding: 5px 20px;
}

.menu ul a:hover {
  color: #F8B500;
}

.droptext:hover{
	color: #F8B500;
}

@media (max-width: 1380px){
	.nav-custom{
		padding-right: 120px;
	}
}

@media (max-width: 992px){
	.nav-custom{
		padding-top: 0px;
		margin-top: 15px;
		padding-right: 100px;
	}
	.navigation{
		height: 80px;
	}
	.navigation .logo img {
		height: auto;
		width: 110px;
	}
	.language{
		top: 25px;
	}
	.menu ul {
		top: 54px;
	}
	.social-icon{
	top: 28px;
	}
	
}

@media (max-width: 880px){
	.nav > li > a{
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media (max-width: 820px){
	.nav-custom{
		padding-right: 130px;
	}
}

@media (max-width: 767px){
	.navigation{
		height: auto;
	}
	.navigation .logo img {
		height: auto;
		width: 90px;
	}
	.language{
		top: 15px;
	}
	.menu ul {
		top: 46px;
	}
	.navbar-toggle{
		margin-right: 150px;
	}
	.social-icon{
	top: 15px;
	}
}

/*=================================================================
 Contact
==================================================================*/

.contact-us {
  padding-top: 50px;
}

.contact-form {
  margin-bottom: 60px;
}

.contact-form .form-control {
  background-color: transparent;
  border: 1px solid rgba(236, 239, 241, 0.3);
  height: 45px;
}

.contact-form textarea.form-control {
  padding: 10px;
  height: 120px;
}

.contact-form input:hover,
.contact-form textarea:hover,
.contact-form select:hover,
.contact-form select:active,
#contact-submit:hover {
  border-color: #f8b500;
}

#contact-submit {
  border: 1px solid rgba(236, 239, 241, 0.07);
  background: #f8b500;
  padding: 12px 0;
  width: 100%;
  margin: 0;
  color: black;
}

.contact-info p {
  margin-bottom: 25px;
  text-align: justify;
}

.con-info {
  margin-bottom: 20px;
}

.con-info svg,
.con-info span {
  float: left;
}

.con-info span {
  margin: 0 0 0 15px;
}

.form-control {
  background-color: #2f383d;
  border-radius: 0;
  padding: 5px 10px;
  border: 0 none;
  color: rgba(255,255,255,0.7);
}

.form-control:focus {
  box-shadow: 0 0 0;
}

.form-control::-webkit-input-placeholder {
  /*  Chrome, Safari, Opera  */
  color: rgba(255,255,255,0.7);
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255,255,255,0.7);
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255,255,255,0.7);
}

.form-control:-ms-input-placeholder {
  /*  Internet Explorer  */
  color: rgba(255,255,255,0.7);
}

.error {
  display: none;
  padding: 10px;
  color: #D8000C;
  border-radius: 4px;
  font-size: 15px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 18px;
  padding: 10px;
}

select{
	background-color: transparent;
	height: 45px;
	width: 100%;
	border: 1px solid rgba(236, 239, 241, 0.3);
	padding: 6px;
	color: rgba(255, 255, 255, 0.7);
}

select:active,
select:focus,
select:focus:active {
  outline: 0;
  box-shadow: none;
}

option{
	background-color: #242930;
	color: rgba(255, 255, 255, 0.7);
}
/*=================================================================
 Footer
==================================================================*/

.copyright-logo img{
	margin: auto;
}

/*====================== ACCUEIL CSS =============================*/

/*=================================================================
  Preloader
==================================================================*/

.lds-default {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-default div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #F8B500;
  border-radius: 50%;
  -webkit-animation: lds-default 1.2s linear infinite;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
     -webkit-transform: scale(1);
	 transform: scale(1);
  }
  50% {
     -webkit-transform: scale(1.5);
	 transform: scale(1.5);
  }
}

#preloader {
  background: #242930;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

/*=================================================================
  One page 
==================================================================*/
.hero-area .block .btn-transparent {
	width: 260px;
    border: 2px solid #fff;
    padding: 14px 50px;
    font-size: 24px;
    letter-spacing: 2px;
	margin: 30px;
	margin-top: 40px;
	font-family: "Futura PT Bold", sans-serif;
}

.hero-area {
  background-image: url("../images/first_page/accueil-min.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 85vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px){
	.hero-area{
		height: 80vh;
	}
}

.hero-area .block {
  text-align: center;
  z-index: 0;
  margin-top: 50px;
}

@-webkit-keyframes video-button{
	from {
		top: 65vh;
		opacity:0;
	}
	5%{
		top: 65vh;
		opacity:0;
	}
	25%{
		top: 66vh;
		opacity:1;
	}
	75% {
		top:68vh;
		opacity:1;
	}
	95%{
		top:69vh;
		opacity:0;
	}
	to{
		top:69vh;
		opacity:0;
	}
}

@keyframes video-button{
	from {
		top: 65vh;
		opacity:0;
	}
	5%{
		top: 65vh;
		opacity:0;
	}
	25%{
		top: 66vh;
		opacity:1;
	}
	75% {
		top:68vh;
		opacity:1;
	}
	95%{
		top:69vh;
		opacity:0;
	}
	to{
		top:69vh;
		opacity:0;
	}
}

.hero-area .block .video-button {
  background: transparent;
  position: absolute;
  left: 50%;
  top: 65vh;
  margin-left: -32.5px;
  -webkit-animation: video-button linear 1.5s infinite;
          animation: video-button linear 1.5s infinite;
}

/*=================================================================
  About us section
==================================================================*/
.about{
	padding-top: 50px;
}

.about-1-block{
	min-width: 280px;
}

.about .block {
  background: #242930;
  padding: 30px;
  border-bottom: 2px solid transparent;
  -webkit-transition: .5s all;
  transition: .5s all;
  margin-bottom: 20px;
}

.about .block:hover {
  border-bottom: 2px solid #f8b500;
}

.about .block:hover .icon-box {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.about .block .icon-box {
  position: relative;
  width: 160px;
  height: 92.38px;
  background-color: transparent;
  margin: 46.19px auto 60px;
  padding: 20px 0;
  border-left: 2px solid rgba(236, 239, 241, 0.07);
  border-right: 2px solid rgba(236, 239, 241, 0.07);
  font-size: 50px;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
}

.about .block .icon-box:after, .about .block .icon-box:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 113.14px;
  height: 113.14px;
  background-color: inherit;
  left: 20.4315px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
          transform: scaleY(0.5774) rotate(-45deg);
}

.about .block .icon-box:before {
  top: -56.5685px;
  border-top: 2px solid rgba(236, 239, 241, 0.07);
  border-right: 2px solid rgba(236, 239, 241, 0.07);
}

.about .block .icon-box:after {
  bottom: -56.5685px;
  border-bottom: 2px solid rgba(236, 239, 241, 0.07);
  border-left: 2px solid rgba(236, 239, 241, 0.07);
}

.about .block .icon-box h3 {
  color: #afbac4;
}
/*=================================================================
  About us 2 section
==================================================================*/
.about-2 .content-block {
  padding: 20px;
}

.about-2 .content-block .media {
  margin-top: 25px;
}

.about-2 .content-block .media svg {
  vertical-align: bottom;
  display: inline-block;
  margin-top: 4px;
}

.about-2 .content-block h2{
	text-align: center;
}

.about-2 .content-block .media h4 {
  font-weight: 600;
  display: inline-block;
  padding-left: 5px;
  transition: color 0.2s ease-in-out;
}

.content-block p{
	text-align: justify;
}

.about-team-link:hover svg {
	color: #f8b500;
}

.about-team-link:hover h4{
	color: #ffffff;
}

/*=================================================================
  Chiffres
==================================================================*/
.chiffre-block{
	min-width: 300px;
}

.counters-item {
  padding: 25px 0;
  margin-bottom: 10px;
  background: #242930;
}

.counters-item i {
  margin-bottom: 10px;
  font-size: 40px;
  display: inline-block;
}

.counters-item span {
  display: block;
  font-weight: bold;
  font-size: 35px;
  line-height: 50px;
}

.counters-item h3 {
  font-size: 20px;
  margin: 0;
}

/*=================================================================
  Testimonial section
==================================================================*/

.client-info {
  margin: 0 auto;
  width: 45%;
}

@media (max-width: 767px) {
  .client-info {
    width: 90%;
  }
}

.client-comment p {
  font-size: 18px;
}

.client-thumb img {
  border-radius: 50%;
  margin: 0 auto;
  max-width: 115px;
  width: 100%;
}

.client-meta {
  margin: 0 0 10px;
}

.client-meta h3 {
  margin: 15px 0 5px .0;
}

.client-meta span {
  font-size: 12px;
}

.our-clients {
  margin: 30px 0 0;
}

#our-clients .item img {
  max-width: 150px;
  width: 100%;
}

#our-clients .item {
  margin: 10px;
}

.bg-testimonial {
  background-image: url("../images/testimonials/bg-testimonials-min.jpg");
}


/*=================================================================
  Our Team
==================================================================*/
.team-block{
	 max-width: 400px;
	 min-width: 200px;
}

.team-member {
  background-color: #242930;
  margin-bottom: 10px;
}

.member-photo {
  overflow: hidden;
  position: relative;
}

.member-photo:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.member-photo img {
  -webkit-transition: transform 0.4s ease, opacity 1s ease;
  transition: transform 0.4s ease, opacity 1s ease;
}

@media (max-width: 767px) {
  .member-photo img {
    display: inline-block;
  }
}

.member-meta {
  padding: 15px;
  padding-bottom: 0px;
}

.member-meta h4 {
  margin: 0 0 5px;
}

.member-meta span {
  color: #C0C0C0;
  font-style: italic;
}

.member-meta p{
	margin-top: 5px;
	text-align: justify;
}


/*====================== LOCATAIRE CSS =============================*/

/*=================================================================
  One page 
==================================================================*/
.locataire {
  background-image: url("../images/first_page/rent-min.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 40%;
  height: 50vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-area .block {
  text-align: center;
  z-index: 0;
  margin-top: 50px;
}

.hero-area .block h1 {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 700;
}

.hero-area .block p {
  color: #fff;
  font-size: 20px;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 991px){
	.hero-area .block h1{
	  font-size: 25px;
	  
	}
	
	.hero-area .block p {
	  font-size: 18px;
	}
}

@media (max-width: 767px){
	.hero-area .block h1{
	  font-size: 20px;
	  
	}
	
	.hero-area .block p {
	  font-size: 14px;
	}
}

@media (max-width: 480px) {
  .hero-area .block h1 {
    font-size: 20px;
  }
}

/*=================================================================
  Locations
==================================================================*/
.block-annonce{
	width: 380px;
}

.portfolio-filter {
  margin-bottom: 40px;
  text-align: center;
}

.portfolio-filter button {
  border: none;
  outline: none;
  border: 1px solid white;
  background: transparent;
  display: inline-block;
  padding: 6px 20px;
  font-weight: 700;
  color: white;
  -webkit-transition: .3s all;
  transition: .3s all;
  margin-bottom: 5px;
  width: 100px;
}

.portfolio-filter button.mixitup-control-active {
  border: 1px solid #f8b500;
  color: #f8b500;
}

.imgs-annonce .custom-slick-next, .imgs-annonce .custom-slick-prev{
	position: absolute;
	top: 50%;
	z-index: 1000;
	background: transparent;
	border: none;
	cursor: pointer;
	outline: 0;
	font-size: 20px;
	text-shadow: -2px 0px #242930, 0px 2px #242930, 2px 0px #242930, 0 -2px #242930;
	opacity: 0.75;
}

.imgs-annonce .custom-slick-prev{
	left: 0px;
}

.imgs-annonce .custom-slick-next{
	right: 0px;
}

.imgs-annonce .custom-slick-prev:hover, .imgs-annonce .custom-slick-next:hover{
	opacity: 1;
}

.imgs-annonce div img{
	height: 300px;
	width: 100%;
}

.annonce{
	background-color: #242930;
	border: 1px solid rgba(248, 181, 0, 0.5);
	margin-bottom: 10px;
	height: 450px;
}

.padding-annonce{
	padding: 0 5px 5px 5px;
}

.ville{
	color: #C0C0C0;
	display: inline-block;
	width: 50%;
}

.ville svg{
	vertical-align: bottom;
	margin-bottom: 3px;
}

.nb-people{
	float: right;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
}

.nb-people svg{
	vertical-align: bottom;
	margin-bottom: 3px;
}

.review{
	margin-left: 2px;
}

.review svg{
	vertical-align: bottom;
	margin-bottom: 3px;
}

.prix-location{
	font-family: "Futura PT bold";
	display: inline-block;
	margin-top: 5px;
}

.title-location{
	font-family: "Futura PT bold";
	float: right;
	vertical-align: top;
	margin-top: 5px;
	width: 80%;
	height: 40px;
}

.italic-link{
	font-style: italic;
}

.italic-link:hover{
	color: white;
}

.imgs-annonce div{
	background-repeat: no-repeat;
	background-size: cover;
}

/*=================================================================
  Best-seller
==================================================================*/
.bs-section{
	padding-bottom: 0px;
}

.bs-block a:before{
	-webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  content: '';
  z-index: 10;
}

.bs-block {
	overflow: hidden;
    position: relative; 
	min-width: 20px;
}

.bs-block a {
  display: block;
  width: 100%;
  height: 100%;
}

.bs-block img {
  display: block;
  width: 100%;
  height: 100%;
}

.bs-img-row:hover .bs-block a:before{
	opacity: 1
}

.bs-img-row:hover .bs-block:hover a:before{
	opacity: 0
}

.bs-block:hover a{ 
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.bs-title {
  background-color: #353b43;
  padding: 30px 0 20px;
}

@media (max-width: 767px){
	.bs-title{
		padding: 5px 0 5px;
	}
}

.bs-title h3 {
  color: #f8b500;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.bs-main-info {
  padding: 10px 0;
  font-weight: bold;
  font-size: 18px;
  padding-left: 40%;
  text-align: left;
}

@media (max-width: 576px){
	.bs-main-info {
		padding-left: 35%;
	}
}

.bs-main-info svg{
	margin-right: 10px;
}

.bs-details{
	text-align: justify;
	padding: 30px;
}

.bs-section li:nth-child(2n) {
  background-color: #353b43;
}

.bs-section .bs-btn {
  text-transform: uppercase;
  background-color: #242930;
  height: 100%;
  display: block;
}

.bs-section svg{
	vertical-align: bottom;
}

.bs-btn a{
	background-color: #353b43;
}

.btn-bs{
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
}

.bs-img-row div{
	background-repeat: no-repeat;
	background-size: cover;
}

.bs-img-1{
	background-image:url('../images/best-seller/best-seller1-lazy.jpg');
	border-bottom: 1px solid black;
	border-right: 2px solid black;
}

.bs-img-2{
	background-image:url('../images/best-seller/best-seller2-lazy.jpg');
	border-top: 1px solid black;
	border-bottom: 0;
	border-right: 1px solid black;
}

.bs-img-3{
	background-image:url('../images/best-seller/best-seller3-lazy.jpg');
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 2px solid black;
}

@media (max-width: 1520px){
	.hidden-on-medium{
		display: none;
	}
}

@media (max-width: 1200px){
	.bs-img-1{
		border-bottom: 1px solid black;
		border-right: 2px solid black;
	}

	.bs-img-2{
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		border-right: 2px solid black;
	}

	.bs-img-3{
		border-top: 1px solid black;
		border-left: 0;
		border-right: 2px solid black;
	}
	
	.hidden-on-medium{
		display: block;
	}
}

@media (max-width: 925px){
	.hidden-on-medium{
		display: none;
	}
}

@media (max-width: 767px){
	.bs-img-1{
		border-bottom: 1px solid black;
		border-right: 0;
	}

	.bs-img-2{
		border-top: 1px solid black;
		border-right: 1px solid black;
		border-right: 0;
	}

	.bs-img-3{
		border-top: 1px solid black;
		border-left: 1px solid black;
		border-right: 0;
	}
	
	.hidden-on-medium{
		display: block;
	}
}
/*=================================================================
  Activités
==================================================================*/

.post-block {
  background-color: #242930;
  margin-bottom: 10px;
  position: relative;
}

.post-block .content {
  padding-bottom: 40px;
}

.post-block .content h3 {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
  padding: 20px;
  padding-bottom: 0;
}

.all-post {
  margin-top: 50px;
  position: relative;
}

.bg-3 {
  background-image: url("../images/activities/bg-activities-min.jpg");
}

.post-block .content .activities-description{
	padding: 20px;
	padding-top: 0;
	
}

#activities article{
	min-width: 320px;
	max-width: 450px;
}

.activities-btn{
	border-top: 1px solid rgba(248, 181, 0, 0.5);
	position: absolute;
	top: 87%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	width: 100%;
	font-style: italic;
	font-size: 14px;
}

.post-block .content p{
	text-align: justify;
}


/*====================== PROPRIETAIRE CSS =============================*/

/*=================================================================
  One page 
==================================================================*/

.proprio {
  background-image: url("../images/first_page/owner-min.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 35%;
  height: 50vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*=================================================================
  Services section
==================================================================*/
.service-block {
  padding: 40px 20px 20px 10px;
  border-left: 1px solid rgba(248,181,0, 0.2);
  border-top: 1px solid rgba(248,181,0, 0.2);
  margin-bottom: 40px;
  box-shadow: 2px 2px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(255, 255, 255, 0.7);
  background-color: #353b43;
  padding-bottom: 0px!important;
}

.service-block p{
	margin: 0;
}

.service-block .service-icon {
  font-size: 50px;
}

#services article{
	min-width: 350px;
}

/*=================================================================
  Tarif section
==================================================================*/
.section-tarif{
	padding-bottom: 0px!important;
}

.section-tarif .content-block{
	padding: 20px;
}

.section-tarif .content-block h2{
	text-align: center;
}

.section-tarif .content-block p{
	text-align: justify;
}

.section-tarif .content-block h4{
	font-size: 22px;
}

.tarif {
  font-family: "futura LT light";
  width: 100%;
  font-size: 15px;
  margin-bottom: 20px;
  border: 1px solid rgba(248, 181, 0, 0.7);
}

.tarif .value {
  color: #f8b500;
  font-size: 25px;
}

.btn-tarif{
	background-color: #353b43;
}

.tarif-row .add{
	font-size: 80px;
	text-align: center;
	margin-top: 130px;
}

.main-tarif{
	font-size: 20px!important;
}

.tarif-btn{
	padding-top: 40px;
	margin: auto;
}