html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ol, ul {
    list-style: none;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url("public/fonts/BebasNeue-webfont.eot");
    src: url("public/fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("public/fonts/BebasNeue-webfont.woff") format("woff"), url("public/fonts/BebasNeue-webfont.ttf") format("truetype"), url("public/fonts/BebasNeue-webfont.svg#bebas_neueregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
html {
    height: 100%;
    width: 100%}
body {
    background: #edefed;
    color: #595f69;
    font-family: 'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
    font-weight: 400;
    font-size: 100%;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%}
p {
    color: #595f69;
    font-size: 1em;
    line-height: 1.5em;
}
a {
    text-decoration: none;
    color: #595f69;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
a:hover {
    color: #b91833;
}
strong {
    font-weight: bold;
}
img {
    max-width: 100%}
pre {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.wrapper {
    margin: 0 auto;
    position: relative;
}
header {
    position: relative;
}
header.home {
    width: 100%;
    height: 100%;
    background: url(public/img/bg_header.jpg) no-repeat center fixed;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
header.pages {
    width: 100%;
    z-index: 100000;
    height: 72px;
}
.top-nav {
    position: absolute;
    right: 30px;
}
ul.top-menu {
    padding-top: 23px;
    float: left;
}
ul.top-menu li {
    float: left;
    margin-left: 20px;
}
ul.top-menu li a {
    color: #000;
}
ul.top-menu-lang {
    float: right;
    margin-left: 20px;
}
ul.top-menu-lang li {
    float: left;
}
ul.top-menu-lang li a {
    font-size: 11px;
    margin-top: -10px;
    background: #e7183b;
    color: #fff;
    margin-right: 3px;
    display: inline-block;
    padding: 35px 9px 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: 400;
}
ul.top-menu-lang li a:hover {
    margin-top: 0;
}
ul.top-menu-lang li.active a {
    margin-top: 0;
}
.stickynav {
    height: 72px;
    width: 100%;
    position: fixed;
}
nav {
    width: 100%;
    background: black;
    position: relative;
}
nav #mainnav {
    float: right;
    margin-right: 100px;
}
nav #mainnav li {
    float: left;
}
nav #mainnav li a {
    display: block;
    padding: 20px 20px 20px 50px;
    line-height: 1;
    color: #e7183b;
    border-left: 1px solid #313131;
    font-weight: 400;
}
nav #mainnav li a span {
    display: block;
    clear: left;
    line-height: 1;
    color: #bfbfbf;
}
nav #mainnav li a:hover {
    background: #222;
}
nav #mainnav li.biens-icon a {
    background: url(public/img/biens-icon.png) 15px center no-repeat;
}
nav #mainnav li.biens-icon a:hover {
    background: #222 url(public/img/biens-icon.png) 15px center no-repeat;
}
nav #mainnav li.projets-icon a {
    background: url(public/img/projets-icon.png) 13px center no-repeat;
}
nav #mainnav li.projets-icon a:hover {
    background: #222 url(public/img/projets-icon.png) 13px center no-repeat;
}
nav #mainnav li.annonces-icon a {
    background: url(public/img/annonces-icon.png) 15px center no-repeat;
}
nav #mainnav li.annonces-icon a:hover {
    background: #222 url(public/img/annonces-icon.png) 15px center no-repeat;
}
nav #mainnav li.profile-icon a {
    background: url(public/img/profile-icon.png) 15px center no-repeat;
}
nav #mainnav li.profile-icon a:hover {
    background: #222 url(public/img/profile-icon.png) 15px center no-repeat;
}
ul.lang-menu {
    position: absolute;
    right: 20px;
}
ul.lang-menu li {
    float: left;
}
ul.lang-menu li a {
    font-size: 11px;
    margin-top: -10px;
    background: #e7183b;
    color: #fff;
    margin-right: 3px;
    display: inline-block;
    padding: 40px 9px 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: 400;
}
ul.lang-menu li a:hover {
    margin-top: 0;
}
ul.lang-menu li.active a {
    margin-top: 0;
}
#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}
.login-popup {
    display: none;
    background: #fff;
    padding: 20px;
    float: left;
    font-size: 1.2em;
    top: 50%;
    z-index: 99999;
    text-align: center;
    position: absolute;
	max-width:689px;
}
.login-popup h3 {
    color: #edefed;
    font-family: 'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
    text-align: left;
    font-size: 4em;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #edefed;
    margin-bottom: 40px;
    display: inline-block;
}
.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 0;
}
.forgot-register a {
    margin-right: 15px;
    font-size: .8em;
}
form.signin input[type="text"], input[type="email"], input[type="password"] {
    font-family: 'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
    border: none;
    background: #efefef;
    margin-bottom:15px;
    padding: 3%;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1em;
    text-align: center;
}
form.signin input[type=submit] {
    padding: 3%;
    background: #e7183b;
    color: #fff;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-family: 'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
}
form.signin input[type=submit]:hover {
    background: #b91833;
}
.button {
    padding: 3%;
    background: #e7183b;
    color: #fff;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 1em;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 30px;
    font-family: 'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
}
.button:hover {
    background: #b91833;
}
header .content {
    text-align: center;
}
header .content h2, header .content h3 {
    -webkit-text-shadow: 1px 1px 0 #fff;
    -moz-text-shadow: 1px 1px 0 #fff;
    -ms-text-shadow: 1px 1px 0 #fff;
    -o-text-shadow: 1px 1px 0 #fff;
    text-shadow: 1px 1px 0 #fff;
}
header .content h2 {
    font-size: 5.5em;
    color: #e7183b;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'bebas_neueregular',  'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
}
header .content h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: black;
}
ul.profile {
    margin-top: 100px;
}
ul.profile li {
    float: left;
    width: 19%;
    padding: 2% 2% 0%;
    margin: 0 2%;
    background: rgba(247, 233, 220, 0.9);
}
ul.profile li a {
    color: #000;
    display: block;
    position: relative;
}
ul.profile li a h4 {
    font-size: 1.5em;
    color: #e7183b;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}
ul.profile li a h4:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -58px;
    height: 1px;
    width: 116px;
    border-bottom: 1px solid #a3a3a3;
}
ul.profile li a p {
    color: black;
    line-height: 1.2;
    font-weight: 400;
}
ul.profile li a p.profile-btn {
    margin-bottom: -20px;
    margin-top: 20px;
    background: #e7183b;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
ul.profile li:hover a p.profile-btn {
    background: #b91833;
}
@-webkit-keyframes bounce {
    0% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
4% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
8% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
12% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
16%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@-moz-keyframes bounce {
    0% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
4% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
8% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
12% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
16%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@-ms-keyframes bounce {
    0% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
4% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
8% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
12% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
16%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes bounce {
    0% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
4% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
8% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
12% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
16%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}.arrow {
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
}
.arrow a {
    display: block;
    width: 40px;
    height: 40px;
}
.bounce {
    -o-animation: bounce 4s infinite;
    -moz-animation: bounce 4s infinite;
    -webkit-animation: bounce 4s infinite;
    animation: bounce 4s infinite;
}
.bounced-arrow {
    z-index: 300000;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
}
.bounced-arrow p {
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    text-align: center;
    margin-top: 3px;
}
.container {
    padding: 100px 0;
}
.container section h2 {
    font-family: 'bebas_neueregular',  'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
    text-align: center;
    font-size: 5.5em;
    color: #e7183b;
    text-transform: uppercase;
    line-height: 1;
}
ul.biens, ul.projects {
    margin-top: 70px;
}
ul.biens li, ul.projects li {
    background: #fff;
	margin-bottom:30px;
	padding:0;

}
ul.biens li p.city, ul.projects li p.city {
    font-size: 0.9em;
    color: #444;
    font-weight: 400;
}
ul.biens li .save-btn img, ul.projects li .save-btn img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
ul.biens li .save-btn:hover img, ul.projects li .save-btn:hover img {
    -ms-transform: rotate(180deg);
    -ms-transform-origin: center center;
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform: rotate(180deg);
    transform-origin: center center;
}
ul.biens {
    margin-bottom: 140px;
}
ul.biens li:nth-child(3n) {
    margin-right: 0;
}
ul.biens li .info-bien {
    padding: 4% 4% 5%}
ul.biens li .info-bien a h3 {
    font-size: 1em;
    text-transform: uppercase;
    color: #000;
    text-align: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1.2;
    font-weight: 400;
}
ul.biens li .info-bien a:hover h3 {
    color: #e7183b;
}
ul.biens li .info-bien p.categories {
    display: inline-block;
    padding: 15px 0 20px;
    color: #a3a3a3;
}
ul.biens li .info-bien p.categories span {
    margin-left: 20px;
}
ul.biens li .info-bien p.categories span:first-child {
    margin-left: 0;
}
ul.biens li .info-bien .buttons {
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
}
ul.biens li .info-bien .buttons p.price {
    display: inline-block;
    border: 1px solid #e7183b;
    padding: 7px 20px;
    color: #e7183b;
    margin-right: 10px;
}
ul.biens li .info-bien .buttons a.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #e7183b;
    color: #fff;
    text-transform: uppercase;
}
ul.biens li .info-bien .buttons a.btn:hover {
    background: #b91833;
}
ul.projects li {
    width: 49%}
ul.projects li:nth-child(2n) {
    margin-right: 0;
    float: right;
}
ul.projects li .info-project a h4 {
    font-size: 1em;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1.2;
}
ul.projects li .info-project a:hover h4 {
    color: #e7183b;
}
ul.projects li .info-project img.project-img {
    width: 45%;
    float: left;
}
ul.projects li .info-project p {
    line-height: 1.5;
    font-size: 0.9em;
}
ul.projects li .info-project p.city {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 0.9em;
    color: #444;
}
ul.projects li .info-project .buttons {
    padding-top: 20px;
    position: relative;
}
ul.projects li .info-project .buttons p.price {
    display: inline-block;
    border: 1px solid #e7183b;
    padding: 7px 20px;
    color: #e7183b;
}
ul.projects li .info-project .buttons a.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #e7183b;
    color: #fff;
    text-transform: uppercase;
    float: left;
}
ul.projects li .info-project .buttons a.btn:hover {
    background: #b91833;
}
ul.projects li .info-project .buttons .save-btn {
    position: relative;
    float: right;
    top: 10px;
    right: 0;
}
section.fullwidth {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
section.about {
    padding-top: 130px;
	padding-bottom: 130px;
    text-align: center;
    background: url(public/img/bg-section.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
section.about h2 {
    font-family: 'bebas_neueregular',  'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
    text-align: center;
    font-size: 5.5em;
    color: #fecd42;
    text-transform: uppercase;
    margin-bottom: 50px;
}
section.about h3 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 50px;
}
section.about a.more {
    display: inline-block;
    border: 1px solid #fecd42;
    color: #fecd42;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: bold;
}
section.about a.more:hover {
    background: #fecd42;
    color: #646464;
}
section.stats {
    padding: 350px 0;
    text-align: center;
    background: #e7183b url(public/img/bullets-img.png) center 150px no-repeat;
}
section.stats p.matching {
    color: #fff;
    font-size: 8em;
    font-weight: 100;
}
section.stats p.searchstats {
    color: #ff91a4;
    font-size: 2.75em;
    font-weight: 300;
}
form.inscription {
    text-align: center;
    margin-top: 60px;
	padding:0;
}
form.inscription input[type="text"], form.inscription input[type="email"] {
    font-family: 'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
    border: none;
    background: #fff;
    margin: 0 15px 15px 0;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    text-align: left;
	width:100%;
}
form.inscription input[type="text"].big, form.inscription input[type="email"].big {
    width: 275px;
}
form.inscription input[type="text"].small, form.inscription input[type="email"].small {
    width: 100px;
}
form.inscription input[type=submit] {
	width:100%;
	height:50px;
	padding:0;
    background: #e7183b;
    color: #fff;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 1em;
    text-transform: uppercase;
    margin-top: 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-family: 'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
}
form.inscription input[type=submit]:hover {
    background: #b91833;
}
form.inscription .answer {
    padding: 20px 0;
}
form.inscription input[type="text"]:focus {
    outline: #c3c3c3 solid 3px !important;
    box-shadow: none;
}
form.inscription label::-moz-selection {
    background: transparent;
}
form.inscription label::selection {
    background: transparent;
}
form.inscription label {
    cursor: pointer;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding-left: 25px !important;
}
form.inscription input[type="radio"], form.inscription input[type="checkbox"] {
    display: none;
}
form.inscription input[type="checkbox"]:optional+label:before {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
form.inscription label:before {
    background-color: white;
    border: 3px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    top: 2px;
    content: "";
    display: inline-block;
    height: 16px;
    left: 0px;
    position: absolute;
    width: 16px;
}
form.inscription input[type="checkbox"]:checked+label:before {
    background: #e7183b;
    border: 3px solid #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    content: "";
    text-align: center;
}
.search-page { padding-top:72px;}
.search-sidebar {
    height: 100%;
    background: white;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.search-sidebar .criteria {
	margin-top:20px;
}
.search-sidebar .criteria h2 {
    font-size: 3.5em;
    color: #e7183b;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 3px solid red;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}
.search-sidebar::-webkit-scrollbar {
    width: 4px;
}
.search-sidebar::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f9c0be;
}
.search-sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #e7183b;
}
form.searching { padding:0;}
form.searching input[type="text"], form.searching input[type="email"] {
    font-family: 'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
    border: none;
    background: #efefef;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
    font-size: 1em;
	height:50px;
	width:100%;
	padding-left:10px;
}
form.searching input[type="text"].big, form.searching input[type="email"].big {
    width: 100%}
form.searching input[type=submit] {
    width: 100%;
	height:50px;
    background: #e7183b;
    color: #fff;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 1em;
    text-transform: uppercase;
    margin-top: 30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-family: 'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
}
form.searching input[type=submit]:hover {
    background: #b91833;
}
form.searching input[type="text"]:focus {
    outline: #c3c3c3 solid 2px !important;
    box-shadow: none;
}
form.searching textarea {
    font-family: 'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
    border: none;
    background: #efefef;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1em;
    width: 100%;
}
.map {
    height: 100%;
	padding:0;
}
#google-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #edefed;
}
#cd-google-map {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
#cd-google-map .matching {
    display: inline-block;
    background: #e7183b;
    padding: 20px 25px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}
#cd-google-map .matching:hover {
    background: #b91833;
}
#cd-google-map .save-search {
    display: inline-block;
    background: #e7183b;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
#cd-google-map .save-search:hover {
    background: #b91833;
}
#cd-zoom-in, #cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: rgba(211, 104, 104, 0.9);
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("public/img/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
    background-color: #d36868;
}
#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}
#cd-zoom-out {
    background-position: 50% -32px;
}
.container .sidebar .save-search {
    display: block;
    background: #e7183b;
    padding: 6%;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .8em;
    margin-bottom: 30px;
    position: relative;
}
.container .sidebar .save-search span {
    font-family: 'Glass Antiqua', "HelveticaNeue-Light",  "Helvetica Neue",  Hevetica,  Arial,  cursive;
    font-size: 30px;
    margin-left: 20px;
    position: relative;
    top: 3px;
    line-height: 0;
    display: inline;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.container .sidebar .save-search:after {
    top: 100%;
    left: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #e7183b;
    border-width: 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.container .sidebar .save-search.down:after {
    top: 100%;
    bottom: auto;
    border-top-color: #e7183b;
    border-bottom: none;
}
.container .sidebar .save-search.up:after {
    bottom: 100%;
    top: auto;
    border-top: none;
}
.container .sidebar .save-search:hover {
    background: #b91833;
	text-decoration:none;
}
.container .sidebar .save-search:hover span {
    margin-left: 25px;
}
.container .sidebar .save-search:hover:after {
    border-top-color: #b91833;
}
.container .sidebar .save-search.up:hover {
    background: #b91833;
}
.container .sidebar .save-search.up:hover span {
    margin-left: 25px;
}
.container .sidebar .save-search.up:hover:after {
    border-top: none;
    border-bottom-color: #b91833;
}
.container .sidebar .back-search {
    display: block;
    background: #7d7d7d;
    padding: 6%;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .8em;
    margin-bottom: 30px;
    margin-top: -15px;
    position: relative;
}
.container .sidebar .back-search span {
    font-family: 'Glass Antiqua', "HelveticaNeue-Light",  "Helvetica Neue",  Hevetica,  Arial,  cursive;
    font-size: 30px;
    margin-left: 20px;
    position: relative;
    top: 3px;
    line-height: 0;
    display: inline;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.container .sidebar .back-search:hover {
    background: #666;
	text-decoration:none;
}
.container .sidebar .back-search:hover span {
    margin-left: 25px;
}
.container .sidebar .back-search:hover:after {
    border-top-color: #b91833;
}
.container .sidebar .matchs {
    background: #fff;
    padding: 20px 30px}
.container .sidebar .matchs h2 {
    color: #a3a3a3;
    font-family: 'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
    text-align: left;
    font-size: 4.4em;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #edefed;
    margin-bottom: 30px;
}
.container .sidebar .matchs p {
    color: #595f69;
    display: block;
    margin-bottom: 20px;
}
.container .sidebar .matchs .gmap {
    margin: 10px 0 15px;
}
.container .sidebar .profile {
    background: #fff;
    text-align: center;
    position: relative;
}
.container .sidebar .profile h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #e7183b;
    margin: 30px 0;
}
.container .sidebar .profile a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #edefed;
}
.container .sidebar .profile a.modify-btn {
    display: inline-block;
    border-bottom: none;
    margin-top: 20px;
    color: black;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    padding: 0;
    padding-bottom: 2px;
    border-bottom: 1px solid black;
}
.container .sidebar .profile a.modify-btn:hover {
    color: #e7183b;
}
.container .sidebar .profile a:nth-last-child(2) {
    border-bottom: 0;
}
.container .sidebar .profile img.profile-picture {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%}
.container .sidebar .profile img.account-type {
    position: absolute;
    top: 0;
    right: 0;
}
.container .sidebar .profile p {
    color: #595f69;
    display: block;
    margin-bottom: 20px;
}
.container .sidebar .adverts {
    margin-top: 35px;
}
.container .sidebar .adverts ul.ads li {
    margin-bottom: 15px;
}
.container .sidebar .adverts2 {
    margin-top: 0;
}
.container .results ul.biens {
    margin-top: 0;
}
.container .results ul.biens li:nth-child(2n) {
    margin-right: 0;
    float: right;
}
.container .results ul.biens li:nth-child(3n) {
    margin-right: auto;
    float: auto;
}
.container .results ul.projects {
    margin-top: 0;
}
.container .results ul.projects li {
    width: 100%}
.container .results ul.projects li:nth-child(2n) {
    margin-right: auto;
    float: auto;
}
form.searching-results {
    width: 100%}
form.searching-results .half {
    width: 48%}
form.searching-results .half.left {
    float: left;
    padding: 2%}
form.searching-results .half.right {
    float: right;
    padding: 2%}
.about-bien section {
    background: white;
    padding: 30px 40px;
    margin-bottom: 20px;
}
.about-bien section h2 {
    color: #a3a3a3;
    font-family: 'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
    text-align: left;
    font-size: 4.4em;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #edefed;
    margin-bottom: 20px;
}
.about-bien section.single-map {
    padding: 0;
    background: transparent;
    position: relative;
}
.about-bien section.single-map .map-mask {
    position: absolute;
    top: 0;
    left: 0;
    background: url(public/img/map-mask.png) no-repeat;
    z-index: 10;
    width: 100%;
    height: 100%}
.about-bien section.contact .name {
    color: black;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
}
.about-bien section.contact .left-contact, .about-bien section.contact .right-contact {
    float: left;
}
.about-bien section.contact .left-contact {
    margin-right: 50px;
}
.bien-header .titre-bien {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
    z-index: 1000;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
}
.bien-header .titre-bien h2 span {
    color: #e7183b;
    margin-left: 15px;
}
.profile-activity section {
    background: white;
    padding: 30px 40px;
    margin-bottom: 20px;
}
.profile-activity section h2 {
    color: #a3a3a3;
    font-family: 'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
    text-align: left;
    font-size: 4.4em;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #edefed;
    margin-bottom: 20px;
}
.profile-activity section.activities {
    padding: 0;
    background: none;
}
.profile-activity section.activities ul.activity-btns li {
    margin-bottom: 15px;
}
.profile-activity section.activities ul.activity-btns li:nth-child(2n) {
    float: right;
}
.profile-activity section.activities ul.activity-btns li a {
    display: block;
    background: #e7183b;
    color: #fff;
    text-transform: uppercase;
    padding: 6% 6% 6% 30%;
    font-weight: 400;
}
.profile-activity section.activities ul.activity-btns li a p {
    font-size: 1.4em;
    color: #fff;
    line-height: 1;
}
.profile-activity section.activities ul.activity-btns li a p span {
    display: block;
    font-size: .75em;
    color: black;
}
.profile-activity section.activities ul.activity-btns li a p.alerts {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    font-size: 0.9em;
    top: 10px;
    right: 10px;
    background: black;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: 400;
}
.profile-activity section.activities ul.activity-btns li a.zoom-icon, .profile-activity section.activities ul.activity-btns li a.follow-icon, .profile-activity section.activities ul.activity-btns li a.projects-icon, .profile-activity section.activities ul.activity-btns li a.publications-icon {
    background-repeat: no-repeat;
    background-position: 40px center;
}
.profile-activity section.activities ul.activity-btns li a.zoom-icon {
    background-image: url(public/img/zoom-icon.png);
}
.profile-activity section.activities ul.activity-btns li a.follow-icon {
    background-image: url(public/img/follow-icon.png);
}
.profile-activity section.activities ul.activity-btns li a.projects-icon {
    background-image: url(public/img/projects-icon.png);
}
.profile-activity section.activities ul.activity-btns li a.publications-icon {
    background-image: url(public/img/publications-icon.png);
}
.profile-activity section.activities ul.activity-btns li a:hover {
    background-color: #b91833;
	text-decoration:none;
}
.profile-activity section.actus-feed {
    background: #d5d5d5;
}
.profile-activity section.actus-feed h2 {
    color: #e7183b;
    border-bottom: 2px solid #e7183b;
}
.profile-activity section.actus-feed .actus-list li a {
    display: block;
    border-bottom: 1px solid #595f69;
    padding: 20px 0 15px;
    background-image: url(public/img/actu-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.profile-activity section.actus-feed .actus-list li a:hover p.right-actu {
    color: black;
}
.profile-activity section.actus-feed .actus-list li p.left-actu {
    width: 25%;
    float: left;
    color: #e7183b;
    text-transform: uppercase;
    font-weight: bold;
}
.profile-activity section.actus-feed .actus-list li p.right-actu {
    float: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.profile-activity section.actus-feed .actus-list li p.right-actu span {
    border-bottom: 1px solid #595f69;
}
.profile-activity section.searches ul.my-searches li {
    border-bottom: 1px solid #edefed;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.profile-activity section.searches ul.my-searches li .criterias-search {
    width: 70%;
    float: left;
    text-align: left;
    padding: 10px 0;
}
.profile-activity section.searches ul.my-searches li .criterias-search h3 {
    text-align: left;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
}
.profile-activity section.searches ul.my-searches li .criterias-search h3 a {
    color: black;
}
.profile-activity section.searches ul.my-searches li .criterias-search p.city {
    font-size: .9em;
}
.profile-activity section.searches ul.my-searches li .search-actions {
    float: right;
    width: 18%}
.profile-activity section.searches ul.my-searches li .search-actions a {
    display: block;
    font-size: 1em;
    font-weight: 400;
}
.profile-activity section.searches ul.my-searches li .search-actions a.number-results-btn:hover {
    background: #e7183b;
    color: white;
}
.profile-activity section.searches ul.my-searches li .search-actions a.show-btn {
    background: #e7183b;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
}
.profile-activity section.searches ul.my-searches li .search-actions a.show-btn:hover {
    background: #b91833;
}
.profile-activity section.searches ul.my-searches li .search-actions a.delete-btn {
    font-size: .8em;
    text-align: right;
    margin-bottom: 5px;
}
.profile-activity section.searches ul.my-searches li .search-actions a.number-results-btn, .profile-activity section.searches ul.my-searches li .search-actions p.number-results-btn {
    border: 1px solid #e7183b;
    padding: 10px 25px;
    color: #e7183b;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1;
}
.profile-activity section.searches ul.my-favorites li {
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.profile-activity section.searches ul.my-favorites li .favorite-info {
    border-bottom: 1px solid #edefed;
}
.profile-activity section.searches ul.my-favorites li .criterias-search {
    text-align: left;
    padding: 10px 0;
}
.profile-activity section.searches ul.my-favorites li .criterias-search h3 {
    text-align: left;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
}
.profile-activity section.searches ul.my-favorites li .criterias-search h3 a {
    color: black;
}
.profile-activity section.searches ul.my-favorites li .criterias-search p.categories {
    display: inline-block;
    padding: 15px 0 20px;
    font-size: 14px;
    color: #a3a3a3;
}
.profile-activity section.searches ul.my-favorites li .criterias-search p.categories span {
    margin-left: 20px;
}
.profile-activity section.searches ul.my-favorites li .criterias-search p.categories span:first-child {
    margin-left: 0;
}
.profile-activity section.searches ul.my-favorites li .criterias-search p.city {
    font-size: .9em;
}
.profile-activity section.searches ul.my-favorites li .search-actions {
    text-align: right;
}
.profile-activity section.searches ul.my-favorites li .search-actions a {
    display: block;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
}
.profile-activity section.searches ul.my-favorites li .search-actions a.number-results-btn:hover {
    background: #e7183b;
    color: white;
}
.profile-activity section.searches ul.my-favorites li .search-actions a.show-btn {
    background: #e7183b;
    color: #fff;
    padding: 10px 2%;
    text-transform: uppercase;
}
.profile-activity section.searches ul.my-favorites li .search-actions a.show-btn:hover {
    background: #b91833;
}
.profile-activity section.searches ul.my-favorites li .search-actions a.delete-btn {
    font-size: .8em;
    text-align: right;
    margin-bottom: 5px;
    display: inline-block;
}
.profile-activity section.searches ul.my-favorites li .search-actions p.number-results-btn, .profile-activity section.searches ul.my-favorites li .search-actions a.number-results-btn {
    border: 1px solid #e7183b;
    padding: 10px 25px;
    color: #e7183b;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
}
.profile-activity section.searches ul.my-favorites.my-projects li .search-actions {
    width: 30%;
    margin-top: 25px;
}
.profile-activity section.searches .see-more-btn{ text-align:center;}
.profile-activity section.searches .see-more-btn a{
    text-transform: uppercase;
    border-bottom: 1px solid #595f69;
    font-weight: 400;
}
.profile-activity section.searches .see-more-btn a:hover{
	text-decoration:none;
	cursor:pointer;
}
.annonces section {
    margin-bottom: 20px;
}
.annonces section h2 {
    color: #bfbfbf;
    font-family: 'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
    text-align: left;
    font-size: 4.4em;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #edefed;
    margin-bottom: 20px;
}
.annonces section a.upload-btn {
    display: inline-block;
    background: #e7183b;
    padding: 2% 20% 2% 2%;
    color: #fff;
    font-weight: 400;
    margin: 20px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.annonces section a.upload-btn:hover {
    background: #b91833;
}
.annonces section .annonce-results {
    padding: 30px 0;
    text-align: center;
    border: 1px solid #e7183b;
    margin: 50px 0;
}
.annonces section .annonce-results p.numbers-results {
    color: #e7183b;
    font-size: 1.3em;
    font-weight: 400;
}
form.annonce input[type="text"], form.annonce input[type="email"] {
    font-family: 'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
    border: none;
    background: #efefef;
    margin: 0 0 0 0;
    padding-left: 10px;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1em;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}
form.annonce input[type="text"]:nth-child(2n), form.annonce input[type="email"]:nth-child(2n) {
    float: right;
}
form.annonce input[type=submit] {
	display:block;
	height:50px;
    background: #e7183b;
    color: #fff;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 1em;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-family: 'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
	width:100%;
}
form.annonce input[type=submit]:hover {
    background: #b91833;
}
form.annonce textarea {
    font-family: 'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
    border: none;
    background: #efefef;
    margin: 0;
    padding: 4% 3%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1em;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus, input[type="password"]:focus {
    outline: #c3c3c3 solid 2px !important;
    box-shadow: none;
}
.header-img {
    height: 375px;
    background: red url(public/img/bg-img.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.container .simple-content {
    text-align: center;
}
.container .simple-content h3 {
    margin-bottom: 40px;
}
.container .simple-content a.simple-btn {
    display: inline-block;
    background: #e7183b;
    color: #fff;
    padding: 10px 8% 10px 1%;
    font-weight: 400;
    margin-right: 2%;
    margin-top: 70px;
    background-image: url(public/img/simple-btn-arrow.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
}
.container .simple-content a.simple-btn:hover {
    background-color: #b91833;
}
.container .contact .one-third {
    width: 32%;
    float: left;
    background: #fff;
    padding: 3%;
    margin-right: 2%}
.container .contact .one-third h3 {
    color: #a3a3a3;
    font-family: 'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
    text-align: left;
    font-size: 4.4em;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #edefed;
    margin-bottom: 30px;
}
.container .contact .one-third p {
    margin-bottom: 10px;
}
.container .contact .one-third:last-child {
    margin-right: 0;
}
.FAQ section {
    background: white;
    padding: 30px 40px;
    margin-bottom: 20px;
}
.FAQ section h2 {
    color: #a3a3a3;
    font-family: 'Lato',  "HelveticaNeue-Light",  "Helvetica Neue Light",  "Helvetica Neue",  Helvetica,  Arial,  "Lucida Grande",  sans-serif;
    text-align: left;
    font-size: 4.4em;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #edefed;
    margin-bottom: 20px;
}
.FAQ section.questions {
    position: relative;
}
.FAQ section.questions .questions-list {
    border-radius: 5px;
    overflow: hidden;
    margin: auto;
}
.FAQ section.questions .questions-list .question {
    margin-bottom: 20px;
}
.FAQ section.questions .questions-list .question .heading {
    padding: 20px;
    font-size: 17px;
    cursor: pointer;
    padding-left: 15px;
    box-sizing: border-box;
    background-color: #f8f8f8;
}
.FAQ section.questions .questions-list .question.open .heading, .FAQ section.questions .questions-list .question:last-child .heading {
    border: 0;
}
.FAQ section.questions .questions-list .question.open .heading {
    color: #e7183b;
}
.FAQ section.questions .questions-list .question .content {
    display: none;
    padding: 15px;
    background: #fff;
    font-size: 14px;
}
footer {
    width: 100%;
    background: #615f5d url(public/img/footer-bg.jpg);
    padding: 50px 0;
    text-align: center;
    color: #505050;
}
footer .top-footer {
    width: 95%;
    margin: 0 auto;
}
footer .top-footer .account {
    color: #fff;
    font-weight: 400;
}
footer .top-footer .account h5 {
    font-size: 1.25em;
    text-transform: uppercase;
    margin-bottom: 12px;
}
footer .top-footer .account p {
    color: #fff;
}
footer .top-footer .account a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.07);
    padding: 12px 10px;
    text-transform: uppercase;
    color: #c7c7c7;
    line-height: 1;
    margin-top: 10px;
}
footer .top-footer .account a:hover {
    background: rgba(255, 255, 255, 0.2);
}
footer .top-footer .account .basic {
    float: left;
    width: 44%;
    background: rgba(255, 255, 255, 0.07);
    padding: 2%}
footer .top-footer .account .premium {
    float: right;
    width: 44%;
    background: rgba(255, 255, 255, 0.07);
    padding: 2%}
footer .mid-footer {
    border-top: 2px solid #2f2f2f;
    border-bottom: 2px solid #2f2f2f;
    margin: 50px auto 40px;
    padding: 40px;}
footer .mid-footer .one-fourth {
    width: 25%;
    float: left;
    text-align: left;
}
footer .mid-footer .one-fourth a {
    font-weight: 400;
    color: #505050;
}
footer .mid-footer .one-fourth a:hover {
    color: #fff;
}
footer .mid-footer .one-fourth ul.gateaway li {
    float: left;
    margin-right: 5px;
    margin-top: 8px;
}
footer .bottom-footer {
	padding-bottom:10px;
	padding-top:10px;
}
footer .bottom-footer p {
    font-size: 0.8em;
    font-weight: 400;
    color: #505050;
}
footer .bottom-footer p.faver {
    color: #676666;
}
footer .bottom-footer p.faver a {
    color: #676666;
}
footer .bottom-footer p.faver a:hover {
    color: #fff;
}
.tooltip {
    position: absolute;
    cursor: pointer;
    display: inline-block;
    z-index: 1000;
}
.tooltip:before, .tooltip:after {
    display: block;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s;
    left: 50px;
    margin-bottom: -15px;
    transition: margin .2s;
    line-height: 1.3;
}
.tooltip:before {
    width: 100px;
    padding: 5px;
    box-sizing: border-box;
    bottom: 32px;
    border-radius: 2px;
    font-size: .6em;
    font-weight: 400;
    text-align: center;
    margin-left: -90px;
    background: rgba(0, 0, 0, 0.5);
    content: attr(data-title);
    color: #fff;
    text-transform: uppercase;
}
.tooltip:after {
    content: "";
    border-top: 7px solid rgba(0, 0, 0, 0.5);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 25px;
    margin-left: -47px;
}
.tooltip:hover:before, .tooltip:hover:after {
    visibility: visible;
    opacity: 1;
    margin-bottom: 0px;
}
.gallery .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.gallery .owl-animated-in {
    z-index: 0;
}
.gallery .owl-animated-out {
    z-index: 1;
}
.gallery .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}@keyframes fadeOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.gallery {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.gallery .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.gallery .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.gallery .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px,  0px,  0px);
}
.gallery .owl-controls .owl-nav .owl-prev, .gallery .owl-controls .owl-nav .owl-next, .gallery .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gallery.owl-loaded {
    display: block;
}
.gallery.owl-loading {
    opacity: 0;
    display: block;
}
.gallery.owl-hidden {
    opacity: 0;
}
.gallery .owl-refresh .owl-item {
    display: none;
}
.gallery .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.gallery .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.gallery.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.gallery .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.gallery.owl-rtl {
    direction: rtl;
}
.gallery.owl-rtl .owl-item {
    float: right;
}
.no-js .gallery {
    display: block;
}
.gallery .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.gallery .owl-item img {
    transform-style: preserve-3d;
}
.gallery .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.gallery .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.gallery .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3,  1.3);
    -moz-transition: scale(1.3,  1.3);
    -ms-transition: scale(1.3,  1.3);
    -o-transition: scale(1.3,  1.3);
    transition: scale(1.3,  1.3);
}
.gallery .owl-video-playing .owl-video-tn, .gallery .owl-video-playing .owl-video-play-icon {
    display: none;
}
.gallery .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.gallery .owl-video-frame {
    position: relative;
    z-index: 1;
}
.gallery {
    position: relative;
    text-transform: uppercase;
}
.gallery a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.gallery .owl-controls {
    position: absolute;
    top: 0;
    z-index: 10000;
    color: white;
    height: 100%;
    width: 100%}
.gallery .owl-controls .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
    width: 76px;
    height: 54px;
    background: url(public/img/slide-arrow-left.png) no-repeat;
    text-indent: -9999px;
}
.gallery .owl-controls .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
    width: 76px;
    height: 54px;
    background: url(public/img/slide-arrow-right.png) no-repeat;
    text-indent: -9999px;
}
@media only screen and (min-width: 20em) {
    .wrapper {
    width: 90%;
    margin: 0 auto;
}
ul.profile {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 100px;
}
ul.profile li {
    float: left;
    width: 96%;
    margin-bottom: 20px;
}
ul.profile li a p {
    display: none;
}
}@media only screen and (min-width: 48em) {
    ul.profile {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 100px;
}
ul.profile li {
    float: left;
    width: 46%}
ul.profile li a p {
    display: block;
}
}@media only screen and (min-width: 60em) {
    .wrapper {
    width: 960px;
    margin: 0 auto;
}
}@media only screen and (min-width: 82.5em) {
    .wrapper {
    width: 1320px;
    margin: 0 auto;
}
ul.profile {
    margin-top: 100px;
    max-width: 1320px;
}
ul.profile li {
    float: left;
    width: 21%;
    margin-bottom: 0;
}
ul.profile li a h4 {
    font-size: 1.5em;
}
}.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
