body {
	background:#fff;
}


@font-face {
    font-family: 'georgia';
    src: url('../fonts/georgia.eot');
    src: url('../fonts/georgia.eot?#iefix') format('embedded-opentype'),
         url('../fonts/georgia.woff2') format('woff2'),
         url('../fonts/georgia.woff') format('woff'),
         url('../fonts/georgia.ttf') format('truetype'),
         url('../fonts/georgia.svg#georgia') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* for equal height */
.row-eq-height {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}

.center-block {
	float:none;
}

.column-centered {
	margin:0px auto;
	float:none;
}

.flush {
	padding:0px;
}

.flush-left {
	padding-left:0px;
}

.flush-right {
	padding-right:0px;
}

.tablerow {
	display:table;
	width:100%;
	height:100%;
}

.tablecell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

img {
	max-width:100%;
	display:inline-block;
}

@font-face {
    font-family: 'VisbyCFRegular';
    src: url('../fonts/VisbyCFRegular.eot');
    src: url('../fonts/VisbyCFRegular.eot') format('embedded-opentype'),
         url('../fonts/VisbyCFRegular.woff2') format('woff2'),
         url('../fonts/VisbyCFRegular.woff') format('woff'),
         url('../fonts/VisbyCFRegular.ttf') format('truetype'),
         url('../fonts/VisbyCFRegular.svg#VisbyCFRegular') format('svg');
}

@font-face {
    font-family: 'VisbyCFBold';
    src: url('../fonts/VisbyCFBold.eot');
    src: url('../fonts/VisbyCFBold.eot') format('embedded-opentype'),
         url('../fonts/VisbyCFBold.woff2') format('woff2'),
         url('../fonts/VisbyCFBold.woff') format('woff'),
         url('../fonts/VisbyCFBold.ttf') format('truetype'),
         url('../fonts/VisbyCFBold.svg#VisbyCFBold') format('svg');
}

body {
	font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6,p,ul,a {
	/** font-family: 'Open Sans', sans-serif;**/
}

p {
	font-family: 'Open Sans', sans-serif;
	letter-spacing:1px;
}

h1,h2 {
  /**  font-family: 'VisbyCFRegular';**/
	font-family: 'conduit_itc_medium1';
}

.navbar-default .navbar-nav>li>a {
    font-family: 'VisbyCFRegular';
}

img {
	max-width:100%;
}

.l-btn:hover {
    background:#4C1A5D !important;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background:none;
}

.navbar-default {
	background:none;
	min-height:100px;
	border:none;
	border-radius:0px;
	margin:0px;
}

.navbar-brand {
	height:100px;
	padding:15px 15px;
}

.navbar-brand img {
	display:inline-block;
	max-height:50px;
}

.navbar-right {
	margin-right:0px;
}

.navbar-nav>li {
	margin-top:10px;
	margin-left:5px;
}

.navbar-nav>li>a {
	color:#fff;
}

.navbar-default .navbar-nav>li>a {
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
    font-family: 'VisbyCFRegular';
	letter-spacing:1px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #4C1A5D;
    background-color: transparent;
	font-weight:bold;
}

.navbar-nav>li>.dropdown-menu {
	left: 0;
	right: auto;
	background:none;
	border:none;
	box-shadow:none;
	border-radius:0;
	padding:0 3px;
    box-shadow: 0 2px 13px -4px rgb(0 0 0 / 20%);
    background: #4C1A5D;
    padding-top: 5px;
    padding-bottom: 5px;
	opacity:0;
	pointer-events:none;
	transition:all .3s;
}

.dropdown-menu>li>a {
    color: #fff;
	font-size:12px;
    padding: 5px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'VisbyCFRegular';
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ff6600 !important;
    background-color: transparent;
}

section {
	float:left;
	width:100%;
}

a, a:hover, a:focus {
	color:inherit;
	text-decoration:none;
	cursor:pointer;
}

input, select, textarea, button, label {
	font-family: 'Open Sans', sans-serif;
	outline:none;
}

@media only screen and (min-width: 768px) {
.navbar-nav>li.dropdown>.dropdown-menu {
	display:block;
}

.navbar-nav>li.dropdown:hover>.dropdown-menu {
	display:block;
	opacity:1;
	pointer-events:all;
}
	
}

/* Main Styles */
.header {
	padding:15px 0px;
	position:absolute;
	top:0;
	left:0;
	z-index:99;
	transition:all .3s;
}

.header.fixed {
	background:#4C1A5D;
	position:fixed;
	top:0;
	right:0;
	z-index:99999999;
	padding-bottom:0;
}

.header.fixed .navbar-default .navbar-nav>li>a:focus,
.header.fixed .navbar-default .navbar-nav>li>a:hover,
.header.fixed .navbar-default .navbar-nav>li>a.active,
.header.fixed .navbar-default .navbar-nav>.open>a,
.header.fixed .navbar-default .navbar-nav>.open>a:focus,
.header.fixed .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}

.header.fixed .dropdown-menu>li>a {
    color: #fff;
}


.header.fixed .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
}

.parallax-window {
    background: transparent;
}




.ltn__utilize {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: -100%;
    display: block;
    overflow: hidden;
    width: 300px;
    height: 100vh;
    padding: 20px 10px 20px 30px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 99999;
    padding: 50px 20px;
}

.ltn__utilize-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.ltn__utilize-overlay.active {
	display:block;
}

.ltn__utilize.ltn__utilize-mobile-menu.ltn__utilize-open {
    left: 0;
    padding: 50px 20px;
}

.ltn__utilize-menu-inner {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -ms-touch-action: auto;
    touch-action: auto;
    overflow-x: hidden !important;
    padding-right: 20px;
    overflow-y: auto;
}

.ltn__utilize-menu-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.site-logo {
    min-width: 185px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    min-width: 100px;
    min-width: 100px;
}

.site-logo img {
	max-height:40px;
}

.ltn__utilize-menu-head .ltn__utilize-close {
    background-color: transparent;
    font-size: 50px;
    padding: 0 15px;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
	border:none;
	font-weight:300;
    font-family: 'VisbyCFRegular';
}

.ltn__utilize-menu-search-form {
    margin-bottom: 30px;
    position: relative;
}

.ltn__utilize-menu-search-form  input {
	background-color: var(--white);
    border: 2px solid;
    border-color: #e4ecf2;
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    padding-right: 40px;
    color: #5c727d;
    margin-bottom: 0;
}

.ltn__utilize-menu-search-form button {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    padding: 0 15px;
	border:none;
}

.ltn__utilize-menu > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ltn__utilize-menu > ul > li {
    position: relative;
	margin-top:15px;
}

.ltn__utilize-menu > ul > li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent;
}

.ltn__utilize-menu > ul > li > a {
    display: block;
    padding: 8px 24px 8px 0;
    text-transform: uppercase;
}


.ltn__utilize-menu > ul > li .sub-menu {
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    width: 100%;
    min-width: auto;
    padding: 0;
    padding-left: 15px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ltn__utilize-menu > ul > li.active .sub-menu {
	display:block;
}

.ltn__utilize-menu > ul > li .sub-menu li {
    line-height: inherit;
    position: relative;
    list-style: none;
	margin-top:15px;
}

.ltn__utilize-menu > ul > li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent;
}

.ltn__utilize-menu > ul > li .menu-expand::before, .ltn__utilize-menu > ul > li .menu-expand::after {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    width: 14px;
    height: 2px;
    content: "";
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    background-color: #7e7e7e;
}

.ltn__utilize-menu > ul > li .menu-expand::after {
    -webkit-transform: rotate(90deg) scale(0.75);
    -ms-transform: rotate(90deg) scale(0.75);
    transform: rotate(90deg) scale(0.75);
}

.ltn__utilize-menu > ul > li.active .menu-expand::after {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
}


.ltn__scrollbar::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
  border-radius: 30px; }

.ltn__scrollbar::-webkit-scrollbar-thumb {
  background-color: #ddd; }
  
  
/*** ***/

.banner {
	position:relative;
}

.bx-wrapper .bx-controls-direction a {
	background-size:contain;
}

.banner li {
	padding:150px 0px;
	height:100vh;
	background:#fff;
	box-shadow: 0 2px 13px -4px rgb(0 0 0 / 20%);
	position:relative;
}

.banner .mscroll {
	position:absolute;
	bottom:35px;
	left:0;
	z-index:9;
	animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
	cursor: pointer;
}


@keyframes bounce {
50% {
    transform: translateY(-15px);
  }
}


.banner .mscroll img {
	background:#fff;
	box-shadow: 0 2px 13px -4px rgb(0 0 0 / 20%);
	border-radius:50%;
}

.banner .bx-wrapper .bx-pager {
	bottom:40px;
}

.banner li:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(76,26,93,0.5);
}

.banner h2 {
	color:#fff;
	margin-bottom:35px;
}

h2 {
	font-size:35px;
	/*font-weight:800 !important;*/
	letter-spacing:1px;
	text-transform:uppercase;
}

.banner p {
	color:#fff;
	line-height:1.8;
	margin-bottom:70px;
	font-size:22px;
	letter-spacing:2px;
}

.banner input {
	background:#FFFFFF;
	height:40px;
	border-radius:7px;
	display:inline-block;
	width:60%;
	padding:0 20px;
	text-align:center;
	border:none;
	font-weight:300;
	color:#231F20;
	font-size:14px;
	float:left;
	border-radius:7px 0 0 7px;
}

.banner .s-btn, .banner .s-btns {
	background:#FFFFFF;
	line-height:40px;
	border-radius:7px;
	display:inline-block;
	float:left;
	width:40%;
	padding:0 0px;
	text-align:center;
	border:none;
	font-weight:300;
	color:#231F20;
	font-size:14px;
	background:#454750;
	color:#fff;
	text-align:center;
	padding:0 15px;
	border-radius:0 7px 7px 0;
}

.banner ::-webkit-input-placeholder {
	color:#231F20;
}

.banner .submit {
	background:#454750;
	color:#fff;
	text-align:center;
	padding:0 15px;
	border-radius:7px ;
	height:40px;
	line-height:40px;
	display:inline-block;
}

.logos {
	padding:50px 0;
	background:#fff;
    box-shadow: 0 2px 13px -4px rgb(0 0 0 / 20%);
}

.logos ul {
	list-style:none;
	padding:0;
	margin:0;
	display:inline-block;
	width:100%;
}

.logos ul li {
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
}

.logos ul li img {
	max-height:60px;
}

.accodion-info {
	padding:80px 0;
}

.accodion-info h2 {
	color:#231F20;
	margin-bottom:50px;
}

.accodion-info h3 {
	color:#231F20;
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
	box-shadow:none;
	font-weight:bold;
	letter-spacing:1px;
    font-family: 'VisbyCFRegular';
}


.panel-group .panel {
	border:none;
	border-radius:0;
	background:none;
	padding:0;
	box-shadow:none;
	margin-bottom:50px;
}

.panel-default>.panel-heading {
	border:none;
	border-radius:0;
	background:none;
	padding:0;
	box-shadow:none;
}

.panel-default .panel-title {
	margin:0;
}

.panel-default .panel-title a {
	display:inline-block;
    color: #231F20;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
	padding-left:30px;
	margin:0;
	background: url(../images/icon-minus.png) top left no-repeat;
	background-size:20px auto;
	min-height:22px;
    font-family: 'VisbyCFRegular';
	font-weight:bold;
	letter-spacing:1px;
	line-height:1.5;
}

.panel-default .panel-title a.collapsed {
	background: url(../images/icon-plus.png) 0px 0px no-repeat;
	background-size:20px auto;
}



.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border:none;
	padding:0;
	padding-top:10px;
	padding-left:15px;
	box-shadow:none;
}

.accodion-info p {
    color: #231F20;
    font-size: 14px;
    margin-bottom: 0px;
}

/**** ****/
.table-info {
	
}

.table-info .table>thead>tr>th {
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
	color:#1D1D1B;
    font-family: 'VisbyCFRegular';
	font-weight:600;
	padding:80px 15px;
	border:none;
	font-weight:bold;
	letter-spacing:1px;
}

.table-info .table>thead>tr>th img {
	max-height:45px;
}

/*.table-info .table>thead>tr>th:nth-child(3) {
	border-radius:15px 15px 0 0;
    box-shadow: 0 2px 13px -4px rgb(0 0 0 / 20%);
}*/


.table-info .table>tbody>tr.fts td {
	background:#fff;
}
	
.table-info .table>tbody>tr.fts td:nth-child(3) {
    padding: 80px 15px;
    color: #1D1D1B;
	background:none;
	border-radius:15px 15px 0 0;
}

.table-info .table>tbody>tr.fts td:nth-child(3) img {
	width:auto;
	max-width:100%;
	max-height:45px;
}

	
.table-info .table>tbody>tr.fts td:nth-child(4) {
    color: #1D1D1B;
    font-family: 'VisbyCFRegular';
	font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}


	

.table-info .table>tbody>tr>td {
	color:#1D1D1B;
	font-size:16px;
    font-family: 'VisbyCFRegular';
	font-weight:400;
	padding:15px 35px;
	border:none;
	text-align:center;
	min-height:40px;
	vertical-align:middle;
}


.table-info .table>tbody>tr>td img {
    width: 24px;
}


.table-info .table>tbody>tr>td:nth-child(1) {
	text-align:left;
}

.table-info .table>tbody>tr>td:nth-child(2) {
	text-align:left;
}

/*.table-info .table>tbody>tr>td:nth-child(3) {
    box-shadow: 0 2px 13px -4px rgb(0 0 0 / 20%);
}*/

.table-info .table tr:nth-child(even) td {
	background:#e6e3ed;
}

.table-info .table tr:nth-child(even) td:nth-child(3) {
	background:#e6e3ed;
}

.table-info .table .table-hide tr:nth-child(even) td {
	background:#e6e3ed;
}

.table-info .table .table-hide tr:nth-child(even) td:nth-child(3) {
	background:#e6e3ed;
}

.table>tbody+tbody {
    border-top:none;
}

.table-info .table .table-hide tr:nth-child(even) td {
	background:;
}

.table-info .table .table-hide tr:first-child td:nth-child(3) {
	box-shadow: 0 0.5rem 0.5em rgb(0 0 0 / 40%);
}

.table-info .table .table-hide tr:last-child td:nth-child(3) {
	border-radius:0 0 15px 15px;
	box-shadow: 0 0.5rem 0.5em rgb(0 0 0 / 40%);
}

.table-info .table .table-hide tr:nth-child(even) td:nth-child(3) {
	background:;
}

.table-info .l-btn {
    display: inline-block;
    background: #454750;
    background: rgba(69,71,80,0.7);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    border-radius: 5px;
    letter-spacing: 1px;
	padding:0 25px;
	margin:20px 0;
}

.table-info .table tr td.full {
	background:#fff !important;
}

.table-info .table>tbody>tr>td.text-center {
	text-align:center !important;
}

table {
	border-collapse: separate;
	background-color: transparent;
	border-spacing: 0;
}

td {
	background: #fff;
}

td:nth-child(3) {
	box-shadow: 0 0.5rem 0.5em rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 2;
}

tbody tr:first-child td:nth-child(3) {
	box-shadow: 0 -0.5rem 0.5em -0.25rem rgba(0, 0, 0, 0.4),
	0 0.5rem 0.5em rgba(0, 0, 0, 0.4);
}
.msg-info {
	padding:40px 0;
}

.msg-info h2 {
	color:#4C1A5D;
	font-size:24px;
	font-weight:600;
	margin-bottom:100px;
	display:inline-block;
	border:2px dashed #DAA520;
	padding:30px;
}

.msg-info h2 span {
	font-size:28px;
	padding-left:20px;
}

.msg-info figure {
	float:left;
	width:100%;
	min-height:150px;
	height:300px;
}

.msg-info .bg {
	background:#4C1A5D;
	padding:40px 15px;
}

.msg-info .bg.down {
    background:transparent;
	box-shadow: 7px 5px 15px 0px #3c084e85;
	margin-top: 10px;
}

.msg-info .bg.down p {
    color:#000;
	margin-bottom:20px;
}

.msg-info .vendre-btn .minu {
	display:none;
}

.msg-info .vendre-btn.active img {
	display:none;
}

.msg-info .vendre-btn.active img.minu {
	display:inline-block;
}

.msg-info .bg p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

@font-face {
    font-family: 'BakerieSmoothWideRegular';
    src: url('../fonts/BakerieSmoothWideRegular.eot');
    src: url('../fonts/BakerieSmoothWideRegular.eot') format('embedded-opentype'),
         url('../fonts/BakerieSmoothWideRegular.woff2') format('woff2'),
         url('../fonts/BakerieSmoothWideRegular.woff') format('woff'),
         url('../fonts/BakerieSmoothWideRegular.ttf') format('truetype'),
         url('../fonts/BakerieSmoothWideRegular.svg#BakerieSmoothWideRegular') format('svg');
}

.msg-info .bg h3 {
    font-family: 'BakerieSmoothWideRegular';
	color:#fff;
	font-size:45px;
	margin-bottom:40px;
}

.msg-info .bg img {
	max-width:50px;
}

.vendre-info {
	padding:60px 0 80px 0;
    box-shadow: 0 2px 13px -4px rgb(0 0 0 / 20%);
    background: #fff;
}

.vendre-info h2 {
    color: #231F20;
    margin-bottom: 60px;
}

.vendre-info .inf img {
	padding-left:30px;
	padding-left:0px;
}

.vendre-info .inf a {
    display: inline-block;
}

.vendre-info .inf .popover {
	z-index:9999999999;
}

.vendre-info .inf .popover-title {
	margin:0;
	background:#4C1A5D;
	color:#fff;
	font-weight:bold;
	width:100%;
	letter-spacing:1px;
	text-align:center;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

.vendre-info .inf .popover-content {
	margin:0;
	text-align:center;
	color:#000;
	letter-spacing:1px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

.vendre-info .inf img:hover {
	opacity:.5;
}

.vendre-info .inf h3 {
	padding-left:35px;
	position:relative;
	color:#231F20;
	font-size:16px;
	font-weight:600;
	min-height:35px;
	margin-top:15px;
	margin-bottom:60px;
	display:inline-block;
    text-align: left;
	letter-spacing:1px;
    font-family: 'VisbyCFRegular';
}

.vendre-info .inf h3 span {
	position:absolute;
	top:0;
	left:0;
	color:#4C1A5D;
	font-size:22px;
	font-weight:600;
}

.vendre-info .tp {
	margin-top:50px;
}

.vendre-info h4 {
	color:#231F20;
	font-size:16px;
	font-weight:600;
	margin-top:20px;
	margin-bottom:60px;
}

.vendre-info .ar {
	margin-top:0px;
	margin-left:-15px;
	max-height:50px;
}

.vendre-info .l-btn {
	display:inline-block;
	background:#454750;
	background:rgba(69,71,80,0.7);
	color:#fff;
	font-size:14px;
	font-weight:600;
	width:100%;
	line-height:40px;
	border-radius:5px;
	letter-spacing:1px;
	margin-top:170px;
}

.vendre-info h6 {
	color:#231F20;
	font-size:12px;
	font-weight:600;
	margin-top:10px;
	margin-bottom:20px;
}

.vendre-info label {
	font-family: 'VisbyCFRegular';
	font-weight:bold;
	display:inline-block;
	width:100%;
}

.vendre-info .form h2 {
	margin-top:10px;
	margin-bottom:20px;
}

.vendre-info .form .ar {
	position:absolute;
	bottom:55px;
	left:15px;
}

.vendre-info input {
    background: #FFFFFF;
    height: 50px;
    border-radius: 7px;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
	border:1px solid #ccc;
    font-weight: 300;
    color: #231F20;
    font-size: 14px;
    border-radius: 7px;
	margin-bottom:15px;
}

.vendre-info input.submit {
    background: #454750;
    height: 40px;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    border-radius: 7px;
	width:auto;
	border:none;
	margin-top:10px;
}

.product-slider {
	padding:70px 0;
}

.product-slider h2 {
	color:#231F20;
	margin-top:10px;
	margin-bottom:20px;
	line-height:1.6;
}

.product-slider h2 span {
	color:#4C1A5D;
}

.product-slider p {
    color: #231F20;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

.product-slider p span {
	color:#4C1A5D;
}

.product-slider .mid .la-btn {
    display: inline-block;
    background: #4C1A5D;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
    line-height: 20px;
    margin-top: 00px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 3px 7px;
    margin-left: -62px;
}

.product-slider .bx-wrapper .bx-controls-direction a {
	width:35px;
	height:35px;
}

.product-slider .bx-wrapper .bx-pager.bx-default-pager a {
	border:1px solid #AAA7AC;
	background:none;
	border-radius:50%;
}

.product-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .product-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #AAA7AC;
}


.product-slider .bx-wrapper .bx-prev {
    left: -25px;
    background: url(../images/arrow-left.png) no-repeat;
}

.product-slider .bx-wrapper .bx-next {
    background: url(../images/arrow-right.png) no-repeat;
	right:-25px;
}


.grat-info {
	
}


.grat-info h2 {
    color: #231F20;
    margin-bottom: 50px;
}

.grat-info h2 span {
    color: #231F20;
    font-weight: 900;
}

.grat-info h3 {
    color: #4C1A5D;
    font-size: 18px;
    margin-top:0px;
    margin-bottom: 10px;
    box-shadow: none;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'VisbyCFRegular';
}

.grat-info p {
    color: #231F20;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}

.grat-info figure {
    float: left;
    width: 100%;
    min-height: 150px;
    height: 180px;
	position:relative;
}

.grat-info .bt {
	margin-bottom:100px;
}

.grat-info .fig p {
	color:#939598;
	font-weight:bold;
	margin-top:10px;
	font-size:12px;
	display:inline-block;
	opacity:0;
}

.grat-info .fig:hover p {
	opacity:1;
}

.grat-info .fig:hover figure:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#454750;
	opacity:.6;
}


.testi-slider {
	padding:30px 0 45px 0;
	background:#F0EDEA;
}

.testi-slider .bg {
	background:#fff;
	margin-top:15px;
}

.testi-slider .al {
	position:absolute;
	top:-15px; 
	left:-10px;
	max-width:35px;
}

.testi-slider figure {
    float: left;
    width: 100%;
    min-height: 150px;
    height: 300px;
	position:relative;
}

.testi-slider .sp {
	padding:80px 40px;
}

.testi-slider li {
	padding-left:15px;
	text-align:center;
}


.testi-slider h2 {
	color:#231F20;
	margin-top:10px;
	margin-bottom:5px;
	line-height:1.6;
}

.testi-slider h2 span {
	color:#4C1A5D;
	font-size:32px;
	font-weight:600;
}

.testi-slider p {
    color: #231F20;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.testi-slider h6 {
    color: #231F20;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
	border-left:2px solid #C7BCCF;
	padding-left:20px;
	display:inline-block;
}

.testi-slider p span {
	color:#4C1A5D;
}

.testi-slider .mid .la-btn {
    display: inline-block;
    background: #4C1A5D;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
    line-height: 20px;
    margin-top: 00px;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 3px 7px;
    margin-left: -62px;
}

.testi-slider .bx-pager  {
	bottom:-60px;
}

.testi-slider .bx-wrapper .bx-controls-direction a {
	width:35px;
	height:35px;
}

.testi-slider .bx-wrapper .bx-pager.bx-default-pager a {
	border:1px solid #AAA7AC;
	background:none;
	border-radius:50%;
}

.testi-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .testi-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #AAA7AC;
}


.testi-slider .bx-wrapper .bx-prev {
    left: -95px;
    background: url(../images/arrow-left.png) center left no-repeat;
}

.testi-slider .bx-wrapper .bx-next {
    background: url(../images/arrow-right.png) center right no-repeat;
	right:-95px;
}

.testi-slider .bt {
	margin-bottom:20px;
}


.testi-slider .tpt {
	margin-top:90px;
}

.testi-slider .l-btn {
    display: inline-block;
    background: #454750;
    background: rgba(69,71,80,0.7);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 40%;
    line-height: 40px;
    border-radius: 5px;
    letter-spacing: 1px;
    margin-top: 0px;
}

.product-slider .row,
.product-slider .row {
	position:relative;
}

.product-slider .outside-two p span#slider-prev-1 {
	left:-45px;
}

.product-slider .outside-two p span#slider-next-1 {
	right:-45px;
}

.testi-slider .outside-two p span#slider-prev-2 {
	left:-140px;
}

.testi-slider .outside-two p span#slider-next-2 {
	right:-140px;
}

.product-slider .outside-two p span,
.testi-slider .outside-two p span{
    position: absolute;
    outline: 0;	
    top: 50%;
    margin-top: -16px;
    background: none;
}

.product-slider .outside-two p span a,
.testi-slider .outside-two p span a{
    outline: 0;	
    width: 28px;
    height: 34px;
    width: 50px;
    height: 50px;
    background: none;
}

.product-slider .outside-two p span a.bx-prev,
.testi-slider .outside-two p span a.bx-prev {
	display:inline-block;
	color:#4C1A5D;
	font-size:25px;
	border:2px solid #4C1A5D;
	border-radius:0;
	text-align:center;
	border-radius:50%;
	line-height:45px;
	padding-right:2px;
	font-size:40px;
}

.product-slider .outside-two p span a.bx-next,
.testi-slider .outside-two p span a.bx-next {
	display:inline-block;
	color:#4C1A5D;
	font-size:25px;
	border:2px solid #4C1A5D;
	border-radius:0;
	text-align:center;
	border-radius:50%;
	line-height:45px;
	padding-left:2px;
	font-size:40px;
}

/*** ***/

/*** ***/
.bx-wrapper img {
	display:inline-block;
}

ul.bxslider {
	list-style:none;
}

.bx-wrapper {
	margin-bottom:0px;
}

.bx-wrapper .bx-controls-direction a {
	width:28px;
	height:34px;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/arrow-left-white.png) center left no-repeat;
	background-size:cover;
}

.bx-wrapper .bx-next {
    background: url(../images/arrow-right-white.png) center right no-repeat;
}

.pagination>li>a.five {
	background:red;
	color:black;
}

/***** Footer CSS *****/
.footer {
    padding: 35px 0px 25px 0px;
    padding-bottom: 0;
    position: relative;
    background:linear-gradient(rgba(76,26,93,0.9), rgba(76,26,93,0.9)), url(../images/footer_bg_01.jpg) 50% 50% no-repeat;
    background-size: cover;
    color: white;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    
}

.footer ul {
    list-style: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
	margin-top:35px;
	margin-bottom:10px;
	display:inline-block;
}

.footer ul li {
    display: inline-block;
    padding: 0px 10px;
    border-right: 2px solid #fff;
    line-height: 10px;
    text-align: center;
}

.footer ul li a {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 10px;
    transition: 1s;
    margin-bottom: 0;
    line-height: 13px;
}

.footer ul li:last-child {
    border-right: none;
}

.footer .links a {
    padding-bottom: 6px;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    color: #fff;
    font-weight: 500;
}

.footer .links .fa {
    font-size: 20px;
    padding: 0 12px;
    color: #fff;
}

.footer .row {
	 position:relative;
	 z-index:99;
}

.footer .copy {
    border-top: 1px solid #fff;
	padding-top:10px;
}

.footer .copy p  {
    padding-bottom: 6px;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
}

.footer h5  {
    padding-bottom: 6px;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    color: #fff;
    font-weight: 500;
}

.footer .lodo-div a {
	display:inline-block;
	margin:10px 15px;
	margin-bottom:15px;
}

.footer .lodo-div a img {
	max-height:90px;
}

.zoom-hover {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.zoom-hover:hover {
    transform: scale(1.1);
}


/******** NEW CSS 7-12-2021 *********/
.navbar-nav>li {
    margin-top: 18px;
}

.ltn__utilize {
    z-index: 99999999999;
}

li.menu-item-has-children:hover ul.dropdown-menu {
    display: none;
}

/* Media Css */
@media only screen and (min-width: 768px) {
li.menu-item-has-children:hover ul.dropdown-menu {
    display: block;
}
}

.header.fixed ul.dropdown-menu {
    box-shadow: 0 2px 13px -4px rgb(0 0 0 / 20%);
    background: #4C1A5D;
	padding-top:5px;
	padding-bottom:5px;
}

.banner .s-btn:hover ,
.banner input.submit:hover
{
    background: #4C1A5D !important;
    color: #fff !important;
}
/**************** Topbar CSS ***************/
.header {
	padding:0;
}

.navbar-brand {
    padding: 24px 15px;
}

.header .topbar {
	position:absolute;
	top:15px;
	right:0;
    width: 100%;
}

.header .topbar ul {
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
	display:inline-block;
}

.header .topbar ul li {
	display:inline-block;
    padding: 0px 10px 0;
	z-index:9999;
	position:relative;
}

.header .topbar ul li:last-child {
	padding-right:0;
}

.header .topbar ul li a {
	display:inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #e2e2e2;
    transition: 1s;
}

.header .topbar ul li a .fa {
	font-size:20px;
}

.navbar-nav>li {
    margin-top:20px;
}

.vendre-info.edit {
	padding-top:0;
    box-shadow:none;
}

.vendre-info.edit .l-btn {
    margin-top: 30px;
}

.modal-backdrop {
    z-index: 99999999;
}



.modal {
    z-index: 9999999999;
}

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

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
}


.modal {
    z-index: 9999999999;
}

.modal .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    top: 19px;
    right: 15px;
    font-weight: 400;
    font-size: 25px;
}

.modal .modal-header {
	background:#4C1A5D;
	text-align:center;
	padding:0;
	border-radius:3px 3px 0 0;
}

.modal .modal-header h2{ 
	margin:15px 0;
	color:#fff;	
	font-size:22px;
}

.modal label {
    font-family: 'VisbyCFRegular';
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.modal input {
    background: #FFFFFF;
    height: 50px;
    border-radius: 7px;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    border: 1px solid #ccc;
    font-weight: 300;
    color: #231F20;
    font-size: 14px;
    border-radius: 7px;
    margin-bottom: 15px;
}

.modal textarea {
    background: #FFFFFF;
    height: 150px;
    border-radius: 7px;
    display: inline-block;
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #ccc;
    font-weight: 300;
    color: #231F20;
    font-size: 14px;
    border-radius: 7px;
    margin-bottom: 15px;
}

.modal .modal-body {
	padding:25px 40px;
}

.modal input.submit {
    background: #454750;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    border-radius: 7px;
    width: auto;
    border: none;
    margin-top: 10px;
    height: 40px;
}


.pop-modal p {
    color: #231F20;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.team-sec {
	padding:50px 0;
}

.team-sec .l-btn {
    display: inline-block;
    background: #454750;
    background: rgba(69,71,80,0.7);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    line-height: 40px;
    border-radius: 5px;
    letter-spacing: 1px;
    margin-top: 30px;
}

.msg-info h2 {
	background:#999;
	border:none;
	color:#fff;
}

.banner.archter-service {
	background:url(../images/slider-1.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:150px 0;
}


.banner.archter-service:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(76,26,93,0.5);
}

.banner.archter-service .s-btn {
	background:none;
	border:3px solid #4C1A5D;
	border-radius:0;
	width:auto;
	padding:0 15px;
	float:none;
	display:inline-block;
	font-size:14px;
	line-height:44px;
}

.banner.archter-service .s-btn.lt {
	height:50px;
	line-height:20px;
	padding-top:2px;
}


.vendre-info.arch-services .l-btn {
	margin-top:15px;
	
}

.product-slider p{
	font-size:18px;
}


/**** Properties page CSS ****/
.prop-info-title {
	background:linear-gradient(rgba(76,26,93,.5), rgba(76,26,93,.5)), url(../images/banner-property.png) 50% 50% no-repeat;
	background-size:cover;
	padding:160px 0;
}

.prop-info-title h2 {
	color:#fff;
	font-size:35px;
	margin:0;
}

.header.inner {
	background:#4f5159;
}

.prop-info {
	padding:40px 0;
}

.prop-info .position {
	position:relative;
}

.prop-info h2 {
	margin-bottom:50px;
}

.prop-info .position {
	position:relative;
	margin-bottom:20px;
}

.prop-info .col-lg-4 {
	padding:0 10px;
}

.prop-info .align {
	position:absolute;
	background:rgb(76,26,93,.5);
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	transition:all .3s;
}

.prop-info .position:hover .align {
	opacity:1;
}

.prop-info h3 {
	position:relative;
	color:#fff;
	font-weight:600;
	margin-bottom:0;
	font-size:18px;
}

.prop-info p {
	color:#fff;
	font-weight:400;
	font-size:16px;
	margin-top:0;
}

.prop-info .label {
    position: absolute;
    background: #454750;
    top: 0;
    right: 0;
    width: 86px;
    line-height: 33px;
    font-size: 16px;
    color: #fff;
    transition: all .3s;
    border-radius: 0;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
}



    @font-face {
    font-family: 'Butler Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Regular'), url('../fonts/Butler_Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler UltraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Butler UltraLight'), url('../fonts/Butler_Ultra_Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler Light';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Light'), url('Butler_Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Medium'), url('../fonts/Butler_Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Bold'), url('../fonts/Butler_Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Butler ExtraBold'), url('../fonts/Butler_ExtraBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Butler Black';
    font-style: normal;
    font-weight: normal;
    src: local('Butler Black'), url('../fonts/Butler_Black.woff') format('woff');
    }
	
	
.somme-sec h2 {
	margin-bottom:50px;
}

.somme-sec h3 {
	color:#4C1A5D;
    font-family: 'Butler Medium';
}
	
.somme-sec h4 {
	color:#231F20;
    font-family: 'VisbyCFRegular';
	padding-left:60px;
	font-size:18px;
	font-weight:400;
	position:relative;
	display:inline-block;
	vertical-align:bottom;
}

.somme-sec h4 span {
    font-family: 'VisbyCFRegular';
	display:inline-block;
	font-size:40px;
	position:absolute;
	top:0;
	left:0;
}

.somme-sec h5 {
	color:#231F20;
    font-family: 'Butler Regular';
	padding-left:7px;
	font-size:13px;
	font-weight:300;
	position:relative;
	display:inline-block;
	vertical-align:bottom;
	border-left:1px solid #231F20;
	margin-left:20px;
	line-height:1.4;
}

.somme-sec .tp {
	margin-top:35px;
}

.msg-info.somme {
	padding-top:100px;
	padding-bottom:40px;
}

.msg-info.somme .bg {
	background:#EDEAE6;
}

.msg-info.somme .bg h3 {
	color:#4C1A5D;
	font-weight:bold;
}

.team-sec.somme {
	padding-top:100px;
}

.prop-info-title.contact {
	background: linear-gradient(rgba(76,26,93,.5), rgba(76,26,93,.5)), url(../images/page-contact.jpg) 50% 50% no-repeat;
    background-size: cover;
	padding:280px 0 110px 0;
}

.prop-info-title.contact h2 {
	margin-bottom:120px;
}


.prop-info-title.contact .l-btn {
    border: none;
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    background: #454750;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    border-radius: 7px;
    line-height: 40px;
	min-width:180px;
	margin:0 20px;
    font-family: 'VisbyCFRegular';
}

.prop-info-title.contact .l-btn.wt {
	background:#fff;
	color:#231F20;
}

.prop-info-title.contact .l-btn.wt:hover {
	color:#fff;
}

/***** *****/
.contact-info {
	padding:50px 0;
	position:relative;
	box-shadow:0px 0px 13px 0px rgba(0,0,0,0.2);
}

.contact-info input {
	display:inline-block;
	width:100%;
	padding:0;
	margin:0;
	background:#F5F3F0;
	outline:none;
	border:none;
	height:60px;
	padding:0 20px;
	margin-bottom:15px;
	color:#595961;
    font-family: 'VisbyCFRegular';
	font-size:16px;
}

.contact-info ::-webkit-input-placeholder {
	color:#231F20;
}

.contact-info textarea {
	display:inline-block;
	width:100%;
	padding:0;
	margin:0;
	background:#F5F3F0;
	outline:none;
	border:none;
	height:120px;
	padding:15px 20px;
	margin-bottom:15px;
	color:#595961;
    font-family: 'VisbyCFRegular';
	font-size:16px;
	resize:none;
}

.contact-info label {
    font-family: 'VisbyCFRegular';
	display:inline-block;
	width:100%;
	position:relative;
	padding-left:30px;
	color:#231F20;
	font-size:14px;
}

.contact-info label a {
	color:#4C1A5D;
    font-family: 'VisbyCFRegular';
}

.contact-info label input {
	padding:0;
	width:18px;
	height:18px;
	margin:0;
	vertical-align:middle;
	position:absolute;
	top:0;
	left:0;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	border:1px solid #231F20;
	background:none;
	outline:none;
}

.contact-info label input:checked {
	outline:none;
}

.contact-info label input:checked:after {
	content:'✓';
	outline:none;
	position:relative;
	top:-3px;
	left:2px;
}

.contact-info input.submit {
    background: #67656D;
    color: #fff;
    text-align: center;
    padding: 0 40px;
    border-radius: 7px;
    height: 40px;
    font-size: 14px;
    border: none;
    font-weight: 300;
    width: auto;
	margin-top:50px;
}

.contact-info-2 {
	padding-bottom:50px;
}

.contact-info-2 .bg {
	background:#EDEAE6;
}

/* #### Generated By: http://www.cufonfonts.com #### */

    @font-face {
    font-family: 'Minion Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Regular'), url('../fonts/MinionPro-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Minion Pro Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Italic'), url('../fonts/MinionPro-It.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Minion Pro Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Medium'), url('../fonts/MinionPro-Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Minion Pro Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Medium Italic'), url('../fonts/MinionPro-MediumIt.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Minion Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Semibold'), url('../fonts/MinionPro-Semibold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Minion Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Semibold Italic'), url('../fonts/MinionPro-SemiboldIt.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Minion Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Bold Condensed'), url('../fonts/MinionPro-BoldCn.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Minion Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Bold'), url('../fonts/MinionPro-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Minion Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Bold Condensed Italic'), url('../fonts/MinionPro-BoldCnIt.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Minion Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Minion Pro Bold Italic'), url('../fonts/MinionPro-BoldIt.woff') format('woff');
    }
	
.contact-info-2 .bg p {
	color:#231F20;
    font-family: 'Minion Pro Regular';
	letter-spacing:0;
	font-size:18px;
	margin:0;
}

.contact-info-2 .bg2 {
	background:#4C1A5D;
	padding:45px 60px;
}

.contact-info-2 h2 {
	color:#fff;
	font-size:30px;
	text-transform:inherit;
	margin-bottom:50px;
}

.contact-info-2 h3 {
	color:#B89FC4;
    font-family: 'VisbyCFRegular';
	font-size:14px;
	font-weight:500;
}

.contact-info-2 .bg2 p {
	color:#fff;
    font-family: 'VisbyCFRegular';
	font-size:12px;
	font-weight:500;
	margin-bottom:30px;
}


.vendre-marketing-banner {
    background: linear-gradient(rgba(76,26,93,.5), rgba(76,26,93,.5)), url(../images/bg-vendre-banner.png) 50% 50% no-repeat;
    background-size: cover;
    padding: 180px 0 80px 0;
}

.vendre-marketing-banner h2 {
    color: #fff;
    margin-bottom: 5px;
	line-height:1.4;
	font-size:30px;
}

.vendre-marketing-banner p {
    color: #fff;
	font-size:50px;
    font-family: 'Butler Medium';
}

.vendre-marketing-info {
	padding:30px 0 80px 0;
	box-shadow:0px 4px 9px 0px rgb(0 0 0 / 15%);
	position:relative;
}

.vendre-marketing-info h2 {
    color: #231F20;
	font-size:28px;
    margin-bottom: 5px;
	line-height:1.4;
    font-family: 'VisbyCFRegular';
	text-transform:inherit;
}

.vendre-marketing-info p {
    color: #231F20;
	font-size:14px;
    margin-bottom: 45px;
	line-height:1.4;
    font-family: 'VisbyCFRegular';
	font-weight:400;
	margin-bottom:50px;
}

.vendre-dcouvre-banner {
    background: linear-gradient(rgba(76,26,93,.5), rgba(76,26,93,.5)), url(../images/bg-dcouvre-banner.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 180px 0 180px 0;
}

.vendre-dcouvre-banner h2 {
    color: #fff;
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 30px;
}

.vendre-dcouvre-info p.lg {
	color:#231F20;
	font-size:22px;
    font-family: 'VisbyCFRegular';
	font-weight: 700;
	margin:0;
}

.vendre-dcouvre-info h2 {
	color:#231F20;
	font-size:22px;
    font-family: 'VisbyCFRegular';
	font-weight:600;
	margin-top:50px;
	margin-bottom:50px;
}

#eval {
	padding: 120px 0;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(/wp-content/uploads/2021/09/bg_eval.jpg) no-repeat center/cover;
    margin-top: 68px;
    color: #fff;
}

.vendre-dcouvre-info p {
	color:#231F20;
	font-size:14px;
    font-family: 'VisbyCFRegular';
	font-weight:500;
	margin-top:20px;
}

.vendre-dcouvre-info .bg {
	border-radius:15px;
	background:#fff;
	padding:25px 40px 40px 40px;
	box-shadow:10px 10px 20px 0px rgba(0,0,0,0.5);
}

.vendre-dcouvre-info h3 {
	color:#231F20;
	font-size:28px;
	line-height:1.4;
	margin-top:0;
	padding:0 10px;
}

.vendre-dcouvre-info .bg p {
	color:#6D6E71;
	font-size:14px;
	line-height:1.4;
	margin-top:20px;
	padding:0 10px;
}

.vendre-dcouvre-info .bg form {
	position:relative;
	margin-top:80px;
}

.vendre-dcouvre-info .bg input {
	float:left;
	width:100%;
	background:#EDEAE6;
	height:40px;
	border-radius:6px;
	text-align:center;
	border:none;
	color:#231F20;
    font-family: 'VisbyCFRegular';
	padding-right:30px;
}

.vendre-dcouvre-info .bg ::-webkit-input-placeholder {
	color:#231F20;
}

.vendre-dcouvre-info .bg input.submit {
	background:#4C1A5D;
	background:#4C1A5D url(../images/bg-submit.svg) 50% 50% no-repeat;
	background-size:60px auto;
	color:#fff;
    font-family: 'VisbyCFRegular';
    font-family: 'Open Sans', sans-serif;
	padding:0;
	width:40px;
	border-radius:0px 6px 6px 0;
	position:absolute;
	top:0;
	right:0;
}

.presen-info {
	padding:180px 0 10px 0;
}

.presen-info .bg {
	background:#CEC6BD;
	padding:2px 20px;
}

.fullwidth {
	width:100%;
}

.presen-info {
    background: url(../images/bg-top.png) 50% 10% no-repeat;
    background-size: 80% 40%;
}

.presen-info h2 {
	color:#7B756F;
	font-size:18px;
	text-transform:uppercase;
    font-family: 'VisbyCFRegular';
}

.presen-info h3 {
	color:#7B756F;
	font-size:15px;
	font-weight:300;
    font-family: 'VisbyCFRegular';
	margin-bottom:5px;
}

.presen-info h6 {
	color:#FFFFFF;
    font-family: 'Butler Regular';
	font-size:17px;
	margin-top:0px;
	margin-bottom:40px;
}

.presen-info h4 {
	color:#7B756F;
	font-size:18px;
    font-family: 'VisbyCFRegular';
	font-weight:300;
}

.presen-info p {
	color:#7B756F;
	font-size:15px;
	font-weight:300;
	letter-spacing:0;
    font-family: 'VisbyCFRegular';
}

.presen-info-tab  {
	padding:50px 0;
}

.presen-info-tab .nav-tabs {
	margin-bottom:50px;
	border-color:#231F20;
	border-color:rgba(35,31,32,0.7);
	display:inline-block;
	padding:0 20px;
}

.presen-info-tab .nav-tabs>li {
	float:none;
	display:inline-block;
	margin:0;
}

.presen-info-tab .nav-tabs>li>a {
	display:inline-block;
	border:none;
	border-radius:0;
	background:none;
	padding:10px 7px;
	color:#231F20;
	font-size:14px;
    font-family: 'VisbyCFRegular';
	font-weight:400;
	margin:0;
}

.presen-info-tab .nav-tabs>li.active>a,.presen-info-tab .nav-tabs>li.active>a:focus,.presen-info-tab .nav-tabs>li.active>a:hover {
	color:#4C1A5D;
	font-weight:600;
	border:none;
}

.presen-info-tab p {
	color:#231F20;
	font-size:15px;
	letter-spacing:0;
    font-family: 'VisbyCFRegular';
	font-weight:500;
	margin-bottom:25px;
}


.header.rel {
	position:relative;
}

.presen-qui-info {
	padding:50px 0;
}

.presen-qui-info h2 {
	margin-bottom:70px;
}

.presen-qui-info .bg-1 {
	background:#CEC6BD;
}

.presen-qui-info .tp {
	padding-top:10px;
}

.presen-qui-info .bg-2 {
	background:#EDEAE6;
}

.presen-qui-info p {
	color:#231F20;
	font-size:12px;
	letter-spacing:0;
    font-family: 'VisbyCFRegular';
	font-weight:500;
	margin-bottom:7px;
	line-height:1.2;
}

.presen-qui-info p span {
	font-size:11px;
}

.presen-qui-info h4 {
	color:#fff;
	font-size:16px;
	letter-spacing:0;
    font-family: 'Butler Regular';
	font-weight:500;
	margin-top:13px;
	margin-bottom:20px;
}

@font-face {
    font-family: 'BoulevardScriptDEMO';
    src: url('../fonts/BoulevardScriptDEMO.eot');
    src: url('../fonts/BoulevardScriptDEMO.eot') format('embedded-opentype'),
         url('../fonts/BoulevardScriptDEMO.woff2') format('woff2'),
         url('../fonts/BoulevardScriptDEMO.woff') format('woff'),
         url('../fonts/BoulevardScriptDEMO.ttf') format('truetype'),
         url('../fonts/BoulevardScriptDEMO.svg#BoulevardScriptDEMO') format('svg');
}

	
.presen-qui-info h6 {
	color:#4C1A5D;
	font-size:50px;
	letter-spacing:0;
    font-family: 'BoulevardScriptDEMO';
	font-weight:500;
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
	left:-70px;
}


.presen-qui-info .full {
	object-fit:cover;
	height:100%;
}

.header.rel.fixed {
    position: fixed;
}

 /*** Present page CSS ***/

.prop-info-title.present {
	background:linear-gradient(rgba(76,26,93,.5), rgba(76,26,93,.5)), url(../images/bg-crest.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:200px 0;
}

.prop-info.present .align  {
	display:block;
    opacity: 1;
	background:rgba(0,0,0,0.2);
}

.prop-info.present .tp {
	margin-top:40px;
}

.prop-info.present h3 {
	font-weight:bold;
	line-height:1.5;
}

.accodion-info {
    padding: 30px 0;
}
/*.accodion-info {
	padding-bottom:0px !important;
}*/
.vendre-info{
	padding-bottom:20px;
}



.accodion-info {
    box-shadow: 0 2px 13px -4px rgb(0 0 0 / 20%);
    padding-bottom: 20px;
}

.table-info {
    box-shadow: 0 2px 13px -4px rgb(0 0 0 / 20%);
    padding-bottom: 50px;
}

.table-info .table>tbody>tr>td:nth-child(1) {
    text-align: left;
	font-weight:400;
	font-size:18px;
    padding: 7px 18px;
	color:#231F20;
	font-family: 'Open Sans', sans-serif;
}

.table-info .table>tbody>tr.fts>td {
    padding: 8px 22px;
}

.table-info .table>tbody>tr.fts>td  img {
    width: auto;
    max-width: 100%;
    max-height: 40px;
}

.table-info .table>tbody>tr.fts td:nth-child(3) {
    padding: 30px 15px;
	box-shadow:none;
	border-radius:0;
}


.table-info .table .table-hide tr:last-child td:nth-child(3) {
    border-radius: 0 0 ;
    box-shadow: 0 0.5rem 0.5em rgb(0 0 0 / 40%);
}

.table-info .table tr.fts:first-child td {
	box-shadow:none;
    padding: 15px 15px;
}


.table-info .table>tbody>tr>td.text-center {
	box-shadow:none;
}
 

.table-info .table .table-hide tr:first-child td:nth-child(3), tbody tr:first-child td:nth-child(3),
td:nth-child(3) {
    box-shadow: 0 0.5rem 0.5em rgb(0 0 0 / 40%);
	box-shadow:none;
}

.table-info .table tr td:nth-child(3) {
    box-shadow: 0 0.5rem 0.5em rgb(0 0 0 / 40%);
    position: relative;
    z-index: 2;
}

.table-info .table .table-hide tr:first-child td:nth-child(3) {
    box-shadow: 0 0.5rem 0.5em rgb(0 0 0 / 40%);
    position: relative;
    z-index: 2;
}

.table-info .table .table-hide tr:last-child td:nth-child(3) {
    border-radius: 0 0;
    box-shadow: 0 0.5rem 0.5em rgb(0 0 0 / 40%);
}


.msg-info .bg h3 {
    font-family: 'conduit_itc_medium1';
}

@font-face {
    font-family: 'conduit_itc_medium1';
    src: url('../fonts/conduit_itc_medium1.eot');
    src: url('../fonts/conduit_itc_medium1.eot') format('embedded-opentype'),
         url('../fonts/conduit_itc_medium1.woff2') format('woff2'),
         url('../fonts/conduit_itc_medium1.woff') format('woff'),
         url('../fonts/conduit_itc_medium1.ttf') format('truetype'),
         url('../fonts/conduit_itc_medium1.svg#conduit_itc_medium1') format('svg');
}

.msg-info .bg h3 {
    font-family: 'conduit_itc_medium1';
}


.msg-info .parat p {
	color:#231F20;
	font-size:28px;
    font-family: 'conduit_itc_medium1';
	letter-spacing:0;
	margin-top:70px;
}


.book-info-new {
	background:#ECEBEC;
}


.book-info-new .bg a {
}

.book-info-new .bg img {
}

.book-info-new .bg {
	background:#ffffff;
	padding:0;
}

.book-info-new .sp {
	padding:40px 80px 30px 80px;
}

.book-info-new h3 {
	color:#231F20;
	font-size:28px;
    font-family: 'conduit_itc_medium1';
	margin-bottom:10px;
}

.book-info-new p {
	color:#231F20;
	font-size:16px;
	font-weight:400;
	letter-spacing:0;
	margin-bottom:15px;
}

.book-info-new .tp {
	margin-top:100px;
}

.book-info-new .tp2 {
	margin-top:20px;
}

.book-info-new .t3 p {
	margin-bottom:40px;
}

.book-info-new .tp3 {
	margin-top:10px;
}

.book-info-new .l-btn {
    display: inline-block;
    background: #454750;
    background: rgba(69,71,80,0.7);
    color: #fff;
    font-size: 18px;
    font-weight:400;
    line-height: 40px;
    border-radius: 5px;
    letter-spacing: 1px;
    padding: 0 55px;
}

.boxes-info-new {
	padding:120px 0;
}

.boxes-info-new h2 {
	color:#231F20;
	font-size:28px;
    font-family: 'conduit_itc_medium1';
	text-transform:inherit;
	margin-bottom:50px;
}

.boxes-info-new .position {
	position:relative;
	margin-bottom:30px;
}

.boxes-info-new .align {
	position:absolute;
	margin-bottom:30px;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(76,26,93,.5);
	padding:15px;
}

.boxes-info-new .align .bd {
	height:100%;
	border:1px solid #fff;
}

.boxes-info-new .align h3 {
	color:#fff;
	font-size:44px;
    font-family: 'conduit_itc_medium1';
	text-transform:inherit;
	margin:0px;
}

.testi-slider .bg {
    background: none;
}

.testi-slider .sp {
    padding: 20px 140px;
}

.testi-slider h2 {
	color:#231F20;
    font-family: 'conduit_itc_medium1';
}

.testi-slider .al {
	position:relative;
	top:auto;
	left:auto;
	margin-bottom:30px;
}

.testi-slider h6 {
	padding-left:0;
	border:none;
}

.testi-slider p {
	letter-spacing:0;
}

.testi-slider .tpt p {
	font-size:18px;
	font-weight:400;
	margin-bottom:30px;
}

.testi-slider .tpt {
    margin-top: 70px;
}

.testi-slider .l-btn, .l-btn {
	font-weight:400;
}


/*** ***/
.presen-info h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400 !important;
    display: inline-block;
    width: 120px;
}

.presen-info .bg h3 {
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

.presen-info .bg h6 {
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

.presen-info .bg h4 {
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

.presen-info .bg p {
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

.presen-info-tab p {
	margin-bottom:40px;
	line-height:1.5;
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

.presen-info-tab p strong {
	margin-bottom:13px;
	display:inline-block;
	width:100%;
	font-weight:400;
	text-transform:uppercase;
}

.presen-info-tab .nav-tabs>li>a {
    font-family: 'Open Sans', sans-serif;
}

.page-id-223033 #accodion-info{
    background: #fff;
}

#holiday img{
	transition: 0.4s all ease;
}

#holiday img:hover{
	filter: contrast(0.9);
}

.menu-btn{
    display: inline-block;
    background: #4c1a5d;
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 40px;
    font-family: 'Open Sans', sans-serif;
    height: inherit;
    border-radius: 0 !important;
    width: auto !important;
    border: 1px solid #4c1a5d !important;
    overflow: hidden;
    outline: none;
    transition: all .5s;
}

/*Mega Menu style*/
#mega-menu-wrap-menu-1{
    background: transparent;
    clear: unset;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1{
    float: right;
    margin-right: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{
    margin-left: 5px;
    margin-top: 20px;
    float: left;
    border: none !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'VisbyCFRegular';
    letter-spacing: 1px;
    background: none !important;
    transition: 0.4s all ease;
    padding: 15px;
    line-height: unset;
    height: unset;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu{
    left: 0;
    right: auto;
    border: none;
    border-radius: 0;
    padding: 0 3px;
    box-shadow: 0 2px 13px -4px rgb(0 0 0 / 20%);
    background: #4C1A5D;
    padding-top: 5px;
    padding-bottom: 5px;
    pointer-events: none;
    transition: all .3s;
    margin-top: 0;
    /*opacity: 0;*/
    position: absolute;
    top: 100%;
    z-index: 1000;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link{
    color: #fff;
    padding: 5px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'VisbyCFRegular';
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    display: block;
    white-space: nowrap;
    background: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover{
    background: none;
    color: #b09046 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 img{
    max-height: 140px;
    height: 140px !important;
    object-fit: cover;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
    background: none;
    color: #b09046;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    color: #000;
    padding: 5px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'VisbyCFRegular';
    clear: both;
    font-weight: 600;
    line-height: 1.5;
    display: block;
    text-align: center;
    transition: 0.4s all ease;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
    background: #fff;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
    color: #b09046;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.menu-btn > a.mega-menu-link{
    display: inline-block;
    background: #4c1a5d !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 40px;
    height: inherit;
    border-radius: 0 !important;
    width: auto !important;
    border: 1px solid #4c1a5d !important;
    overflow: hidden;
    outline: none;
    transition: 0.4s all ease;
    font-family: 'VisbyCFRegular';
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.menu-btn > a.mega-menu-link:hover{
    color: #b09046 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 10px 15px 10px 15px;
}

@media screen and (max-width: 1200px) and (min-width: 991px){
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
        padding: 20px 5px !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
        font-size: 14px !important;
        padding: 20px 5px !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.menu-btn{
        display: none !important;
    }
}

@media screen and (max-width: 767px){
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
        color: #000;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{
        width: 100%;
        background: none;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item{
        margin: 0;
        margin-top: 10px;
        float: none;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
        padding: 7px 15px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link{
        color: #000;
        padding: 5px 10px;
        font-size: 13px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu{
        background: #fff;
        position: static;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
        color: #000;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.menu-btn > a.mega-menu-link{
        display: block;
        text-align: center;
    }
}

/*
@media screen and (max-width: 1200px) and (min-width: 768px){
    #navbar {
        display: none !important;
    }

    .navbar-toggle{
        display: block !important;
    }
}*/
