/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}











ul.sub-menu {
    /* padding: 0; */
    display: inline-block;
}




.sfm-navicon, .sfm-navicon:after, .sfm-navicon:before, .sfm-sidebar-close:before, .sfm-sidebar-close:after {
    height: 2px !important;
}


.sfm-style-full .sfm-sidebar-close {
    left: auto;
    right: 0px;
    font-size: 18px;
    font-weight: 700;
}

.sfm-toggle-hover .sfm-sidebar-close {
    display: block;
    margin-right: 80px;
    margin-top: 30px;
}
/*------------------------------------*\
    CONTACT
\*------------------------------------*/



.contact button {
  overflow: visible;
}

.contact button, .contact select {
  text-transform: none;
}

.contact button, .contact input, .contact select, .contact textarea {
  color: #5A5A5A;
  font: inherit;
  margin: 0;
}

.contact input {
  line-height: normal;
}

.contact textarea {
  overflow: auto;
}

.contact #container {

  max-width: 768px;
  margin: 60px auto;
  position: relative;
}

.contact form {
  padding: 37.5px;
  margin: 0px 0;
}



.contact .underline {
  border-bottom: solid 2px #ffffff;
  margin: -0.512em auto;
  width: 80px;
}

.contact .icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.contact .icon {
    display: block;
    fill: #474544;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 50px;
}

.contact .email {
	float: right;
	width: 45%;
}
.contact textarea#message_input {
    border: 2px solid #ffffff;
    margin-top: 10px;
}
.contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 300px;

}
.contact label {
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 14px;
    width: 100%;
    color: #fff;
}

.contact input[type='text'], .contact [type='email'], .contact [type='tel'], .contact select {
	background: none;
  border: none;
	border-bottom: solid 2px #ffffff;
	color: #ffffff;
	font-size:18px;
  font-weight: 400;
  letter-spacing: 1px;
	margin: 0em 0 1.875em 0;
	padding: 10px 0px 0px 0px;
  text-transform: uppercase;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.contact {
    background-color: #fbfbfb;
}
.contact #container {
    max-width: 768px;
    margin: 0px auto;
    position: relative;
    background-color: #000000;
    padding-top: 0px;

}
.contact textarea#message_input {
    border: 2px solid #ffffff;
    margin-top: 10px;
    width: 100%;
    max-width: 750px;

    padding: 20px;
    font-family: 'Open Sans';
    font-size: 14px;
}
.contact input#telephone_input {
    width: 300px;
}
.contact input[type='text']:focus, .contact [type='email']:focus, .contact textarea:focus {
	outline: none;
padding: 10px 0px 0px 0px;
}

.contact .message {
    float: none;
    width: 100%;
    /* max-width: 1200px; */
}
.contact .name {
	float: left;
	width: 45%;
}

.contact select {
  background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.contact select::-ms-expand {
  display: none;
}

.contact .subject {
  width: 100%;
}

.contact .telephone {
  width: 100%;
}

.contact textarea {
	line-height: 150%;
	height: 150px;
	resize: none;
  width: 100%;
}

.contact ::-webkit-input-placeholder {
	color: #474544;
}

.contact :-moz-placeholder {
	color: #474544;
	opacity: 1;
}

.contact ::-moz-placeholder {
	color: #474544;
	opacity: 1;
}

.contact :-ms-input-placeholder {
	color: #474544;
}

.contact input.wpcf7-form-control.wpcf7-submit {
    background-color: #ffffff;
    border: 1px solid #fff;
    padding-left: 10px;
    margin-top: 20px;
    padding-right: 10px;
    color: #000;
    padding-top: 5px;
    /* font-weight: bold; */
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.contact .bg-white a {
    color: #fff!important;
    transition: 0.3 ease;
}
.contact .bg-white {
    background-color: #000!important;
}

@media screen and (max-width: 768px) {
 .contact #container {
    margin: 0px auto;
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  .contact h1 {
    font-size: 26px;
  }

  .contact .underline {
    width: 68px;
  }

  .contact #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {
  .contact h1 {
    font-size: 18px;
  }

  .contact .icon {
    height: 35px;
    width: 35px;
  }

  .contact .underline {
    width: 53px;
  }

  .contact input[type='text'], .contact [type='email'], .contact select, .contact textarea {
    font-size: 0.875em;
  }
}

/*------------------------------------*\
   grid all
\*------------------------------------*/
.grid-wrap .image {
    height: 300px;
    background-size: cover;
    padding: 20px;
}
.container.agenda-filter {
    margin-top: 100px;
    margin-bottom: 100px;
}

.grid-wrap span.genre-agenda {
    background-color: #000;
    padding: 4px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'azo-sans-web';
}
.grid-wrap .info-evenement h4 {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 800;
}
.grid-wrap {
    height: 300px;
    padding: 10px;
    position: relative;
}
.grid-wrap .info-evenement {
    position: absolute;
    bottom: 20px;
    color: #fff;
    /* font-size: 18px; */
}
.filter-button-group button {
    background-color: #000;
    border: 0;
    color: #fff;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 400;
}
.button-group.filter-button-group {
    margin-bottom: 20px;
    margin-top: 40px;
}
button.learn-more {
	color: black;
    font-family: 'Playfair Display';
    position: absolute;
    bottom: 2px;
    right: 20px;
    padding: 5px 10px 5px 10px;
    background-color: #fff;
    font-size: 16px;
    border: none;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
.biens-bandeau {
    padding-top: 20px;
    margin-bottom: 20px;
    height: 100px;
	margin-top:70px;
    background-color: #000000;
    color: #fff!important;
}

.biens-bandeau-2 {
    padding-top: 20px;
    margin-bottom: 20px;

    background-color: #000000;
    color: #fff!important;
}
.wrapper-all-contact {
    background-color: #000;
	padding-top:70px;
}
.contact .logo span {
    color: #fff;
    font-weight: 400;
    margin-right: 2px;
}

.contact .nav a {
    color: #fff;
}
.bg-white .logo span {
    color: #00000!important;
    font-weight: 400;
    margin-right: 2px;
}
.contact .logo, .page-template-template-filter .logo {
    display: inline-block;

}

.contact h1 {color: #ffffff;
    font-family: azo-sans-web, sans-serif;
    font-weight: 400;
    font-size: 28px;
    margin-top: 10px;
	margin-bottom:20px;
text-transform: uppercase; }


.contact h1.titre-villas {
    color: #ffffff;
    font-family: azo-sans-web, sans-serif;
    font-weight: 400;
    font-size: 28px;
    margin-top: 10px;
    text-transform: uppercase;
}
.bandeau-biens {
    position: relative;
}
.bandeau-appartements {
    position: relative;
}
.modal-content img {
	height:auto;
    position: relative;
}
.modal-content img {
    height: auto;
    position: relative;
    border: 10px solid #fff;
}

.modal-content .btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.modal-content .btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.modal-content .alignnone {
    margin: 0px;
}
.bandeau-biens .btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.bandeau-biens .btn {
    background-color: #3e3e3e;
    border: 0;
    border-radius: 0px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    color: #fff;
    font-size: 16px;
    /* padding: 12px 25px; */
    position: absolute;
    bottom: 30px;
    right: 30px;
    /* letter-spacing: 1px; */
    font-family: 'Playfair Display';
    font-size: 18px;
    background-color: #000;
    padding: 5px 10px 5px 10px;
    color: #fff;
}

.bandeau-appartements .btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.bandeau-appartements .btn {
    background-color: #3e3e3e;
    border: 0;
    border-radius: 0px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    color: #fff;
    font-size: 16px;
    /* padding: 12px 25px; */
    position: absolute;
    bottom: 30px;
    right: 30px;
    /* letter-spacing: 1px; */
    font-family: 'Playfair Display';
    font-size: 18px;
    background-color: #000;
    padding: 5px 10px 5px 10px;
    color: #fff;
}
.header {

}
/* logo */
.logo {
    display: inline-block;
    margin-left: -25px;
    margin-top: 20px;
    /* margin-bottom: 20px; */
}


.logo span {
    color: #000;
    font-weight: 400;
    margin-right: 2px;
}
.logo {
    display: inline-block;
    font-family: azo-sans-web, sans-serif;
    font-weight: 600;
    font-size: 22px;

    color: #3c8b99;
}
.logonormal {
    display: inline-block;
    font-family: azo-sans-web, sans-serif;
    font-weight: 600;
    font-size: 22px;

    color: #3c8b99;
}
.logonormal span {
    color: #fff;
    font-weight: 400;
    margin-right: 2px;
}
.bg-white .logo {
    display: inline-block;
}
.logo-img {
    width: 140px;
    margin-top: 10px;
}

.logo-texte {
    font-family: azo-sans-web, sans-serif;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 48px;
    color: #ffffff;
}
.logo-texte span {
    color: #fff;
    font-weight: 400;
    margin-right: 2px;
}
h2.sous-titre-accueil {
    font-weight: 100;
    font-family: 'Playfair Display', serif;

    text-align: center;
    font-size: 2em;
}
.paragraphe-accueil {
	    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
    font-family: 'Poppins';
    font-size: 1.6rem;
    /* font-weight: 600; */
    line-height: 26px;
	font-weight:500;
	text-align:center;
}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}


/*------------------------------------*\
    RIBBON
\*------------------------------------*/

.ribbon {
    height: 188px;
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
    text-transform: uppercase;
    color: white;
}
.ribbon1 {
    position: absolute;
    top: -6.1px;
    left: 10px;
}
.ribbon1 span {
    font-size: 14px;
    position: relative;
    display: block;
    text-align: center;
    font-family: 'azo-sans-web';
    background: #000000;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    padding: 32px 8px 10px;
    border-top-right-radius: 8px;
    width: 90px;
}
.ribbon1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 53px solid transparent;
    border-top: 10px solid #000000;
}
/*------------------------------------*\
    Mosaique Accueil
\*------------------------------------*/
.nav {
    display: flex;
    flex-wrap: wrap;
    float: right;
    margin-top: 5px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
li.menu-item {
    display: inline-block;
    padding-right: 15px;
    padding-top: 10px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 15px;
    padding-left: 15px;
}

.logo {
    display: inline-block;
		display:none;
}
nav ul {
	margin-bottom:0px;
}









/*------------------------------------*\
  ALL VILLA
\*------------------------------------*/

.single-biens .image .btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.single-biens .image {
	position:relative;
}
.single-biens .image .btn {
    background-color: #3e3e3e;
    border: 0;
    border-radius: 0px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    color: #fff;
    font-size: 16px;
    /* padding: 12px 25px; */
    position: absolute;
    bottom: 30px;
    right: 30px;
    /* letter-spacing: 1px; */
    font-family: 'Playfair Display';
    font-size: 18px;
    background-color: #000;
    padding: 5px 10px 5px 10px;
    color: #fff;
}

.single-appartements .image .btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.single-appartements .image {
	position:relative;
}
.single-appartements .image .btn {
    background-color: #3e3e3e;
    border: 0;
    border-radius: 0px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    color: #fff;
    font-size: 16px;
    /* padding: 12px 25px; */
    position: absolute;
    bottom: 30px;
    right: 30px;
    /* letter-spacing: 1px; */
    font-family: 'Playfair Display';
    font-size: 18px;
    background-color: #000;
    padding: 5px 10px 5px 10px;
    color: #fff;
}










.single-terrains .image .btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.single-terrains .image {
	position:relative;
}
.single-terrains .image .btn {
    background-color: #3e3e3e;
    border: 0;
    border-radius: 0px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    color: #fff;
    font-size: 16px;
    /* padding: 12px 25px; */
    position: absolute;
    bottom: 30px;
    right: 30px;
    /* letter-spacing: 1px; */
    font-family: 'Playfair Display';
    font-size: 18px;
    background-color: #000;
    padding: 5px 10px 5px 10px;
    color: #fff;
}




.single-commerces .image .btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.single-commerces .image {
	position:relative;
}
.single-commerces .image .btn {
    background-color: #3e3e3e;
    border: 0;
    border-radius: 0px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    color: #fff;
    font-size: 16px;
    /* padding: 12px 25px; */
    position: absolute;
    bottom: 30px;
    right: 30px;
    /* letter-spacing: 1px; */
    font-family: 'Playfair Display';
    font-size: 18px;
    background-color: #000;
    padding: 5px 10px 5px 10px;
    color: #fff;
}









.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 100;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffff;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev {
    left: 50px;
}
.slick-next {
    right: 25px;
}

.page-template-template-allvillas h1.titre-villas {
 color: #000000;
    /* font-family: azo-sans-web, sans-serif; */
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 28px;
    font-size: 28px;
    text-transform: uppercase;
}
.page-template-template-allvillas h2.infos-comp {
    color: #0c0c0c;
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.page-template-template-allvillas span.prix {
    color: #000000;
    font-family: poppins, sans-serif;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
}
.page-template-template-allvillas .text-principal {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
	margin-top:20px;
    font-weight: 600;
    margin-bottom: 60px;
}
.page-template-template-allvillas span.button-text {
    font-family: 'Playfair Display';
    font-size: 18px;
    background-color: #000;
    padding: 5px 10px 5px 10px;
    color: #fff;
}




.archive h1.titre-villas {
 color: #000000;
    /* font-family: azo-sans-web, sans-serif; */
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 28px;
    font-size: 28px;
    text-transform: uppercase;
}
.archive  h2.infos-comp {
    color: #0c0c0c;
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.archive  span.prix {
    color: #000000;
    font-family: poppins, sans-serif;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
}
.archive  .text-principal {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
	margin-top:20px;
    font-weight: 600;
    margin-bottom: 60px;
}
.archive  span.button-text {
    font-family: 'Playfair Display';
    font-size: 18px;
    background-color: #000;
    padding: 5px 10px 5px 10px;
    color: #fff;
}


.home span.button-text {
    font-family: 'Playfair Display';
    font-size: 18px;
    background-color: #000;
    padding: 5px 10px 5px 10px;
    color: #fff;
    margin-left: 40px;
    margin-top: 20px;
    display: inline-block;
}
.page-template-template-allvillas .allvillasinfo {
	padding:40px;
}
.archive .allvillasinfo {
	padding:40px;
}
.wrapper-villas {
    padding: 40px;
    margin-bottom: 40px;
    background-color: #fff;
}
.page-template-template-allvillas {
background-color: #f2f2f2;
}
.page-template-template-allvillas .header {
    position: absolute;
    width: 100%;
    z-index: 1000;
    height: 70px;
    top: 0;
    background-color: #000;
}

.page-template-template-allvillas .bg-white {
    background-color: #fff!important;
    transition: ease 0.5s;
    position: fixed;
	width:100%;
	overflow:hidden;
}
.page-template-template-allvillas .logo {
    display: inline-block;

}
.page-template-template-allvillas .logo span {
    color: #fff;
    font-weight: 400;
    margin-right: 2px;
}
.page-template-template-allvillas .bg-white .logo span {
    color: #000000!important;
    font-weight: 400;
    margin-right: 2px;
}


.archive .bg-white {
    background-color: #fff!important;
    transition: ease 0.5s;
    position: fixed;
	width:100%;
	overflow:hidden;
}
.archive .logo {
    display: inline-block;

}
.archive .logo span {
    color: #fff;
    font-weight: 400;
    margin-right: 2px;
}
.archive .bg-white .logo span {
    color: #000000!important;
    font-weight: 400;
    margin-right: 2px;
}
.archive .image {
    max-height: 400px;
}
.archive .grande-mosaique {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.archive{
background-color: #f2f2f2;
}
.archive .header {
    position: absolute;
    width: 100%;
    z-index: 1000;
    height: 70px;
    top: 0;
    background-color: #000;
}

.qui-sommes-nous .header {
    position: absolute;
    width: 100%;
    z-index: 1000;
    height: 70px;
    top: 0;
    background-color: #000;
}

.qui-sommes-nous  .bg-white {
    background-color: #fff!important;
    transition: ease 0.5s;
    position: fixed;
	width:100%;
	overflow:hidden;
}
.qui-sommes-nous  .logo {
    display: inline-block;

}
.qui-sommes-nous  .logo span {
    color: #fff;
    font-weight: 400;
    margin-right: 2px;
}
.qui-sommes-nous  header.biens-header-1 {
    margin-top: 70px;
}
.qui-sommes-nous  .bg-white .logo span {
    color: #000000!important;
    font-weight: 400;
    margin-right: 2px;
}



h2.heading_largeall:after {
    content: "";
    width: 50px;
    height: 3px;
    color: #000;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 40px;
}
h2.heading_largeall {
    font-family: 'azo-sans-web';
    font-size: 3em;
    padding-left: 40px;
    padding-bottom: 20px;
    margin-top: 150px;
    font-weight: 100;
    margin-bottom: 40px;
    text-transform: uppercase;
}
/*------------------------------------*\
  Bandeau
\*------------------------------------*/
section#argus {
    margin-bottom: 40px;
}

span.plus-style {
    font-family: 'Poppins';
    font-size: 38px;

    font-family: 'Poppins';
    font-size: 28px;
    padding-top: 20px;
    text-transform: uppercase;

    display: inline-block;
    margin-top: 20px;
}

span.nom-villa-plus {
    FONT-FAMILY: 'Poppins';
    text-transform: uppercase;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
}


 .r-color-white {
    color: #fff;
}

.r-flex-JustifyC {
    justify-content: center;
}
.r-flex-Col {
    flex-direction: column;
}
.r-flex {
    display: flex;
}


  .icon-plus .icon-prix{background:url('https://sbhtransaction.com/wp-content/uploads/2021/03/piscine2.jpg');}
     .icon-plus .icon-engagement{background:url('https://sbhtransaction.com/wp-content/uploads/2021/03/jacuzzi2.jpg');}
    .icon-plus .icon-appli{background:url('https://sbhtransaction.com/wp-content/uploads/2021/03/activite-nautique.jpg');}
     .icon-plus .icon-reseau{background:url('https://sbhtransaction.com/wp-content/uploads/2021/03/visibility2.jpg');}
     .icon-plus .icon-teamred{background:url('https://sbhtransaction.com/wp-content/uploads/2021/03/eye2.jpg');}

	 .icon-plus figure {
    width: 80px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    height: 80px;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: cover;
}
.grid-item.villas {
    margin-bottom: 20px;
}
.icon-wrapper {
    padding: 50px 5px 15px;
    width: 100%;
    border-radius: 1px;
    background: #fff;
    max-width: 217px;
    min-height: 230px;
    float: left;
    margin: 10px;
    width: 100%;
    position: relative;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
}
.icon-wrapper h3 {
    margin-top: 25px;
    font-size: 16px;
    font-family: 'Open Sans';
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 600;
}
/*------------------------------------*\
    Mosaique Accueil
\*------------------------------------*/

.grande-mosaique {
    height: 80vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.petite-mosaique1 {
    height: 39vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.petite-mosaique2 {
    height: 40vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.petite-mosaique1 {
    margin-bottom: 1vh;
}

.biens-bandeau.scroll {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
}

h1.titre-villas {
    color: #ffffff;
    font-family: azo-sans-web, sans-serif;
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase;
}
h2.infos-comp {
	color: #ffffff;
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}
span.prix {
	color: #ffffff;
    font-family: poppins, sans-serif;
    font-weight:500;
    font-size: 28px;
    text-transform: uppercase;
}






/*------------------------------------*\
    Single-bien Contenu
\*------------------------------------*/

.wrapper-description {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
}
.sous-titre {

    text-transform: uppercase;
    font-size: 28px;
    color: #3c8b99;

    font-family: 'Poppins';
    font-size: 20px;
	margin-bottom:20px;

}



.sous-titrenew {
    /* text-transform: uppercase; */
    font-size: 28px;
    color: #272727;
    /* font-family: 'Poppins'; */
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Playfair Display';
    font-size: 20px;
}

.single-appartements h1.titre-villas {
    color: #ffffff;
    font-family: azo-sans-web, sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}
h2.titre-villas {

    text-transform: uppercase;
    color: #000;


    margin-bottom: 20px;
    font-family: 'Poppins';
    font-size: 28px;
    padding-top: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
}
.text-principal {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
	font-weight:600;
	margin-bottom:60px;
}
.text-principal2 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
	font-weight:600;
}

.button-wrapper {
    margin-top: 20px;
    margin-bottom: 80px;

}
.margintop40 {
	 margin-top: 40px;
}
p.r-font-medium {
    font-family: 'Poppins';
    font-size: 12px;
}
ul.biens-caracteristiques {
    list-style-type: disclosure-closed;
}
ul.biens-caracteristiques {
    margin-bottom: 60px;
}
/*------------------------------------*\
    CARDS
\*------------------------------------*/
.profile-card-4 .profile-overview p {
    font-size: 10px;
    font-weight: 600;
    color: #777;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 400;
    text-transform: UPPERCASE;
    border: 1px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.card-container {
    padding: 100px 0px;
    -webkit-perspective: 1000;
    perspective: 1000;
}



.profile-card-4 {
    max-width: 300px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
}

.profile-card-4 img {
    transition: all 0.25s linear;
}

.profile-card-4 .profile-content {
    position: relative;
    padding: 15px;
    background-color: #FFF;
}

.profile-card-4 .profile-name {
    font-weight: bold;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -70px;
    font-family: 'Open Sans';
    color: #FFF;
    font-size: 18px;
}

.profile-card-4 .profile-name p {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.5px;
}

.profile-card-4 .profile-description {
    color: #666666;
    text-align: left;
    font-size: 14px;
    font-family: 'Open Sans';
    padding: 10px;

}

.profile-card-4 .profile-overview {
    padding: 15px 0px;
}



.profile-card-4 .profile-overview h4 {
    color: #273751;
    font-weight: bold;
}

.profile-card-4 .profile-content::before {
    content: "";
    position: absolute;
    height: 20px;
    top: -10px;
    left: 0px;
    right: 0px;
    background-color: #FFF;
    z-index: 0;
    transform: skewY(3deg);
}

.profile-card-4:hover img {
    transform: rotate(5deg) scale(1.1, 1.1);
    filter: brightness(110%);
}



























.course {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	display: flex;
	max-width: 100%;
	margin: 20px;
	overflow: hidden;
	width: 700px;
}

.course h6 {
    opacity: 1;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.bloc-prez {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
	padding-left:60px;
	padding-right:60px;
}
.course h2 {
    letter-spacing: 1px;
    margin: 10px 0;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 500;
}
.course h3 {
    letter-spacing: 1px;
    margin: 10px 0;
    font-family: 'Open Sans';
    font-size: 16px;
}

.course-preview {
    min-height: 210px;
    background-color: #3c8b99;
    color: #fff;
    padding: 30px;
    max-width: 300px;
    min-width: 180px;
}
.course-preview a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	opacity: 0.6;
	margin-top: 30px;
	text-decoration: none;
}

.course-info {
	padding: 30px;
	position: relative;
	width: 100%;
}

.progress-container {
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: right;
	width: 150px;
}

.progress {
	background-color: #ddd;
	border-radius: 3px;
	height: 5px;
	width: 100%;
}

.progress::after {
	border-radius: 3px;
	background-color: #2A265F;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 66%;
}

.progress-text {
	font-size: 10px;
	opacity: 0.6;
	letter-spacing: 1px;
}

.btn {
	background-color: #2A265F;
	border: 0;
	border-radius: 50px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 16px;
	padding: 12px 25px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	letter-spacing: 1px;
}












.titre-villas-descriptif:after {
    content: '';
    display: block;
    margin: auto;
    position: relative;
    bottom: -20px;
    left: -100%;
    width: 100px;
    margin-left: 100%;
    height: 6px;
    background: #1a1a1a;
}
h2.titre-villas-descriptif {
    font-family: 'Poppins';
    font-size: 28px;
    text-transform: uppercase;
    color: #000;
}
/*------------------------------------*\
	BUTTTONS
\*------------------------------------*/


.button {
	pointer-events: auto;
	cursor: pointer;
	background: #ffffff;
	border: none;
	padding: 1.5rem 3rem;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	position: relative;
	display: inline-block;
}

.button::before,
.button::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.button--bestia {
	font-family: freight-display-pro, serif;
	font-size: 1.15rem;
	color: #000000;
	background: none;
	padding: 0;
}.button--bestia:hover {

	color: #ffffff;

}

.button--bestia .button__bg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    border: 1px solid #000;
    height: 100%;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.button--bestia:hover .button__bg {
	transform: scale3d(1.2,1.2,1);
}

.button--bestia .button__bg::before,
.button--bestia .button__bg::after {
	content: '';
	position: absolute;
	background: #000000;
}

.button--bestia .button__bg::before {
	width: 110%;
	height: 0;
	padding-bottom: 110%;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate3d(-50%,-50%,0) scale3d(0,0,1);
}

.button--bestia:hover .button__bg::before {
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
	transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
}

.button--bestia .button__bg::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s;
}

.button--bestia:hover .button__bg::after {
	opacity: 1;
	transition-duration: 0.01s;
	transition-delay: 0.3s;
}

.button--bestia span {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 1.5rem 3rem;
    font-family: 'Open Sans';
    text-transform: uppercase;
   font-weight: 600;
}














/*------------------------------------*\
	qui sommes nous
\*------------------------------------*/
.cover.cover-une {
    height: 660px;
    max-height: calc(100vh - 80px);
}
.cover .cover-image, .cover .cover-live, .cover .cover-slideshow, .cover .cover-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.gradient-to-bottom {
    background: linear-gradient(
180deg,#000 0,rgba(0,0,0,0) 66%,rgba(0,0,0,0));
}
.cover .overlay {
    z-index: -1;
}
.m-5, .ma-5 {
    margin: 50px;
}
.p-0, .pa-0 {
    padding: 0!important;
}
.no-overflow {
    overflow: hidden;
}
.cover .obsession-title {
    font-size: 26px;
}
.cover .title {
    background-position: left 0 bottom 16px;
    font-size: 60px;
}
 .snake-1 {
    border: solid #000000;
    border-width: 0 0 0 4px;
}
.snake-1:after, .snake-1:before, .snake-2:after, .snake-2:before, .snake-3:after, .snake-3:before, .snake-4:after, .snake-4:before, .snake:after, .snake:before {
    border: 4px solid;
    border-color: inherit;
    content: "";
    display: block;
}
.snake-1:before {
    width: 385px;
}
.snake-1:after, .snake-1:before {

    height: 26px;
}

.snake-1 .snake-container {
    padding: 26px 0 26px 56px;
}
.snake-1:after {
    width: 385px;
}
.snake-1:before, .snake-2:before, .snake-3:before, .snake-4:before, .snake:before {
    border-width: 4px 4px 0 0;
}
.snake-1:after, .snake-2:after, .snake-3:after, .snake-4:after, .snake:after {
    border-width: 0 4px 4px 0;
}

.snake-1 .snake-container, .snake-2 .snake-container, .snake-3 .snake-container, .snake-4 .snake-container, .snake .snake-container {
    position: relative;
    z-index: 10;
}





.wrapper-presentation-texte {
    padding: 56px;
    margin-top: 30px;
}

h3.societe-titre {
    color: #000;
    font-family: poppins, sans-serif;
    font-weight: 500;
    MARGIN-TOP: 20PX;
    font-size: 18px;

}
h2.titre-agent {
    color: #000;
    font-family: 'azo-sans-web';
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
}
p.text-pres {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    /* font-weight: 600; */
    MARGIN-TOP: 20PX;
}

.intro {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px;
    margin-top: 40px;
    font-family: 'Poppins';
    font-size: 1.6rem;
    /* font-weight: 600; */
    line-height: 26px;
}
h2.titre-agence {
    font-family: 'azo-sans-web';
    text-transform: uppercase;
    color: #000000;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.tb_rubriquephotos {
    clear: both;
    margin-top: 80px;
    margin-bottom: 80px;
    height: 500px;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    display: flex;
    background-size: cover;
}

.biens-bandeau-1 {
    padding: 20px;
	margin-top:70px;
    margin-bottom: 40px;
    background-color: #000000;
}
/*------------------------------------*\
	homepage bandeau noir
\*------------------------------------*/
.paragraphe-contenu {
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins';
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 20px;
}
h3.titre-carre-noir {
    color: #fff;
    font-family: 'azo-sans-web';
    font-size: 28px;
}
.bg-image-home {
    background: url(https://sbhtransaction.com/wp-content/uploads/2021/04/02.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center center;
}
.carrenoir {
    background-color: #000000c4;
    padding-top: 80px;
    min-height: 45vh;
    padding-bottom: 80px;
    text-align: center;
    margin-top: 25vh;
    margin-bottom: 10vh;
    padding-left: 40px;
    padding-right: 40px;
}
.page-template-template-confidentialite .paragraphe-contenu {
    color: #fff;
    font-weight: 500;
    font-family: 'Playfair Display';
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
}
 .page-template-template-confidentialite .carrenoir {
    background-color: transparent;
    padding-top: 80px;
    min-height: 45vh;
    padding-bottom: 80px;
    text-align: center;
    margin-top: 25vh;
    margin-bottom: 10vh;
    padding-left: 40px;
    padding-right: 40px;
}
.header {
    position: absolute;
    width: 100%;
    z-index: 1000;
    height: 70px;
    top: 0;
	overflow:hidden;
}

.bg-white {
	background-color:#fff;
	transition: ease 0.5s;
	position:fixed;
	width:100%;
	overflow:hidden;
}
.bg-white a {
color:#000!important;
transition:0.3 ease;
}
.single-biens .nav a {
    color: #000;
}
.single-appartements  .nav a {
    color: #000;
}
.single-commerces  .nav a {
    color: #000;
}
.single-terrains  .nav a {
    color: #000;
}
.nav a {
    color: #fff;
}


#sb_instagram #sbi_load {
    float: left;
    clear: both;
    margin-left: 30px;
    width: 100%;
     text-align: left;
    margin-top: 20px;
}
.fas {
    margin-right: 5px;
    margin-left: 10px;
}
.link i.fas.fa-mobile-alt {
    left: 2px!important;
    margin-right: 10px;
    position: absolute!important;
}









.pa-contact span.button-text {
    font-family: 'Playfair Display';
    font-size: 18px;
    background-color: #000;
    padding: 5px 10px 5px 10px;
    color: #fff;
    margin-left: 10px;
    position: absolute;
    margin-top: 20px;
    display: inline-block;
    left: 0;
}



/*------------------------------------*\
Video BG
\*------------------------------------*/

.homepagevideo .bg-video-wrap {
  position: relative;
  overflow: hidden;
  background-color:#000;
  width: 100%;
  height: 100vh;
}

.bg-video-wrap a {
    color: #fff;
}
.homepagevideo video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.homepagevideo .overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(
356deg
, rgba(0,0,0,.3) 100%, rgba(0,0,0,.7) 100%);
    background-size: 3px 3px;
    z-index: 2;
}


.bg-video-wrap .content {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    max-width: 600px;
    width: 100%;
    height: 250px;
}
.bouton-video-home {
    border: 2px solid #fff;
    display: inline-block;
    /* padding: 10px; */
    padding: 15px 30px;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-size: 1.3em;
    font-weight: 300;
    margin-top: 20px;
}

.bouton-video-home:hover {
    border: 2px solid #000000;
    transition:0.3s;
	background-color:#000;

}
.bouton-video-home:hover .bg-video-wrap a {
    color: #000;
	transition:0.3s;
}

/*------------------------------------*\
Animation
\*------------------------------------*/
.heading_large strong {
    margin-left: 10px;
    margin-right: 10px;
}

.card img {
    max-width: 100%;
    height: auto;
    width: 800px;
}


h2.heading_large{
    font-family: 'azo-sans-web';
    font-size: 3em;
    padding-left: 40px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
h2.heading_large:after {
    content: "";
    width: 50px;
    height: 5px;
    color: #000;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 40px;
}
p.gs_reveal {
    font-family: 'Open Sans';
    font-size: 1.4em;
    padding-left: 40px;
}
/*------------------------------------*\
	Footer
\*------------------------------------*/
.masthead1 {

    padding-top: 160px;
    background: url(https://sbhtransaction.com/wp-content/uploads/2021/03/metting.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 80px;
	margin-top:80px;
}
.masthead1 h3 {
    color: #fff;
    font-family: poppins, sans-serif;
    font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
}




















.footerstyle {
background-color: #000000;
    background-repeat-y: no-repeat;
    overflow-x: hidden;
    padding-top: 80px;
}

.footerstyle .card {
    padding: 20px 50px 0px 50px;
    background-color: #000000;
    color: #fff;
	margin-bottom:0px;
}

.footerstyle a {
    color: #fff!important;
}

.footerstyle  a:hover {
    color: #fff
}

.footerstyle .box {
    margin-bottom: 60px;
    margin-top: 20px;
    text-align: center;
}

.footerstyle .form-control {
    border: none;
    margin-left: 0;
    background-color: #000000;
    color: #fff
}

.footerstyle input {
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important
}

.footerstyle ::-webkit-input-placeholder {
    color: #E1F5FE !important
}

.footerstyle ::-moz-placeholder {
    color: #E1F5FE !important
}
.footer {
    background-color: #000;
    color: #fff;
}
.footerfooter {
background-color: #000;
}
.footer a {

    color: #f4f4f4;

}
p.copyright {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.footerstyle :-ms-input-placeholder {
    color: #E1F5FE !important
}

.footerstyle :-moz-placeholder {
    color: #E1F5FE !important
}

.footerstyle .form-head {
    padding-left: 10px;
    padding-right: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px
}

.footerstyle .custom-control-label {
    font-size: 14px !important
}

.footerstyle .get-input {
    padding-left: 0
}



.footerstyle button:hover {
    color: #1565C0 !important;
    background-color: #fff
}

button.footer-button {
    color: #000;
    background-color: #fff;
    font-family: 'azo-sans-web';
    FONT-SIZE: 14PX;
    FONT-WEIGHT: 300;
    padding: 10px 20px 10px 20px !important;
    border-radius: 0 !important;
    BORDER: NONE;
    margin-top: 20px;
}
p.text-contact {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    /* font-weight: 600; */
    MARGIN-TOP: 0PX;
	font-weight:bold;
    display: inline-block;
    margin-left: -10px;
}
button.footer-button-confidentialite {
    color: #000;
    font-family: 'Open Sans';
    FONT-SIZE: 14PX;
    FONT-WEIGHT: 300;
    padding: 10px 20px 10px 20px !important;
    border-radius: 0 !important;
    BORDER: NONE;
    margin-top: 20px;
    background-color: #000;
    color: #fff;
}

.footerstyle h4 {
       font-weight: 600;
    font-family: 'azo-sans-web';
    text-transform: uppercase;
    font-size: 1.7em;
    padding-bottom: 20px;
}
.titre-footer {
    position: relative;
    width: 300px;
    margin: 0 auto;
}
.titre-footer h4::after {
    content: "";
    width: 50px;
    height: 3px;
    color: #fff;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 40%;
}
.footerstyle p {
 padding-right: 60px;
    font-size: 1.4em;
    font-family: 'Poppins';
    margin-top: 20px;
    text-align: justify;
}
.linksite a {
    font-size: 14px;
    font-family: 'azo-sans-web';
    text-transform: uppercase;
}
.footerstyle .logo {
   display: inline-block;
    padding: 5px;
    /* display: inline; */
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 32px;
}
.footerstyle .logo span {
    color: #fff;
    font-weight: 400;
    margin-right: 2px;
}
.footerstyle h5 {
    font-size: 1.4em;
    font-family: 'Poppins';
    margin-top: 10px;
    font-weight: 300;
}
h6.special {
    font-family: 'azo-sans-web';
    text-transform: uppercase;
    font-size: 1.4em;
    margin-top: 20px;
    font-weight: 900;
}
.fab.fa-facebook {
}

.fab {
    font-family: Font Awesome\ 5 Brands;
    font-size: 30px;
    margin-right: 20px;
}


.homepage-flux {
    background-color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
}

.homepage-flux h2.heading_large {
    color: #fff;
	    font-size: 2em;

}

.homepage-flux h2.heading_large:after {
    content: "";
    width: 50px;
    height: 5px;
    color: #000;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 40px;
}

div#sbi_load a {
    font-family: 'azo-sans-web';
    text-transform: uppercase;
    font-weight: 600;
}
/*------------------------------------*\
	SLIDER HOME
\*------------------------------------*/





.fnc {
  /* you can add color names and their values here
  and then simply add classes like .m--blend-$colorName to .fnc-slide
  to apply specific color for mask blend mode */
}
.fnc-slider {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  height: 100vh;
}
.fnc-slider *, .fnc-slider *:before, .fnc-slider *:after {
  box-sizing: border-box;
}
.fnc-slider__slides {
  position: relative;
  height: 100%;
  transition: transform 1s 0.6666666667s;
}
.fnc-slider .m--blend-dark .fnc-slide__inner {
  background-color: #3c8b99;
}
.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
  background-color: #3c8b99;
}
.fnc-slider .m--navbg-dark {
  background-color: #000000;
}
.fnc-slider .m--blend-green .fnc-slide__inner {
   background-color: #3c8b99;
}
.fnc-slider .m--blend-green .fnc-slide__mask-inner {
   background-color: #3c8b99;
}
.fnc-slider .m--navbg-green {
  background-color: #000000;
}
.fnc-slider .m--blend-red .fnc-slide__inner {
   background-color: #3c8b99;
}
.fnc-slider .m--blend-red .fnc-slide__mask-inner {
   background-color: #3c8b99;
}
.fnc-slider .m--navbg-red {
    background-color: #000000;
}
.fnc-slider .m--blend-blue .fnc-slide__inner {
   background-color: #3c8b99;
}
.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
   background-color: #3c8b99;
}
.fnc-slider .m--navbg-blue {
   background-color: #000000;
}
.fnc-slide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.fnc-slide.m--before-sliding {
  z-index: 2 !important;
  transform: translate3d(100%, 0, 0);
}
.fnc-slide.m--active-slide {
  z-index: 1;
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.fnc-slide__inner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center top;
  transform: translate3d(0, 0, 0);
}
.m--global-blending-active .fnc-slide__inner, .m--blend-bg-active .fnc-slide__inner {
  background-blend-mode: luminosity;
}
.m--before-sliding .fnc-slide__inner {
  transform: translate3d(-100%, 0, 0);
}
.m--active-slide .fnc-slide__inner {
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.fnc-slide__mask {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  right: 60%;
  top: 15%;
  width: 50.25vh;
  height: 67vh;
  margin-right: -90px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
  transform-origin: 50% 0;
  transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask {
  transform: rotate(-10deg) translate3d(200px, 0, 0);
  opacity: 0;
}
.m--active-slide .fnc-slide__mask {
  transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.m--previous-slide .fnc-slide__mask {
  transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
  transform: rotate(10deg) translate3d(-200px, 0, 0);
  opacity: 0;
}
.fnc-slide__mask-inner {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-top: -50vh;
  background-size: cover;
  background-position: center center;
  background-blend-mode: luminosity;
  transform-origin: 50% 16.5vh;
  transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask-inner {
  transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}
.m--active-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 1.2222222222s;
  transform: translateX(0);
}
.m--previous-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 0.3333333333s;
  transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}
.fnc-slide__content {
  z-index: 2;
  position: absolute;
  left: 40%;
  top: 40%;
}
.fnc-slide__heading {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.fnc-slide__heading-line {
  overflow: hidden;
  position: relative;
  padding-right: 20px;
  font-size: 100px;
  color: #fff;
  word-spacing: 10px;
}
.fnc-slide__heading-line:nth-child(2) {
  padding-left: 30px;
}
.m--before-sliding .fnc-slide__heading-line {
  transform: translateY(100%);
}
.m--active-slide .fnc-slide__heading-line {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line {
  transition: transform 1.5s;
  transform: translateY(-100%);
}
.fnc-slide__heading-line span {
  display: block;
}
.m--before-sliding .fnc-slide__heading-line span {
  transform: translateY(-100%);
}
.m--active-slide .fnc-slide__heading-line span {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line span {
  transition: transform 1.5s;
  transform: translateY(100%);
}
.fnc-slide__action-btn {
  position: relative;
  margin-left: 200px;
  padding: 5px 15px;
  font-size: 20px;
  line-height: 1;
  color: transparent;
  border: none;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  text-align: center;
  outline: none;
}
.fnc-slide__action-btn span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  line-height: 30px;
  color: #fff;
}
.fnc-slide__action-btn span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-top: none;
  border-bottom: none;
}
.fnc-slide__action-btn span:after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  background: #1F2833;
  opacity: 0;
  transform-origin: 50% 0;
  transform: translateY(100%) rotateX(-90deg);
  transition: opacity 0.15s 0.15s;
}
.fnc-slide__action-btn:hover span {
  transform: rotateX(90deg);
}
.fnc-slide__action-btn:hover span:after {
  opacity: 1;
  transition: opacity 0.15s;
}
.fnc-nav {
    z-index: 5;
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
}
.fnc-nav__bgs {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg.m--nav-bg-before {
  z-index: 2 !important;
  transform: translateX(100%);
}
.fnc-nav__bg.m--active-nav-bg {
  z-index: 1;
  transition: transform 1s 0.6666666667s;
  transform: translateX(0);
}
.fnc-nav__controls {
  font-size: 0;
}
.fnc-nav__control {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  height: 50px;
  font-size: 14px;
  background-color:#000;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.5s;
}
.fnc-nav__control.m--active-control {
  background: #3c8b99;
}
.fnc-nav__control-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition-timing-function: linear !important;
}
.m--with-autosliding .m--active-control .fnc-nav__control-progress {
  transform: scaleX(1);
}
.m--prev-control .fnc-nav__control-progress {
  transform: translateX(100%);
  transition: transform 0.5s !important;
}
.m--reset-progress .fnc-nav__control-progress {
  transform: scaleX(0);
  transition: transform 0s 0s !important;
}
.m--autosliding-blocked .fnc-nav__control-progress {
  transition: all 0s 0s !important;
  transform: scaleX(0) !important;
}

/* NOT PART OF COMMON SLIDER STYLES */


.demo-cont {
  overflow: hidden;
  position: relative;
  height: 100vh;
  perspective: 1500px;
  background: #000;
}

.credits-active .demo-cont__credits {
  transition: transform 0.7s 0.2333333333s;
  transform: translate3d(0, 0, 0);
}


.example-slider {
  z-index: 2;
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s;
}
.credits-active .example-slider {
  transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}
.example-slider .fnc-slide-1 .fnc-slide__inner,
.example-slider .fnc-slide-1 .fnc-slide__mask-inner {
  background: url(https://sbhtransaction.com/wp-content/uploads/2021/03/MG_7850.jpg);
}
.example-slider .fnc-slide-2 .fnc-slide__inner,
.example-slider .fnc-slide-2 .fnc-slide__mask-inner {
  background: url("https://sbhtransaction.com/wp-content/uploads/2021/03/article_ImP_StBarthelemy-AngeFlamands.jpg");
}
.example-slider .fnc-slide-3 .fnc-slide__inner,
.example-slider .fnc-slide-3 .fnc-slide__mask-inner {
  background: url("https://sbhtransaction.com/wp-content/uploads/2021/03/MG_7850.jpg");
}
.example-slider .fnc-slide-3 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.example-slider .fnc-slide-4 .fnc-slide__inner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
  background: url("http://sbhtransaction.com/wp-content/uploads/2021/03/MG_7829.jpg");
}
.example-slider .fnc-slide-4 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-nav__control {
  font-family: azo-sans-web, sans-serif;
}

/* COLORFUL SWITCH STYLES
   ORIGINAL DEMO - https://codepen.io/suez/pen/WQjwOb */
.colorful-switch {
  position: relative;
  width: 180px;
  height: 77.1428571429px;
  margin: 0 auto;
  border-radius: 32.1428571429px;
  background: #cfcfcf;
}
.colorful-switch:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -5px;
  top: -5px;
  width: 190px;
  height: 87.1428571429px;
  border-radius: 37.1428571429px;
  background: #314239;
  transition: background-color 0.3s;
}
.colorful-switch:hover:before {
  background: #4C735F;
}
.colorful-switch__checkbox {
  z-index: -10;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.colorful-switch__label {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 32.1428571429px;
  cursor: pointer;
}
.colorful-switch__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 540px;
  height: 100%;
  background: linear-gradient(90deg, #14DCD6 0, #10E7BD 180px, #EF9C29 360px, #E76339 100%);
  transition: transform 0.5s;
  transform: translate3d(-360px, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__bg {
  transform: translate3d(0, 0, 0);
}
.colorful-switch__dot {
  position: absolute;
  left: 131.1428571429px;
  top: 50%;
  width: 5.1428571429px;
  height: 5.1428571429px;
  margin-left: -2.5714285714px;
  margin-top: -2.5714285714px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__dot {
  transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__on {
  position: absolute;
  left: 104.1428571429px;
  top: 22.5px;
  width: 19.2857142857px;
  height: 36px;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on {
  transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__on__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
  transform-origin: 100% 50%;
  transform: rotate(45deg) scale(0) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on__inner {
  transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
  transform: rotate(45deg) scale(1) translateZ(0);
}
.colorful-switch__on__inner:before, .colorful-switch__on__inner:after {
  content: "";
  position: absolute;
  border-radius: 2.5714285714px;
  background: #fff;
}
.colorful-switch__on__inner:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.1428571429px;
}
.colorful-switch__on__inner:after {
  right: 0;
  top: 0;
  width: 6.1428571429px;
  height: 100%;
}
.colorful-switch__off {
  position: absolute;
  left: 131.1428571429px;
  top: 50%;
  width: 41.1428571429px;
  height: 41.1428571429px;
  margin-left: -20.5714285714px;
  margin-top: -20.5714285714px;
  transition: transform 0.5s;
  transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off {
  transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__off:before, .colorful-switch__off:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 5.1428571429px;
  margin-top: -2.5714285714px;
  border-radius: 2.5714285714px;
  background: #fff;
  transition: transform 0.25s 0.25s;
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before, .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
  transition-delay: 0s;
}
.colorful-switch__off:before {
  transform: rotate(45deg) scaleX(1) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before {
  transform: rotate(45deg) scaleX(0) translateZ(0);
}
.colorful-switch__off:after {
  transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
  transform: rotate(-45deg) scaleX(1) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
  transition-timing-function: ease;
  transform: rotate(-45deg) scaleX(0) translateZ(0);
}










































/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/



.ipsType_right {
  text-align: right;
}
.ipsType_center {
  text-align: center;
}
.cInnerContent {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.ipsSpacer_bottom_double {
  margin-bottom: 30px;
}
.ipsGrid {
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.ipsGrid::before, .ipsGrid::after {
  display: table;
  content: "";
  line-height: 0;
}
.ipsGrid > [class*="ipsGrid_span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}
.ipsGrid > .ipsGrid_span5 {
  width: 40.42553191489362%;
}
.ipsGrid > .ipsGrid_span7 {
  width: 57.44680851063829%;
}
.ipsGrid > [class*="ipsGrid_span"] {
  float: left;
  margin-left: 2%;
}
.ipsGrid > [class*="ipsGrid_span"]:first-child {
  margin-left: 0;
}
.feature {
  display: flex;
  align-items: center;
}
.card {
  margin-bottom: 30px;
     border:none;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;

  transition: 0.3s;
}
.featured-image-container .card {
  padding: 10px;
  height: 0;
  padding-bottom: calc(70% - 10px);
}

img {
  max-width: 100%;
}

.header-section {
  margin: 200px auto;
}

.gs_reveal {
  opacity: 0;
  visibility: hidden;
  transition: transform 0s;
}



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/



.pa-contact {
    margin-top: 40px;
}




.pa-contact .pa-pic {
    position: relative;
}
.pa-contact .username {
    bottom: 0;
    color: #ffffff;
    padding: 30px 15px 4px;
    position: absolute;
    width: 100%;
    text-shadow: 1px 1px 2px #000000;

background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, #2d2c41 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #2d2c41 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #2d2c41 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a64d4d4d',GradientType=0 ); /* IE6-9 */
}
.pa-contact .paosahan {
    border-radius: 4px 4px 0 0;
}
.pa-contact .username > h2 {

    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    margin: 31px 0 4px;
    position: relative;
    text-shadow: 1px 1px 2px #000000;
    text-transform: uppercase;
}
.pa-contact .username > h2 small {
    color: #ffffff;
    font-family: open sans;
    font-size: 13px;
    font-weight: 400;
    position: relative;
}
.pa-contact .username .fa{
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 0 4px;
    position: static;
}
.pa-contact .edit-pic a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 21px;
    height: 39px;
    line-height: 38px;
    margin: 8px;
    text-align: center;
    width: 39px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
	transition: all 0.4s ease;
    text-decoration: none !important;
     display: list-item;
     background-color: rgba(255, 255, 255, 0.1)
}
.pa-contact .edit-pic a:hover {
   font-size: 17px;
   opacity: 0.9;
  }
.pa-contact .edit-pic a:focus {
   background:#3c8b99;
    color: #fff;
    border: 1px solid #3c8b99;
}
.pa-contact a:focus {
    outline: none;
    outline-offset: 0px;
}
.pa-contact .edit-pic {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pa-contact .tags {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    margin: 4px 0 0;
    padding: 2px 5px;
     -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pa-contact .tags:hover {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    margin: 4px 0 0;
    padding: 2px 5px;
}
 .pa-contact #accordion:hover .edit-pic {
    opacity: unset;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.pa-contact .btn-o {

    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    color: #ffffff !important;
    display: inline-block;
    font-family: open sans;
    font-size: 15px !important;
    font-weight: normal !important;
    margin: 0 0 10px;
    padding: 5px 11px;
    text-decoration: none !important;
    text-transform: uppercase;

   background-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
 .pa-contact .btn-o:hover {
  background-color: rgba(255, 255, 255, 0.4);
    color: #fff !important;
  }
.pa-contact .btn-o:focus {
   background:#3c8b99;
    color: #fff;
    border: 1px solid #3c8b99;
}
.pa-contact .submenu .paosahan {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0 !important;
    border-radius: 50%;
    height: 60px;
    padding: 2px;
    width: 60px;
}
.pa-contact .photosgurdeep > a {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block !important;
    padding: 0 !important;
}
.pa-contact .view-all {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0 !important;
    border: 1px solid;
    float: right;
    font-family: oswald;
    font-size: 26px;
    height: 60px;
    line-height: 61px;
    text-align: center;
    width: 60px;
}
.pa-contact .photosgurdeep {
    padding: 10px 9px 4px 35px;
}
.pa-contact ul {
	list-style-type: none;
}

.pa-contact a {
	color: #3c8b99;
	text-decoration: none;
}

/** =======================
 * Contenedor Principal
 ===========================*/
 .pa-contact h1 {
 	color: #FFF;
 	font-size: 24px;
 	font-weight: 400;
 	text-align: center;
 	margin-top: 40px;
 }

.pa-contact h1 a {
 	color: #c12c42;
 	font-size: 16px;
 }

.pa-contact .accordion {
 	width: 100%;
 	max-width: 360px;
 	margin: 30px auto 20px;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }

.pa-contact .accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 42px;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.pa-contact .accordion li:last-child .link {
	border-bottom: 0;
}

.pa-contact .accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.pa-contact .accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.pa-contact .accordion li.open .link {
    color: #3c8b99;
}
.pa-contact .accordion li.open i {
	color: #3c8b99;
}
.pa-contact .accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pa-contact .accordion li.default .submenu {
    display: block;
    position: relative;
}
/**
 * Submenu
 -----------------------------*/
.pa-contact .submenu {
 	display: none;

    background: #fcfcfc;
    font-size: 14px;
}

.contact-image h3 {
    font-weight: 600;
    font-size: 24px;
}

.contact-image {
    top: 35%;
    text-transform: uppercase;

    text-align: center;
    font-family: 'Poppins';
    color: #ffffff;

    padding: 30px 15px 4px;
    position: absolute;
    width: 100%;

}

.sfm-title .logo span {
    color: #fff;
    font-weight: 400;
    margin-right: 2px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 300px;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #3c8b99;
    border: 1px solid #000;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Poppins';
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #3c8b99;
    border: 1px solid #000;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Poppins';
}
 .pa-contact .submenu li {
 	border-bottom: 1px solid #4b4a5e;
 }

 .pa-contact .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #d9d9d9;
 	padding: 12px;
 	padding-left: 42px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 300px;
}
.pa-contact label {
    display: inline-block;
    TEXT-TRANSFORM: uppercase;
    font-family: 'Poppins';
    margin-bottom: 20px;
    /* width: 200px; */
}
.pa-contact br{
	margin-bottom:10px;
}
 .pa-contact .submenu a:hover {
 	background: #3c8b99;
 	color: #FFF;
 }

 .pa-contact .form-wrapper {
    max-width: 300px;
    width: 300px;
	padding-bottom:30px;
	padding-top:30px;
    overflow: hidden;
}


.info-villa {
    position: relative;
}
button.fiche {
    background-color: #000;
    color: #fff;
    padding: 10px;
    border: 1px solid #3e3e3e;
    text-transform: uppercase;
    margin-top: 10px;
    font-family: 'Poppins';
}
.bouton-fiche {
    position: absolute;

    text-align: right;
}
p.contact-tel {
    margin-top: 20px;
    font-weight: 600;
    font-family: 'Open Sans';
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}


.single-biens .single-item-rtl {
   display:none;
}
.single-biens .image  {
   display:none;
}

.single-appartements .single-item-rtl {
   display:none;
}
.single-appartements .image  {
   display:none;
}



.single-terrains .single-item-rtl {
   display:none;
}
.single-terrains .image  {
   display:none;
}



.single-commerces .single-item-rtl {
   display:none;
}
.single-commerces .image  {
   display:none;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (max-width:1400px) {
.wrapper-description {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
}
.icon-wrapper {
    padding: 40px 5px 15px;
    width: 100%;
    border-radius: 1px;
    background: #fff;
    max-width: 180px;
    min-height: 230px;
    float: left;
    margin: 10px;
    width: 100%;
    position: relative;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
}
}
@media only screen and (max-width:1199px) {
.sfm-menu li img {
    display: block !important;
}
}
@media (max-width: 992px) {

	.pa-contact {
    margin-top: 40px;
    margin-bottom: 40px;
}
.sfm-navicon-button.sf_label_default {
    width: 70px;
    height: 70px;
    position: fixed;
}
	.biens-bandeau {
    padding-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    height: auto;
    margin-top: 70px;
    background-color: #000000;
    color: #fff!important;
}
	.single-biens .image  {
   display:block;
}
.single-biens .single-item-rtl {
   display:block;
}

	.single-appartements .image  {
   display:block;
}
.single-appartements .single-item-rtl {
   display:block;
}

.single-terrains .image  {
   display:block;
}
.single-terrains .single-item-rtl {
   display:block;
}

.single-commerces .image  {
   display:block;
}
.single-commerces .single-item-rtl {
   display:block;
}
.bandeau-biens {
   display:none;
}
.gs_reveal {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: transform 0s;
}
.sfm-toggle-hover .sfm-sidebar-close {
    display: block;
    margin-right: 80px;
    margin-top: 30px;
}
.nav {
    flex-wrap: wrap;
    float: right;
    margin-top: 5px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: none;
}
.logo {
    display: inline-block;
    /* margin-left: 0px; */
    /* margin-top: 20px; */
    position: absolute;
    display: inline;
    /* margin-bottom: 20px; */
    right: 20px;
}
h2.heading_large {
    font-family: 'azo-sans-web';
    font-size: 2em;
    padding-left: 40px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    max-width: 100%;
}
.logo {
    display: inline-block;
    margin-left: 10px;
    margin-top: 20px;
    /* margin-bottom: 20px; */
}
.logo-texte {
    font-family: azo-sans-web, sans-serif;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 38px;
    color: #ffffff;
}

}
@media only screen and (max-width:524px) {

	.sfm-toggle-hover .sfm-sidebar-close {
    display: block;
    margin-right: 0px;
    margin-top: 0px;
}
.button-wrapper {
    margin-top: 20px;
    margin-bottom: 0px;
}
.course-preview {
min-height: auto;
    background-color: #3c8b99;
    color: #fff;
    padding: 30px;
    max-width: 100%;
    WIDTH: 100%;
}
.single-biens .bloc-prez {

    display: none;
}
.single-appartements .bloc-prez {

    display: none;
}

.single-commerces .bloc-prez {

    display: none;
}

.single-terrains .bloc-prez {

    display: none;
}

.course {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    display: block;
    max-width: 100%;
    margin: 20px;
    overflow: hidden;
    width: 90%;
}
.wrapper-presentation-texte {
    padding-left: 56px;
    margin-top: 30px;
    padding-right: 56px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.tb_rubriquephotos {
    clear: both;
    margin-top: 80px;
    margin-bottom: 80px;
    height: 500px;
    background-attachment: inherit;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    display: flex;
    background-size: cover;
}
.wrapper-description {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.pa-contact {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 20px;
}
.wrapper-infos-villas {
    padding: 20px;
}
h1.titre-villas {

    font-size: 20px;
}
h2.infos-comp {

    font-size: 16px;

}
.single-biens .descriptif-titre {
    display: none;
}
.single-appartements .descriptif-titre {
    display: none;
}

.single-terrains .descriptif-titre {
    display: none;
}

.single-commerces .descriptif-titre {
    display: none;
}
span.prix {

    font-size: 20px;
}
.icon-wrapper {
    padding: 50px 5px 15px;
    width: 100%;
    border-radius: 1px;
    background: #fff;
    max-width: 140px;
    min-height: 230px;
    float: left;
    margin: 10px;
    width: 100%;
    position: relative;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
}
.logo-texte {
    font-family: azo-sans-web, sans-serif;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 28px;
    color: #ffffff;
}
.wrapper-villas {
    padding: 0px;
    margin-bottom: 40px;
    background-color: #fff;
}
.titre-footer {
    position: relative;
    width: auto;
    margin-top: 30px;
}
.footerstyle  .fab {
    font-family: Font Awesome\ 5 Brands;
    font-size: 30px;
    margin-right: 0px;
}
.footerstyle h5 {
    font-size: 1.2em;
    font-family: 'Poppins';
    margin-top: 10px;
    font-weight: 300;

}
.footerstyle .fas {
    margin-right: 5px;
    margin-left: 10px;
    margin-top: 10px;
}
.grid-wrap {
    height: 300px;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
}
.ipsType_left {
    margin-bottom: 30px;
}
.ipsSpacer_bottom_double {
   margin-bottom: 0px;
}
}
@media only screen and (min-width:1199px) {
.sfm-rollback {
    display: none;
}
}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
