@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@font-face {
    font-family: 'droid_serifbold';
    src: url('../fonts/droidserif-bold-webfont.woff2') format('woff2'), url('../fonts/droidserif-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid_serifbold_italic';
    src: url('../fonts/droidserif-bolditalic-webfont.woff2') format('woff2'), url('../fonts/droidserif-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid_serifitalic';
    src: url('../fonts/droidserif-italic-webfont.woff2') format('woff2'), url('../fonts/droidserif-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'droid_serifregular';
    src: url('../fonts/droidserif-regular-webfont.woff2') format('woff2'), url('../fonts/droidserif-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'silk_serifblack';
    src: url('../fonts/silkserif-black-webfont.woff2') format('woff2'), url('../fonts/silkserif-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'silk_serifblack_italic';
    src: url('../fonts/silkserif-blackitalic-webfont.woff2') format('woff2'), url('../fonts/silkserif-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'silk_serifbold';
    src: url('../fonts/silkserif-bold-webfont.woff2') format('woff2'), url('../fonts/silkserif-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'silk_serifbold_italic';
    src: url('../fonts/silkserif-bolditalic-webfont.woff2') format('woff2'), url('../fonts/silkserif-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'silk_serifextralight';
    src: url('../fonts/silkserif-extralight-webfont.woff2') format('woff2'), url('../fonts/silkserif-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'silk_serifextralight_italic';
    src: url('../fonts/silkserif-extralightitalic-webfont.woff2') format('woff2'), url('../fonts/silkserif-extralightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'silk_serifitalic';
    src: url('../fonts/silkserif-italic-webfont.woff2') format('woff2'), url('../fonts/silkserif-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'silk_seriflight';
    src: url('../fonts/silkserif-light-webfont.woff2') format('woff2'), url('../fonts/silkserif-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'silk_seriflight_italic';
    src: url('../fonts/silkserif-lightitalic-webfont.woff2') format('woff2'), url('../fonts/silkserif-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'silk_serifmedium';
    src: url('../fonts/silkserif-medium-webfont.woff2') format('woff2'), url('../fonts/silkserif-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'silk_serifmedium_italic';
    src: url('../fonts/silkserif-mediumitalic-webfont.woff2') format('woff2'), url('../fonts/silkserif-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'silk_serifregular';
    src: url('../fonts/silkserif-regular-webfont.woff2') format('woff2'), url('../fonts/silkserif-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*,
img,
a {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

img,
iframe {
    max-width: 100%;
}

.no-padding,
p-0 {
    padding: 0;
}

.m-0 {
    margin: 0 !important;
}

.mr-10 {
    margin-right: 10px;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

body {
    font-size: 18px;
    line-height: normal;
    font-family: 'Lato', sans-serif;
    color: #000;
    overflow-x: hidden;
    max-width: 100%;
}

.container {
    max-width: 1366px;
    width: 100%;
    padding: 0;
}

.clear {
    clear: both;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #707070 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #707070 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #707070 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #707070 !important;
}

#search form input::-webkit-input-placeholder {
    color: #9c9c9c !important;
}

#search form input:-moz-placeholder {
    /* Firefox 18- */
    color: #9c9c9c !important;
}

#search form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #9c9c9c !important;
}

#search form input:-ms-input-placeholder {
    color: #9c9c9c !important;
}

header {
    padding-top: 20px;
    padding-bottom: 100px;
}

header.header-responsive,
footer.footer-responsive {
    display: none;
}

#form-devise {
    display: none;
}

.home header,
.page-template-page-philosophie header,
.page-template-page-single-villa header,
.page-template-page-vente-quartier header,
.page-template-page-single-villa-rent header,
.single-villa header,
.page-template-default header,
.page-template-page-contact header,
.page-template-page-acheter header,
.page-template-page-location header,
.single header,
.page-template-page-contact-collection-confidentielle header,
.page-template-pages-static header,
.page-template-page-ma-selection header,
.search header,
.page-template-page-propriete-neuf header {
    padding-bottom: 20px;
}

.message-collection-confidentielle {
    font-size: 14px;
    color: #A86135;
    text-align: left;
}

header .container,
#slider .container {
    max-width: 1300px;
}

header .pos-left,
header .pos-right {
    margin-top: 5px;
}

header .pos-left {
    margin-top: 28px;
}

header .telephone {
    font-size: 12px;
    color: #000000;
    float: left;
    width: 100%;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

header .lien_contact,
header .selection {
    font-size: 12px;
    color: #9c9c9c;
    text-transform: uppercase;
    float: left;
    min-width: 186px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 10px 0;
    margin-top: 10px;
}

header .selection {
    float: right;
    border-bottom: none;
}

header .selection.active {
    font-weight: 900;
    color: #000;
}

header #search form {
    width: 184px;
    float: right;
    height: 24px;
}

header #search form input {
    width: 158px;
    height: 26px;
    z-index: 5;
    border: 1px solid #d3d3d3;
    border-right: 0;
    box-shadow: none !important;
    border-radius: 0;
    color: #9c9c9c !important;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    float: left;
}

header #search form button {
    width: 26px;
    height: 26px;
    background: url(../images/ico-search.png) center center no-repeat;
    z-index: 10;
    border: 1px solid #d3d3d3;
    cursor: pointer;
    float: left;
}

.logo {
    text-align: center;
}

header .pos-right {
    text-align: right;
}

#icl_lang_sel_widget-2 {
    float: right;
    margin-right: 30px;
}

#icl_lang_sel_widget-2 .wpml-ls-legacy-list-horizontal {
    padding: 0;
}

#icl_lang_sel_widget-2 li {
    float: right;
}

#icl_lang_sel_widget-2 a {
    font-size: 12px;
    color: #9c9c9c;
    padding: 0 0 0 16px;
    position: relative;
}

#icl_lang_sel_widget-2 a:before {
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    width: 12px;
    height: 1px;
    background-image: url(../images/puce1.png);
    background-repeat: no-repeat;
}

#icl_lang_sel_widget-2 li:first-child a:before {
    display: none;
}

#icl_lang_sel_widget-2 .wpml-ls-current-language a,
header .devise a.active {
    color: #000;
    font-weight: 900;
}

header .devise {
    float: right;
    cursor: pointer;
    text-align: right;
}

header .devise a {
    float: left;
    margin-right: 16px;
    font-size: 12px;
    color: #9c9c9c;
    font-weight: bold;
    position: relative;
}

header .devise a:last-child {
    margin-right: 0;
}

header .devise a:before {
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    width: 12px;
    height: 1px;
    background-image: url(../images/puce1.png);
    background-repeat: no-repeat;
}

header .devise li a span {
    padding: 2px;
    width: 90px;
    float: left;
    padding-right: 5p;
}

header .devise_responsive ul {
    width: 95px;
    background: #F2F2F2;
    z-index: 99999;
}

header .devise li a span:hover {
    background: #eee;
}

header .devise a:last-child:before {
    display: none;
}

.panel {
    border: none;
    position: relative;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.panel-heading {
    padding: 5px;
    border: none;
    border-radius: 0;
}

.panel-danger>.panel-heading {
    background-color: #b30000;
    border: 1px solid #b30000;
    color: #fff;
}

.panel-primary>.panel-heading {
    background-color: #008fb3;
    border: 1px solid #008fb3;
    color: #fff;
}

.panel-success>.panel-heading {
    background-color: #319d02;
    border-color: #319d02;
    color: #fff;
}

.panel-heading h5 {
    margin: 0 !important;
}

#main-navigation .sf-menu {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
    margin: 0 0 15px 0;
}

#main-navigation .sf-menu li {
    display: inline-block;
    padding: 0 50px;
    text-transform: uppercase;
}

#main-navigation .sf-menu a {
    font-size: 11px;
    line-height: 22px;
    color: #A86135;
    position: relative;
}

#main-navigation .sf-menu li a:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 7px;
    /*transform: translateY(-50%);*/
    width: 45px;
    height: 1px;
    background-color: #000;
    display: none;
}

#main-navigation .sf-menu li:hover a:before,
#main-navigation .sf-menu li.current-menu-parent a:before {
    display: block;
}

#main-navigation .sf-menu li:hover a,
#main-navigation .sf-menu li.current-menu-parent a {
    font-style: italic;
    color: #000;
}

#main-navigation .sub-menu {
    position: absolute;
    z-index: 10;
    background-color: #FFF6ED;
    text-align: center;
    width: 100%;
    top: calc(100% - 15px);
    left: 0;
    /*display: none;*/
    visibility: hidden;
    height: 0;
    /*transition:all linear 0.5s;*/
    padding: 0px 0 0px 240px;
    opacity: 0;
}

#main-navigation .sub-menu:before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #fff;
    left: 0;
    top: 0;
    position: absolute;
}

#main-navigation .sub-menu .container {
    max-width: 100%;
    width: auto;
    margin: 0;
}

#main-navigation .sf-menu li ul.sub-menu.active {
    visibility: visible;
    height: auto;
    /*transition:all linear 0.5s;
	padding: 10px 0 0px 240px;*/
    padding: 10px 0 0px 0px;
    z-index: 20;
    opacity: 1;
}

#main-navigation .sf-menu li ul.sub-menu.no-active {
    visibility: hidden;
    height: 0;
    /*	transition:all linear 0.1s;
	padding: 0px 0 0px 240px;*/
    padding: 0px;
    opacity: 0;
}

#main-navigation .sub-menu li {
    margin: 0 75px 0 0;
    text-transform: none;
    padding: 0;
}

#main-navigation .sub-menu li:last-child {
    margin: 0;
}

#main-navigation .sub-menu a {
    color: #707070 !important;
    padding: 0;
    float: left;
    font-style: normal !important;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#main-navigation .sub-menu li a:before {
    content: "—";
    position: absolute;
    left: -12px;
    top: 0;
    color: #707070 !important;
    width: auto;
    height: auto;
    transform: none;
    background-color: inherit;
}

#main-navigation .sub-menu a:hover,
#main-navigation .sub-menu li.current-menu-item a {
    color: #000 !important;
    font-weight: 900;
}

#main-navigation .sub-menu li a:hover:before,
#main-navigation .sub-menu li.current-menu-item a:before {
    font-weight: 900;
    color: #000 !important;
}

.open-menu {
    display: none;
    text-decoration: none;
    width: 64px;
    padding: 0;
    position: absolute;
    bottom: 65px;
    left: 20px;
    height: 54px;
}

.open-menu .bar {
    background-image: url(../images/bg-fa-bars.png);
    display: block;
    height: 54px;
    width: 64px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .5s ease-in-out;
}

.mm-opening .bar {
    transform: rotate(-90deg);
    transition: all 0.5s ease-out 0s;
}


/***** slider *****/

#slider .container {
    position: relative;
}

#slide_accueil {
    float: left;
    width: 100%;
    max-height: 545px;
    overflow: hidden;
}

#slide_accueil .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 58px;
    width: 100%;
    padding: 0 15px;
}

#slide_accueil .owl-controls .owl-prev,
#slide_accueil .owl-controls .owl-next {
    float: left;
    width: 32px;
    height: 61px;
    background: url(../images/bt-prev.png) center center no-repeat;
}

#slide_accueil .owl-controls .owl-next {
    float: right;
    background: url(../images/bt-next.png) center center no-repeat;
}

#search_accueil {
    position: absolute;
    width: 100%;
    top: 190px;
    left: 0;
    z-index: 10;
    text-align: center;
}

form.search {
    text-align: center;
    display: inline-block;
}

form.search .form-group {
    display: inline-block;
    width: 130px;
    height: 38px;
    background-color: rgba(255, 255, 255, .9);
    margin: 0 3px;
    border: 0;
    border-radius: 0;
    color: #000;
    font-size: 11px;
    padding: 0;
    line-height: 38px;
    box-shadow: none;
    transition: none;
    text-align: center;
    position: relative;
}

form.search .styled-select {
    cursor: pointer;
}

form.search .styled-select:before {
    content: '';
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 6px;
    background: url(../images/flesh.png) center center no-repeat;
    overflow: hidden;
    z-index: 1;
}

form.search .styled-select>div {
    z-index: 12;
}

form.search .styled-select.type_search {
    background-color: #a86135;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

form.search .styled-select.type_search .close,
form.search .styled-select.type_search .open {
    height: 38px;
    background-color: #a86135;
}

form.search .styled-select.type_search:before {
    background: url(../images/flesh5.png) center center no-repeat;
}

form.search .form-group select,
#search_page .form-group .cmd-prix {
    height: 38px;
    line-height: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    text-align: center;
    border: none;
    background: none;
    padding: 0 20px;
    color: #000 !important;
    cursor: pointer;
}

form.search .form-group select option {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 0 !important;
    box-shadow: none !important;
}

form.search .content-slide-prix {
    border: none;
    padding: 25px 20px 40px 20px;
}

.mask_prix {
    position: fixed;
    height: 100%;
    z-index: 99;
    width: 100%;
    display: none;
    left: 0;
    top: 0;
}

form.search .irs--flat .irs-handle>i:first-child {
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #000;
    border-radius: 100%;
}

form.search .irs--flat .irs-handle.to>i:first-child {
    left: -5px;
}

form.search .irs--flat .irs-min,
form.search .irs--flat .irs-max {
    display: none;
}

form.search .irs--flat .irs-bar {
    top: 28px;
    height: 2px;
    background-color: #b59887;
}


/*#search_page form.search .irs--flat .irs-bar {
    background-color:#000;
}*/

form.search .irs--flat .irs-line {
    top: 28px;
    height: 2px;
    background-color: #9f9f9d;
    border-radius: 0;
}

form.search .irs--flat .irs-from,
form.search .irs--flat .irs-to,
form.search .irs--flat .irs-single {
    color: #000;
    font-size: 12px;
    padding: 1px 5px;
    background: none;
    border-radius: 0;
    top: 45px;
}

form.search .irs--flat .irs-from {
    left: 0 !important;
}

form.search .irs--flat .irs-to {
    left: inherit !important;
    right: 0!important;
}

form.search .irs--flat .irs-single {
    left: 50% !important;
    transform: translateX(-50%) !important;
}

form.search .irs--flat .irs-from:before,
form.search .irs--flat .irs-to:before,
form.search .irs--flat .irs-single:before {
    display: none;
}

form.search button.search {
    width: 130px;
    height: 38px;
    border: 0;
    border-radius: 0;
    background-color: #A86135;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}

.message_stella {
    padding: 100px 0 0 0;
    font-family: 'silk_serifregular';
    max-width: 550px;
    margin: 0 auto;
    float: none;
    text-align: center;
}

.message_stella:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 112px;
    top: -56px;
    left: 50%;
    background-color: #000;
    z-index: 10;
}

.message_stella p {
    font-size: 38px;
    color: #000;
    line-height: 42px;
    text-align: center;
    display: inline-block;
}


/***** default-page *****/

.default-page .container {
    max-width: 1015px;
}

.default-page h1.titre,
.page-template-page-vente-quartier #proprietes h1.titre,
.page-template-page-ma-selection #proprietes h1,
.no-data.card {
    font-size: 20px;
    letter-spacing: 5px;
    text-align: center;
    margin: 50px;
    line-height: 20px;
    text-transform: uppercase;
}

#loading,
.resultats-ok {
    font-size: 14px;
    letter-spacing: 5px;
    text-align: center;
    padding: 30px;
    line-height: 20px;
    text-transform: uppercase;
}

.default-page .container .content {
    font-size: 16px;
    text-align: justify;
    padding-bottom: 60px;
}

.default-page .container .content p {
    line-height: 22px;
}

.default-page .container .content h2 {
    font-size: 22px;
    text-align: left;
}

.default-page .container .content ul {
    padding-left: 20px;
}

.default-page .container .content li {
    list-style: disc;
    padding-left: 10px;
    line-height: 22px;
}


/***** proprietes *****/

#proprietes {
    padding-top: 60px;
}

.page-template-page-vente-quartier #proprietes,
.page-template-page-ma-selection #proprietes {
    padding-top: 0;
}

.page-template-page-acheter #proprietes,
.page-template-page-location #proprietes,
.page-template-page-propriete-neuf #proprietes,
.search #proprietes {
    padding-top: 30px;
}

.page-template-page-ma-selection #proprietes,
.search #proprietes {
    padding-bottom: 30px;
}

#proprietes.single {
    padding-bottom: 70px;
}

#proprietes .container {
    max-width: 1090px;
}

#proprietes .titre,
#proprietes .the_content {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 20px;
}

.villa-similaires .item,
#grid_propriete .item {
    padding: 0 10px 15px 0;
}

.villa-similaires.slide-center .item {
    float: none;
    display: inline-block;
    padding: 0 5px 15px;
}

.villa-similaires .item:nth-child(3n-1),
#grid_propriete .item:nth-child(3n-1) {
    padding: 0 5px 15px;
}

.villa-similaires .item:nth-child(3n),
#grid_propriete .item:nth-child(3n) {
    padding: 0 0 15px 10px;
}

.villa-similaires .item .photo,
#grid_propriete .item .photo {
    height: 300px;
    padding: 0;
    position: relative;
}

.fiche-exclusivite {
    position: absolute;
    z-index: 10;
    top: 0;
    color: #fff;
    text-transform: uppercase;
    background: #A86135;
    padding: 8px 40px;
    font-size: 13px;
    letter-spacing: 1px;
    left: 50%;
    transform: translateX(-50%);
}

#grid_propriete .item .message {
    padding: 0;
    position: absolute;
}

#grid_propriete .item .message .text {
    font-family: 'silk_serifregular';
    font-size: 38px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 42px;
    width: 100%;
    float: left;
}

#grid_propriete .item .lien_annonce,
#grid_propriete .item .lien_annonce a {
    position: relative;
    height: 570px;
    width: 100%;
    float: left;
}

#grid_propriete .item .bg-bottom {
    padding: 0;
    position: absolute;
    text-align: center;
    height: 76px;
}

.villa-similaires .item .photo div,
#grid_propriete .item .photo div {
    height: 100%;
    width: 100%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}

.villa-similaires .item .caption,
#grid_propriete .item .caption {
    background-color: #fff6ed;
    text-align: center;
    padding: 22px 10px;
    min-height: 230px;
    height: 270px;
}

.villa-similaires .item .caption .ville,
#grid_propriete .item .caption .ville {
    padding: 0 0 15px;
    margin: 0 0 24px;
    color: #707070;
    font-size: 11px;
    position: relative;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.villa-similaires .item .caption .ville:after,
#grid_propriete .item .caption .ville:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #707070;
    z-index: 10;
    font-family: 'Lato', sans-serif;
}

.villa-similaires .item .caption .descriptif,
#grid_propriete .item .caption .descriptif,
.villa-similaires .item .caption .descriptif h2,
#grid_propriete .item .caption .descriptif h2 {
    margin: 0px;
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 14px;
    float: left;
    width: 100%;
}

.villa-similaires .item .caption .descriptif h2,
#grid_propriete .item .caption .descriptif h2 {
    font-weight: bold;
    text-transform: uppercase;
}

.villa-similaires .item .caption .descriptif .infos span,
#grid_propriete .item .caption .descriptif .infos span {
    width: 100%;
    float: left;
}

.villa-similaires .item .caption .descriptif .infos,
#grid_propriete .item .caption .descriptif .infos {
    font-size: 14px;
    margin: 25px 0;
    display: inline-block;
    width: 100%;
}

.villa-similaires .item .caption .descriptif .type,
#grid_propriete .item .caption .descriptif .type {
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    font-weight: bold;
}

.villa-similaires .item .caption .descriptif .surface,
#grid_propriete .item .caption .descriptif .surface {
    font-weight: bold;
    text-transform: lowercase;
    padding-top: 5px;
    display: block;
}

.villa-similaires .item .caption .descriptif .prix,
#grid_propriete .item .caption .descriptif .prix {
    font-size: 14px;
    margin-bottom: 0;
    font-family: 'droid_serifregular';
    position: absolute;
    bottom: 14px;
    width: calc(100% - 20px);
}

.villa-similaires .item .caption .descriptif .prix strong,
#grid_propriete .item .caption .descriptif .prix strong {
    font-size: 20px;
    font-weight: normal;
}

#slide_propriete.villa-similaires .item {
    padding: 0;
}

.villa-similaires {
    padding-top: 25px;
}

.page-template-page-accueil .villa-similaires {
    margin-top: -25px;
}

.villa-similaires.slide-center {
    text-align: center;
}

.villa-similaires .owl-controls {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 100%;
}

.villa-similaires .owl-controls .owl-prev,
.villa-similaires .owl-controls .owl-next {
    float: left;
    width: 11px;
    height: 20px;
    text-align: center;
    padding: 2px;
    line-height: 14px;
    font-size: 21px;
    font-weight: bold;
    margin-left: 0;
    background: url(../images/bt-prev-2.png) center center no-repeat;
    background-size: 100% 100%;
}

.villa-similaires .owl-controls .owl-next {
    float: right;
    background: url(../images/bt-next-2.png) center center no-repeat;
    background-size: 100% 100%;
}

.tri_propriete {
    margin: 0px 0 20px;
}

.tri_propriete .result {
    float: left;
    font-size: 11px;
    padding-top: 20px;
}

.tri_propriete_selection .result {
    padding-top: 14px;
}

.tri_propriete_selection .result h3 {
    margin: 0 10px 0 0;
    float: left;
    font-size: 19px;
    color: #A86135;
    text-transform: uppercase;
}

.tri_propriete_selection .result span {
    padding-top: 5px;
    float: left;
}

.separateur {
    margin: 40px 0;
    height: 2px;
}

.separateur:after {
    content: "";
    position: absolute;
    width: 300px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #a86135;
    z-index: 10;
}

.tri_propriete .tri_par {
    float: right;
    padding-right: 15px;
    position: relative;
}

.tri_propriete .tri_par:before {
    content: '';
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 6px;
    background: url(../images/flesh.png) center center no-repeat;
    overflow: hidden;
    z-index: 1;
}

.tri_propriete .tri_par select {
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border: none;
    border-bottom: 2px solid #a86135;
    background: none;
    position: relative;
    z-index: 10;
    font-size: 11px;
    height: 34px;
    box-shadow: none;
    color: #000;
    text-transform: uppercase;
    padding: 0 20px;
    border-radius: 0;
}

#grid_propriete {
    /*margin-bottom:80px;*/
}

.pagination {
    padding-left: 0;
    margin: 18px 0
}

.pagination>li>a,
.pagination>li>span {
    float: left;
    text-decoration: none;
    color: #000;
    background-color: #fff6ed;
    border: 1px solid #fff;
    margin-left: -1px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span,
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span,
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #777;
    background-color: #e4e4e4;
    border-color: #fff
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #a86135;
    border-color: #fff;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #a86135;
    border-color: #fff;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.zmdi-chevron-right:before {
    content: '';
    background: url(../images/rt-pag.png) center center no-repeat;
    width: 9px;
    height: 15px;
    display: inline-block;
}

.zmdi-chevron-left:before {
    content: '';
    background: url(../images/lf-pag.png) center center no-repeat;
    width: 9px;
    height: 15px;
    display: inline-block;
}


/***** trait_union *****/

#trait_union {
    padding-top: 190px;
}

#trait_union:before {
    content: "";
    position: absolute;
    width: 44px;
    height: 75px;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/icon-trait-union.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 10;
}

#trait_union .container {
    max-width: 1090px;
}

#trait_union .titre {
    font-size: 16px;
    color: #000;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 8px;
    line-height: 20px;
}

#trait_union .lien {
    margin: 0 10px 15px 0;
    width: calc(33.333% - 10px);
    height: 340px;
}

#trait_union .lien:nth-child(3n-1) {
    margin: 0 5px 15px;
}

#trait_union .lien:nth-child(3n) {
    margin: 0 0 15px 10px;
}

#trait_union .lien .titre {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#trait_union .lien .titre h4 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 0 20px rgba(0, 0, 0, .87);
    letter-spacing: 8px;
}


/***** promesses *****/

#promesses {
    padding-top: 60px;
    padding-bottom: 20px;
}

#promesses .titre {
    font-size: 16px;
    color: #000;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 10px;
}

.texte_promesses ul {
    margin: 0 auto;
    width: 600px;
    padding: 0;
}

.texte_promesses li {
    list-style: none;
    background-image: url(../images/puce1.png);
    background-position: left top 10px;
    background-repeat: no-repeat;
    font-size: 16px;
    color: #000;
    padding-left: 20px;
    margin-bottom: 3px;
}


/***** citation *****/

#citation {
    padding-top: 80px;
}

#citation .texte_citation {
    height: 570px;
    background-repeat: no-repeat;
    background-size: cover;
}

#citation .texte_citation:before {
    height: 114px;
    width: 1px;
    position: absolute;
    left: 50%;
    top: -57px;
    content: "";
    background-color: #000;
}

#citation .texte_citation div.text {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 550px;
    font-family: 'silk_serifregular';
}

#citation .texte_citation p {
    font-size: 30px;
    color: #000;
    line-height: 40px;
}

#citation .texte_citation p em {
    font-size: 18px;
    line-height: 18px;
    font-family: 'droid_serifitalic';
}


/***** footer *****/

footer .container {
    padding: 25px 50px;
    background-color: #a86135;
}

.menu_footer {
    padding: 0;
    margin: 0;
}

.menu_footer li {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.menu_footer li a {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 11px;
}

.sociaux .lien-social {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.sociaux .lien-social a {
    color: #fff;
    font-size: 12px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    cursor: pointer;
    height: 100%;
}

.sociaux .lien-social a img {
    margin-right: 20px;
    height: 15px;
}

.sociaux .lien-social.lien-social1 a img {
    margin-right: 28px;
}

fooer .sociaux .lien-social {
    margin-top: 20px;
}

fooer .sociaux .lien-social.lien-social0 {
    margin-top: 15px;
}

fooer .sociaux .lien-social a {
    margin-bottom: 0;
}

#galerie .bloc-left .sociaux .lien-social a img {
    max-width: 17px;
    height: auto;
}

.sociaux .lien-social a span {
    vertical-align: bottom;
}

.newsletter-footer {
    float: left;
    width: 100%;
}

.newsletter-footer h5 {
    font-size: 12px;
}

.newsletter-footer .title {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #A86135;
    margin-bottom: 40px;
    margin-top: 0;
    text-align: left;
    font-family: 'droid_serifbold_italic';
}

footer .newsletter-footer .title {
    width: calc(100% - 260px);
    padding-right: 10px;
    margin-bottom: 0;
    margin-top: 33px;
    color: #fff;
    font-family: 'droid_serifbold_italic';
}

.newsletter-footer .content-inscription-newsletter-footer {
    float: left;
    width: 100%;
}

footer .newsletter-footer .content-inscription-newsletter-footer {
    width: 260px;
}

.newsletter-footer form {
    float: left;
    width: 100%;
    position: relative;
}

.newsletter-footer form input {
    float: left;
    width: 100%;
    background-color: inherit;
    border: 0;
    border-bottom: 1px solid #A86135;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #A86135;
}

footer .newsletter-footer form input {
    width: 168px;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
}

footer .newsletter-footer .form-group {
    margin: 0;
}

footer .newsletter-footer .form-group h5 {
    margin-bottom: 10px;
}

.newsletter-footer form input::placeholder {
    color: #A86135 !important;
}

footer .newsletter-footer form input::placeholder {
    color: #fff !important;
}

.newsletter-footer form input.email {
    margin-top: 10px;
}

.newsletter-footer form .envoyer-inscription-newsletter-footer,
.newsletter-footer form .envoyer-inscription-newsletter {
    display: inline-block;
    width: 75px;
    height: 35px;
    border: 1px solid #A86135;
    color: #A86135;
    font-size: 12px;
    background-color: inherit;
    padding: 0;
    margin-top: 60px;
    float: none;
}

footer .newsletter-footer form .envoyer-inscription-newsletter-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    color: #fff;
    margin: 0;
}

footer .elem-right {
    padding-left: 80px;
    padding-top: 24px;
}

footer .telephone,
footer .mail_footer {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #fff;
}

footer .telephone {
    margin-bottom: 5px;
}

#message_politique_confidentialite {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    padding: 20px 25px;
    font-size: 13px;
    z-index: 99999;
    color: #fff;
}

#message_politique_confidentialite .cont {
    width: 80%;
    font-size: 13px;
    line-height: 32px;
    float: left;
}

#message_politique_confidentialite .cont a {
    color: #fff;
    text-decoration: underline !important;
}

#message_politique_confidentialite .cont p {
    margin-bottom: 0;
    line-height: 15px;
    display: inline-block;
}

#message_politique_confidentialite .fermer {
    height: 32px;
    background: none;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
    float: right;
    line-height: 32px;
    border: 1px solid #fff;
}


/***** page-artists *****/

#conenu-page {
    margin-bottom: 100px;
    text-align: center;
}

#conenu-page .container {
    max-width: 550px;
}

#conenu-page .content h2 {
    text-align: center;
    color: #000;
    font-size: 38px;
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
}

.page-template-page-artists #conenu-page .content h2 {
    font-family: 'silk_seriflight';
    font-weight: normal;
}

#conenu-page .content h2 span {
    position: relative;
}

#conenu-page .content h2 span:before {
    height: 1px;
    width: 20px;
    position: absolute;
    left: -25px;
    top: 25px;
    content: "";
    background-color: #000;
}

#conenu-page .content p {
    text-align: justify;
    color: #000;
    font-size: 16px;
    margin: 0;
    line-height: 24px;
}

#artists .container {
    max-width: 900px;
}

.page-template-page-artists #artists .container {
    max-width: 1098px;
}

.artist {
    padding: 0 7px 14px 7px;
}

.artist .photo {
    height: 300px;
    padding: 0;
}

.artist .photo:before {
    height: 60px;
    width: 1px;
    position: absolute;
    left: 50%;
    bottom: -30px;
    content: "";
    background-color: #aeaaa6;
    z-index: 10;
}

.artist .photo div {
    height: 100%;
    width: 100%;
    float: left;
    background-repeat: no-repeat;
}

.artist .caption {
    min-height: 190px;
    padding: 85px 10px 0;
    background-color: #fff6ed;
    height: 230px;
}

.artist .caption .Nom {
    text-align: center;
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #707070;
    margin: 0 0 5px;
    min-height: 70px;
    letter-spacing: 4px;
}

.artist .caption .fonction {
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 14px;
}


/***** page-philosophie *****/

#galerie {
    margin-bottom: 120px;
    text-align: center;
}

#galerie:after {
    height: 114px;
    width: 1px;
    position: absolute;
    left: 50%;
    bottom: -57px;
    content: "";
    background-color: #000;
}

#galerie.single {
    margin-bottom: 0px;
}

#galerie.single:after {
    display: none;
}

#galerie .container {
    max-width: 1300px;
}

#galerie .img {
    width: 100%;
    float: left;
    height: 545px;
    overflow: hidden;
    position: relative;
}

#galerie .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    max-width: inherit;
}

#infos {
    padding-bottom: 100px;
}

.single-artist #infos {
    padding-bottom: 0;
}

#infos .container,
#template-pages-static .container.small {
    max-width: 550px;
    text-align: center;
}

#infos .the_content {
    text-align: left;
    padding-bottom: 270px;
    background-image: url(../images/icon-trait-union.svg);
    background-repeat: no-repeat;
    background-position: center bottom 90px;
}

#template-pages-static .container.logo_interne {
    padding-bottom: 270px;
    background-image: url(../images/icon-trait-union.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

#infos .the_content h2,
#template-pages-static h2 {
    color: #000;
    font-size: 38px;
    margin: 0 0 30px;
    font-family: 'silk_seriflight';
    font-weight: normal;
}

#infos .the_content p,
#template-pages-static p {
    color: #000;
    font-size: 16px;
    margin: 0 0;
    line-height: 24px;
}

.lien {
    float: left;
    width: 100%;
    text-align: center;
}

.lien a,
.lien span {
    padding: 14px 30px;
    background-color: #A86135;
    font-size: 11px;
    line-height: 11px;
    color: #fff !important;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.lien a.border,
.lien span.border {
    background-color: transparent;
    border: 1px solid #A86135;
    color: #A86135 !important;
    text-align: center;
}

.pos-right .lien {
    /*padding-left:24px;*/
    text-align: left;
    padding: 0 24px;
}

.single-artist .pos-right .lien {
    padding-left: 0;
}

.single-artist .descriptif {
    background: url(../images/logo-footer.svg) bottom center no-repeat;
    padding-bottom: 150px;
}

.pos-right .sociaux {
    padding-left: 24px;
    margin: 35px 0 0;
}

.pos-right .sociaux .partage {
    float: left;
    color: #a86135;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 22px;
}

.pos-right .sociaux .lien-social {
    float: left;
    margin-left: 10px;
    margin-top: 0;
}

.pos-right .sociaux .lien-social0 {
    background: url(../images/inst.svg) center center no-repeat;
    width: 22px;
    height: 22px;
}

.pos-right .sociaux .lien-social1 {
    background: url(../images/fcb.svg) center center no-repeat;
    width: 8px;
    height: 22px;
}


/***** page-about *****/

.page-template-page-about #infos {
    padding-bottom: 50px;
}

.page-template-page-about #infos .the_content {
    padding-top: 160px;
    padding-bottom: 0;
    background-position: center top;
}

#about_me {
    padding-top: 80px;
}

#about_me .container {
    position: relative;
}

#about_me .container:before {
    height: 114px;
    width: 1px;
    position: absolute;
    left: 50%;
    top: -57px;
    content: "";
    background-color: #000;
}

#about_me .container {
    /*max-width: 1300px;*/
    background-color: #fff6ed;
    padding-top: 150px;
    padding-bottom: 150px;
}

#about_me .avatar {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 80px;
}

#about_me .avatar .nom,
#about_me .avatar .img {
    display: inline-block;
    width: 100%;
}

#about_me .avatar .img {
    height: 260px;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
}

#about_me .avatar .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
}

#about_me .avatar .nom {
    font-size: 16px;
    color: #000000;
}

#about_me .descriptif {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
}

#about_me h2 {
    color: #000;
    font-size: 38px;
    margin: 0 0 30px;
    font-family: 'silk_seriflight';
    font-weight: normal;
}

.page-template-page-about #citation {
    padding-top: 0px;
}

.page-template-page-about #citation .texte_citation::before {
    display: none;
}


/***** page-manage *****/

.page-template-page-manage header {
    padding-bottom: 20px;
}

.page-template-page-manage #galerie:after {
    display: none;
}

.page-template-page-manage #galerie,
.page-template-page-sell #galerie,
.page-template-pages-static #galerie {
    margin-bottom: 60px;
}

#galerie .the_content {
    width: 100%;
    max-width: 620px;
    margin: -320px 0 65px;
    padding: 100px 35px 50px;
    background-color: #fff6ed;
    z-index: 10;
    position: relative;
    display: inline-block;
    min-height: 350px;
}

#galerie .the_content:after {
    height: 114px;
    width: 1px;
    position: absolute;
    left: 50%;
    top: -57px;
    content: "";
    background-color: #000;
}

#galerie .the_content h2 {
    font-size: 38px;
    color: #000;
    margin-top: 0;
    margin-bottom: 35px;
    font-family: 'silk_seriflight';
}

#galerie .the_content p {
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 24px;
}

.page-template-page-manage #galerie .lien a {
    padding: 14px 80px;
    background-color: transparent;
    border: 1px solid #A86135;
    color: #A86135 !important;
    text-align: center;
}

#gestion .container {
    max-width: 1300px;
    padding-bottom: 300px;
    background-image: url(../images/icon-trait-union.svg);
    background-repeat: no-repeat;
    background-position: center bottom 100px;
}

.bloc_gestion {
    margin-bottom: 40px;
}

.bloc_gestion:nth-last-child(2) {
    margin-bottom: 75px;
}

.bloc_gestion .titre {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    margin: 0;
    letter-spacing: 5px;
}

.bloc_gestion .content {
    text-align: center;
    padding: 90px 10px 50px;
    background-color: #fff6ed;
    position: relative;
    margin-top: 90px;
    line-height: 24px;
}

.bloc_gestion .content:before {
    height: 120px;
    width: 1px;
    position: absolute;
    left: 50%;
    top: -60px;
    content: "";
    background-color: #000;
}

.bloc_gestion .content .image_left {
    position: absolute;
    right: 1010px;
    bottom: -90px;
}

.bloc_gestion .content .image_right {
    position: absolute;
    left: 1010px;
    bottom: -90px;
    max-width: 250px;
}

.bloc_gestion .content .image_left img,
.bloc_gestion .content .image_right img {
    max-width: inherit;
}

.bloc_gestion .content .contenu {
    display: inline-block;
    max-width: 550px;
    width: 100%;
}

.bloc_gestion .content .contenu p {
    font-size: 16px;
    color: #000;
    text-align: left;
}

#gestion .lien a {
    padding: 14px 80px;
    background-color: transparent;
    border: 1px solid #A86135;
    color: #A86135 !important;
    text-align: center;
}


/***** page-sell *****/

.page-template-page-sell header {
    padding-bottom: 20px;
}

.page-template-page-sell #galerie:after,
.page-template-pages-static #galerie:after {
    display: none;
}

.page-template-page-sell #galerie .the_content {
    background-color: #a86135;
}

.page-template-page-sell #galerie .lien a {
    padding: 14px 80px;
    background-color: transparent;
    border: 1px solid #A86135;
    color: #A86135 !important;
    text-align: center;
}


/***** page-static *****/

.page-template-pages-static #galerie .the_content {
    margin-bottom: 0px;
}

#template-pages-static .container_texte,
#template-pages-static .container_bouton {
    margin-bottom: 40px;
}


/***** page-single-artists *****/

.single-artist header {
    padding-bottom: 20px;
}

.single-artist #galerie {
    /*margin-bottom: 70px;*/
}

.single-artist #galerie::after {
    display: none;
}

.single-exclusivite {
    position: absolute;
    z-index: 10;
    top: 1px;
    color: #A86135;
    text-transform: uppercase;
    background: #ffffff;
    padding: 8px 40px;
    font-size: 13px;
    letter-spacing: 1px;
    left: 50%;
    transform: translateX(-50%);
}

#galerie .pos-left {
    height: 596px;
    background-color: #a86135;
    padding: 0;
    width: 355px;
}

#galerie .pos-left .proprietes {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-left: 45px;
    text-align: left;
    color: #fff;
}

#galerie .pos-left .proprietes h3 {
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 35px;
    position: relative;
    padding-bottom: 35px;
    letter-spacing: 2.5px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

#galerie .pos-left .proprietes h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 60px;
    background-color: #fff;
}

#galerie .pos-left .proprietes p {
    margin: 0;
}

#galerie .pos-left .proprietes p.surface {
    padding-top: 5px;
}

#galerie .pos-left .proprietes .fonction {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

#galerie .pos-left .proprietes p.titre-artist {
    margin-top: 60px;
    font-size: 16px;
    padding-right: 20px;
}

#galerie .pos-left .proprietes .type,
#galerie .pos-left .proprietes h1.title {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}

#galerie .pos-left .proprietes ul {
    padding: 0;
    margin: 30px 0;
}

#galerie .pos-left .proprietes .prix strong {
    font-size: 26px;
    font-family: 'droid_serifregular';
    font-weight: normal;
}

#galerie .pos-right {
    padding: 0 0 0 10px;
    width: calc(100% - 355px);
}

#galerie .pos-right .responsive_slide {
    display: none;
}

#slide-artist {
    height: 596px;
    float: left;
    width: 100%;
    overflow: hidden;
    opacity: 1;
}

#slide-artist .img {
    float: left;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#slide-artist .img img {
    position: static;
    left: inherit;
    top: inherit;
    transform: none;
    max-width: 100%;
    min-width: inherit;
    min-height: inherit;
    display: inline-block;
}

#slide-artist .owl-wrapper {
    display: table !important;
}

#slide-artist .owl-item {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

#slide-artist .owl-item>div {
    text-align: center;
}

#slide-artist .owl-item>div.img {
    height: 596px;
    background-size: cover;
    background-position: center center;
}

#slide-artist .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    height: 58px;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 10px;
}

#slide-artist .owl-controls .owl-prev,
#slide-artist .owl-controls .owl-next {
    float: left;
    width: 32px;
    height: 61px;
    background: url(../images/bt-prev.png) center center no-repeat;
}

#slide-artist .owl-controls .owl-next {
    float: right;
    background: url(../images/bt-next.png) center center no-repeat;
}

.single-villa #slide-artist .owl-controls .owl-prev,
.single-villa #slide-artist .owl-controls .owl-next {
    background: url(../images/bt-prev-blanc.png) center center no-repeat;
}

.single-villa #slide-artist .owl-controls .owl-next {
    background: url(../images/bt-next-blanc.png) center center no-repeat;
}

.single-artist #infos .container {
    max-width: 960px;
    text-align: left;
}

#infos .pos-left {
    width: calc(100% - 240px);
    padding: 0 160px 0 0;
}

#infos .descriptif p,
#donnes .descriptif p,
#donnes .adresse-villa,
#donnes .details-villa .details,
#donnes .equipement-villa .equipements,
#donnes .contenu-conditions-reservation,
#donnes .contenu-services-inclus {
    font-size: 16px;
    color: #000;
    /*text-align: justify;*/
    line-height: 24px;
}

#infos .descriptif ul,
#donnes .descriptif ul,
#donnes .details-villa ul.details,
#donnes .equipement-villa ul.equipements,
{
    margin: 20px 0;
}

#infos .descriptif li,
#donnes .descriptif li,
#donnes .equipement-villa ul.equipements li {
    list-style: none;
    background-image: url(../images/puce1.png);
    background-position: left top 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    color: #000;
    padding-left: 15px;
    text-align: left;
    padding-right: 0px;
    line-height: 24px;
}

#donnes .equipement-villa ul.equipements li {
    line-height: 28px;
}

#donnes .details-villa ul.details li {
    padding-left: 0;
    background: none;
    line-height: 24px;
}

#donnes .equipement-villa ul.equipements li:nth-child(even),
#donnes .details-villa ul#details-villa-right li {
    padding-left: 60px;
    background-position: left 45px top 12px;
}

#infos .descriptif h2,
#donnes .descriptif h2,
#donnes .adresse-villa h2,
#donnes .contenu-conditions-reservation h2,
#donnes .contenu-services-inclus h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    font-family: 'Lato', sans-serif;
}

#donnes .contenu-conditions-reservation h2,
#donnes .contenu-services-inclus h2 {
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: none !important;
    font-family: 'Lato', sans-serif !important;
}

#donnes .adresse-villa span.adr {
    font-weight: bold;
    float: left;
}

#donnes .filet {
    padding-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 50px;
}

.api_mpr.block-autre #donnes .filet.localisation-Villa,
.api_mpr.block-autre #donnes .filet.equipement-villa {
    border-bottom: none;
    margin-bottom: 0px;
}

#infos .pos-right {
    width: 240px;
    padding: 0;
}

#donnes .pos-right .bloc_contact {
    margin-bottom: 30px;
}

#infos .pos-right .photo {
    background-color: #000;
    text-align: center;
    margin-bottom: 25px;
}

.single-artist #infos .pos-right .photo {
    height: auto;
}

.single-artist #infos .pos-right .photo img {
    height: 100%;
    width: 100%;
    max-width: inherit!important;
}

#infos .pos-right .lien a,
#donnes .pos-right .lien a {
    padding: 14px 0px;
    background-color: transparent;
    border: 1px solid #A86135;
    color: #A86135 !important;
    text-align: center;
    margin-bottom: 10px;
    /*max-width: 240px;*/
    float: none;
}

#infos .pos-right .contact,
#donnes .pos-right .contact {
    margin-top: 40px;
    font-family: 'Lato', sans-serif;
    padding-left: 24px;
}


/*#infos .pos-right .contact:before,  #donnes .pos-right .contact:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 43px;
	height: 75px;
	background: url(../images/logo-footer.svg) center center no-repeat;
}*/

#infos .pos-right .contact h5,
#donnes .pos-right .contact h5 {
    margin-top: 0px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 32px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    float: left;
    width: 100%;
    font-family: 'Lato', sans-serif;
}

#infos .pos-right .contact h5:after,
#donnes .pos-right .contact h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 2px;
    background-color: #000;
}

#infos .pos-right .contact .nom,
#infos .pos-right .contact .mail,
#infos .pos-right .contact .telephone,
#donnes .pos-right .contact .nom,
#donnes .pos-right .contact .mail,
#donnes .pos-right .contact .telephone {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

#infos .pos-right .contact .telephone,
#donnes .pos-right .contact .telephone {
    font-weight: bold;
}

#infos .pos-left h2,
#donnes .pos-left h2.titre,
#infos .pos-left h1,
#donnes .pos-left h1.titre,
.single-villa #donnes .pos-left h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 38px;
    color: #000;
    font-family: 'silk_seriflight';
    font-weight: normal;
}

.single-villa #donnes .pos-left h2.titre,
.single-villa #donnes .pos-left h2 {
    margin-bottom: 10px;
    letter-spacing: -1px;
    font-size: 30px;
    line-height: 20px;
}

.single-villa #donnes .pos-left h2.titre {
    line-height: 28px;
}

.single-artist #infos .pos-left h2,
.single-artist #infos .pos-left h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    font-size: 26px;
    line-height: 26px;
    color: #000;
    font-family: 'silk_seriflight';
}

.single-artist #infos .pos-left h4,
.single-artist #infos .pos-left h5 {
    margin-top: 25px;
    margin-bottom: 10px;
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
}

.single-artist #infos .pos-left h3,
.single-artist #infos .pos-left h5 {
    color: #a86135;
}

.single-villa .block-autre-vide #donnes .pos-left .desc {
    margin-bottom: 70px;
}

.pos-left .wp-block-column:not(:last-child),
.pos-left .wp-block-column:nth-child(odd),
.pos-left .wp-block-column:not(:first-child),
.pos-left .wp-block-column:nth-child(2n),
.pos-left .details_gauche {
    padding-right: 10px;
    padding-left: 0;
}

.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n),
.pos-left .details_droite {
    padding-left: 32px;
}

#donnes .pos-left .wp-block-columns {
    margin: 40px 0;
    display: inline-table;
    width: 100%;
}

#donnes .pos-left .tarifs-location {
    margin: 0 0 40px 0;
}

#donnes .pos-left .descriptif h4 {
    margin-top: 0px;
    font-size: 14px;
    color: #a86135;
    text-transform: uppercase;
}

#donnes .pos-left .details_droite h4:not(:first-child),
#donnes .pos-left .details_gauche h4:not(:first-child) {
    margin-top: 24px;
}

#donnes .pos-left .details_droite h5,
#donnes .pos-left .details_gauche h5 {
    margin-top: 0px;
    font-size: 14px;
    color: #a86135;
}

#donnes .pos-left .details_droite h5:not(:first-child),
#donnes .pos-left .details_gauche h5:not(:first-child) {
    margin-top: 10px;
}

#donnes .pos-left .prest_cond {
    margin: 20px 0;
}

#donnes .pos-left .wp-block-columns p,
#donnes .pos-left .details_droite p,
#donnes .pos-left .details_gauche p,
#donnes .pos-left .tarifs-location p,
#donnes .pos-left .prest_cond p {
    font-size: 14px;
    color: #000;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 14px;
    text-align: left;
}

#donnes .pos-left .tarifs-location p.tr_loc {
    line-height: 18px;
}

section#donnes .container,
#galerie .lien_retour .container,
#map_emplacement .lien_retour .container {
    max-width: 1014px;
    text-align: left;
}

.single-villa section#donnes .container,
.single-villa #galerie .lien_retour .container,
.single-villa #map_emplacement .lien_retour .container {
    max-width: 1088px;
}

section#donnes .pos-left {
    width: calc(100% - 350px);
    padding: 0 60px 0 0;
}

section#donnes .pos-right {
    width: 350px;
    padding: 0;
}

.single-villa section#donnes .pos-left {
    padding: 0 35px 0 0;
}

.single-villa section#donnes .pos-left .responsive,
.single-artist section#infos .pos-left .responsive {
    display: none;
}

.prest_cond #conditions_generale {
    margin-top: 20px;
    overflow: hidden;
}

#prestations {
    overflow: hidden;
}

.prest_cond h3.title {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 20px;
    color: #a86135;
    background: url(../images/ico-h3.png) left top no-repeat;
}

#donnes .pos-left .descriptif .prest_cond h4 {
    text-transform: inherit;
}

.lien_retour,
.numbre {
    margin: 15px 0 60px;
}

.lien_retour.bottom {
    margin: 15px 0;
}

.lien_retour a {
    background: url(../images/bg-flesh.png) left center no-repeat;
    padding-left: 20px;
    font-size: 11px;
    float: left;
    color: #707070;
    cursor: pointer;
}

.numbre .nb {
    font-size: 13px;
    float: left;
    color: #707070;
    font-style: italic;
}

.lien_savoir_plus {
    background: #fff6ed;
    padding: 15px 25px;
}

#donnes .pos-left .wp-block-columns.lien_savoir_plus .wp-block-column:first-child {
    width: calc(100% - 118px);
    padding-right: 10px;
}

html:lang(en-GB) #donnes .pos-left .wp-block-columns.lien_savoir_plus .wp-block-column:first-child {
    width: calc(100% - 102px);
}

#donnes .pos-left .wp-block-columns.lien_savoir_plus .wp-block-button,
#donnes .pos-left .wp-block-columns.lien_savoir_plus .wp-block-column {
    margin: 0;
}

#donnes .pos-left .wp-block-columns.lien_savoir_plus .wp-block-column {
    vertical-align: middle;
    flex-basis: inherit !important;
    display: table-cell;
    width: 118px;
    padding-right: 0;
}

html:lang(en-GB) #donnes .pos-left .wp-block-columns.lien_savoir_plus .wp-block-column {
    width: 102px;
}

#donnes .pos-left .wp-block-columns.lien_savoir_plus .wp-block-button__link {
    border: 1px solid #a86135;
    color: #a86135;
    font-size: 11px;
    background: none;
    padding: 12px 15px;
    text-transform: uppercase;
}

#donnes .pos-left .wp-block-columns.lien_savoir_plus.ligne_2 .wp-block-button__link {
    margin-top: 6px;
}

#donnes .pos-left .wp-block-columns.lien_savoir_plus p {
    font-size: 20px;
    font-style: italic;
    margin: 0;
    line-height: normal;
}

#donnes .pos-left .wp-block-columns.lien_savoir_plus.ligne_1 p {
    /*line-height: 38px;*/
}

.voir-plus span,
.afficher-moins span {
    font-weight: bold;
    color: #a86135;
    font-size: 16px;
    padding-right: 20px;
    display: inline-block;
    cursor: pointer;
    line-height: 16px;
    position: relative;
    margin-top: 20px;
}

.voir-plus span:before,
.afficher-moins span:before {
    position: absolute;
    right: 0;
    top: 5px;
    content: '';
    width: 10px;
    height: 8px;
    background-image: url(../images/flesh3.png);
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.afficher-moins span:before {
    background-image: url(../images/flesh4.png);
}

.prest_cond .voir-plus span,
.prest_cond .afficher-moins span {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 0;
    margin-top: 0;
}

.prest_cond .voir-plus span {
    margin-top: 10px;
}

.prest_cond .voir-plus span:before,
.prest_cond .afficher-moins span:before {
    height: 9px;
    background-image: url(../images/flesh4-1.png);
    left: 0;
    top: 3px;
}

.prest_cond .afficher-moins span:before {
    background-image: url(../images/flesh3-1.png);
}

#map_emplacement {
    margin-top: 35px;
}

#map_emplacement.pt-0 {
    margin-top: 0px;
}

#map_emplacement .emplacement {
    background: #fff6ed;
    padding: 20px 0 30px;
    text-align: center;
    font-size: 16px;
    color: #000;
}

#map_emplacement .emplacement h5.titre {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 16px;
}

#map_emplacement #map-villa {
    height: 600px;
}


/***** page-contact *****/

.page-template-page-contact #galerie {
    margin-bottom: 0;
}

.page-template-page-contact #galerie:after {
    display: none;
}

#galerie .bloc-left {
    padding: 0;
    width: 574px;
    margin-top: -405px;
    margin-left: 100px;
}

#galerie .bloc-left .bloc-infos {
    padding: 40px 40px;
    background-color: #fff6ed;
}

#galerie .bloc-left .bloc-infos .pos-left {
    height: inherit;
    background-color: inherit;
    width: calc(100% - 230px);
}

#galerie .bloc-left .bloc-infos .pos-left span,
#galerie .bloc-left .bloc-infos .pos-left a {
    float: left;
    text-align: left;
    color: #000;
    font-size: 14px;
    margin-bottom: 25px;
    padding-top: 25px;
    background-image: url(../images/icon-tel.png);
    background-position: left 5px top;
    background-repeat: no-repeat;
}

#galerie .bloc-left .bloc-infos .pos-left .whatsapp {
    background-image: url(../images/ico-wats.svg);
    width: 100%;
}

#galerie .bloc-left .bloc-infos .pos-left .telephone {
    background-image: url(../images/icon-tel.png);
    width: 100%;
}

#galerie .bloc-left .bloc-infos .pos-left span {
    width: 100%;
}

#galerie .bloc-left .bloc-infos .pos-left a {
    background-image: url(../images/icon-mail.png);
}

#galerie .bloc-left .bloc-infos .pos-left span.adresse {
    text-transform: uppercase;
    padding-top: 30px;
    background-image: url(../images/icon-adress.png);
    padding-bottom: 24px;
    position: relative;
}

#galerie .bloc-left .bloc-infos .pos-left span.adresse:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 2px;
    background-color: #000;
}

#galerie .bloc-left .bloc-infos .pos-left .sociaux {
    margin-bottom: 0;
    width: 100%;
    float: left;
}

#galerie .bloc-left .bloc-infos .pos-left .sociaux .lien-social,
#galerie .bloc-left .bloc-infos .pos-left .sociaux .lien-social a {
    width: auto;
}

#galerie .bloc-left .bloc-infos .pos-left .sociaux .lien-social a {
    margin-right: 30px;
    padding: 0;
    background: none;
    margin-bottom: 0;
}

#galerie .bloc-left .bloc-infos .pos-left .sociaux .lien-social a img,
#galerie .bloc-left .bloc-infos .pos-left .sociaux .lien-social2 a {
    margin-right: 0px;
}

#galerie .bloc-left .bloc-infos .pos-right {
    width: 230px;
    padding: 15px 0 0;
}

#galerie .bloc-right {
    padding: 0;
    width: 355px;
    float: right;
    margin-top: -405px;
    margin-right: 100px;
}

#content-contact {
    padding: 10px 24px 10px;
    background-color: #fff6ed;
    z-index: 10;
}

#content-contact h3.titre {
    margin-bottom: 30px;
    color: #a86135;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
}

.form_contact {
    float: left;
    width: 100%;
}

.form-group {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.message_general {
    margin-bottom: 0;
}

.form-group.envoyer {
    text-align: center;
    margin-top: 15px;
}

.form-group select,
.form-group input,
.form-group textarea {
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: none !important;
    border-radius: 0;
    border: none;
    height: 32px;
    color: #707070 !important;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

#search_page {
    margin-bottom: 20px;
}

#search_page form.search .form-group {
    width: 145px;
}

#search_page .form-group select,
#search_page .form-group input,
#search_page .form-group .cmd-prix {
    border: 1px solid #797878;
    color: #000 !important;
    height: 38px;
    text-align: left;
}

.content-slide-prix {
    position: absolute;
    width: 370px;
    left: 0;
    top: 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid red;
    padding: 20px 20px 40px 20px;
    z-index: 999999;
}

#search_page .content-slide-prix {
    background: rgba(245, 245, 245, 1);
}

.openps {
    position: relative;
    top: 20px;
}

.closeps {
    position: absolute;
    top: -55555px;
}

#search_page form.search button.search {
    color: #fff !important;
    border: none;
}

#search_page input::-webkit-input-placeholder {
    color: #000 !important;
}

#search_page input:-moz-placeholder {
    /* Firefox 18- */
    color: #000 !important;
}

#search_page input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000 !important;
}

#search_page input:-ms-input-placeholder {
    color: #000 !important;
}

.form-group input[type=checkbox] {
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 3px;
    margin-top: 0px;
    display: none;
}

input[type="checkbox"]+label {
    position: relative;
    padding-left: 14px;
    cursor: pointer;
}

.container_piscine_chauffee,
.container_airport_transfert {
    margin: 15px 0 0;
}

.form-group.label.piscine_chauffee input[type="checkbox"]+label,
.form-group.label.airport_transfert input[type="checkbox"]+label {
    padding-left: 24px;
    text-transform: uppercase;
}

input[type="checkbox"]+label:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #b5b5b5;
    vertical-align: middle;
    cursor: pointer;
}

input[type="checkbox"]:checked+label:after {
    background-image: url(../images/cocher.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 10px 10px;
}

.form-group.label.piscine_chauffee input[type="checkbox"]+label:after,
.form-group.label.airport_transfert input[type="checkbox"]+label:after {
    width: 16px;
    height: 16px;
}

.form-group.label.piscine_chauffee input[type="checkbox"]:checked+label:after,
.form-group.label.airport_transfert input[type="checkbox"]:checked+label:after {
    background-size: 14px 14px;
}

.form-group.label {
    margin-bottom: 3px;
}

.form-group.label label,
.form-group.msg p {
    font-size: 10px;
    line-height: 12px;
    float: left;
    margin: 0;
    font-weight: normal;
    color: #707070;
    letter-spacing: -0.2px;
    text-align: left;
}

.form-group.label.piscine_chauffee label,
.form-group.label.airport_transfert label {
    font-size: 11px;
    line-height: 16px;
    color: #a86135;
}

.form-group.msg p {
    text-align: center;
}

.form-group textarea {
    height: 158px;
}

input.envoyer {
    float: none;
    width: 75px;
    background-color: inherit;
    border: 1px solid #fff;
    height: 35px;
    color: #fff;
}

#content-contact .styled-select {
    background: #fff;
}

#content-contact .styled-select:before {
    content: '';
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 6px;
    background: url(../images/flesh.png) center center no-repeat;
    overflow: hidden;
    z-index: 1;
}

#content-contact .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    border: none;
    background: none;
    position: relative;
    z-index: 10;
}

#content-contact .plus-infos span {
    font-weight: bold;
    color: #a86135;
    font-size: 11px;
    padding-right: 20px;
    display: inline-block;
    cursor: pointer;
    line-height: 16px;
    position: relative;
    text-transform: uppercase;
}

#content-contact .plus-infos span:before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 8px;
    height: 5px;
    background-image: url(../images/flesh2.png);
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

#content-contact .plus-infos .active span:before {
    background-image: url(../images/flesh22.png);
}

#content-contact .plus-infos .contenu-plus-infos {
    background: #fff;
    padding: 10px;
    text-align: justify;
    line-height: 18px;
    font-size: 13px;
    color: #707070;
    margin: 0 0 30px;
}

#content-contact .plus-infos .contenu-plus-infos p {
    margin: 0;
}

#calcul_prix_mpr,
#message_listes_chambres,
#calcul_prix_location,
#content-contact .message_general {
    margin-bottom: 0 !important;
}

#calcul_prix_mpr .panel,
#message_listes_chambres .panel,
#calcul_prix_location .panel,
#content-contact .message_general .panel {
    margin-bottom: 15px !important;
}

#prix-reservation {
    background: #fff;
    border: none;
    border-bottom: none;
    margin: 10px 0 15px;
    font-size: 11px;
    color: #707070;
}

#prix-reservation .ligne {
    border-bottom: 1px solid #707070;
}

#prix-reservation .ligne:last-child {
    border-bottom: none;
}

#prix-reservation .ligne .col-left {
    border-right: 1px solid #707070;
    padding: 10px;
    text-transform: uppercase;
    width: 75%;
}

#prix-reservation .ligne .col-right {
    padding: 10px;
    text-align: right;
    font-weight: bold;
    width: 25%;
}

#map_contact {
    margin-top: -250px;
}

.page-template-page-contact-collection-confidentielle #map_contact {
    margin-top: -400px;
}


/*#map_contact .container {
	max-width: 1280px;
}
*/

#map_contact .the_content {
    margin-left: 90px;
    max-width: 240px;
}

#map_contact .the_content p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
}

#map_contact .map {
    height: 660px;
}


/******************** page attente **********************/

header.header_attente .telephone {
    height: 24px;
    line-height: 24px;
    float: left;
    width: auto;
}

header.header_attente .lien_contact {
    background: url(../images/envelope.svg) left center no-repeat;
    height: 34px;
    width: 50px;
    float: left;
    background-size: 100%;
}

header.header_attente {
    padding-bottom: 20px;
}

.template_attente #slide_accueil {
    height: 626px;
}

.template_attente #slide_accueil .img {
    height: 626px;
}

.template_attente #slide_accueil .owl-item img {
    max-width: inherit;
    height: 100%;
}

.template_attente .boc_message {
    max-width: 390px;
    padding: 20px 30px;
    background: #fff6ed;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 13px;
    z-index: 10;
    width: calc(100% - 20px);
}

.template_attente .boc_message h5,
.template_attente .boc_message h4 {
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.template_attente .boc_message h2 {
    font-size: 36px;
    font-family: 'silk_seriflight';
}

.template_attente .boc_message p {
    line-height: 22px;
    letter-spacing: 2px;
}

.template_attente .boc_message .sociaux {
    text-align: center;
    margin-top: 30px;
}

.template_attente .boc_message .sociaux .lien-social {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 10px;
    float: none;
}

.template_attente .lien_popup_contact {
    text-align: center;
    position: relative;
    z-index: 10;
}

.template_attente .lien_popup_contact a {
    background: #a86135;
    padding: 20px 60px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transform: translateY(-50%);
    display: inline-block;
    letter-spacing: 2px;
}

#mask,
#mask-ami {
    display: none;
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    top: 0;
    left: 0;
}

#poup_contact,
#popup-ami {
    display: none;
    position: fixed;
    z-index: 9999;
    height: auto;
    width: 352px;
    background: #fff6ed;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.6);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: calc(100% - 20px);
}

#poup_contact #content-contact {
    padding: 0 25px 20px;
    background-color: inherit;
}

#poup_contact #content-contact h3 {
    margin-bottom: 30px;
    color: #a86135;
    text-align: center;
    letter-spacing: 3px;
}

input.envoyer {
    border: 1px solid #a86135;
    color: #a86135 !important;
}

input.envoyer_contact {
    background: none;
    width: auto;
    border: 1px solid #a86135;
    color: #a86135 !important;
    float: none;
    width: 75px;
    height: 35px;
}

#poup_contact #content-contact .panel-success,
.page-template-page-contact #content-contact .panel-success,
.single-villa #content-contact .panel-success,
.form_envoyer_ami .panel-success {
    background: none;
    border: none;
    box-shadow: none;
    text-align: center;
    height: 570px;
    width: 100%;
    position: relative;
}

.page-template-page-contact #content-contact .panel-success,
.page-template-page-contact-collection-confidentielle #content-contact .panel-success,
.single-villa #content-contact .panel-success {
    height: 680px;
}

.form_envoyer_ami .panel-success {
    height: 180px !important;
}

#poup_contact #content-contact .panel-success .panel-heading,
.page-template-page-contact #content-contact .panel-success .panel-heading,
.page-template-page-contact-collection-confidentielle #content-contact .panel-success .panel-heading,
.single-villa #content-contact .panel-success .panel-heading,
.form_envoyer_ami .panel-success .panel-heading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    background: none;
    border: none;
    box-shadow: none;
}

#poup_contact #content-contact .panel-success h4,
.page-template-page-contact #content-contact .panel-success h4,
.page-template-page-contact-collection-confidentielle #content-contact .panel-success h4,
.single-villa #content-contact .panel-success h4,
.form_envoyer_ami .panel-success h4 {
    color: #a86135;
    font-size: 16px;
    letter-spacing: 5px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#poup_contact #content-contact .panel-success p,
.page-template-page-contact #content-contact .panel-success p,
.page-template-page-contact-collection-confidentielle #content-contact .panel-success p,
.single-villa #content-contact .panel-success p,
.form_envoyer_ami .panel-success p {
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: 'droid_serifitalic';
    line-height: 24px;
    color: #000;
}

#poup_contact .fermer,
#popup-ami .fermer {
    background: url(../images/close.png) center center no-repeat;
    cursor: pointer;
    float: right;
    position: relative;
    z-index: 10;
    height: 29px;
    width: 29px;
}

.open {
    display: block !important;
}

.close {
    display: none !important;
}


/* -----------------------------------Menu mobile--------------------------- */

.vertical #main-navigation .sf-menu-vertical a,
.vertical #main-navigation .sf-menu-vertical li,
.widget_nav_menu a,
.widget_nav_menu li {
    display: block;
    width: 100%
}

.mm-buttonbar:after,
.mm-listview .mm-next:before,
.mm-listview>li:not(.mm-divider):after,
.mm-next:after,
.mm-prev:before,
#main-navigation-mobile>li:after {
    content: ''
}

.mm-buttonbar>*,
.mm-divider,
.mm-divider>span,
.mm-header .mm-title,
.mm-listview>li>a,
.mm-listview>li>span {
    text-overflow: ellipsis;
    white-space: nowrap
}

.mm-buttonbar>*,
.mm-footer,
.mm-header .mm-btn,
.mm-indexer,
.mm-menu>.mm-panel,
.mm-page,
.mm-search,
.mm-search input {
    box-sizing: border-box
}

.mm-buttonbar,
.mm-footer,
.mm-header,
.mm-indexer,
.mm-noresultsmsg {
    text-align: center
}

.mm-listview li {
    border-top: 2px solid #b67a56;
}

.mm-buttonbar>a,
.mm-header>a,
.mm-indexer a,
.mm-listview a,
.mm-listview a:hover {
    text-decoration: none;
    color: #fff;
    line-height: 32px;
    padding: 18px 0;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
}

.mm-hidden {
    display: none!important
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-header,
.mm-header .mm-btn {
    height: 40px;
    position: absolute
}

.mm-menu,
.mm-menu>.mm-panel {
    margin: 0;
    position: initial;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    z-index: 0;
}

.mm-menu {
    display: block;
    overflow: hidden;
    padding: 0
}

.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-panel,
.mm-slideout {
    -ms-transition: -ms-transform .4s ease
}

.mm-panel.mm-opened {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
    z-index: 1
}

#main-navigation-mobile {
    padding: 0 140px;
}

.mm-menu>.mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
}

.mm-buttonbar,
.mm-buttonbar>*,
.mm-divider,
.mm-divider>span,
.mm-header .mm-title,
html.mm-opened,
html.mm-opened body {
    overflow-x: hidden;
}

.mm-menu>.mm-panel.mm-hasheader {
    padding-top: 40px
}

.mm-menu>.mm-panel:after,
.mm-menu>.mm-panel:before {
    content: '';
    display: block;
    height: 0px
}

.mm-vertical .mm-panel {
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    transform: none!important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 0 0 0 35px;
    background: none !important;
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
    height: 80px;
    bottom: auto;
    background: none !important;
}

.mm-listview>li.mm-vertical>.mm-next:after,
.mm-vertical .mm-listview>li>.mm-next:after {
    top: 16px;
    bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-header {
    border-bottom: 1px solid transparent;
    line-height: 20px;
    padding: 0 40px;
    margin: 0;
    top: 0;
    left: 0;
    right: 0
}

.mm-header>a {
    display: block;
    padding: 10px 0
}

.mm-header .mm-btn {
    width: 40px;
    top: 0;
    z-index: 1
}

.mm-header .mm-btn:first-child {
    padding-left: 20px;
    left: 0
}

.mm-header .mm-btn:last-child {
    padding-right: 20px;
    right: 0
}

.mm-listview,
.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    float: inherit;
}

.mm-listview {
    font: inherit;
    font-size: 32px
}

.mm-listview>li,
#main-navigation-mobile>li {
    position: relative
}

.mm-listview>li>a,
.mm-listview>li>span,
#main-navigation-mobile>li>a,
#main-navigation-mobile>li>span {
    overflow: hidden;
    color: inherit;
    line-height: 32px;
    display: block;
    padding: 25px 0;
    margin: 0;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
}

.mm-listview>li:not(.mm-divider):after,
#main-navigation-mobile>li:after {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #fff !important;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.mm-listview .mm-next {
    background: none;
    width: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 2px;
    background: #fff;
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
    margin-left: 35px;
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}

.mm-menu>.mm-panel>.mm-listview {
    margin-left: 0;
    margin-right: 0
}

.mm-menu>.mm-panel>.mm-listview.mm-first {
    margin-top: -20px
}

.mm-menu>.mm-panel>.mm-listview.mm-last {
    padding-bottom: 0;
    margin: 0;
}

.mm-next:after,
.mm-prev:before {
    border: 2px solid transparent;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none;
}

.mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 20px
}

.mm-next:after {
    border-top: none;
    border-left: none;
    right: 20px
}

.mm-divider {
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px
}

.mm-listview>li.mm-spacer {
    padding-top: 40px
}

.mm-listview>li.mm-spacer>.mm-next {
    top: 40px
}

.mm-listview>li.mm-spacer.mm-divider {
    padding-top: 25px
}

.mm-menu {
    background: #f3f3f3;
    color: rgba(0, 0, 0, .7);
    height: inherit;
}

.mm-menu .mm-header>a,
.mm-menu .mm-listview>li>a.mm-next,
.mm-menu .mm-listview>li>a.mm-prev {
    color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-header {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu .mm-header .mm-btn:after,
.mm-menu .mm-header .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview>li:after {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu .mm-listview>li>a.mm-next:after,
.mm-menu .mm-listview>li>a.mm-prev:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview>li>a.mm-next:before,
.mm-menu .mm-listview>li>a.mm-prev:after {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .5)
}

.mm-menu .mm-divider,
.mm-menu .mm-listview li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .05)
}

.mm-page {
    position: relative;
    height: 100%;
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease
}

html.mm-opened {
    position: relative
}

html.mm-opened .mm-page {
    min-height: 100vh
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    cursor: url(../img/cursor.png), auto;
}

#mm-blocker:after {
    background: url(../img/cursor.png) no-repeat center cneter;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 35px;
    right: 14px;
    z-index: 9999999;
    content: '';
    cursor: pointer;
}

html.mm-blocking #mm-blocker,
html.mm-opened #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    display: none;
    position: fixed
}

.mm-menu.mm-current {
    display: block
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    transform: translate(80%, 0)
}

@media all and (max-width:175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -moz-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        -o-transform: translate(440px, 0);
        transform: translate(440px, 0)
    }
}

.mm-menu.mm-bottom.mm-autoheight,
.mm-menu.mm-top.mm-autoheight {
    max-height: 80%
}

.mm-menu.mm-bottom.mm-autoheight.mm-fullscreen,
.mm-menu.mm-top.mm-autoheight.mm-fullscreen {
    max-height: 100%
}

.mm-menu.mm-measureheight>.mm-panel {
    bottom: auto!important;
    height: auto!important
}

.mm-buttonbar {
    border: 1px solid transparent;
    border-radius: 5px;
    line-height: 20px;
    display: block;
    padding: 0;
    margin: 0;
    position: relative
}

.mm-buttonbar:after {
    display: block;
    clear: both
}

.mm-buttonbar>* {
    border-left: 1px solid transparent;
    display: block;
    width: 100%;
    height: 100%;
    float: left
}

.mm-footer,
.mm-search {
    width: 100%;
    height: 40px
}

.mm-buttonbar>:first-child,
.mm-buttonbar>input:first-child+*,
.mm-footer .mm-buttonbar>* {
    border-left: none
}

.mm-buttonbar>input {
    position: absolute;
    left: -1000px;
    top: -1000px
}

.mm-buttonbar>input:checked+label {
    border-color: transparent!important
}

.mm-buttonbar.mm-buttonbar-2>* {
    width: 50%
}

.mm-buttonbar.mm-buttonbar-3>* {
    width: 33.33%
}

.mm-buttonbar.mm-buttonbar-4>* {
    width: 25%
}

.mm-buttonbar.mm-buttonbar-5>* {
    width: 20%
}

.mm-header .mm-buttonbar {
    margin-top: 0;
    margin-left: -30px;
    margin-right: -30px
}

.mm-footer .mm-buttonbar {
    border: none;
    border-radius: none;
    line-height: 40px;
    margin: -10px -10px 0 -20px
}

.mm-menu .mm-buttonbar,
.mm-menu .mm-buttonbar>*,
.mm-menu label.mm-check:before {
    border-color: rgba(0, 0, 0, .7)
}

.mm-listview>li>.mm-buttonbar {
    margin: 10px 20px
}

.mm-menu .mm-buttonbar {
    background: #f3f3f3
}

.mm-menu .mm-buttonbar>input:checked+label {
    background: rgba(0, 0, 0, .7);
    color: #f3f3f3
}

.mm-menu .mm-footer,
.mm-menu em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 50px;
    top: 50%
}

.mm-collapsed:not(.mm-uncollapsed),
.mm-menu.mm-hasheader .mm-panel .mm-header,
.mm-nosubresults>.mm-counter {
    display: none
}

em.mm-counter+a.mm-next {
    padding-left: 40px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
    margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}

.mm-vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-menu.mm-hasheader .mm-fixeddivider,
.mm-menu.mm-hasheader .mm-panel,
.mm-menu.mm-hassearch>.mm-header {
    top: 40px
}

.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 40px
}

html.mm-opened.mm-dragging #mm-blocker,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.mm-footer {
    border-top: 1px solid transparent;
    line-height: 20px;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate3d(0, 0, 0)
}

.mm-footer,
.mm-menu>.mm-header {
    background: inherit;
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}

.mm-menu.mm-hasfooter>.mm-panel {
    bottom: 40px
}

.mm-menu .mm-footer {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu>.mm-header {
    transform: translate3d(0, 0, 0)
}

.mm-menu>.mm-header .mm-close:after {
    content: 'x'
}

.mm-menu.mm-hasheader.mm-hassearch .mm-fixeddivider,
.mm-menu.mm-hasheader.mm-hassearch .mm-panel {
    top: 80px
}

.mm-fixeddivider,
.mm-search {
    position: absolute;
    top: 0;
    left: 0
}

.mm-divider>span {
    padding: 0;
    line-height: 25px
}

.mm-divider.mm-opened a.mm-next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mm-fixeddivider {
    background: inherit;
    display: none;
    right: 0;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-fixeddivider:after {
    content: none!important;
    display: none!important
}

.mm-hasdividers .mm-fixeddivider {
    display: block
}

.mm-menu .mm-fixeddivider span {
    background: rgba(0, 0, 0, .05)
}

.mm-menu>.mm-search {
    background: inherit;
    transform: translate3d(0, 0, 0)
}

.mm-indexer,
.mm-menu>.mm-search {
    z-index: 3;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}

.mm-search {
    padding: 10px 10px 0
}

.mm-menu.mm-hassearch .mm-fixeddivider,
.mm-menu.mm-hassearch .mm-panel,
.mm-panel.mm-hassearch.mm-hasheader .mm-search {
    top: 40px
}

.mm-search input {
    border: none;
    border-radius: 25px;
    font: inherit;
    font-size: 14px;
    line-height: 25px;
    outline: 0;
    display: block;
    width: 100%;
    height: 25px;
    margin: 0;
    padding: 0 10px
}

.mm-search input::-ms-clear {
    display: none
}

.mm-panel.mm-hassearch {
    padding-top: 40px
}

.mm-panel.mm-hassearch.mm-hasheader {
    padding-top: 80px
}

.mm-noresultsmsg {
    font-size: 21px;
    display: none;
    padding: 40px 0
}

.mm-noresults .mm-noresultsmsg {
    display: block
}

.mm-noresults .mm-indexer {
    display: none!important
}

.mm-menu li.mm-nosubresults>a.mm-next {
    display: none
}

.mm-menu li.mm-nosubresults>a.mm-next+a,
.mm-menu li.mm-nosubresults>a.mm-next+span {
    padding-right: 10px
}

.mm-menu .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .7)
}

.mm-menu .mm-indexer a,
.mm-menu .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-indexer {
    background: inherit;
    font-size: 12px;
    width: 20px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: -100px;
    -webkit-transition: right .4s ease;
    -moz-transition: right .4s ease;
    -ms-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
    transform: translate3d(0, 0, 0)
}

.mm-hasheader .mm-indexer,
.mm-hassearch .mm-indexer {
    top: 50px
}

.mm-indexer a {
    display: block;
    height: 3.71%
}

.mm-indexer~.mm-panel.mm-hasindexer {
    padding-right: 40px
}

.mm-hasindexer .mm-indexer {
    right: 0
}

.mm-hasindexer .mm-fixeddivider {
    right: 20px
}

.mm-hasfooter .mm-indexer {
    bottom: 50px
}

.mm-hassearch.mm-hasheader .mm-indexer {
    top: 90px
}

input.mm-check,
input.mm-toggle {
    position: absolute;
    left: -10000px
}

label.mm-check,
label.mm-toggle {
    margin: 0;
    position: absolute;
    bottom: 50%;
    z-index: 2;
    right: 20px
}

label.mm-check:before,
label.mm-toggle:before {
    content: '';
    display: block
}

label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-bottom: -15px
}

label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px
}

input.mm-toggle:checked~label.mm-toggle:before {
    float: right
}

label.mm-check {
    width: 30px;
    height: 30px;
    margin-bottom: -15px
}

label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

input.mm-check:checked~label.mm-check:before {
    opacity: 1
}

label.mm-toggle+a,
label.mm-toggle+span {
    padding-right: 80px
}

label.mm-check+a,
label.mm-check+span {
    padding-right: 60px
}

a.mm-next+label.mm-check,
a.mm-next+label.mm-toggle {
    right: 60px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span,
a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
    margin-right: 50px
}

a.mm-next+label.mm-toggle+a,
a.mm-next+label.mm-toggle+span {
    padding-right: 70px
}

a.mm-next+label.mm-check+a,
a.mm-next+label.mm-check+span {
    padding-right: 50px
}

em.mm-counter+a.mm-next+label.mm-check,
em.mm-counter+a.mm-next+label.mm-toggle {
    right: 100px
}

em.mm-counter+a.mm-next+label.mm-check+a,
em.mm-counter+a.mm-next+label.mm-check+span,
em.mm-counter+a.mm-next+label.mm-toggle+a,
em.mm-counter+a.mm-next+label.mm-toggle+span {
    margin-right: 90px
}

.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu label.mm-toggle:before {
    background: #f3f3f3
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-listview.mm-border-none>li:after,
.mm-menu.mm-border-none .mm-listview>li:after {
    content: none
}

.mm-listview.mm-border-full>li:after,
.mm-menu.mm-border-full .mm-listview>li:after {
    left: 0!important
}

html.mm-effect-slide .mm-menu.mm-offcanvas {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease
}

html.mm-effect-slide.mm-opened .mm-menu.mm-offcanvas {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

html.mm-effect-slide.mm-opening .mm-menu.mm-offcanvas {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

html.mm-effect-slide.mm-right.mm-opened .mm-menu.mm-offcanvas {
    -webkit-transform: translate3d(30%, 0, 0);
    -moz-transform: translate3d(30%, 0, 0);
    -ms-transform: translate3d(30%, 0, 0);
    -o-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

html.mm-effect-slide.mm-right.mm-opening .mm-menu.mm-offcanvas {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
    -moz-transition: -moz-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease
}

.mm-menu.mm-front,
.mm-menu.mm-next,
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
    -webkit-transition: -webkit-transform .4s ease;
    -ms-transition: -ms-transform .4s ease
}

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -moz-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -ms-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -o-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
    -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
    -moz-transform: scale(.7, .7) translate3d(30%, 0, 0);
    -ms-transform: scale(.7, .7) translate3d(30%, 0, 0);
    -o-transform: scale(.7, .7) translate3d(30%, 0, 0);
    transform: scale(.7, .7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center
}

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-effect-zoom-panels .mm-menu .mm-panel {
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-property: -webkit-transform, left;
    -moz-transition-property: -moz-transform, left;
    -ms-transition-property: -ms-transform, left;
    -o-transition-property: -o-transform, left;
    transition-property: transform, left
}

html.mm-effect-zoom-panels .mm-menu .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-effect-zoom-panels .mm-menu .mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -moz-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -ms-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -o-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0)
}

.mm-menu.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

@media all and (max-width:140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(10000px, 0);
        -moz-transform: translate(10000px, 0);
        -ms-transform: translate(10000px, 0);
        -o-transform: translate(10000px, 0);
        transform: translate(10000px, 0)
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

@media all and (max-width:140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0)
    }
}

@media all and (min-width:10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-10000px, 0);
        -moz-transform: translate(-10000px, 0);
        -ms-transform: translate(-10000px, 0);
        -o-transform: translate(-10000px, 0);
        transform: translate(-10000px, 0)
    }
}

.mm-menu.mm-fullscreen.mm-bottom,
.mm-menu.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none!important
}

.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,
.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,
.mm-menu.mm-multiline .mm-listview>li>a,
.mm-menu.mm-multiline .mm-listview>li>span {
    text-overflow: clip;
    white-space: normal
}

.mm-menu.mm-pageshadow:after {
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu.mm-pageshadow.mm-front:after,
.mm-menu.mm-pageshadow.mm-next:after,
.mm-menu.mm-pageshadow.mm-theme-black:after {
    content: none;
    display: none
}

.mm-menu.mm-pageshadow.mm-right:after {
    left: auto;
    right: 100%
}

.mm-menu.mm-bottom,
.mm-menu.mm-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 80%;
    min-height: 140px;
    max-height: 880px
}

.mm-menu.mm-right {
    left: auto;
    right: 0
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -moz-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    -o-transform: translate(-80%, 0);
    transform: translate(-80%, 0)
}

@media all and (max-width:175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -moz-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        -o-transform: translate(-440px, 0);
        transform: translate(-440px, 0)
    }
}

html.mm-front .mm-slideout {
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -ms-transform: none!important;
    -o-transform: none!important;
    transform: none!important;
    z-index: 0!important
}

.mm-menu.mm-front {
    z-index: 1
}

.mm-menu.mm-front,
.mm-menu.mm-next {
    transition: transform .4s ease;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-top {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-bottom {
    top: auto;
    bottom: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-menu.mm-theme-dark {
    background: #598e8c;
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-header>a,
.mm-menu.mm-theme-dark .mm-listview>li>a.mm-next,
.mm-menu.mm-theme-dark .mm-listview>li>a.mm-prev {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-header {
    border-color: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark .mm-header .mm-btn:after,
.mm-menu.mm-theme-dark .mm-header .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview>li:after {
    border-color: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark .mm-listview>li>a.mm-next:after,
.mm-menu.mm-theme-dark .mm-listview>li>a.mm-prev:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview>li>a.mm-next:before,
.mm-menu.mm-theme-dark .mm-listview>li>a.mm-prev:after {
    border-color: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark .mm-buttonbar>*,
.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-divider,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened>.mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened>a.mm-next {
    background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-theme-dark .mm-buttonbar {
    border-color: rgba(255, 255, 255, .8);
    background: #333
}

.mm-menu.mm-theme-dark .mm-buttonbar>input:checked+label {
    background: rgba(255, 255, 255, .8);
    color: #333
}

.mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-footer {
    border-color: rgba(0, 0, 0, .15);
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
    background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-indexer a,
.mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333
}

.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-white {
    background: #fff;
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-header>a,
.mm-menu.mm-theme-white .mm-listview>li>a.mm-next,
.mm-menu.mm-theme-white .mm-listview>li>a.mm-prev {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-header {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white .mm-header .mm-btn:after,
.mm-menu.mm-theme-white .mm-header .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview>li:after {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white .mm-listview>li>a.mm-next:after,
.mm-menu.mm-theme-white .mm-listview>li>a.mm-prev:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview>li>a.mm-next:before,
.mm-menu.mm-theme-white .mm-listview>li>a.mm-prev:after {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white .mm-buttonbar>*,
.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-divider,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened>.mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .03)
}

.mm-menu.mm-theme-white .mm-buttonbar {
    border-color: rgba(0, 0, 0, .6);
    background: #fff
}

.mm-menu.mm-theme-white .mm-buttonbar>input:checked+label {
    background: rgba(0, 0, 0, .6);
    color: #fff
}

.mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-footer {
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
    background: rgba(0, 0, 0, .03)
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-indexer a,
.mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff
}

.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-black {
    background: #000;
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-header>a,
.mm-menu.mm-theme-black .mm-listview>li>a.mm-next,
.mm-menu.mm-theme-black .mm-listview>li>a.mm-prev {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-header {
    border-color: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-header .mm-btn:after,
.mm-menu.mm-theme-black .mm-header .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview>li:after {
    border-color: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-listview>li>a.mm-next:after,
.mm-menu.mm-theme-black .mm-listview>li>a.mm-prev:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview>li>a.mm-next:before,
.mm-menu.mm-theme-black .mm-listview>li>a.mm-prev:after {
    border-color: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-buttonbar>*,
.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-divider,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened>.mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened>a.mm-next {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-buttonbar {
    border-color: rgba(255, 255, 255, .6);
    background: #000
}

.mm-menu.mm-theme-black .mm-buttonbar>input:checked+label {
    background: rgba(255, 255, 255, .6);
    color: #000
}

.mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-footer {
    border-color: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-indexer a,
.mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000
}

.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}


/************************Maps*******************/

.gm-style .gm-style-iw {
    overflow: visible;
}

.gm-style .gm-style-iw-t::after {
    display: none !important;
}

.info_details {
    padding: 0px;
    width: 275px;
    height: 190px;
    position: absolute;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.39);
    margin-top: -180px;
    margin-left: -138px;
    z-index: 999999;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    font-family: 'Hero-Light';
}

div#corner-triangle {
    display: block;
    width: 67px;
    height: 67px;
    border-style: solid;
    border-width: 67px 67px 0 0;
    border-color: #923b31 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

div#corner-triangle .corner-triangle-text {
    position: relative;
    font-size: 11px;
    color: white;
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    top: -20px;
    left: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

div#corner-triangle .corner-triangle-text span.corner-triangle-firstline {
    margin-left: 10px;
}

.info_details div#corner-triangle {
    width: 55px;
    height: 55px;
    border-width: 55px 55px 0 0;
}

.info_details div#corner-triangle .corner-triangle-text {
    font-size: 9px;
    top: -17px;
    left: 0px;
}

.info_details div#corner-triangle .corner-triangle-text span.corner-triangle-firstline {
    margin-left: 6px;
}

.info_details:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-top-color: #fff;
    border-width: 15px;
    left: 50%;
    margin-left: -15px;
}

.info_details img {
    max-width: 100%;
    width: 100%;
    height: auto;
    float: left;
    max-height: 190px;
}

#infocloser {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    z-index: 999999;
    cursor: pointer;
    opacity: 0.9;
    top: 10px;
    right: 10px;
    border: 1px solid #8A8F9A;
    background-image: url('../images/sprite.png');
    background-position: top left -890px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.infoimage {
    height: 150px;
    background-size: cover;
    background-position: 50% 50%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#infobox_title {
    color: #ffffff;
    padding: 0 0 0 5px;
    font-weight: 700;
    width: 100%;
    position: absolute;
    bottom: 45px;
    left: 0px;
}

#infobox_title a,
#infobox_title a:hover {
    text-decoration: none;
}

#infobox_title:hover,
.info_details a:hover {
    color: #f2f2f2;
    text-decoration: none;
}

.info_details .infos {
    float: left;
    display: inline;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    width: 100%;
}

.info_details .infos .prop_detailsx {
    float: left;
    margin-top: 6px;
}

#googleMapSlider .prop_detailsx {
    margin-top: 2px;
}

.info_details .infos .prop_pricex {
    float: right;
    color: #923c32;
    font-size: 10px;
    line-height: 10px;
}

.info_details .infos .prop_pricex strong {
    font-size: 20px;
    line-height: 20px;
}

.infogradient {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 120px;
    left: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b313e+0,282f3d+100&amp;0+0,1+82 */
    background: -moz-linear-gradient(top, rgba(43, 49, 62, 0) 0%, rgba(41, 47, 61, 1) 82%, rgba(40, 47, 61, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(43, 49, 62, 0)), color-stop(82%, rgba(41, 47, 61, 1)), color-stop(100%, rgba(40, 47, 61, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(43, 49, 62, 0) 0%, rgba(41, 47, 61, 1) 82%, rgba(40, 47, 61, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(43, 49, 62, 0) 0%, rgba(41, 47, 61, 1) 82%, rgba(40, 47, 61, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(43, 49, 62, 0) 0%, rgba(41, 47, 61, 1) 82%, rgba(40, 47, 61, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(43, 49, 62, 0) 0%, rgba(41, 47, 61, 1) 82%, rgba(40, 47, 61, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#002b313e', endColorstr='#282f3d', GradientType=0);
    /* IE6-9 */
}

.info_details .infos .infodetails {
    position: relative;
    float: left;
    margin: 5px 7px 0;
    color: #923c32;
}

.info_details .infos .infodetails #infoguest,
.info_details .infos .infodetails #inforoom {
    float: left;
    padding-right: 16px;
    height: 20px;
    margin-right: 10px;
    line-height: 20px;
    position: relative;
}

.info_details .infos .infodetails #infoguest:before,
.info_details .infos .infodetails #inforoom:before {
    content: '';
    position: absolute;
    height: 16px;
    width: 14px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../images/sprite.png');
    background-position: top -24px left -304px;
    background-repeat: no-repeat;
    overflow: hidden;
    right: 0;
}

.info_details .infos .infodetails #inforoom {
    padding-right: 24px;
    margin-right: 0;
}

.info_details .infos .infodetails #inforoom:before {
    height: 13px;
    width: 21px;
    background-position: top -24px left -363px;
}

.label_prix_vente {
    font-size: 14px !important;
}

.lien_annonce,
.lien_annonce:hover {
    color: #000;
}

.border-claire {
    border: 1px solid #fff6ed;
}

.border-fonce {
    border: 1px solid #a86135;
}