@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600");

/* Misc mixins
-------------------------------------------------------------- */
/* Extend buttons css
-------------------------------------------------------------- */
button__small,
.button__small {
    padding: 10px;
    padding: 0.625rem;
}

button__medium,
.button__medium {
    padding: 10px 25px;
    padding: 0.625rem 1.5625rem;
}

button__large,
.button__large {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    padding: 20px 50px;
    padding: 1.25rem 3.125rem;
}

.form__footer button__medium, .form__footer .button__medium, button__rounded,
.button__rounded, button__filet,
.button__filet, .form__person input[type="submit"] {
    border-radius: 30px;
    border-radius: 1.875rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

/* Global buttons css
-------------------------------------------------------------- */
button,
.button {
    display: inline-block;
    border: 0;
    color: #fff;
    background: #00648e;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    position: relative;
    font-weight: 600;
}

button__small,
.button__small {
    font-size: 13px;
    font-size: 0.8125rem;
}

button__outline,
.button__outline {
    background: transparent !important;
    border: 1px solid;
    border: 0.0625rem solid;
    padding: 15px 25px;
    padding: 0.9375rem 1.5625rem;
}

button__outline.button__main,
.button__outline.button__main {
    color: #00648e;
    border-color: #00648e;
}

button__outline.button__main:hover, button__outline.button__main:active, button__outline.button__main:focus,
.button__outline.button__main:hover,
.button__outline.button__main:active,
.button__outline.button__main:focus {
    border-color: #108db2;
    color: #108db2;
}

button__outline.button__second,
.button__outline.button__second {
    color: #e87722;
    border-color: #e87722;
}

button__action,
.button__action {
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

button__close,
.button__close {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #00648e;
    background: transparent;
}

button__close span,
.button__close span {
    display: inline-block;
}

button__main,
.button__main {
    background: #00648e;
}

button__main:hover, button__main:active, button__main:focus,
.button__main:hover,
.button__main:active,
.button__main:focus {
    color: #fff;
    background: #108db2;
}

button__second,
.button__second {
    background: #e87722;
}

button__second:hover, button__second:active, button__second:focus,
.button__second:hover,
.button__second:active,
.button__second:focus {
    color: #fff;
    background: #d16c1f;
}

button__alert,
.button__alert {
    background: #00648e;
    text-align: center;
}

button__alert:hover, button__alert:active, button__alert:focus,
.button__alert:hover,
.button__alert:active,
.button__alert:focus {
    color: #fff;
    background: #108db2;
}

button__third,
.button__third {
    background: #d63541;
}

button__third:hover, button__third:active, button__third:focus,
.button__third:hover,
.button__third:active,
.button__third:focus {
    color: #fff;
    background: #c0313c;
}

button__white,
.button__white {
    background: #fff;
    color: #956508;
}

button__white:hover, button__white:active, button__white:focus,
.button__white:hover,
.button__white:active,
.button__white:focus {
    color: #fff;
    background: #956508;
}

button__white--main,
.button__white--main {
    background: #fff;
    color: #00648e;
}

button__white--main .demo-icon,
.button__white--main .demo-icon {
    font-size: 10px;
    font-size: 0.625rem;
}

button__white--main:hover, button__white--main:active, button__white--main:focus,
.button__white--main:hover,
.button__white--main:active,
.button__white--main:focus {
    background: #00648e;
    color: #fff;
}

button__profil,
.button__profil {
    color: white;
    background: transparent;
    border-left: 1px solid #f0f0f0;
    border-left: 0.0625rem solid #f0f0f0;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

button__advisor,
.button__advisor {
    position: relative;
    padding-left: 65px;
}

button__advisor .demo-icon,
.button__advisor .demo-icon {
    font-size: 24px;
    font-size: 1.5rem;
    position: absolute;
    top: 3px;
    top: 0.1875rem;
    left: 25px;
    left: 1.5625rem;
}

button__favorites,
.button__favorites {
    background: transparent;
    color: #2d3237;
    position: inherit;
    float: right;
    font-size: 20px;
    font-size: 1.25rem;
}

.c-offer__list-main button__favorites, .c-offer__list-main
.button__favorites {
    right: 40px;
    right: 2.5rem;
    top: 19px;
    top: 1.1875rem;
    bottom: inherit;
    position: absolute;
}

button__arrow .demo-icon,
.button__arrow .demo-icon {
    font-size: 10px;
    font-size: 0.625rem;
    position: relative;
    top: -1px;
    top: -0.0625rem;
    left: 4px;
    left: 0.25rem;
}

button__home,
.button__home {
    padding-left: 65px;
}

button__home .icon-house-heart,
.button__home .icon-house-heart {
    font-size: 24px;
    font-size: 1.5rem;
    position: absolute;
    top: 3px;
    top: 0.1875rem;
    left: 20px;
    left: 1.25rem;
}

button__conseil,
.button__conseil {
    color: #e87722;
    border: 1px solid #d8d8d8;
    border: 0.0625rem solid #d8d8d8;
    background: inherit;
    font-weight: bold;
    position: absolute;
    bottom: 14px;
    bottom: 0.875rem;
    right: 110px;
    right: 6.875rem;
    background: #fff;
    border-radius: 30px;
    border-radius: 1.875rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.c-offer__list-main button__conseil, .c-offer__list-main
.button__conseil {
    position: inherit !important;
}

button__search,
.button__search {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 8px;
    padding: 0.5rem;
    display: block;
    background: transparent;
    color: #00648e;
}

button__warning,
.button__warning {
    background: #00648e;
    color: #fff;
    font-weight: bold;
    position: relative;
    padding: 11px 25px 11px 55px;
    padding: 0.6875rem 1.5625rem 0.6875rem 3.4375rem;
    border-radius: 20px;
    border-radius: 1.25rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

button__warning .demo-icon,
.button__warning .demo-icon {
    position: absolute;
    top: 7px;
    top: 0.4375rem;
    left: 20px;
    left: 1.25rem;
    font-size: 20px;
    font-size: 1.25rem;
}

button__highlight,
.button__highlight {
    position: absolute;
    top: 30px;
    top: 1.875rem;
    left: 15px;
    left: 0.9375rem;
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 500;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff !important;
}

button__highlight:hover, button__highlight:active, button__highlight:focus,
.button__highlight:hover,
.button__highlight:active,
.button__highlight:focus {
    color: #fff;
}

button__filet,
.button__filet {
    background: #fff;
    color: #00648e;
    border: 1px solid #00648e;
    border: 0.0625rem solid #00648e;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
}

button__filet .demo-icon,
.button__filet .demo-icon {
    font-size: 10px;
    font-size: 0.625rem;
    position: relative;
    left: 4px;
    left: 0.25rem;
    top: -1px;
    top: -0.0625rem;
}

button__contact,
.button__contact {
    padding: 10px 25px 10px 50px;
    padding: 0.625rem 1.5625rem 0.625rem 3.125rem;
    border: 1px solid #fff;
    border: 0.0625rem solid #fff;
}

button__contact .demo-icon,
.button__contact .demo-icon {
    position: absolute;
    top: 7px;
    top: 0.4375rem;
    left: 17px;
    left: 1.0625rem;
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
}

/* Highlight
-------------------------------------------------------------- */
.highlight__location, .highlight__vendu {
    background-color: #292a30;
}

.highlight__compromis {
    background-color: #00648e;
}

.highlight__exclusivite {
    background-color: #e87722;
}

.highlight__price {
    background-color: #7fbe3c;
}

.highlight__new {
    background-color: #d63541;
}

.highlight__prestige {
    background-color: #b7993c;
}

.prestige .highlight__prestige {
    display: none;
}

/* Global form css elements
-------------------------------------------------------------- */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
textarea {
    box-sizing: border-box;
    width: 100%;
    border: 0;
    padding: 10px;
    padding: 0.625rem;
    color: #2d3237;
    background: #f2f2f2;
    border-radius: 0;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    transition: background 0.5s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aab2b9;
}

input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder,
textarea::-moz-placeholder {
    color: #aab2b9;
}

input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder,
textarea:-moz-placeholder {
    color: #aab2b9;
}

input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aab2b9;
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
textarea:hover {
    background: #ededed;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
textarea:focus {
    background: #ececec;
}

/* Label
-------------------------------------------------------------- */
label {
    display: inline-block;
    font-weight: normal;
}

/* Textarea
-------------------------------------------------------------- */
textarea {
    resize: vertical;
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
    border: 1px solid #e8e8e8;
    border: 0.0625rem solid #e8e8e8;
    background: #fff;
    min-height: 85px;
    font-family: "Source Sans Pro", sans-serif;
    color: #2d3237;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

textarea:hover, textarea:active, textarea:focus {
    background: #fff;
}

textarea::-webkit-input-placeholder {
    color: #2d3237;
    font-style: normal;
}

textarea::-moz-placeholder {
    color: #2d3237;
    font-style: normal;
}

textarea:-moz-placeholder {
    color: #2d3237;
    font-style: normal;
}

textarea:-ms-input-placeholder {
    color: #2d3237;
    font-style: normal;
}

/* select
-------------------------------------------------------------- */
.c-select {
    background-color: transparent;
}

.c-select ul {
    z-index: 20;
}

.c-select ul li {
    color: #2d3237;
    background-color: transparent;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
}

.c-select ul li .demo-icon {
    margin-right: 5px;
    font-size: 28px;
    font-size: 1.75rem;
}

.c-select ul li {
    color: #dfe1e4;
    font-family: Lato, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
}

.c-select.is-active ul {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.c-select.is-active ul li {
    border-bottom: 1px solid #b2b2b2;
    border-bottom: 0.0625rem solid #b2b2b2;
    color: #b2b2b2;
    background-color: #FFF;
}

.c-select.is-active ul li.error {
    color: #f24d59;
}

.c-select.is-active ul li.error input {
    border: 1px solid #f24d59;
    border: 0.0625rem solid #f24d59;
}

.c-select.is-active ul li.error:hover, .c-select.is-active ul li.error:active, .c-select.is-active ul li.error:focus {
    color: #f24d59;
}

.c-select.is-active ul li:hover, .c-select.is-active ul li:active, .c-select.is-active ul li:focus {
    color: #00648e;
}

.c-select.is-active ul li:focus {
    color: #00648e;
}

.c-select.is-active ul li.selected {
    color: #00648e;
}

.prestige .c-select.is-active ul li.selected {
    color: #b7993c;
}

.c-select.is-active ul li.selected:after {
    position: absolute;
    content: '\e848';
    font-family: 'fontello', serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    top: 0;
    bottom: 0;
    right: 15px;
    right: 0.9375rem;
    padding-top: 5px;
}

.prestige .c-select.is-active ul li.selected:after {
    color: #b7993c;
}

.c-select .select__input li {
    padding-right: 10px;
}

.c-select .select__input input {
    width: 50%;
    background: transparent;
    border: 1px solid #f3f5fa;
    border: 0.0625rem solid #f3f5fa;
    border-radius: 3px;
    border-radius: 0.1875rem;
    padding-bottom: 5px;
}

/* Checkbox and Radio
-------------------------------------------------------------- */
.choices input[type=radio], .choices input[type=checkbox] {
    opacity: 0;
    position: absolute;
}

.form__person .col-6:last-child {
    margin-bottom: 15px;
}

label.stylize {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
}

label.stylize .check {
    display: inline-block;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border: 1px solid #eee;
    border: 0.0625rem solid #eee;
}

.radio .check, input:checked + .radio .check:before {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

input:checked + .checkbox .check:before, input:checked + .radio .check:before {
    content: '';
    background-color: #eee;
    width: 8px;
    width: 0.5rem;
    height: 8px;
    height: 0.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
}

/* Form layout
-------------------------------------------------------------- */
.form {
    /* Form Localization
  -------------------------------------------------------------- */
    /* Form Informations
  -------------------------------------------------------------- */
    /* Form Offer page
  -------------------------------------------------------------- */
    /* Form person
  -------------------------------------------------------------- */
}

.form__row {
    position: relative;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
}

.form__row:after {
    content: "";
    display: table;
    clear: both;
}

.form__row:last-child {
    margin-bottom: 0;
}

.form__localization {
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    position: relative;
    float: left;
    margin: 10px 0 0 0;
    margin: 0.625rem 0 0 0;
    color: #e87722;
    font-weight: 400;
    /* Form newsletter
    -------------------------------------------------------------- */
}

@media screen and (min-width: 1024px) {
    .form__localization {
        max-width: 290px;
        display: inline-block;
        float: none;
        margin: 0;
    }
}

.form__localization:after {
    content: '\e850';
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'fontello';
    color: #e87722;
    z-index: 0;
}

.form__localization input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #63412c;
    border-bottom: 0.0625rem solid #63412c;
    color: #e87722;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    padding: 5px 40px 5px 0;
    padding: 0.3125rem 2.5rem 0.3125rem 0;
    width: 100%;
    font-weight: bold;
}

.form__localization input:hover, .form__localization input:active, .form__localization input:focus {
    background: transparent;
}

.form__localization input::-webkit-input-placeholder {
    color: #e87722;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.form__localization input::-moz-placeholder {
    color: #e87722;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.form__localization input:-moz-placeholder {
    color: #e87722;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.form__localization input:-ms-input-placeholder {
    color: #e87722;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.form__localization input[type="submit"] {
    width: 30px;
    width: 1.875rem;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 26px;
    height: 1.625rem;
    display: block;
    z-index: 2;
}

.form__localization input[type="submit"]:hover, .form__localization input[type="submit"]:active, .form__localization input[type="submit"]:focus {
    cursor: pointer;
}

.form__localization.form__newsletter {
    max-width: 360px;
}

.form__localization.form__newsletter:after {
    content: '\e802';
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'fontello';
    color: #e87722;
    z-index: 0;
    font-size: 18px;
    font-size: 1.125rem;
}

.form__localization.form__newsletter input {
    border-bottom: 1px solid #e87722;
    border-bottom: 0.0625rem solid #e87722;
    color: #3c3c3b;
    text-transform: inherit;
    font-weight: normal;
}

.form__localization.form__newsletter input::-webkit-input-placeholder {
    color: #3c3c3b;
    text-transform: inherit;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
}

.form__localization.form__newsletter input::-moz-placeholder {
    color: #3c3c3b;
    text-transform: inherit;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
}

.form__localization.form__newsletter input:-moz-placeholder {
    color: #3c3c3b;
    text-transform: inherit;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
}

.form__localization.form__newsletter input:-ms-input-placeholder {
    color: #3c3c3b;
    text-transform: inherit;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
}

.form__localization.form__newsletter input[type="submit"] {
    border: none;
}

.form__footer {
    margin: 15px 0 0;
    margin: 0.9375rem 0 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .form__footer {
        margin: 25px 0 10px 0;
        margin: 1.5625rem 0 0.625rem 0;
    }
}

.form__input .col-6 {
    margin: 0;
}

.form__input input {
    border: none;
    border-bottom: 1px solid #dfe1e4;
    border-bottom: 0.0625rem solid #dfe1e4;
    background: transparent;
    color: #2d3237;
    margin-bottom: 10px;
    padding: 10px 0;
    padding: 0.625rem 0;
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
}

.form__input input::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
    color: #2d3237;
}

.form__input input::-moz-placeholder {
    font-size: 16px;
    font-size: 1rem;
    color: #2d3237;
}

.form__input input:-moz-placeholder {
    font-size: 16px;
    font-size: 1rem;
    color: #2d3237;
}

.form__input input:-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
    color: #2d3237;
}

.form__input input:hover, .form__input input:active, .form__input input:focus {
    background: transparent;
}

.form__informations {
    margin: 15px 0 0;
    margin: 0.9375rem 0 0;
}

.form__informations:after {
    content: "";
    display: table;
    clear: both;
}

.form__informations input {
    float: left;
    margin: 6px 4px 4px;
    margin: 0.375rem 0.25rem 0.25rem;
}

.form__informations label {
    margin-left: 5px;
    float: left;
}

.form__informations .col-12 input {
    margin: 4px;
    margin: 0.25rem;
}

.form__informations .col-12 label {
    width: calc(100% - 30px);
    width: calc(100% - 1.875rem);
    font-size: 13px;
    font-size: 0.8125rem;
}

.form__informations .col-12 label span {
    font-size: 10px;
    font-size: 0.625rem;
}

.form__informations a {
    color: #e87722;
    text-decoration: none;
}

.form__informations a:hover, .form__informations a:active, .form__informations a:focus {
    color: #e87722;
    text-decoration: underline;
}

.form__forget {
    color: #e87722;
    text-decoration: none;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .form__forget {
        float: right;
    }
}

.form__error, .form__validate {
    background: #f4f6fa;
    padding: 20px;
    padding: 1.25rem;
    margin-bottom: 15px;
}

.form__error p, .form__validate p {
    font-weight: bold;
    color: #e87722;
    margin: 0;
}

.form__error .demo-icon, .form__validate .demo-icon {
    margin-right: 10px;
}

.form__validate p {
    color: #50c777;
}

.form__offer {
    border: none;
}

.form__offer .c-select:before {
    border: none;
    height: 35px;
    height: 2.1875rem;
    right: 0;
    top: 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 36px;
    line-height: 2.25rem;
}

.form__offer select {
    border: none;
    border-bottom: 1px solid #e87722;
    border-bottom: 0.0625rem solid #e87722;
    padding: 10px 40px 0 0;
    padding: 0.625rem 2.5rem 0 0;
    width: 100%;
    height: 36px;
    height: 2.25rem;
}

.form__offer select,
.form__offer input {
    color: #2d3237;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.form__offer select::-webkit-input-placeholder,
.form__offer input::-webkit-input-placeholder {
    color: #2d3237;
    font-style: normal;
}

.form__offer select::-moz-placeholder,
.form__offer input::-moz-placeholder {
    color: #2d3237;
    font-style: normal;
}

.form__offer select:-moz-placeholder,
.form__offer input:-moz-placeholder {
    color: #2d3237;
    font-style: normal;
}

.form__offer select:-ms-input-placeholder,
.form__offer input:-ms-input-placeholder {
    color: #2d3237;
    font-style: normal;
}

.form__offer input[type="submit"] {
    background: #e87722;
    padding: 15px 70px;
    padding: 0.9375rem 4.375rem;
    border: none;
    color: #fff;
    border-radius: 30px;
    border-radius: 1.875rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.form__person {
    background: #e87722;
    padding: 20px;
    padding: 1.25rem;
}

@media screen and (max-width: 768px) {
    .form__person #recaptcha1 {
        margin-top: 10px;
    }

    .body__minisite .form__person #recaptcha1 {
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

.prestige .form__person {
    background-color: #292a30;
}

.form__person .c-select:before {
    background: #e87722;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    border: none;
}

.prestige .form__person .c-select:before {
    background: #292a30;
}

.form__person select {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
    padding: 5px 0;
    padding: 0.3125rem 0;
    color: #fff;
    font-weight: normal;
}

.form__person input {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

.form__person input::-webkit-input-placeholder {
    color: #fff;
    font-style: normal;
}

.form__person input::-moz-placeholder {
    color: #fff;
    font-style: normal;
}

.form__person input:-moz-placeholder {
    color: #fff;
    font-style: normal;
}

.form__person input:-ms-input-placeholder {
    color: #fff;
    font-style: normal;
}

.form__person input[type="submit"] {
    border: none;
    color: #00648e;
    background: #fff;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
    font-weight: 600;
}

.form__person textarea {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

.form__person textarea::-webkit-input-placeholder {
    color: #fff;
}

.form__person textarea::-moz-placeholder {
    color: #fff;
}

.form__person textarea:-moz-placeholder {
    color: #fff;
}

.form__person textarea:-ms-input-placeholder {
    color: #fff;
}

.form__person .form__footer {
    margin: 10px 0 0;
    margin: 0.625rem 0 0;
}

/* Layout person || Fiche bien
-------------------------------------------------------------- */
.l-form__person .col-12 {
    background: #fff;
    padding: 10px;
    padding: 0.625rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-right: 1px solid #d8d8d8;
    border-right: 0.0625rem solid #d8d8d8;
    float: left;
}

.l-form__person .col-12:last-child {
    border: none;
}

.l-form__person .col-6 .demo-icon {
    color: #00648e;
    display: block;
    font-size: 25px;
    font-size: 1.5625rem;
}

.person__info {
    position: relative;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .person__info {
        margin-top: -50px;
    }
}

.person__info:before {
    content: '';
    position: absolute;
    top: 50px;
    top: 3.125rem;
    left: 0;
    height: 100%;
    width: 100%;
    background: #e87722;
}

.prestige .person__info:before {
    background: #292a30;
}

.person__info .button {
    margin: 10px 0 0;
    margin: 0.625rem 0 0;
}

.prestige .person__info .button {
    background: #292a30;
}

.person__header {
    position: relative;
}

.person__header .img {
    height: 100px;
    height: 6.25rem;
    width: 100px;
    width: 6.25rem;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.person__body {
    position: relative;
}

.person__body p {
    font-size: 22px;
    font-size: 1.375rem;
    color: #fff;
    margin: 0;
}

@media screen and (max-width: 480px) {
    .body__minisite .l-result__list {
        padding: 0 15px;
        padding: 0 0.9375rem;
    }
}

/* Modal
-------------------------------------------------------------- */
.modalDialog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modalDialog:target {
    opacity: 1;
    display: flex !important;
}

.modalDialog.in {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    display: flex !important;
}

.modalDialog .modal-header [class^='col-']:first-child {
    width: 30%;
    float: left;
}

.modalDialog .modal-header [class^='col-']:last-child {
    width: 70%;
    float: left;
}

.modalDialog .modal-content {
    padding: 50px 25px;
    padding: 3.125rem 1.5625rem;
}

.modalDialog > div {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 80vw;
    width: 95%;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

@media screen and (min-width: 768px) {
    .modalDialog > div {
        max-width: 460px;
        width: 100%;
        margin: 30px auto;
        margin: 1.875rem auto;
    }
}

@media screen and (max-width: 480px) {
    .modalDialog > div {
        max-width: 80vw;
        max-height: 90%;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
        font-size: 12px;
        font-size: 0.75rem;
    }

    .modalDialog > div .modal-content {
        padding: 10px;
        padding: 0.625rem;
    }
}

.close {
    color: #FFFFFF;
    line-height: 25px;
    line-height: 1.5625rem;
    position: absolute;
    right: -12px;
    right: -0.75rem;
    text-align: center;
    top: -10px;
    top: -0.625rem;
    width: 24px;
    width: 1.5rem;
    text-decoration: none;
}

.close:hover, .close:active, .close:focus {
    background: #00d9ff;
}

.modal-footer {
    text-align: center;
}

/* alert
-------------------------------------------------------------- */
.alert-success {
    background-color: green;
    color: #FFF;
}

.alert-info {
    background-color: #00a4df;
    color: #FFF;
}

.alert-warning {
    background-color: #e87722;
    color: #FFF;
}

.alert-danger {
    background-color: #d63541;
    color: #FFF;
}

/* Slider
-------------------------------------------------------------- */
.slider {
    /* Slick - slider home
  -------------------------------------------------------------- */
    /* Slick - slider description
  -------------------------------------------------------------- */
    /* Slick - slider event - page offer
  -------------------------------------------------------------- */
}

.slider__home {
    position: relative;
    height: calc(100vh - 54px - 68px);
    height: calc(100vh - 3.375rem - 4.25rem);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* Scroll down
 -------------------------------------------------------------- */
}

.slider__home__items {
    position: absolute !important;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.slider__home__items .slick-list, .slider__home__items .slick-track {
    height: 100%;
}

.slider__home__items .item {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.join-us-page .slider__home {
    background: url("../../img/img-bg-2.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
}

.join-us-page .slider__home.slider__homefr {
    background: url("../../img/img-bg-6.png") center center no-repeat;
}

.join-us-page .slider__home:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.join-us-page .slider__home.slider__homefr:before {
    background: none;
}

.join-us-page .slider__home.slider__homefr h1 {
    font-weight: 700 !important;
}

.join-us-page .slider__home.slider__homefr h1 strong {
    font-weight: 700 !important;
}

@media screen and (min-width: 768px) {
    .slider__home {
        height: calc(100vh - 49px - 68px);
        height: calc(100vh - 3.0625rem - 4.25rem);
    }
}

.remove-pre-header .slider__home {
    height: calc(100vh - 68px);
    height: calc(100vh - 4.25rem);
}

.slider__home .wrapper {
    text-align: center;
    color: #fff;
    max-width: 775px;
}

.slider__home .h1 {
    font-size: 21px;
    font-size: 1.3125rem;
    font-family: Montserrat, Helvetica, sans-serif;
    margin: 0 -20px 90px -20px;
    margin: 0 -1.25rem 5.625rem -1.25rem;
    font-weight: 200;
    /*float: left;*/
}

.join-us-page .slider__home .h1 b, .join-us-page .slider__home .h1 strong {
    display: block;
    margin-bottom: 50px;
}

.slider__home .h1 b, .slider__home .h1 strong {
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .slider__home .h1 {
        font-size: 35px;
        font-size: 2.1875rem;
        line-height: 45px;
        line-height: 2.8125rem;
    }
}

.slider__home .scroll__down {
    display: block;
    height: 45px;
    height: 2.8125rem;
    width: 45px;
    width: 2.8125rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 33px;
    bottom: 2.0625rem;
    left: 50%;
    margin-left: -22.75px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border: 0.0625rem solid rgba(255, 255, 255, 0.8);
}

.slider__home .scroll__down:after {
    content: '';
    width: 1px;
    width: 0.0625rem;
    height: 25px;
    height: 1.5625rem;
    background-color: white;
    position: absolute;
    bottom: -100%;
    margin-bottom: -5px;
    left: 50%;
}

.slider__home .scroll__down .demo-icon {
    font-size: 10px;
    font-size: 0.625rem;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
    margin: -0.4375rem 0 0 -0.4375rem;
}

@media screen and (min-width: 768px) {
    .slider__videos {
        min-height: 540px;
    }
}

.slider__description {
    margin-top: 95px;
    float: left;
    width: 100%;
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 200;
}

.slider__description p {
    margin: 0;
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 300;
}

@media screen and (min-width: 768px) {
    .slider__description p {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 35px;
        line-height: 2.1875rem;
    }
}

.slider__event {
    margin-top: 15px;
}

@media screen and (max-width: 480px) {
    .slider__event .slick-arrow {
        top: 50%;
    }
}

.slider__event .col-6 {
    margin: 0;
    padding: 0;
    height: auto;
}

.slider__event .col-6 a {
    display: block;
    padding: 0 15px;
    padding: 0 0.9375rem;
    height: 100%;
}

.slider__videos {
    /****** Navigation slick *******/
}

.slider__videos .slick-prev {
    left: 180px;
    left: 11.25rem;
}

.slider__videos .slick-next {
    right: 180px;
    right: 11.25rem;
}

@media screen and (max-width: 768px) {
    .slider__videos {
        height: 200px;
        height: 12.5rem;
    }

    .slider__videos .slick-arrow {
        bottom: 0;
        left: 0;
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    .slider__videos .slick-next {
        right: 0;
        left: auto;
    }
}

/* Slick - slider
-------------------------------------------------------------- */
/* Slider */
/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    height: 1.25rem;
    width: 20px;
    width: 1.25rem;
    line-height: 0px;
    line-height: 0rem;
    font-size: 0px;
    font-size: 0rem;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 500;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    color: #2d3237;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
}

@media screen and (min-width: 1260px) {
    .slick-prev {
        left: -30px;
        left: -1.875rem;
    }
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
    right: -1.5625rem;
}

.slick-prev:before {
    content: "";
    font-family: 'fontello';
}

[dir="rtl"] .slick-prev:before {
    content: "";
}

.slick-next {
    right: 0;
}

@media screen and (min-width: 1260px) {
    .slick-next {
        right: -30px;
        right: -1.875rem;
    }
}

[dir="rtl"] .slick-next {
    left: -25px;
    left: -1.5625rem;
    right: auto;
}

.slick-next:before {
    content: "";
    font-family: 'fontello';
}

[dir="rtl"] .slick-next:before {
    content: "";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    bottom: -1.5625rem;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    height: 1.25rem;
    width: 20px;
    width: 1.25rem;
    margin: 0 5px;
    margin: 0 0.3125rem;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    height: 1.25rem;
    width: 20px;
    width: 1.25rem;
    outline: none;
    line-height: 0px;
    line-height: 0rem;
    font-size: 0px;
    font-size: 0rem;
    color: transparent;
    padding: 5px;
    padding: 0.3125rem;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    font-family: "slick";
    font-size: 6px;
    font-size: 0.375rem;
    line-height: 20px;
    line-height: 1.25rem;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider .col-4 {
    margin-top: 15px;
}

.slick-slider .col-4 .col-4 {
    margin-top: 0;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -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);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
    border: 0.0625rem solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@media screen and (max-width: 480px) {
    .slick-arrow {
        bottom: 30px;
        bottom: 1.875rem;
        top: auto;
    }
}

@media screen and (max-width: 480px) {
    body.filter-opened {
        position: relative;
    }

    body.filter-opened:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.3);
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1002;
    }

    .slider__home .h1 {
        margin: -70px -10px 20px;
        margin: -4.375rem -0.625rem 1.25rem;
        line-height: 1.4;
    }
}

.slider__videos {
    margin: 0;
    padding-bottom: 15px;
}

/* Tabs - item
----------------------------------------------------------------------------------------------------*/
.tabs,
.tabs-2 {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs:after,
.tabs-2:after {
    content: "";
    display: table;
    clear: both;
}

.l-offer .tabs, .l-offer
.tabs-2 {
    margin-top: 25px;
}

.tabs li,
.tabs-2 li {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs li:hover, .tabs li:active, .tabs li:focus,
.tabs-2 li:hover,
.tabs-2 li:active,
.tabs-2 li:focus {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.l-offer .tabs li:hover, .l-offer .tabs li:active, .l-offer .tabs li:focus, .l-offer
.tabs-2 li:hover, .l-offer
.tabs-2 li:active, .l-offer
.tabs-2 li:focus {
    color: #00648e;
}

.l-offer .tabs li, .l-offer
.tabs-2 li {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 19px;
    font-size: 1.1875rem;
    text-transform: uppercase;
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
    color: #00648e;
    border: 1px solid #eff2f8;
    border: 0.0625rem solid #eff2f8;
}

@media screen and (min-width: 768px) {
    .l-offer .tabs li, .l-offer
    .tabs-2 li {
        padding: 15px 60px;
        padding: 0.9375rem 3.75rem;
    }
}

.tabs li.current,
.tabs-2 li.current {
    color: #2d3237;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
}

.l-offer .tabs li.current, .l-offer
.tabs-2 li.current {
    background: #f3f5fa;
}

.c-modal .tabs li.current, .c-modal
.tabs-2 li.current {
    background: #fff;
    border-bottom: none;
}

.c-modal .tabs li, .c-modal
.tabs-2 li {
    width: 50%;
    padding: 15px 5px;
    padding: 0.9375rem 0.3125rem;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    background: #f3f5fa;
    border-left: 1px solid #f0f0f0;
    border-left: 0.0625rem solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-bottom: 0.0625rem solid #f0f0f0;
}

@media screen and (min-width: 768px) {
    .c-modal .tabs li, .c-modal
    .tabs-2 li {
        padding: 17px;
        padding: 1.0625rem;
        font-size: 19px;
        font-size: 1.1875rem;
    }
}

.tab-connect .tab-content, .tab-connect .tab-content-2 {
    display: none;
}

.tab-connect .tab-content.current, .tab-connect .tab-content-2.current {
    display: inherit;
}

.tab-content, .tab-content-2 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
    visibility: hidden;
}

.tab-content.current, .tab-content-2.current {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    height: auto;
    visibility: visible;
}

.c-modal .tab-content, .c-modal .tab-content-2 {
    width: 100%;
    padding: 20px 15px;
    padding: 1.25rem 0.9375rem;
}

@media screen and (min-width: 768px) {
    .c-modal .tab-content, .c-modal .tab-content-2 {
        padding: 20px 50px;
        padding: 1.25rem 3.125rem;
    }
}

.tab-content .title, .tab-content-2 .title {
    text-align: center;
    margin: 0;
    font-size: 15px;
    font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
    .tab-content .title, .tab-content-2 .title {
        font-size: 16px;
        font-size: 1rem;
    }
}

.tabs-2 .tabs__body {
    position: relative;
    padding: 55px 10px 15px;
    padding: 3.4375rem 0.625rem 0.9375rem;
    overflow: hidden;
}

.tabs-2 li {
    font-size: 19px;
    font-size: 1.1875rem;
    position: relative;
}

.tabs-2 li:hover .demo-icon, .tabs-2 li:active .demo-icon, .tabs-2 li:focus .demo-icon {
    color: #00648e;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs-2 li span {
    position: relative;
}

.tabs-2 li.current {
    color: #fff;
    background: #00648e;
    position: relative;
}

.tabs-2 li.current .tabs__body:before {
    content: '';
    position: absolute;
    top: -74px;
    top: -4.625rem;
    left: 50%;
    height: 200%;
    width: 100%;
    z-index: 0;
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    background: #0569aa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0569aa 0%, #0191c6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0569aa 0%, #0191c6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0569aa 0%, #0191c6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0569aa', endColorstr='#0191c6', GradientType=0);
    /* IE6-9 */
}

.tabs-2 li.current .demo-icon {
    color: #00648e;
}

.tabs-2 .demo-icon {
    display: inline-block;
    height: 80px;
    height: 5rem;
    width: 80px;
    width: 5rem;
    text-align: center;
    line-height: 70px;
    line-height: 4.375rem;
    background: #fff;
    color: #d8d8d8;
    position: absolute;
    top: -40px;
    top: -2.5rem;
    left: 50%;
    margin-left: -40px;
    font-size: 30px;
    font-size: 1.875rem;
    z-index: 3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    color: #2d3237;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

body.modal-open {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

body.modal-open .main__content {
    overflow-y: hidden !important;
}

.fonts-loaded > body {
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 200;
}

.lte-ie8 > body {
    font-family: "Source Sans Pro", sans-serif;
}

a {
    color: #00648e;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    color: #00648e;
}

a img {
    display: block;
    margin: 0 auto;
}

/* Headings
----------------------------------------------------------------------------------------------------*/
h1, .h1 {
    font-size: 27px;
    font-size: 1.6875rem;
}

.offer__header h1, .offer__header .h1 {
    margin-bottom: 15px;
}

h2, .h2 {
    font-size: 26px;
    font-size: 1.625rem;
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 200;
}

@media screen and (max-width: 480px) {
    h2, .h2 {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

@media screen and (min-width: 768px) {
    h2, .h2 {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

.offer__content h2, .offer__content .h2 {
    color: #00648e;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
}

.prestige .offer__content h2, .prestige .offer__content .h2 {
    color: #b7993c;
}

h3, .h3 {
    font-size: 20px;
    font-size: 1.25rem;
}

h4, .h4 {
    font-size: 19px;
    font-size: 1.1875rem;
}

h5, .h5 {
    font-size: 17px;
    font-size: 1.0625rem;
}

h6, .h6 {
    font-size: 15px;
    font-size: 0.9375rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    line-height: 1.2;
}

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

li {
    margin: 0;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
    margin: 0 0 20px 0;
    margin: 0 0 1.25rem 0;
}

/* Wysiwyg style
----------------------------------------------------------------------------------------------------*/
hr {
    clear: both;
    border: 0;
    height: 1px;
    height: 0.0625rem;
    background: #fff;
}

blockquote {
    border-left: 5px solid #fff;
    border-left: 0.3125rem solid #fff;
    padding: 20px;
    padding: 1.25rem;
    margin: 0 0 20px 0;
    margin: 0 0 1.25rem 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

blockquote p:last-child {
    margin: 0;
}

cite {
    font-style: italic;
}

small {
    font-size: 11px;
    font-size: 0.6875rem;
}

b {
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
}

table {
    margin: 20px 0;
    margin: 1.25rem 0;
    width: 100%;
    border: #000;
    border-collapse: collapse;
    border-left: 0;
    border-radius: 3px;
    border-radius: 0.1875rem;
}

table th {
    padding: 10px;
    padding: 0.625rem;
    border-left: 1px solid #000;
    border-left: 0.0625rem solid #000;
    border-top: 0;
    vertical-align: top;
    text-align: left;
}

table td {
    padding: 10px;
    padding: 0.625rem;
    border-top: 1px solid #000;
    border-top: 0.0625rem solid #000;
    border-left: 1px solid #000;
    border-left: 0.0625rem solid #000;
    vertical-align: top;
    text-align: left;
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px;
    line-height: 1.25rem;
}

abbr {
    text-decoration: underline;
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #000;
    border-bottom: 0.0625rem dotted #000;
}

big {
    font-size: larger;
}

code {
    display: inline-block;
    padding: 2px 5px;
    padding: 0.125rem 0.3125rem;
    background-color: #fff;
    border: 1px solid #000;
    border: 0.0625rem solid #000;
    font-family: monospace;
    font-size: 16px;
    font-size: 1rem;
    border-radius: 3px;
    border-radius: 0.1875rem;
}

s,
strike,
del {
    text-decoration: line-through;
}

em,
var {
    font-style: italic;
}

ins {
    background-color: #fff;
    text-decoration: none;
}

tt,
kbd,
samp {
    font-family: monospace;
}

pre {
    display: block;
    padding: 10px;
    padding: 0.625rem;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
    word-break: break-all;
    white-space: pre-wrap;
    background-color: #fff;
    border: 1px solid #000;
    border: 0.0625rem solid #000;
    border-radius: 3px;
    border-radius: 0.1875rem;
}

q {
    display: inline;
    font-style: italic;
}

sub,
sup {
    bottom: -0.25em;
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

.title__main {
    font-weight: 200;
    text-align: center;
    margin: 0;
    padding: 20px 0 0;
    padding: 1.25rem 0 0;
}

@media screen and (min-width: 1024px) {
    .title__main {
        padding: 30px 0;
        padding: 1.875rem 0;
    }
}

.c-modal .title__main {
    padding: 0;
    color: #e87722;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .c-modal .title__main {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 20px;
    }
}

.offer__header .title__main {
    padding: 0;
    text-align: left;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: 5px;
}

.title__main.h3 {
    font-size: 26px;
    font-size: 1.625rem;
}

@media screen and (min-width: 768px) {
    .title__main.h3 {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

.title__second {
    color: #e87722;
}

.offer__energy .title__second {
    color: #2d3237;
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic;
    margin: 15px 0 5px;
    margin: 0.9375rem 0 0.3125rem;
}

.offer__energy .title__second.last {
    margin: 10px 0 0;
    margin: 0.625rem 0 0;
}

.title__large {
    font-size: 28px;
    font-size: 1.75rem;
}

.title__large-1 {
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
    .title__large-1 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 1024px) {
    .title__large-1 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

.footer .title__large-1 {
    margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
    .footer .title__large-1 {
        margin-bottom: 15px;
    }
}

.title__medium {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
}

.title__engagement {
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #00648e;
    text-transform: uppercase;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .title__engagement {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.text__center {
    text-align: center;
}

.color__main {
    color: #00648e;
}

#fiche-bien {
    font-family: "Source Sans Pro", sans-serif;
}

#fiche-bien h2 {
    font-family: "Source Sans Pro", sans-serif;
}

/** About us **/
.about-us-top-text {
    margin-bottom: 50px;
}

.degrade {
    margin-top: 30px;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    float: left;
    padding: 20px;
    padding: 1.25rem;
    width: 100%;
    height: 99px;
    height: 6.1875rem;
    background: #0099cc;
    background: -moz-linear-gradient(left, #0099cc 47%, #00648e 100%);
    background: -webkit-linear-gradient(left, #0099cc 47%, #00648e 100%);
    background: linear-gradient(to right, #0099cc 47%, #00648e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099cc', endColorstr='#00648e', GradientType=1);
    color: white;
}

@media screen and (max-width: 480px) {
    .degrade .col-4 {
        width: 30%;
        float: left;
    }

    .degrade .col-8 {
        width: 70%;
        float: left;
        font-size: 15px;
        font-size: 0.9375rem;
        margin-bottom: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .degrade .col-4 {
        width: 30%;
        float: left;
    }

    .degrade .col-8 {
        width: 70% !important;
        float: left;
        margin-top: 15px;
    }
}

.round {
    height: 65px;
    height: 4.0625rem;
    width: 65px;
    width: 4.0625rem;
    border-radius: 50%;
    background: #FFF;
    line-height: 65px;
    line-height: 4.0625rem;
    color: #00648e;
    padding-left: 12px;
}

.round .demo-icon {
    font-size: 30px;
    font-size: 1.875rem;
}

.prestige .round .demo-icon {
    color: #b7993c;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

.assistive-text {
    display: none;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    height: 0.0625rem;
    margin: -1px;
    margin: -0.0625rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    width: 0.0625rem;
}

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

@font-face {
    font-family: 'fontello';
    src: url("../font/fontello.eot?58833971");
    src: url("../font/fontello.eot?58833971#iefix") format("embedded-opentype"), url("../font/fontello.woff2?58833971") format("woff2"), url("../font/fontello.woff?58833971") format("woff"), url("../font/fontello.ttf?58833971") format("truetype"), url("../font/fontello.svg?58833971#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?58833971#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-arrow-down:before {
    content: '\e800';
}

/* '' */
.icon-arrow-left:before {
    content: '\e801';
}

/* '' */
.icon-arrow-right:before {
    content: '\e802';
}

/* '' */
.icon-arrow-up:before {
    content: '\e803';
}

/* '' */
.icon-bed:before {
    content: '\e804';
}

/* '' */
.icon-bien-de-prestige:before {
    content: '\e805';
}

/* '' */
.icon-bien-de-prestige-2:before {
    content: '\e806';
}

/* '' */
.icon-bureau:before {
    content: '\e807';
}

/* '' */
.icon-bureau-2:before {
    content: '\e808';
}

/* '' */
.icon-calculator:before {
    content: '\e809';
}

/* '' */
.icon-calendar:before {
    content: '\e80a';
}

/* '' */
.icon-commerce:before {
    content: '\e80b';
}

/* '' */
.icon-commerce-2:before {
    content: '\e80c';
}

/* '' */
.icon-communication:before {
    content: '\e80d';
}

/* '' */
.icon-cross:before {
    content: '\e80e';
}

/* '' */
.icon-envelope:before {
    content: '\e80f';
}

/* '' */
.icon-evolution:before {
    content: '\e810';
}

/* '' */
.icon-fb-2:before {
    content: '\e811';
}

/* '' */
.icon-fb-rond:before {
    content: '\e812';
}

/* '' */
.icon-flat-1:before {
    content: '\e813';
}

/* '' */
.icon-flat-2:before {
    content: '\e814';
}

/* '' */
.icon-formation:before {
    content: '\e815';
}

/* '' */
.icon-garage:before {
    content: '\e816';
}

/* '' */
.icon-garage-2:before {
    content: '\e817';
}

/* '' */
.icon-google-plus-2:before {
    content: '\e818';
}

/* '' */
.icon-google-plus-rond:before {
    content: '\e819';
}

/* '' */
.icon-graph:before {
    content: '\e81a';
}

/* '' */
.icon-graph-2:before {
    content: '\e81b';
}

/* '' */
.icon-hands:before {
    content: '\e81c';
}

/* '' */
.icon-house:before {
    content: '\e81d';
}

/* '' */
.icon-house-2:before {
    content: '\e81e';
}

/* '' */
.icon-house-3:before {
    content: '\e81f';
}

/* '' */
.icon-house-heart:before {
    content: '\e820';
}

/* '' */
.icon-house-iad:before {
    content: '\e821';
}

/* '' */
.icon-instagram-2:before {
    content: '\e822';
}

/* '' */
.icon-instagram-rond:before {
    content: '\e823';
}

/* '' */
.icon-laptop:before {
    content: '\e824';
}

/* '' */
.icon-letter:before {
    content: '\e825';
}

/* '' */
.icon-linkedin-2:before {
    content: '\e826';
}

/* '' */
.icon-linkedin-rond:before {
    content: '\e827';
}

/* '' */
.icon-louer:before {
    content: '\e828';
}

/* '' */
.icon-maison:before {
    content: '\e829';
}

/* '' */
.icon-menu:before {
    content: '\e82a';
}

/* '' */
.icon-mobile:before {
    content: '\e82b';
}

/* '' */
.icon-neuf:before {
    content: '\e82c';
}

/* '' */
.icon-outils:before {
    content: '\e82d';
}

/* '' */
.icon-people:before {
    content: '\e82e';
}

/* '' */
.icon-piece-1:before {
    content: '\e82f';
}

/* '' */
.icon-piece-2:before {
    content: '\e830';
}

/* '' */
.icon-piece-3:before {
    content: '\e831';
}

/* '' */
.icon-piece-4:before {
    content: '\e832';
}

/* '' */
.icon-piece-5:before {
    content: '\e833';
}

/* '' */
.icon-piece-6:before {
    content: '\e834';
}

/* '' */
.icon-pin:before {
    content: '\e835';
}

/* '' */
.icon-resize-full:before {
    content: '\e836';
}

/* '' */
.icon-pin-2:before {
    content: '\e837';
}

/* '' */
.icon-price:before {
    content: '\e838';
}

/* '' */
.icon-printer:before {
    content: '\e839';
}

/* '' */
.icon-remuneration:before {
    content: '\e83a';
}

/* '' */
.icon-resize:before {
    content: '\e83b';
}

/* '' */
.icon-ring:before {
    content: '\e83c';
}

/* '' */
.icon-search:before {
    content: '\e83d';
}

/* '' */
.icon-star-1:before {
    content: '\e83e';
}

/* '' */
.icon-star-2:before {
    content: '\e83f';
}

/* '' */
.icon-tag:before {
    content: '\e840';
}

/* '' */
.icon-target:before {
    content: '\e841';
}

/* '' */
.icon-twitter-2:before {
    content: '\e842';
}

/* '' */
.icon-twitter-rond:before {
    content: '\e843';
}

/* '' */
.icon-user_zoom:before {
    content: '\e844';
}

/* '' */
.icon-user-2:before {
    content: '\e845';
}

/* '' */
.icon-user-3:before {
    content: '\e846';
}

/* '' */
.icon-user-4:before {
    content: '\e847';
}

/* '' */
.icon-validation:before {
    content: '\e848';
}

/* '' */
.icon-viager:before {
    content: '\e849';
}

/* '' */
.icon-window:before {
    content: '\e84a';
}

/* '' */
.icon-youtube-2:before {
    content: '\e84b';
}

/* '' */
.icon-youtube-rond:before {
    content: '\e84c';
}

/* '' */
.icon-acheter:before {
    content: '\e84d';
}

/* '' */
.icon-appartement:before {
    content: '\e84e';
}

/* '' */
.icon-appartement-2:before {
    content: '\e84f';
}

/* '' */
.icon-arrow-1:before {
    content: '\e850';
}

/* '' */
.icon-arrow-1-left:before {
    content: '\e851';
}

/* '' */
.icon-arrow-2:before {
    content: '\e852';
}

/* '' */
.icon-search-2:before {
    content: '\e853';
}

/* '' */
.icon-remuneration-2:before {
    content: '\e854';
}

/* '' */
.icon-formation-2:before {
    content: '\e855';
}

/* '' */
.icon-pig:before {
    content: '\e856';
}

/* '' */
.icon-formation-3:before {
    content: '\e857';
}

/* '' */
.icon-france:before {
    content: '\e858';
}

/* '' */
.icon-hands-2:before {
    content: '\e859';
}

/* '' */
.icon-diffusion:before {
    content: '\e85a';
}

/* '' */
.icon-recherches-personnalisees:before {
    content: '\e85b';
}

/* '' */
.icon-reseau:before {
    content: '\e85c';
}

/* '' */
.icon-unlocked-padlock-stroke-symbol-of-security-tool:before {
    content: '\e861';
}

/* '' */
/* Global anim
----------------------------------------------------------------------------------------------------*/
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover, a:active, a:focus {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Animations view
----------------------------------------------------------------------------------------------------*/
.view {
    overflow: hidden;
    /* Animations view-on
  ----------------------------------------------------------------------------------------------------*/
}

.view * {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: translate(0, 125px);
    -o-transform: translate(0, 125px);
    -ms-transform: translate(0, 125px);
    -webkit-transform: translate(0, 125px);
    transform: translate(0, 125px);
}

.view-on * {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.view-on .col-1:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.view-on .col-1:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.view-on .col-1:nth-child(3) {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.view-on .col-1:nth-child(4) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.view-on .col-1:nth-child(5) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.view-on .col-1:nth-child(6) {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.view-on .col-2:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.view-on .col-2:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.view-on .col-2:nth-child(3) {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.view-on .col-2:nth-child(4) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.view-on .col-2:nth-child(5) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.view-on .col-2:nth-child(6) {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.view-on .col-3:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.view-on .col-3:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.view-on .col-3:nth-child(3) {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.view-on .col-3:nth-child(4) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.view-on .col-3:nth-child(5) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.view-on .col-3:nth-child(6) {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.view-on .col-4:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.view-on .col-4:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.view-on .col-4:nth-child(3) {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.view-on .col-4:nth-child(4) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.view-on .col-4:nth-child(5) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.view-on .col-4:nth-child(6) {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.view-on .col-5:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.view-on .col-5:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.view-on .col-5:nth-child(3) {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.view-on .col-5:nth-child(4) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.view-on .col-5:nth-child(5) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.view-on .col-5:nth-child(6) {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.view-on .col-6:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.view-on .col-6:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.view-on .col-6:nth-child(3) {
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.view-on .col-6:nth-child(4) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.view-on .col-6:nth-child(5) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.view-on .col-6:nth-child(6) {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

/* Page load
----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    .pace {
        -webkit-pointer-events: none;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .pace-inactive {
        display: none;
    }

    .pace .pace-progress {
        background: #00648e;
        position: fixed;
        z-index: 2000;
        top: 0;
        right: 100%;
        width: 100%;
        height: 2px;
        height: 0.125rem;
    }
}

/* Page scroll header
----------------------------------------------------------------------------------------------------*/
.intro-effect-push .header {
    position: absolute;
    z-index: 1500;
    height: 100vh;
    width: 100%;
}

.intro-effect-push #main__content {
    -moz-transform: translate(0, 400px);
    -o-transform: translate(0, 400px);
    -ms-transform: translate(0, 400px);
    -webkit-transform: translate(0, 400px);
    transform: translate(0, 400px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.intro-effect-push:not(.notrans) .header,
.intro-effect-push:not(.notrans) #main__content {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.intro-effect-push:not(.notrans) .header {
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

.intro-effect-push.modify .header {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-100%) scale(0.9);
    transform: translateY(-100%) scale(0.9);
}

.intro-effect-push.modify #main__content {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.intro-effect-push.modify:not(.notrans) #main__content {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

/* Block
----------------------------------------------------------------------------------------------------*/
.my-position {
    color: #e87722;
    font-weight: bold;
}

.alert {
    padding: 25px 30px;
    padding: 1.5625rem 1.875rem;
    position: fixed;
    top: 10px;
    top: 0.625rem;
    left: 10px;
    left: 0.625rem;
    color: #FFF;
    font-weight: 500;
    z-index: 99999;
}

.alert-error {
    background-color: darkred;
}

.alert-success {
    background-color: darkgreen;
}

.alert .close {
    top: 0;
    right: 0;
}

/* Block - Présentation
----------------------------------------------------------------------------------------------------*/
.l-presentation {
    max-width: 100vw;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .l-presentation {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .l-presentation .row {
        height: 300px;
        height: 18.75rem;
    }
}

.l-presentation .h2 {
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .l-presentation .h2 {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1024px) {
    .l-presentation .h2 {
        margin-bottom: 25px;
    }
}

.l-presentation .col-3,
.l-presentation .col-6 {
    margin-bottom: 2px;
    display: block;
}

@media screen and (max-width: 480px) {
    .l-presentation .col-3,
    .l-presentation .col-6 {
        height: 150px;
        height: 9.375rem;
        position: relative;
    }
}

.l-presentation .col-3:after,
.l-presentation .col-6:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
    .l-presentation .col-3,
    .l-presentation .col-6 {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .l-presentation .col-3:hover .c-bottom, .l-presentation .col-3:active .c-bottom, .l-presentation .col-3:focus .c-bottom,
    .l-presentation .col-6:hover .c-bottom,
    .l-presentation .col-6:active .c-bottom,
    .l-presentation .col-6:focus .c-bottom {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        height: auto;
    }

    .l-presentation .col-3:hover .c-bottom:first-child, .l-presentation .col-3:hover .c-bottom:last-child, .l-presentation .col-3:active .c-bottom:first-child, .l-presentation .col-3:active .c-bottom:last-child, .l-presentation .col-3:focus .c-bottom:first-child, .l-presentation .col-3:focus .c-bottom:last-child,
    .l-presentation .col-6:hover .c-bottom:first-child,
    .l-presentation .col-6:hover .c-bottom:last-child,
    .l-presentation .col-6:active .c-bottom:first-child,
    .l-presentation .col-6:active .c-bottom:last-child,
    .l-presentation .col-6:focus .c-bottom:first-child,
    .l-presentation .col-6:focus .c-bottom:last-child {
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .l-presentation .col-3:hover:after, .l-presentation .col-3:active:after, .l-presentation .col-3:focus:after,
    .l-presentation .col-6:hover:after,
    .l-presentation .col-6:active:after,
    .l-presentation .col-6:focus:after {
        background: rgba(0, 0, 0, 0.4);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

.l-presentation .col-3 p,
.l-presentation .col-3 a,
.l-presentation .col-6 p,
.l-presentation .col-6 a {
    z-index: 2;
}

.l-presentation .col-3 {
    min-height: 120px;
}

@media screen and (min-width: 768px) {
    .l-presentation .col-3 {
        width: 50%;
        min-height: 250px;
    }
}

@media screen and (min-width: 1024px) {
    .l-presentation .col-3 {
        min-height: 300px;
        width: 25%;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .l-presentation .col-3:hover, .l-presentation .col-3:active, .l-presentation .col-3:focus {
        position: absolute;
        z-index: 2;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .l-presentation .col-3:hover .icon, .l-presentation .col-3:hover .title__main, .l-presentation .col-3:active .icon, .l-presentation .col-3:active .title__main, .l-presentation .col-3:focus .icon, .l-presentation .col-3:focus .title__main {
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    .l-presentation .col-3:hover .c-bottom, .l-presentation .col-3:active .c-bottom, .l-presentation .col-3:focus .c-bottom {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-transform: translateY(-30px) !important;
        -o-transform: translateY(-30px) !important;
        -ms-transform: translateY(-30px) !important;
        -webkit-transform: translateY(-30px) !important;
        transform: translateY(-30px) !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .l-presentation .col-3.is-hover {
        z-index: 5;
    }
}

.l-presentation .col-3:nth-child(1) {
    background: #f24d59;
    left: 0;
}

.l-presentation .col-3:nth-child(1) .demo-icon {
    color: #d63541;
}

.l-presentation .col-3:nth-child(2) {
    background: url("../img/iad-coup-de-coeur.jpg") center center no-repeat;
    background-size: cover;
}

@media screen and (min-width: 1024px) {
    .l-presentation .col-3:nth-child(2) {
        position: absolute;
        right: 50%;
    }
}

.l-presentation .col-3:nth-child(2) .demo-icon {
    color: #e87722;
}

.l-presentation .col-3 .title__main {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #fff;
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
    text-align: center;
    padding: 0;
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .l-presentation .col-3 .title__main {
        font-size: 25px;
        font-size: 1.5625rem;
        line-height: 30px;
        line-height: 1.875rem;
        text-align: center;
        padding: 20px 0 0;
        padding: 1.25rem 0 0;
    }
}

@media screen and (max-width: 1068px) {
    .l-presentation .col-3 .title__main {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.l-presentation .col-3 .icon, .l-presentation .col-3 .title__main {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.l-presentation .col-3 .c-bottom {
    display: block;
    width: 100%;
    text-align: center;
    height: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1068px) {
    .l-presentation .col-3 .c-bottom {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.l-presentation .col-6 {
    position: relative;
    z-index: 5;
    right: 0;
    min-height: 120px;
    background: url("../img/iad-prestige.jpg") center center;
    background-size: cover;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
    .l-presentation .col-6 {
        min-height: 250px;
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .l-presentation .col-6 {
        position: absolute;
        min-height: 300px;
        width: 50%;
        right: 0;
    }

    .l-presentation .col-6:hover, .l-presentation .col-6:active, .l-presentation .col-6:focus {
        position: absolute;
        right: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media screen and (min-width: 1024px) {
    .l-presentation .col-6 .c-bottom {
        display: block;
        height: auto;
    }

    .l-presentation .col-6 .c-bottom:first-child {
        -moz-transform: translateY(-25px);
        -o-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    .l-presentation .col-6 .c-bottom:last-child {
        -moz-transform: translateY(25px);
        -o-transform: translateY(25px);
        -ms-transform: translateY(25px);
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
}

.l-presentation__body {
    display: block;
    z-index: 10;
    text-align: center;
    width: 100%;
    min-height: 120px;
    position: absolute;
    left: 0;
    top: calc(50% - 60px);
    top: calc(50% - 3.75rem);
}

@media screen and (max-width: 480px) {
    .l-presentation__body {
        padding: 20px 15px 0;
        padding: 1.25rem 0.9375rem 0;
    }
}

.col-6 .l-presentation__body {
    top: calc(50% - 87px);
    top: calc(50% - 5.4375rem);
}

.l-presentation__body .demo-icon {
    height: 80px;
    height: 5rem;
    width: 80px;
    width: 5rem;
    line-height: 75px;
    line-height: 4.6875rem;
    font-size: 35px;
    font-size: 2.1875rem;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.l-presentation .button {
    z-index: 10;
    margin: 30px 0;
    margin: 1.875rem 0;
    font-family: Montserrat, Helvetica, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
}

.l-presentation p {
    margin: 0;
}

.l-presentation .c-bottom {
    color: #fff;
    font-size: 17px;
    font-size: 1.0625rem;
    display: none;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.l-presentation .c-bottom.first {
    font-size: 35px;
    font-size: 2.1875rem;
}

/* Block - Engagement
----------------------------------------------------------------------------------------------------*/
.l-engagement {
    padding-bottom: 30px;
    position: relative;
}

.l-engagement .title__medium {
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .l-engagement {
        padding-bottom: 50px;
    }
}

.l-engagement__body {
    text-align: center;
    height: 100%;
    padding: 0 15px;
    padding: 0 0.9375rem;
    overflow: hidden;
    position: relative;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 1024px) {
    .l-engagement__body {
        height: 263px;
        height: 16.4375rem;
        top: -20px;
        top: -1.25rem;
    }
}

.l-engagement__body .demo-icon {
    color: #00a4df;
    font-size: 50px;
    font-size: 3.125rem;
    margin-top: -10px;
    margin-bottom: 10px;
    display: block;
}

@media screen and (min-width: 768px) {
    .l-engagement__body .demo-icon {
        font-size: 70px;
        font-size: 4.375rem;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
}

@media screen and (min-width: 1024px) {
    .l-engagement__body .demo-icon {
        margin-top: 95px;
    }
}

.l-engagement .h2 {
    padding-bottom: 15px;
}

.l-engagement .row {
    margin: 30px 0;
    margin: 1.875rem 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
    .l-engagement .row {
        margin: 55px 0 25px 0;
        margin: 3.4375rem 0 1.5625rem 0;
    }
}

.l-engagement .col-3 {
    height: 140px;
    height: 8.75rem;
    background: #fff;
    border: 1px solid #e3e8f3;
    border: 0.0625rem solid #e3e8f3;
    padding: 0;
    width: 50%;
    float: left;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .l-engagement .col-3 {
        height: 170px;
        height: 10.625rem;
    }
}

@media screen and (min-width: 1024px) {
    .l-engagement .col-3 {
        width: 25%;
        height: 245px;
        height: 15.3125rem;
    }

    .l-engagement .col-3:hover .l-engagement__body, .l-engagement .col-3:active .l-engagement__body, .l-engagement .col-3:focus .l-engagement__body {
        height: 283px;
        height: 17.6875rem;
        background: #fff;
        position: relative;
        z-index: 2;
        -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .l-engagement .col-3:hover .demo-icon, .l-engagement .col-3:active .demo-icon, .l-engagement .col-3:focus .demo-icon {
        margin-top: 0;
    }

    .l-engagement .col-3:hover .c-bottom, .l-engagement .col-3:active .c-bottom, .l-engagement .col-3:focus .c-bottom {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        transition-delay: 0.3s;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.l-engagement .col-3 .c-bottom {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

@media screen and (min-width: 1024px) {
    .l-engagement .col-3 .c-bottom {
        display: block;
    }
}

/* Block - Map
----------------------------------------------------------------------------------------------------*/
.l-map {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .l-map {
        margin-top: 30px;
    }
}

.l-map .h2 {
    padding-bottom: 10px;
}

/* Block - Join US
----------------------------------------------------------------------------------------------------*/
#join-us-why {
    background: #FFF;
    padding: 100px 0;
    padding: 6.25rem 0;
}

@media screen and (max-width: 768px) {
    #join-us-why {
        padding: 10px 0;
        padding: 0.625rem 0;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    #join-us-why .row > .col-8, #join-us-why .row > .col-4 {
        width: 50%;
    }

    #join-us-why .row > .col-8 > .arguments .argument, #join-us-why .row > .col-4 > .arguments .argument {
        width: 100%;
    }
}

#join-us-why .arguments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#join-us-why .argument {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e3e8f3;
    border: 0.0625rem solid #e3e8f3;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    margin: 0 15px 30px;
    margin: 0 0.9375rem 1.875rem;
    text-align: center;
}

#join-us-why .argument .demo-icon {
    font-size: 70px;
    font-size: 4.375rem;
    color: #00a4df;
}

#join-us-why .argument b, #join-us-why .argument strong {
    display: block;
    color: #00648e;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 25px;
    line-height: 1.5625rem;
    margin-bottom: 40px;
}

#join-us-why .argument p {
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
}

#join-us-why .l-form__person {
    background-color: #e87722;
    text-align: center;
    color: #FFF;
}

#join-us-why .l-form__person .h3 {
    font-family: Lato, Helvetica, sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 500;
    padding: 20px 0;
    padding: 1.25rem 0;
    margin: 0 20px;
    margin: 0 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.6);
}

#join-us-why .l-form__person .h3 span {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
}

#join-us-why .l-form__person .choices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#join-us-why .l-form__person form {
    text-align: left;
}

#join-us-why .l-form__person .subtile_form {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    margin: 20px 0;
    margin: 1.25rem 0;
}

#join-us-why .l-form__person .accept__mail {
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-weight: 600;
}

#join-us-why .l-form__person .button {
    margin: 20px 0;
    margin: 1.25rem 0;
}

#join-us-why .l-form__person .button:hover, #join-us-why .l-form__person .button:active, #join-us-why .l-form__person .button:focus {
    color: #FFF;
}

#join-us-why .l-form__person .button:hover .demo-icon, #join-us-why .l-form__person .button:active .demo-icon, #join-us-why .l-form__person .button:focus .demo-icon {
    color: #FFF;
}

#join-us-why .l-form__person .hidden {
    display: none;
}

#join-us-why .title__main, #about-us .title__main, #video-gallery .title__main {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 45px;
    font-size: 2.8125rem;
    text-transform: uppercase;
    padding: 20px 0;
    padding: 1.25rem 0;
}

@media screen and (max-width: 768px) {
    #join-us-why .title__main, #about-us .title__main, #video-gallery .title__main {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 30px;
        line-height: 1.875rem;
        text-align: center;
    }
}

#video-gallery .subtitle {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0 auto 55px;
    margin: 0 auto 3.4375rem;
    max-width: 500px;
}

#video-gallery .video {
    height: 420px;
    height: 26.25rem;
    position: relative;
    margin-top: calc((540px - 420px) / 2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 480px) {
    #video-gallery .video {
        height: 150px;
        height: 9.375rem;
        position: relative;
        margin-top: calc((200px - 150px) / 2);
    }
}

#video-gallery .video embed {
    height: 100%;
}

@media screen and (max-width: 768px) {
    #video-gallery .video embed {
        width: 80vw;
    }
}

#video-gallery .video:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
}

#video-gallery .slick-center .video {
    margin: 0 20px;
    margin: 0 1.25rem;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    height: 540px;
    height: 33.75rem;
}

@media screen and (max-width: 480px) {
    #video-gallery .slick-center .video {
        height: 200px;
        height: 12.5rem;
    }
}

#video-gallery .slick-center .video:before {
    background: rgba(255, 255, 255, 0);
    width: 0;
    height: 0;
}

@media screen and (max-width: 768px) {
    .join-us-page .nav {
        width: 100%;
    }
}

.join-us-page #about-us {
    background: #FFF;
    margin: 75px 0;
    margin: 4.6875rem 0;
}

.join-us-page #about-us h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    color: #292a30;
}

.join-us-page #about-us p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    color: #292a30;
}

.join-us-page #about-us .subtitle {
    color: #00648e;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
}

.join-us-page #about-us p.subtitle {
    color: #00648e;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
}

.join-us-page #about-us .dates__list > li {
    text-align: center;
    font-family: Lato, Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    border: 1px solid #e3e8f3;
    border: 0.0625rem solid #e3e8f3;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    margin: 50px 0;
    margin: 3.125rem 0;
    color: #292a30;
}

.join-us-page #about-us .dates__list > li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    width: 0.0625rem;
    height: 50px;
    height: 3.125rem;
    background: #d5d5d5;
}

.join-us-page #about-us .dates__list > li .tabs {
    height: 33px;
    height: 2.0625rem;
    background: #f3f5fa;
}

.join-us-page #about-us .dates__list > li .tabs .radio .check {
    border: 1px solid #7acfff;
    border: 0.0625rem solid #7acfff;
}

.join-us-page #about-us .dates__list > li .tabs .radio .check:before {
    background-color: #7acfff;
}

.join-us-page #about-us .dates__list > li .list__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-size: 1rem;
    margin-left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #7acfff;
    color: #FFF;
    border-radius: 50%;
    height: 70px;
    height: 4.375rem;
    width: 70px;
    width: 4.375rem;
}

.join-us-page #about-us .dates__list > li p {
    font-size: 18px;
    font-size: 1.125rem;
}

@media screen and (max-width: 480px) {
    .l-presentation .row {
        margin: 0;
    }

    .col-3 .l-presentation__body {
        height: 150px;
        height: 9.375rem;
    }

    .col-3 .l-presentation__body .icon {
        width: 30%;
        float: left;
    }

    .col-3 .l-presentation__body .title__main {
        width: 70%;
        float: left;
        padding-top: 10px;
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.ui-helper-hidden-accessible {
    display: none;
}

#near-events-detail {
    padding: 50px 0;
    padding: 3.125rem 0;
}

#near-events-detail .title {
    font-size: 22px;
    font-size: 1.375rem;
}

@media screen and (max-width: 768px) {
    #near-events-detail .col-8 {
        width: 100%;
    }
}

#near-events-detail .col-8 .button {
    margin: 15px 0;
    margin: 0.9375rem 0;
}

#near-events-detail .col-8 .button a {
    color: white;
}

#near-events-detail .date-category .category {
    display: inline-block;
    margin-left: 15px;
    padding: 4px 10px;
    padding: 0.25rem 0.625rem;
    background: #EEE;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #A4A4A4;
}

#near-events-detail .event-address {
    margin: 15px 0 40px;
    margin: 0.9375rem 0 2.5rem;
}

#near-events-detail .event-address .name {
    display: block;
    color: #00648e;
}

#near-events-detail .event-address .address {
    display: block;
    padding: 5px 0;
    padding: 0.3125rem 0;
}

#near-events-detail .description .h3 {
    color: #00648e;
    text-transform: uppercase;
    margin: 0 0 16px;
    margin: 0 0 1rem;
    text-align: inherit;
}

#near-events-detail #map {
    height: 260px;
    height: 16.25rem;
    margin-top: 25px;
}

#near-events-detail #card-ad-sidebar {
    text-align: center;
}

@media screen and (max-width: 768px) {
    #near-events-detail #card-ad-sidebar {
        width: 100%;
    }
}

#near-events-detail #card-ad-sidebar .image {
    margin-bottom: 25px;
}

#near-events-detail #card-ad-sidebar .event-infos {
    background: #FFF;
    padding: 15px 25px;
    padding: 0.9375rem 1.5625rem;
    text-align: left;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    #near-events-detail #card-ad-sidebar .event-infos {
        text-align: center;
    }
}

#near-events-detail #card-ad-sidebar .event-infos .title {
    margin-bottom: 15px;
    padding-top: 0;
    font-size: 22px;
    font-size: 1.375rem;
}

#near-events-detail #card-ad-sidebar .event-infos .section-info {
    padding-bottom: 25px;
}

#near-events-detail #card-ad-sidebar .event-infos .section-info .address {
    margin-bottom: 15px;
}

/* Breadcrumb
-------------------------------------------------------------- */
.breadcrumb {
    font-family: Lato, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    background: #fff;
    padding: 5px 30px;
    padding: 0.3125rem 1.875rem;
    border-bottom: 1px solid #e8e8e8;
    border-bottom: 0.0625rem solid #e8e8e8;
    margin: 0;
}

.breadcrumb:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 480px) {
    .breadcrumb {
        display: none;
    }
}

.breadcrumb ol {
    margin: 0;
}

.breadcrumb li {
    float: left;
}

.breadcrumb li:first-child a {
    text-transform: uppercase;
    color: #00648e;
    font-weight: bold;
}

.prestige .breadcrumb li:first-child a {
    color: #b7993c;
}

.breadcrumb a {
    color: #2d3237;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 0;
    padding: 0.3125rem 0;
    display: block;
}

.breadcrumb .arrow {
    float: left;
    margin: 0 10px;
    margin: 0 0.625rem;
    position: relative;
    top: 4px;
    top: 0.25rem;
}

#pass_forget_div, #pass_reinit_div, #pass_reinitialised_div {
    font-family: "Source Sans Pro", sans-serif;
}

#pass_forget_div h3, #pass_reinit_div h3, #pass_reinitialised_div h3 {
    color: #079ace;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-top: 44px;
    margin-bottom: 27px;
}

#pass_forget_div .c-modal, #pass_reinit_div .c-modal, #pass_reinitialised_div .c-modal {
    width: 460px;
    width: 28.75rem;
    height: auto;
}

#pass_forget_div p, #pass_reinit_div p, #pass_reinitialised_div p {
    color: #292a30;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin-left: 94px;
    margin-right: 94px;
}

#pass_forget_div .form__input, #pass_reinit_div .form__input, #pass_reinitialised_div .form__input {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: -12px;
}

#pass_forget_div .form__input input::-webkit-input-placeholder, #pass_reinit_div .form__input input::-webkit-input-placeholder, #pass_reinitialised_div .form__input input::-webkit-input-placeholder {
    font-family: Lato;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    color: pink;
}

#pass_forget_div .form__input input::-moz-placeholder, #pass_reinit_div .form__input input::-moz-placeholder, #pass_reinitialised_div .form__input input::-moz-placeholder {
    font-family: Lato;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    color: pink;
}

#pass_forget_div .form__input input:-moz-placeholder, #pass_reinit_div .form__input input:-moz-placeholder, #pass_reinitialised_div .form__input input:-moz-placeholder {
    font-family: Lato;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    color: pink;
}

#pass_forget_div .form__input input:-ms-input-placeholder, #pass_reinit_div .form__input input:-ms-input-placeholder, #pass_reinitialised_div .form__input input:-ms-input-placeholder {
    font-family: Lato;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    color: pink;
}

#pass_forget_div .form__footer button, #pass_reinit_div .form__footer button, #pass_reinitialised_div .form__footer button {
    margin-top: -5px;
}

#modal_mail_sent_div .c-modal {
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
    font-family: "Source Sans Pro", sans-serif;
}

#pass_reinitialised_div .c-modal {
    width: 460px;
    width: 28.75rem;
    height: 269px;
    height: 16.8125rem;
}

#pass_reinitialised_div p {
    color: #50c777;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 16px;
    line-height: 1rem;
    text-align: left;
    margin-top: 50px;
    margin-left: 73px;
}

#pass_reinitialised_div .form__footer button {
    margin-top: 23px;
    width: 221px;
    width: 13.8125rem;
    height: 38px;
    height: 2.375rem;
    padding: 0px;
    padding: 0rem;
}

#login {
    font-family: "Source Sans Pro", sans-serif;
}

#login .tabs .tab-link {
    color: rgba(42, 62, 85, 0.7);
    font-weight: 600;
}

#login .tabs .tab-link.current {
    color: #079ace;
}

#login .form__input input::-webkit-input-placeholder, #pass_forget_div .form__input input::-webkit-input-placeholder, #pass_reinit_div .form__input input::-webkit-input-placeholder, #pass_reinitialised_div .form__input input::-webkit-input-placeholder {
    font-family: Lato;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    text-align: left;
    color: rgba(178, 178, 178, 0.5);
}

#login .form__input input::-moz-placeholder, #pass_forget_div .form__input input::-moz-placeholder, #pass_reinit_div .form__input input::-moz-placeholder, #pass_reinitialised_div .form__input input::-moz-placeholder {
    font-family: Lato;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    text-align: left;
    color: rgba(178, 178, 178, 0.5);
}

#login .form__input input:-moz-placeholder, #pass_forget_div .form__input input:-moz-placeholder, #pass_reinit_div .form__input input:-moz-placeholder, #pass_reinitialised_div .form__input input:-moz-placeholder {
    font-family: Lato;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    text-align: left;
    color: rgba(178, 178, 178, 0.5);
}

#login .form__input input:-ms-input-placeholder, #pass_forget_div .form__input input:-ms-input-placeholder, #pass_reinit_div .form__input input:-ms-input-placeholder, #pass_reinitialised_div .form__input input:-ms-input-placeholder {
    font-family: Lato;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    font-style: italic;
    text-align: left;
    color: rgba(178, 178, 178, 0.5);
}

#dates-and-commitments {
    padding-top: 50px;
}

@media screen and (max-width: 480px) {
    #dates-and-commitments h2, #dates-and-commitments h3, #dates-and-commitments h4 {
        text-align: center;
    }
}

#dates-and-commitments .commitments__list li, #dates-and-commitments .dates__list li {
    margin: 15px 0;
    margin: 0.9375rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

#dates-and-commitments .commitments__list li:after, #dates-and-commitments .dates__list li:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 480px) {
    #dates-and-commitments .commitments__list li, #dates-and-commitments .dates__list li {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        text-align: center;
        border: none;
    }
}

#dates-and-commitments .commitments__list li .list__date, #dates-and-commitments .commitments__list li .list__number, #dates-and-commitments .dates__list li .list__date, #dates-and-commitments .dates__list li .list__number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    align-content: stretch;
    -ms-flex-line-pack: stretch;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    border-radius: 50%;
    margin-right: 20px;
}

@media screen and (max-width: 480px) {
    #dates-and-commitments .commitments__list li .list__date, #dates-and-commitments .commitments__list li .list__number, #dates-and-commitments .dates__list li .list__date, #dates-and-commitments .dates__list li .list__number {
        margin-right: 2px;
    }
}

#dates-and-commitments .commitments__list li p, #dates-and-commitments .dates__list li p {
    display: inline-block;
    float: right;
    width: 85%;
    margin: 0;
}

#dates-and-commitments .dates__list {
    border-right: 1px solid #ebebeb;
    border-right: 0.0625rem solid #ebebeb;
}

#dates-and-commitments .dates__list .list__date {
    background-color: #ebebeb;
    color: #a5a7b3;
    height: 50px;
    height: 3.125rem;
    width: 50px;
    width: 3.125rem;
}

#dates-and-commitments .commitments__list .list__number {
    background-color: #00648e;
    color: #eee;
    height: 35px;
    height: 2.1875rem;
    width: 35px;
    width: 2.1875rem;
}

#contact-us .wrapper > .row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 5px;
    padding: 1.5625rem 0.3125rem;
    margin-bottom: 25px;
}

#contact-us .wrapper > .row > .contact-us__image {
    text-align: center;
}

#contact-us .wrapper > .row .button {
    margin-top: 10px;
}

#contact-us .wrapper > .row input {
    margin-bottom: 0;
}

#contact-us .wrapper > .row .form__input {
    margin: 5px 0;
    margin: 0.3125rem 0;
}

#contact-us .wrapper > .row .choose-gender label span {
    margin-top: -2px;
}

#contact-us .wrapper > .row .row {
    margin: 10px -15px;
    margin: 0.625rem -0.9375rem;
}

#contact-us .wrapper > .row #contact_us_services {
    border-bottom: 1px solid #dfe1e4;
    border-bottom: 0.0625rem solid #dfe1e4;
}

#contact-us .wrapper > .row .col-6 {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #contact-us .wrapper > .row .col-6 {
        width: 100%;
    }

    #contact-us .wrapper > .row .col-6:first-child {
        display: none;
    }
}

#contact-us .sell-property p {
    padding: 53px 40px;
    padding: 3.3125rem 2.5rem;
}

#contact-us p {
    padding: 5px 35px;
    padding: 0.3125rem 2.1875rem;
}

#contact-us .row.bg__white {
    align-items: flex-start;
}

#contact-us .row.bg__white .c-filter__item {
    float: none;
    margin-left: -13px;
}

#contact-us .row.bg__white .c-filter__item li {
    margin-bottom: 10px;
    padding: 10px 13px 15px;
    padding: 0.625rem 0.8125rem 0.9375rem;
    font-family: Lato, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
}

#contact-us .c-select ul li:not(:first-child):not(.is-active).selected:after {
    content: no-close-quote;
}

#join-us-map-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#join-us-map-wrapper .detail-box .right {
    width: 178px;
    width: 11.125rem;
    line-height: 65px;
    line-height: 4.0625rem;
    padding: 0 0 0 25px;
    padding: 0 0 0 1.5625rem;
    color: #00a9c2;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
}

#join-us-map-wrapper .detail-box p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem;
    text-transform: uppercase;
    position: relative;
    z-index: 20;
    padding: 12px 19px 24px;
    padding: 0.75rem 1.1875rem 1.5rem;
    margin: 0;
}

#join-us-map-wrapper .detail-box p strong {
    font-weight: bold;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 7px;
    margin-top: 70px;
}

#join-us-map-wrapper #join-us-map {
    height: 384px;
    height: 24rem;
    width: 100%;
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1170px;
}

.container .detail-box {
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 281px;
    width: 17.5625rem;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
}

#contact-us .c-select a {
    height: 40px;
    height: 2.5rem;
}

/* Event
 ----------------------------------------------------------------------------------------------------*/
.event__content {
    background: #f3f5fa;
    height: 100%;
}

.event__content:after {
    content: "";
    display: table;
    clear: both;
}

.event__img {
    width: 140px;
    width: 8.75rem;
    height: 100%;
    float: left;
}

.event__body {
    font-family: "Source Sans Pro", sans-serif;
    background: #f3f5fa;
    float: left;
    width: calc(100% - 140px);
    width: calc(100% - 8.75rem);
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
}

.event__body p {
    color: #292a30;
    margin: 0;
    font-size: 15px;
    font-size: 0.9375rem;
}

.event__body .h4 {
    margin: 0;
    color: #00648e;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
}

.event__desc {
    padding-left: 20px;
    margin-top: 25px;
    position: relative;
    color: #3c3c3b;
    font-size: 15px;
    font-size: 0.9375rem;
}

.event__desc:after {
    content: '\e825';
    font-family: 'fontello';
    position: absolute;
    top: 3px;
    top: 0.1875rem;
    left: 0;
    color: #b2b2b2;
    font-size: 12px;
    font-size: 0.75rem;
}

.event__desc p {
    font-weight: 600;
}

/* Filter Home
----------------------------------------------------------------------------------------------------*/
#search-home {
    width: 100%;
    height: 70px;
    height: 4.375rem;
    float: left;
}

#search-home:after {
    content: "";
    display: table;
    clear: both;
}

#search-home .form__bottom {
    background-color: #eaeff5;
    margin: 0 -30px;
    margin: 0 -1.875rem;
    padding: 11px 30px;
    padding: 0.6875rem 1.875rem;
}

#search-home .c-filter__item {
    height: 70px;
    height: 4.375rem;
    line-height: 70px;
    line-height: 4.375rem;
    margin: 0;
    width: 23%;
}

#search-home .c-filter__item #search-nav {
    border: none;
    width: 250px;
    width: 15.625rem;
    margin-left: 0;
}

#search-home .c-filter__item #search-nav li {
    font-family: Lato, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    height: 60px;
    height: 3.75rem;
    line-height: 60px;
    line-height: 3.75rem;
    color: #b7b7b7;
    padding: 0 0 0 55px;
    padding: 0 0 0 3.4375rem;
    position: relative;
}

#search-home .c-filter__item #search-nav li:hover, #search-home .c-filter__item #search-nav li:active, #search-home .c-filter__item #search-nav li:focus {
    color: #00648e;
}

#search-home .c-filter__item #search-nav li:first-child {
    margin-top: -8px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#search-home .c-filter__item #search-nav li:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#search-home .c-filter__item #search-nav li.selected {
    color: #00648e;
}

#search-home .c-filter__item .main__action {
    height: 100%;
    width: 100%;
    float: left;
}

#search-home .c-filter__item .main__action:before {
    line-height: 70px;
    line-height: 4.375rem;
    height: 100%;
    width: auto;
    padding-right: 20px;
    color: #2d3237;
}

#searchForm {
    width: 77%;
    position: relative;
    float: left;
}

#searchForm:after {
    content: "";
    display: table;
    clear: both;
}

#searchForm .form__filters {
    width: calc(100vw - 390px);
    width: calc(100vw - 24.375rem);
}

@media screen and (max-width: 768px) {
    #searchForm .form__filters {
        width: 100%;
    }
}

#searchForm .right__info {
    width: 380px;
    width: 23.75rem;
    padding-left: 20px;
    padding-right: 0;
}

#searchForm .right__info .right {
    width: 100%;
}

#searchForm .right__info .right .more {
    width: 30%;
    float: left;
}

#searchForm .right__info .cta {
    width: 65%;
    float: right;
    margin: 0;
}

#searchForm .right__info .cta .button {
    margin: 0;
}

#searchForm .right__info .cta .button:first-child {
    margin: 0 5px;
    margin: 0 0.3125rem;
}

#searchForm > .form__input {
    height: 70px;
    height: 4.375rem;
    line-height: 70px;
    line-height: 4.375rem;
    margin: 0;
    padding: 0 95px 0 30px;
    padding: 0 5.9375rem 0 1.875rem;
    background-color: #FFF;
    width: 100%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#searchForm > .form__input input {
    width: 100%;
}

#searchForm > .form__input input::-webkit-input-placeholder {
    color: #2d3237;
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
}

#searchForm > .form__input input::-moz-placeholder {
    color: #2d3237;
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
}

#searchForm > .form__input input:-moz-placeholder {
    color: #2d3237;
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
}

#searchForm > .form__input input:-ms-input-placeholder {
    color: #2d3237;
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
}

#searchForm .c-select .select__input {
    border: none;
    font-weight: 100;
    width: 250px;
    width: 15.625rem;
    margin-top: 10px;
}

#searchForm .c-select.is-active ul li.selected:after {
    padding-top: 10px;
}

#searchForm .c-select.is-active ul, #searchForm .c-select.is-active.sort__filter ul {
    z-index: 20;
}

#searchForm .c-select.is-active ul.whereToBuy__list, #searchForm .c-select.is-active.sort__filter ul.whereToBuy__list {
    height: auto;
    width: 376px;
    width: 23.5rem;
}

#searchForm .c-select.is-active ul.whereToBuy__list li, #searchForm .c-select.is-active.sort__filter ul.whereToBuy__list li {
    height: auto;
    width: 100%;
}

#searchForm .c-select.is-active ul.whereToBuy__list li input#whereToBuy, #searchForm .c-select.is-active.sort__filter ul.whereToBuy__list li input#whereToBuy {
    width: 100%;
    margin: 10px 10px 10px -5px;
    margin: 0.625rem 0.625rem 0.625rem -0.3125rem;
}

#searchForm .c-select.is-active li, #searchForm .c-select.is-active.sort__filter li {
    position: relative;
    height: 50px;
    height: 3.125rem;
    padding: 0 0 0 15px;
    padding: 0 0 0 0.9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#searchForm .form__submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 63px;
    width: 3.9375rem;
    height: 70px;
    height: 4.375rem;
    line-height: 70px;
    line-height: 4.375rem;
    text-align: center;
    background-color: #dfe1e4;
    color: #e87722;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    font-size: 20px;
    font-size: 1.25rem;
}

#searchForm .form__box__more {
    z-index: 15;
    max-height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% - 63px);
    width: calc(100% - 3.9375rem);
    background-color: #FFF;
    border-bottom-right-radius: 3px;
    padding: 0 30px;
    padding: 0 1.875rem;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#searchForm .form__box__more .form__input {
    max-height: 0;
    width: 100%;
}

#searchForm .form__box__more > div {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#searchForm .form__box__more.is-active {
    max-height: 500px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#searchForm .form__box__more.is-active .more:before {
    content: '-';
    margin-right: 5px;
}

#searchForm .form__box__more.is-active > div {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out 0.2s;
    -moz-transition: opacity 0.3s ease-in-out 0.2s;
    transition: opacity 0.3s ease-in-out 0.2s;
}

#searchForm .form__box__more.is-active .form__input {
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#searchForm .form__box__more .more {
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
    display: block;
    position: absolute;
    width: 130px;
    width: 8.125rem;
    height: 35px;
    height: 2.1875rem;
    background: #00a4df;
    color: #fff;
    line-height: 35px;
    line-height: 2.1875rem;
    top: 100%;
    left: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 14px;
    font-size: 0.875rem;
}

#searchForm .form__box__more .more:before {
    content: '+';
}

#searchForm.search__bar {
    width: 100%;
    float: none;
    border: 1px solid #dfe1e4;
    border: 0.0625rem solid #dfe1e4;
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
}

#searchForm.search__bar .form__box__more {
    position: initial;
    width: 100%;
    float: left;
    padding: 0;
    background: transparent;
    background: none;
}

#searchForm.search__bar .c-select ul {
    width: 250px;
    width: 15.625rem;
    margin: 8px 0 0 0;
    margin: 0.5rem 0 0 0;
}

@media screen and (max-width: 480px) {
    #searchForm.search__bar .c-select ul {
        width: 100% !important;
        margin: 0;
    }
}

#searchForm.search__bar .c-select ul input {
    width: 50%;
    background: transparent;
    border: 2px solid #f3f5fa;
    border: 0.125rem solid #f3f5fa;
    border-radius: 3px;
    border-radius: 0.1875rem;
    padding-bottom: 5px;
}

#searchForm.search__bar .c-select a {
    background: #FFF;
    border: 1px solid #dfe1e4;
    border: 0.0625rem solid #dfe1e4;
    padding-left: 10px;
    font-size: 14px;
    font-size: 0.875rem;
}

#searchForm.search__bar [class^='col-'] {
    margin-bottom: 0;
}

#searchForm.search__bar .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#searchForm.search__bar .row .col-3 {
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#searchForm.search__bar .row > div {
    margin-bottom: 0;
}

#searchForm.search__bar .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: calc(100% + 20px);
    height: calc(100% + 1.25rem);
    float: left;
    border-right: 1px solid #dfe1e4;
    border-right: 0.0625rem solid #dfe1e4;
    border-left: 1px solid #dfe1e4;
    border-left: 0.0625rem solid #dfe1e4;
    background-color: #FFF;
    color: #2d3237;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    top: -10px;
    top: -0.625rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: stretch;
    min-width: 120px;
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
    padding: 0 15px;
    padding: 0 0.9375rem;
}

.prestige #searchForm.search__bar .more {
    color: #b7993c;
}

#searchForm.search__bar .more:before {
    content: '+';
    margin-right: 5px;
}

#searchForm.search__bar .cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    height: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#searchForm.search__bar .cta > .button {
    cursor: pointer;
}

.prestige #searchForm.search__bar .cta > .button {
    color: #FFF;
    background-color: #b7993c;
}

#searchForm.search__bar .cta .button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#searchForm.search__bar .button__action span {
    display: none;
}

#searchForm.search__bar.form__open__more .form__box__more {
    max-height: 500px;
    margin-top: 10px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

#searchForm.search__bar.form__open__more .form__box__more .form__input {
    max-height: 0;
    width: 100%;
}

#searchForm.search__bar.form__open__more .form__box__more > div {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.15s ease-in-out 0.15s;
    -moz-transition: opacity 0.15s ease-in-out 0.15s;
    transition: opacity 0.15s ease-in-out 0.15s;
}

#searchForm.search__bar.form__open__more .cta .button {
    width: 100%;
    border-radius: 30px;
    border-radius: 1.875rem;
}

#searchForm.search__bar.form__open__more .cta .button span {
    display: inline-block;
}

#searchForm.search__bar.form__open__more .more:before {
    content: '-';
}

#searchForm.search__bar .col-2 {
    padding: 0 5px;
    padding: 0 0.3125rem;
}

#searchForm.search__bar li, #searchForm.search__bar input {
    background: #FFF;
    border: 1px solid #dfe1e4;
    border: 0.0625rem solid #dfe1e4;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: Lato, sans-serif;
    height: 40px;
    height: 2.5rem;
}

/* Filter
----------------------------------------------------------------------------------------------------*/
.l-filter {
    padding: 20px 20px 15px 20px;
    padding: 1.25rem 1.25rem 0.9375rem 1.25rem;
    text-align: center;
    border-bottom: 1px solid #dfe1e4;
    border-bottom: 0.0625rem solid #dfe1e4;
}

.l-filter:after {
    content: "";
    display: table;
    clear: both;
}

.c-filter {
    width: auto;
    margin: 0 auto;
    display: inline-block;
}

.c-filter:after {
    content: "";
    display: table;
    clear: both;
}

.c-filter__item {
    float: left;
    margin: 0 5px;
    margin: 0 0.3125rem;
}

.c-filter input[type="text"] {
    height: 40px;
    height: 2.5rem;
    background: #fff;
    padding: 10px;
    padding: 0.625rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #2d3237;
}

.c-filter input[type="text"]::-webkit-input-placeholder {
    color: #2d3237;
}

.c-filter input[type="text"]::-moz-placeholder {
    color: #2d3237;
}

.c-filter input[type="text"]:-moz-placeholder {
    color: #2d3237;
}

.c-filter input[type="text"]:-ms-input-placeholder {
    color: #2d3237;
}

.c-select {
    position: relative;
    height: 40px;
    height: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
    /* Item list
  ----------------------------------------------------------------------------------------------------*/
}

.c-select:after {
    content: "";
    display: table;
    clear: both;
}

.c-select.disabled:before {
    background: #d8d8d8 !important;
}

.c-select.disabled a {
    background: #d8d8d8 !important;
}

.c-select.sort__filter > a {
    width: 180px;
    width: 11.25rem;
    background: #FFF;
    padding-left: 10px;
    border: 1px solid #dfe1e4;
    border: 0.0625rem solid #dfe1e4;
}

.c-select.sort__filter li > a {
    color: inherit;
}

.c-select.main__action a {
    color: #FFF;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 70px;
    line-height: 4.375rem;
    padding: 0 35px;
    padding: 0 2.1875rem;
    width: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 70px;
    height: 4.375rem;
    border: none;
    margin: 0;
    background-color: #00648e;
}

.c-select.has-value:not(.main__action):not(.custom) > a {
    color: #00648e;
    border-bottom-color: #00648e;
}

.prestige .c-select.has-value:not(.main__action):not(.custom) > a {
    color: #b7993c;
}

.c-select > a {
    display: block;
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    color: #2d3237;
    border-bottom: 1px solid #dfe1e4;
    border-bottom: 0.0625rem solid #dfe1e4;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.c-select:before {
    content: '\e800';
    font-family: 'fontello';
    position: absolute;
    color: #dfe1e4;
    z-index: 17;
    top: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    height: 2.5rem;
    width: 30px;
    width: 1.875rem;
    pointer-events: none;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 40px;
    line-height: 2.5rem;
    text-align: center;
}

.search__bar .c-select:before {
    background: #FFF;
    border: 1px solid;
    border: 0.0625rem solid;
    border-left: none;
}

.c-select ul {
    margin: 0;
    border-bottom: none;
    position: relative;
    z-index: 18;
    margin-left: -25px;
}

.c-select li {
    background: #fff;
    font-weight: 600;
    font-family: Montserrat, Helvetica, sans-serif;
    padding: 10px 40px 10px 10px;
    padding: 0.625rem 2.5rem 0.625rem 0.625rem;
    display: none;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.c-select.is-active li {
    display: block;
    position: relative;
}

.c-select.is-active li:hover, .c-select.is-active li:active, .c-select.is-active li:focus {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.c-select .item-1 {
    min-width: 120px;
}

/* Item Type
----------------------------------------------------------------------------------------------------*/
.item-select {
    border: 1px solid #dfe1e4;
    border: 0.0625rem solid #dfe1e4;
    background: #fff;
    position: relative;
}

.item-select .first:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    top: 0.5625rem;
    right: 0;
    width: 1px;
    width: 0.0625rem;
    height: 25px;
    height: 1.5625rem;
    background: #dfe1e4;
    z-index: 12;
}

.item-select .last {
    position: initial;
}

.item-select ul {
    border: none;
    background: #fff;
}

.item-select li {
    line-height: normal;
    padding: 14px 10px 12px;
    padding: 0.875rem 0.625rem 0.75rem;
    color: #2f3033;
    position: relative;
}

.item-select li:last-child {
    border-bottom: none;
}

.item-select span {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    padding: 12px 40px 12px 10px;
    padding: 0.75rem 2.5rem 0.75rem 0.625rem;
    font-family: Montserrat, Helvetica, sans-serif;
    cursor: pointer;
}

.item-select input,
.item-select .c-select {
    height: 42px !important;
    height: 2.625rem !important;
}

.item-select--second .last li:hover, .item-select--second .last li:active, .item-select--second .last li:focus {
    background: rgba(232, 119, 34, 0.2) !important;
}

.item-select--second .last span {
    color: #e87722;
}

.item-select--main .last span {
    color: #00648e;
}

.item-select--main .last li:hover, .item-select--main .last li:active, .item-select--main .last li:focus {
    background: rgba(7, 154, 206, 0.2) !important;
}

.item-select .is-active.first ul {
    top: 0;
    border-top: 0;
    border-right: 0;
}

.item-select .is-active ul {
    position: absolute;
    top: 42px;
    top: 2.625rem;
    left: -1px;
    left: -0.0625rem;
    width: calc(100% + 2px);
    width: calc(100% + 0.125rem);
    border: 1px solid #dfe1e4;
    border: 0.0625rem solid #dfe1e4;
}

.item-select .is-active li {
    display: block !important;
}

.item-select .demo-icon {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
    text-align: center;
    line-height: 40px;
    line-height: 2.5rem;
    position: absolute;
    top: 0;
    right: 0;
}

.item-type .first {
    min-width: 215px;
}

.item-type .first li {
    padding: 12px 40px 12px 10px;
    padding: 0.75rem 2.5rem 0.75rem 0.625rem;
    border-right: 1px solid #dfe1e4;
    border-right: 0.0625rem solid #dfe1e4;
}

.item-type .first li:first-child {
    display: block;
}

select {
    float: left;
    border: 1px solid #dfe1e4;
    border: 0.0625rem solid #dfe1e4;
    padding: 12px 40px 12px 10px;
    padding: 0.75rem 2.5rem 0.75rem 0.625rem;
    font-size: 14px;
    font-size: 0.875rem;
    height: 40px;
    height: 2.5rem;
    color: #2d3237;
    font-weight: bold;
    position: relative;
    border-radius: 2px;
    border-radius: 0.125rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

/* Filter result
----------------------------------------------------------------------------------------------------*/
.l-result {
    margin: 30px 0 25px;
    margin: 1.875rem 0 1.5625rem;
    line-height: 40px;
    line-height: 2.5rem;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .l-result {
        padding: 0 30px;
        padding: 0 1.875rem;
    }
}

.l-result:after {
    content: "";
    display: table;
    clear: both;
}

.l-result .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
}

.l-result button {
    margin: 0 0 0 20px;
    margin: 0 0 0 1.25rem;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px;
    padding: 0.3125rem;
    position: relative;
    background: transparent;
    color: #00648e;
    font-weight: normal;
}

.l-result button .demo-icon {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: -2px;
    top: -0.125rem;
    margin-right: 5px;
}

.l-result button:hover, .l-result button:active, .l-result button:focus {
    cursor: pointer;
}

.l-result p {
    float: left;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 20px 0 0;
    margin: 0 1.25rem 0 0;
}

.l-result .item-galerie {
    margin-right: 20px;
}

.prestige .l-result .item-galerie {
    color: #b7993c;
}

.prestige .l-result .item-list {
    color: #b7993c;
}

/* Tags
----------------------------------------------------------------------------------------------------*/
.form-home #whereToBuy:focus + .tags__list {
    display: block;
}

.form-home .tags__list:hover:not(:empty) {
    display: block;
}

.tags__list {
    height: auto;
    width: 376px;
    width: 23.5rem;
    margin: 10px 0;
    margin: 0.625rem 0;
    cursor: default;
}

.form-home .tags__list {
    display: none;
    position: relative;
    z-index: 99999;
    line-height: 50px;
    line-height: 3.125rem;
    width: 100%;
    background-color: white;
    text-align: left;
    padding: 0 25px;
    padding: 0 1.5625rem;
    margin: 0;
}

.tags__list:empty {
    margin: 0;
    visibility: hidden;
}

.tags__list .tag {
    background: #e87722;
    color: #FFF;
    padding: 0 10px;
    padding: 0 0.625rem;
    display: inline-block;
    border-radius: 3px;
    border-radius: 0.1875rem;
    margin: 2px;
    margin: 0.125rem;
    cursor: pointer;
    height: 30px;
    height: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
}

.tags__list .tag:after {
    content: '\e80e';
    font-family: fontello;
    margin-left: 10px;
    color: #FFF;
    font-size: 10px;
    font-size: 0.625rem;
}

.ui-autocomplete.searchHome {
    width: 440px;
    width: 27.5rem;
}

@media screen and (max-width: 480px) {
    .ui-autocomplete.searchHome {
        width: 220px;
        width: 13.75rem;
        max-width: 100vw;
    }
}

.ui-autocomplete.searchBarAutocomplete {
    box-shadow: none;
    border: 1px solid #d8d8d8;
    border: 0.0625rem solid #d8d8d8;
    border-top: none;
    margin-left: -15px;
    width: 375px;
    width: 23.4375rem;
}

@media screen and (max-width: 480px) {
    .ui-autocomplete.searchBarAutocomplete {
        max-width: 100vw;
        width: 337px;
        width: 21.0625rem;
    }
}

.ui-autocomplete.searchBarAutocomplete li {
    border-top: 1px solid #d8d8d8;
    border-top: 0.0625rem solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-bottom: 0.0625rem solid #d8d8d8;
    border-left: none;
    border-right: none;
    color: #b2b2b2;
}

.ui-autocomplete.searchBarAutocomplete li.ui-autocomplete-category {
    color: #e87722;
    background-color: #f3f5fa;
}

/* Responsive
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
    .c-select::before {
        padding-right: 5px;
    }

    .c-select .edge {
        margin-left: -100% !important;
        max-width: 90vw;
    }

    .c-select a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 0 5px;
        padding: 0 0.3125rem;
    }

    .c-select.main__action a {
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        border-bottom-left-radius: 0;
    }

    #search-home .c-filter__item {
        width: 50%;
    }

    #search-home .c-filter__item .main__action:before {
        padding-right: 10px;
    }

    #search-home .form__bottom {
        margin: 0 -5px;
        margin: 0 -0.3125rem;
    }

    #search-home .form__bottom [class^='col-']:last-child {
        width: 100%;
        height: 40px;
        height: 2.5rem;
    }

    #searchForm {
        width: 100%;
    }

    body.filter-opened #searchForm {
        z-index: 1003;
    }

    #searchForm .form__box__more {
        width: 100%;
        padding: 0 5px;
        padding: 0 0.3125rem;
    }

    #searchForm .form__box__more [class^='col-'] {
        width: 50%;
        float: left;
    }

    #searchForm .form__box__more [class^='col-']:after {
        content: "";
        display: table;
        clear: both;
    }

    #searchForm .form__box__more .more {
        top: -140px;
        top: -8.75rem;
        line-height: 70px;
        line-height: 4.375rem;
        right: 0;
        font-size: 15px;
        font-size: 0.9375rem;
        left: auto;
        width: 50%;
        height: 70px;
        height: 4.375rem;
        border-top-right-radius: 5px;
    }
}

@media screen and (max-width: 1260px) {
    #searchForm.search__bar .form__filters [class^='col-'] {
        width: 33.33333%;
        margin-bottom: 15px;
        float: left;
    }

    #searchForm.search__bar .form__filters .form__box__more {
        margin: 0;
    }

    #searchForm.search__bar .more {
        width: 50%;
    }
}

@media screen and (max-width: 1260px) {
    #searchForm.search__bar .more {
        width: 50%;
    }

    #searchForm.search__bar .cta .button, #searchForm.search__bar .cta .button.button__alert {
        height: auto;
        width: 100%;
        margin: 5px;
        margin: 0.3125rem;
        border-radius: 30px;
        border-radius: 1.875rem;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        padding: 10px 25px;
        padding: 0.625rem 1.5625rem;
    }

    #searchForm.search__bar .cta .button span, #searchForm.search__bar .cta .button.button__alert span {
        display: inline-block;
    }
}

.has-value-2 {
    color: #e87722 !important;
    border-bottom: 1px solid #e87722 !important;
    border-bottom: 0.0625rem solid #e87722 !important;
}

/* Footer css
 ----------------------------------------------------------------------------------------------------*/
.footer {
    text-align: center;
    background-color: #f9fafc;
    border-top: 1px solid #e8e8e8;
    border-top: 0.0625rem solid #e8e8e8;
    padding: 60px 0 0 0;
    padding: 3.75rem 0 0 0;
}

.footer:after {
    content: "";
    display: table;
    clear: both;
}

/* Footer social
 ----------------------------------------------------------------------------------------------------*/
.l-social {
    border-top: 1px solid #e8e8e8;
    border-top: 0.0625rem solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-bottom: 0.0625rem solid #e8e8e8;
    background: #f9fafc;
    padding: 30px 0;
    padding: 1.875rem 0;
}

@media screen and (min-width: 768px) {
    .l-social {
        padding: 50px 0;
        padding: 3.125rem 0;
    }
}

@media screen and (max-width: 480px) {
    #register-tab .l-social .demo-icon, #login-tab .l-social .demo-icon {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.slider__home .l-social {
    position: fixed;
    z-index: 99;
    border: none;
    background: rgba(255, 255, 255, 0.75);
    height: 210px;
    height: 13.125rem;
    width: 45px;
    width: 2.8125rem;
    right: 0;
    padding: 0;
    display: none;
    border-radius: 5px 0 0 5px;
    border-radius: 0.3125rem 0 0 0.3125rem;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border: 1px solid #FFF;
    border: 0.0625rem solid #FFF;
    border-right: none;
}

@media screen and (min-width: 1024px) {
    .slider__home .l-social {
        display: block;
    }
}

.c-modal .l-social {
    background: inherit;
    border: none;
    text-align: center;
    padding: 0;
}

.l-social ul {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    border-bottom: 0.0625rem solid #e8e8e8;
    padding-bottom: 20px;
}

.l-social ul:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (min-width: 768px) {
    .l-social ul {
        border-bottom: none;
        padding-bottom: 0;
    }
}

.slider__home .l-social ul {
    margin: 15px 0;
    margin: 0.9375rem 0;
}

.footer .l-social li {
    display: inline-block;
    margin: 0 3px;
    margin: 0 0.1875rem;
}

.l-social a {
    color: #2d3237;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.l-social a:hover, .l-social a:active, .l-social a:focus {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slider__home .l-social a {
    width: 45px;
    width: 2.8125rem;
    height: 30px;
    height: 1.875rem;
    display: block;
    text-align: center;
}

.slider__home .l-social a:hover, .slider__home .l-social a:active, .slider__home .l-social a:focus {
    color: #00648e;
}

.footer .l-social a {
    font-size: 30px;
    font-size: 1.875rem;
}

.footer .l-social a:hover, .footer .l-social a:active, .footer .l-social a:focus {
    color: #00648e;
}

.c-modal .l-social a {
    font-size: 45px;
    font-size: 2.8125rem;
}

.l-social .row {
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.l-social .col-6:first-child {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .l-social .col-6:first-child {
        margin-bottom: 0;
        border-right: 1px solid #e8e8e8;
        border-right: 0.0625rem solid #e8e8e8;
    }
}

.l-social .fb {
    color: #3b5998;
}

.l-social .tw {
    color: #55acee;
}

.l-social .yt {
    color: #db402c;
}

.l-social .lkd {
    color: #0077b5;
}

.other__menu ul {
    text-align: left;
}

.other__menu ul li {
    margin: 12.5px 0;
    margin: 0.78125rem 0;
}

.other__menu ul li a {
    color: #2d3237;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 600;
    -webkit-transition: all 0.3s easy-in-out;
    -moz-transition: all 0.3s easy-in-out;
    transition: all 0.3s easy-in-out;
}

.other__menu ul li a:hover, .other__menu ul li a:active, .other__menu ul li a:focus {
    color: #00648e !important;
}

.social.col-12 {
    border-bottom: 1px solid #e8e8e8;
    border-bottom: 0.0625rem solid #e8e8e8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 50px 0;
    padding: 0 0 3.125rem 0;
}

.social.col-12 .title__large-1 {
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 400;
    display: inline-block;
    margin: 0 35px 0 0;
    margin: 0 2.1875rem 0 0;
}

.social.col-12 ul {
    margin: 0;
}

.social.col-12 ul li {
    display: inline-block;
}

.social.col-12 ul li:hover a, .social.col-12 ul li:active a, .social.col-12 ul li:focus a {
    color: #00648e;
}

.social.col-12 ul li a {
    color: #2d3237;
    font-size: 30px;
    font-size: 1.875rem;
}

.partners.col-12 {
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: Lato, Helvetica, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    padding: 1.25rem 0;
}

.partners.col-12 .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
}

.partners.col-12 .left img {
    width: 53px;
    width: 3.3125rem;
    margin: 0 5px;
    margin: 0 0.3125rem;
}

.partners.col-12 span {
    margin-right: 40px;
    font-weight: 400;
}

@media screen and (max-width: 480px) {
    .other__menu ul {
        text-align: center;
    }

    .social.col-12 .title__large-1, .social.col-12 ul {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .social.col-12 .title__large-1 {
        margin-bottom: 5px;
    }

    .partners.col-12 .left {
        width: 100%;
        margin: 10px auto;
        margin: 0.625rem auto;
    }

    .partners.col-12 .left span {
        width: 100%;
        margin: 5px 0;
        margin: 0.3125rem 0;
    }

    .partners.col-12 .left img {
        margin: 0 auto;
    }

    .menu__third .nav li {
        display: block;
        margin: 0;
    }
}

.footer-cities {
    padding: 55px 0;
    padding: 3.4375rem 0;
}

.footer-cities .col-3 {
    width: 20%;
}

@media screen and (max-width: 480px) {
    .footer-cities .col-3 {
        text-align: center;
        margin-bottom: 15px;
        width: 100%;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .footer-cities .col-3 {
        text-align: center;
        width: 33.33333%;
    }
}

/* Global css
 ----------------------------------------------------------------------------------------------------*/
.bg__grey {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: #f3f5fa;
    z-index: 0;
}

@media screen and (min-width: 1024px) {
    .bg__grey {
        height: 50%;
    }
}

.bg__white {
    background: #fff;
}

.db {
    display: block;
}

.c-bottom {
    display: none;
    margin: 0;
    text-align: center;
    height: 100px;
    height: 6.25rem;
}

.db {
    display: block;
}

@media screen and (min-width: 768px) {
    .db {
        display: initial;
    }
}

@media screen and (max-width: 768px) {
    .hidden-xs {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .hidden-xs {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .show-xs {
        display: block !important;
    }
}

@media screen and (min-width: 768px) {
    .show-xs {
        display: none;
    }
}

.left,
.right {
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

.separator {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.separator:after {
    content: '';
    position: absolute;
    top: 13px;
    top: 0.8125rem;
    left: 0;
    width: 100%;
    height: 1px;
    height: 0.0625rem;
    background: #c4c4c4;
}

.separator p {
    padding: 0 10px;
    padding: 0 0.625rem;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 1;
    margin: 0;
    display: inline-block;
}

.form__informations label {
    font-size: 13px;
    font-size: 0.8125rem;
}

.form__informations .form__forget {
    font-size: 13px;
    font-size: 0.8125rem;
}

.form__informations .icheckbox_custom_icheck {
    float: left;
}

.form__connexion .form__input input::-webkit-input-placeholder, .form__register .form__input input::-webkit-input-placeholder, .form__pass_forget .form__input input::-webkit-input-placeholder, .form__pass_reinit .form__input input::-webkit-input-placeholder {
    color: #dfe1e4;
    font-style: italic;
    font-size: 16px;
    font-size: 1rem;
}

.form__connexion .form__input input::-moz-placeholder, .form__register .form__input input::-moz-placeholder, .form__pass_forget .form__input input::-moz-placeholder, .form__pass_reinit .form__input input::-moz-placeholder {
    color: #dfe1e4;
    font-style: italic;
    font-size: 16px;
    font-size: 1rem;
}

.form__connexion .form__input input:-moz-placeholder, .form__register .form__input input:-moz-placeholder, .form__pass_forget .form__input input:-moz-placeholder, .form__pass_reinit .form__input input:-moz-placeholder {
    color: #dfe1e4;
    font-style: italic;
    font-size: 16px;
    font-size: 1rem;
}

.form__connexion .form__input input:-ms-input-placeholder, .form__register .form__input input:-ms-input-placeholder, .form__pass_forget .form__input input:-ms-input-placeholder, .form__pass_reinit .form__input input:-ms-input-placeholder {
    color: #dfe1e4;
    font-style: italic;
    font-size: 16px;
    font-size: 1rem;
}

.form__connexion .form__error, .form__register .form__error, .form__pass_forget .form__error, .form__pass_reinit .form__error {
    color: red;
}

.form__connexion .form__error:empty, .form__register .form__error:empty, .form__pass_forget .form__error:empty, .form__pass_reinit .form__error:empty {
    display: none;
}

@media screen and (max-width: 480px) {
    .form__connexion #recaptchaRegister, .form__register #recaptchaRegister, .form__pass_forget #recaptchaRegister, .form__pass_reinit #recaptchaRegister {
        -moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        transform-origin: 0 0;
    }
}

.form__connexion .g-recaptcha, .form__connexion #recaptchaRegister, .form__register .g-recaptcha, .form__register #recaptchaRegister, .form__pass_forget .g-recaptcha, .form__pass_forget #recaptchaRegister, .form__pass_reinit .g-recaptcha, .form__pass_reinit #recaptchaRegister {
    width: 100%;
    margin-left: 30px;
    position: relative;
}

.l-form__person .form__input input, .offer__person .form__input input {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
}

.l-form__person .form__input input::-webkit-input-placeholder, .offer__person .form__input input::-webkit-input-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
}

.l-form__person .form__input input::-moz-placeholder, .offer__person .form__input input::-moz-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
}

.l-form__person .form__input input:-moz-placeholder, .offer__person .form__input input:-moz-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
}

.l-form__person .form__input input:-ms-input-placeholder, .offer__person .form__input input:-ms-input-placeholder {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
}

.img-rounded {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.maincolor {
    color: #00648e;
}

#join-us-map {
    margin-top: 75px;
}

#block_counsellor_bis h1 {
    text-align: center;
    padding-top: 60px;
    font-size: 34px;
    font-size: 2.125rem;
}

#join-us-map-wrapper {
    position: relative;
    top: -75px;
    top: -4.6875rem;
    margin-bottom: -75px;
}

.sell_new .c-offer__img::after {
    display: none;
}

/* Pre-Header css
 ----------------------------------------------------------------------------------------------------*/
.pre-header {
    background: #292a30;
    text-align: center;
}

.pre-header .wrapper {
    padding: 3px 15px 14px;
    padding: 0.1875rem 0.9375rem 0.875rem;
}

.pre-header p {
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0 0 0 -10px;
    margin: 0 0 0 -0.625rem;
    color: #b1b6be;
    font-size: 14px;
    font-size: 0.875rem;
    float: left;
}

@media screen and (min-width: 768px) {
    .pre-header p {
        margin: 0;
        max-width: inherit;
    }
}

@media screen and (min-width: 1024px) {
    .pre-header p {
        display: inline-block;
        float: none;
    }
}

.pre-header p span {
    display: inline-block;
}

.pre-header p .demo-icon {
    display: inline-block;
    font-size: 26px;
    font-size: 1.625rem;
    color: #e87722;
    position: relative;
    top: 4px;
    top: 0.25rem;
}

@media screen and (min-width: 768px) {
    .pre-header p .demo-icon {
        margin: 0 20px;
        margin: 0 1.25rem;
    }
}

.pre-header .button {
    position: absolute;
    top: 9px;
    top: 0.5625rem;
    right: 10px;
    right: 0.625rem;
    height: 30px;
    height: 1.875rem;
    width: 30px;
    width: 1.875rem;
    text-align: center;
    line-height: 30px;
    line-height: 1.875rem;
}

@media screen and (min-width: 768px) {
    .pre-header .button {
        top: 13px;
        top: 0.8125rem;
        right: 27px;
        right: 1.6875rem;
        height: auto;
        width: auto;
        line-height: normal;
        padding: 5px;
        padding: 0.3125rem;
    }
}

.pre-header .button .demo-icon {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .pre-header .button .demo-icon {
        margin-left: 15px;
    }
}

/* Header css
 ----------------------------------------------------------------------------------------------------*/
.header {
    max-height: 68px;
    height: 68px !important;
    height: 4.25rem !important;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    border-bottom: 0.0625rem solid #f0f0f0;
}

.header:after {
    content: "";
    display: table;
    clear: both;
}

.header.header-join-us {
    background-color: #00a4df;
}

.header__logo {
    float: left;
}

.header__logo:after {
    content: "";
    display: table;
    clear: both;
}

.header__logo-link {
    padding: 13px 15px;
    padding: 0.8125rem 0.9375rem;
    display: block;
}

@media screen and (min-width: 768px) {
    .header__logo-link {
        padding: 13px 27px;
        padding: 0.8125rem 1.6875rem;
    }
}

.header__logo img {
    max-width: 78px;
}

.header__img {
    margin: 0 auto 20px;
    margin: 0 auto 1.25rem;
}

#login_btn, #create_btn {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
    padding: 10px 35px;
    padding: 0.625rem 2.1875rem;
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
}

@media screen and (max-width: 480px) {
    #login_btn, #create_btn {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

#login_btn:before, #create_btn:before {
    margin-right: 10px;
}

/* Main Layout
----------------------------------------------------------------------------------------------------*/
#main {
    position: relative;
}

body:not(.home) #main__content {
    background: #f3f5fa;
}

.menu-mobile--active #main {
    margin-bottom: 150px;
}

.wrapper {
    padding: 0 15px;
    padding: 0 0.9375rem;
    position: relative;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}

.wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.l-engagement .wrapper {
    position: relative;
    z-index: 1;
}

.row {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.col-1 {
    width: 100%;
    padding: 0 15px;
    padding: 0 0.9375rem;
    margin-bottom: 15px;
    position: relative;
}

.col-1:after {
    content: "";
    display: table;
    clear: both;
}

.col-1:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .col-1:last-child {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .col-1 {
        float: left;
        width: 8.33333%;
    }
}

.col-2 {
    width: 100%;
    padding: 0 15px;
    padding: 0 0.9375rem;
    margin-bottom: 15px;
    position: relative;
}

.col-2:after {
    content: "";
    display: table;
    clear: both;
}

.col-2:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .col-2:last-child {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .col-2 {
        float: left;
        width: 16.66667%;
    }
}

.col-3 {
    width: 100%;
    padding: 0 15px;
    padding: 0 0.9375rem;
    margin-bottom: 15px;
    position: relative;
}

.col-3:after {
    content: "";
    display: table;
    clear: both;
}

.col-3:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .col-3:last-child {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .col-3 {
        float: left;
        width: 25%;
    }
}

.col-4 {
    width: 100%;
    padding: 0 15px;
    padding: 0 0.9375rem;
    margin-bottom: 15px;
    position: relative;
}

.col-4:after {
    content: "";
    display: table;
    clear: both;
}

.col-4:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .col-4:last-child {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .col-4 {
        float: left;
        width: 33.33333%;
    }
}

.col-5 {
    width: 100%;
    padding: 0 15px;
    padding: 0 0.9375rem;
    margin-bottom: 15px;
    position: relative;
}

.col-5:after {
    content: "";
    display: table;
    clear: both;
}

.col-5:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .col-5:last-child {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .col-5 {
        float: left;
        width: 41.66667%;
    }
}

.col-6 {
    width: 100%;
    padding: 0 15px;
    padding: 0 0.9375rem;
    margin-bottom: 15px;
    position: relative;
}

.col-6:after {
    content: "";
    display: table;
    clear: both;
}

.col-6:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .col-6:last-child {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .col-6 {
        float: left;
        width: 50%;
    }
}

.col-7 {
    width: 100%;
    padding: 0 15px;
    padding: 0 0.9375rem;
    margin-bottom: 15px;
    position: relative;
}

.col-7:after {
    content: "";
    display: table;
    clear: both;
}

.col-7:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .col-7:last-child {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .col-7 {
        float: left;
        width: 58.33333%;
    }
}

.col-8 {
    width: 100%;
    padding: 0 15px;
    padding: 0 0.9375rem;
    margin-bottom: 15px;
    position: relative;
}

.col-8:after {
    content: "";
    display: table;
    clear: both;
}

.col-8:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .col-8:last-child {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .col-8 {
        float: left;
        width: 66.66667%;
    }
}

.col-9 {
    width: 100%;
    padding: 0 15px;
    padding: 0 0.9375rem;
    margin-bottom: 15px;
    position: relative;
}

.col-9:after {
    content: "";
    display: table;
    clear: both;
}

.col-9:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .col-9:last-child {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .col-9 {
        float: left;
        width: 75%;
    }
}

.col-10 {
    width: 100%;
    padding: 0 15px;
    padding: 0 0.9375rem;
    margin-bottom: 15px;
    position: relative;
}

.col-10:after {
    content: "";
    display: table;
    clear: both;
}

.col-10:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .col-10:last-child {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .col-10 {
        float: left;
        width: 83.33333%;
    }
}

.col-11 {
    width: 100%;
    padding: 0 15px;
    padding: 0 0.9375rem;
    margin-bottom: 15px;
    position: relative;
}

.col-11:after {
    content: "";
    display: table;
    clear: both;
}

.col-11:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .col-11:last-child {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .col-11 {
        float: left;
        width: 91.66667%;
    }
}

.col-12 {
    width: 100%;
    padding: 0 15px;
    padding: 0 0.9375rem;
    margin-bottom: 15px;
    position: relative;
}

.col-12:after {
    content: "";
    display: table;
    clear: both;
}

.col-12:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .col-12:last-child {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .col-12 {
        float: left;
        width: 100%;
    }
}

#legal-informations {
    padding-top: 50px;
    padding-bottom: 50px;
}

#legal-informations p {
    padding: 5px 35px;
    padding: 0.3125rem 2.1875rem;
}

/** Grandes villes  **/
.page-city-major .l-filter {
    padding: 0;
}

.page-city-major .l-filter #searchForm .right__info {
    padding-left: 25px;
}

.page-city-major #major_city {
    font-family: "Source Sans Pro", sans-serif;
    padding-bottom: 20px;
    background: white;
}

.page-city-major #major_city .ville-details strong {
    font-family: Lato;
    color: #2a3e55;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 26px;
    line-height: 1.625rem;
    text-align: left;
}

.page-city-major #major_city .presentation__ville .col-8 .row {
    margin-left: 0px;
}

.page-city-major #major_city .presentation__ville h1 {
    margin-bottom: 0px;
}

.page-city-major #major_city .presentation__ville .row {
    margin-left: -30px;
}

.page-city-major #major_city .presentation__body {
    margin-left: 0px;
}

.page-city-major #major_city .text__center {
    margin-top: -6px;
}

.page-city-major #major_city .text__center .button__second {
    margin-right: 25px;
}

.page-city-major #searchForm.search__bar {
    border: none;
}

.page-city-major #searchForm.search__bar .row .col-3 .more {
    border: 1px solid #dfe1e4;
    border: 0.0625rem solid #dfe1e4;
    margin-top: 9px;
    height: 42px;
    height: 2.625rem;
    padding-left: 2px;
    width: 135px;
    width: 8.4375rem;
    float: left;
    margin-left: -11px;
    text-align: left;
}

.page-city-major #searchForm.search__bar .row .col-3 .more:after {
    content: '\e800';
    font-family: 'fontello';
    position: absolute;
    color: #dfe1e4;
    z-index: 17;
    top: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    height: 2.5rem;
    width: 30px;
    width: 1.875rem;
    pointer-events: none;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 40px;
    line-height: 2.5rem;
    text-align: center;
    border-left: none;
}

.page-city-major #searchForm.search__bar .row .col-3 .cta {
    margin-top: -7px;
}

.l-map {
    margin-bottom: 135px;
}

#mini-site-map {
    width: 104%;
    height: 160px;
    height: 10rem;
    margin: -15px -15px 0;
    margin: -0.9375rem -0.9375rem 0;
    position: relative;
    border: 1px solid #cbced2;
    border: 0.0625rem solid #cbced2;
}

@media screen and (max-width: 480px) {
    #mini-site-map {
        width: 100%;
        margin: 0;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    #mini-site-map {
        margin-left: 15px;
    }

    #mini-site-map .agent__contact {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .agent__contact {
        padding: 0;
    }

    .body__minisite .form__person #recaptcha1 {
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    .l-result {
        padding: 0 15px;
        padding: 0 0.9375rem;
    }

    .l-result .left {
        width: 100%;
    }

    .l-result .right {
        float: left;
    }
}

.searchInMap {
    width: 330px;
    width: 20.625rem;
}

#find-advisor {
    background-color: white;
}

#find-advisor .several {
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 50px;
}

#find-advisor .several .count {
    font-size: 28px;
    font-size: 1.75rem;
}

#find-advisor #map-section {
    position: relative;
}

#find-advisor #map-section .cluster-icon {
    border: none;
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
}

#find-advisor #map-section .cluster-icon:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #00648e transparent transparent transparent;
    bottom: -8px;
    bottom: -0.5rem;
    border-width: 10px 8px 0 8px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#find-advisor #map-section .agent-icon .agent-portrait {
    height: 100%;
    width: 100%;
    border: 1px solid #0099cc;
    border: 0.0625rem solid #0099cc;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
}

#find-advisor #map-section .agent-icon, #find-advisor #map-section .cluster-icon {
    background: #00648e;
    position: relative;
    color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
}

#find-advisor #map-section #map {
    height: 548px;
    height: 34.25rem;
    width: 100%;
}

#find-advisor #map-section .panel {
    background: #FFF;
    position: absolute;
    right: 20px;
    right: 1.25rem;
    bottom: -50px;
    bottom: -3.125rem;
    width: 33%;
    max-height: 140px;
    z-index: 1001;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
    /** Panel is-active **/
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    #find-advisor #map-section .panel {
        width: 55%;
    }
}

#find-advisor #map-section .panel__head {
    width: 100%;
    height: 140px;
    height: 8.75rem;
    padding: 18px 22px;
    padding: 1.125rem 1.375rem;
    position: relative;
    color: #FFF;
    background: #00648e;
}

#find-advisor #map-section .panel__head .form__input {
    position: relative;
    width: 100%;
}

#find-advisor #map-section .panel__head .form__input:after {
    position: absolute;
    content: '\e853';
    font-family: fontello;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 10px 0;
    padding: 0.625rem 0;
}

#find-advisor #map-section .panel__head input {
    color: #FFF;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.7);
    margin: 0;
    width: 100%;
}

#find-advisor #map-section .panel__head input::-webkit-input-placeholder {
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #FFF;
}

#find-advisor #map-section .panel__head input::-moz-placeholder {
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #FFF;
}

#find-advisor #map-section .panel__head input:-moz-placeholder {
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #FFF;
}

#find-advisor #map-section .panel__head input:-ms-input-placeholder {
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #FFF;
}

#find-advisor #map-section .panel__head input:after {
    content: '\e852';
    font-family: fontello;
    right: 0;
    top: 0;
    bottom: 0;
}

#find-advisor #map-section .panel__body {
    height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#find-advisor #map-section .panel__body > div {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#find-advisor #map-section .panel__body #counsellor-list {
    margin-top: 40px;
    padding: 0 10px;
    padding: 0 0.625rem;
}

@media screen and (max-width: 480px) {
    #find-advisor #map-section .panel__body #counsellor-list {
        padding: 0;
    }
}

#find-advisor #map-section .panel__body #counsellor-list .inner > .counsellor {
    display: none;
}

#find-advisor #map-section .panel__body #counsellor-list .information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: Lato, Helvetica, sans-serif;
    padding: 0 20px;
    padding: 0 1.25rem;
    background-color: #eff3fb;
    height: 44px;
    height: 2.75rem;
    margin-bottom: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media screen and (max-width: 480px) {
    #find-advisor #map-section .panel__body #counsellor-list .information {
        padding: 0;
    }
}

#find-advisor #map-section .panel__body #counsellor-list .information a {
    color: #868a97;
    text-align: center;
    padding: 0 5px;
    padding: 0 0.3125rem;
}

#find-advisor #map-section .panel__body #counsellor-list .information a span {
    color: #00648e;
}

#find-advisor #map-section .panel .show__more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 38px;
    width: 2.375rem;
    height: 38px;
    height: 2.375rem;
    background-color: #00a4df;
    color: #FFF;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: -19px;
    bottom: -1.1875rem;
    margin-left: -19px;
    z-index: 20;
}

#find-advisor #map-section .panel .show__more:before {
    content: '\e803';
    font-family: fontello;
}

#find-advisor #map-section .panel.is-active {
    max-height: 590px;
}

#find-advisor #map-section .panel.is-active .panel__body {
    height: calc(590px - 140px);
    height: calc(36.875rem - 8.75rem);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

#find-advisor #map-section .panel.is-active .panel__body > div {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out 0.3s;
    -moz-transition: opacity 0.3s ease-in-out 0.3s;
    transition: opacity 0.3s ease-in-out 0.3s;
}

#find-advisor #map-section .panel.is-active .counsellor .fullname {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 700;
    margin: 0 0 10px 0;
    margin: 0 0 0.625rem 0;
}

#find-advisor #map-section .panel.is-active .counsellor .avatar-wrapper {
    margin-bottom: -7px;
}

@media screen and (max-width: 480px) {
    #find-advisor #map-section .panel.is-active .counsellor .avatar-wrapper {
        margin-bottom: 0;
    }
}

#find-advisor #map-section .panel.is-active .counsellor .avatar-wrapper .avatar {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #00648e;
    border: 0.0625rem solid #00648e;
}

#find-advisor #map-section .panel.is-active .show__more:before {
    content: '\e80e';
    font-family: fontello;
}

.ui-autocomplete {
    max-height: 400px;
    overflow: auto;
    padding-bottom: 10px;
    z-index: 9999;
    background-color: #FFF;
    font-family: Lato, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 480px) {
    .ui-autocomplete {
        max-width: 100vw;
        width: 337px;
        width: 21.0625rem;
    }
}

.ui-autocomplete li {
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
    border-bottom: 1px solid #d2d3d6;
    border-bottom: 0.0625rem solid #d2d3d6;
}

.ui-autocomplete li:not(.ui-autocomplete-category) {
    cursor: pointer;
}

.ui-autocomplete li.ui-autocomplete-category {
    color: #292a30;
    background-color: #f3f5fa;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #41444e !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ededef !important;
}

#mCSB_1_container {
    margin-right: 0 !important;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0 !important;
}

@media screen and (max-width: 480px) {
    #find-advisor #map-section .panel {
        width: 100%;
        right: 0;
        left: 0;
    }
}

/* Menus
----------------------------------------------------------------------------------------------------*/
.button__menu-open {
    display: block;
}

.button__menu-close {
    display: none;
}

.navbar-fixed {
    position: fixed !important;
    z-index: 9999;
    background-color: #FFF;
    width: 100%;
    max-width: 100vw;
    top: 0;
    left: 0;
}

.menu-mobile--active {
    overflow: hidden;
}

.menu-mobile--active .button__menu-open {
    display: none;
}

.menu-mobile--active .button__menu-close {
    display: block;
}

.menu__second li ul li .auth-link, .menu__second li ul li.guest-link {
    display: none;
}

.button__menu-container {
    z-index: 999;
    position: absolute;
    top: 0;
    right: 73px;
    right: 8.563rem;
    height: 68px;
    height: 4.25rem;
    width: 68px;
    width: 4.25rem;
    background: #f3f5fa;
    border-left: 1px solid #e8e8e8;
    border-left: 0.0625rem solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-right: 0.0625rem solid #e8e8e8;
}

@media screen and (min-width: 768px) {
    .button__menu-container {
        right: inherit;
        left: 132px;
        left: 8.25rem;
    }
}

@media screen and (min-width: 1150px) {
    .button__menu-container {
        display: none;
    }
}

.button__menu-container button {
    background: transparent;
    text-align: center;
    line-height: 68px;
    line-height: 4.25rem;
    color: #2d3237;
    width: 100%;
}

.menu {
    z-index: 998;
    position: absolute;
    top: 68px;
    top: 4.25rem;
    left: 0;
    width: calc(100% - 73px);
    width: calc(100% - 4.5625rem);
    background: #fff;
    border-top: 1px solid #f0f0f0;
    border-top: 0.0625rem solid #f0f0f0;
    overflow-y: auto;
    display: none;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
}

.menu:after {
    content: "";
    display: table;
    clear: both;
}

.menu .is-open {
    display: block;
}

.menu ul {
    margin: 10px 0;
    margin: 0.625rem 0;
    padding: 0;
}

.menu ul:after {
    content: "";
    display: table;
    clear: both;
}

.header-join-us .menu ul {
    float: left;
}

.menu ul.menu__social {
    float: left;
    margin-left: 30px;
}

.menu ul.menu__social li a {
    padding-left: 0;
    padding-right: 0;
    border: none;
    margin: 0 7.5px;
    margin: 0 0.46875rem;
    color: rgba(255, 255, 255, 0.5);
}

.menu ul.menu__social li a:hover, .menu ul.menu__social li a:active, .menu ul.menu__social li a:focus {
    background: #00a4df;
    color: white;
}

.menu li.current a {
    color: #00648e;
    background: #f0f0f0;
}

.header-join-us .menu li.current a {
    background: #108db2;
    color: #FFF;
}

.menu a {
    padding: 5px 20px;
    padding: 0.3125rem 1.25rem;
    display: block;
}

@media screen and (max-width: 768px) {
    .menu a {
        height: 50px;
        height: 3.125rem;
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 768px) {
    .menu {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .menu.opened {
        display: block;
        width: 100%;
    }
}

.menu .wrapper {
    padding: 0;
}

@media screen and (min-width: 1150px) {
    .menu {
        position: relative;
        left: auto;
        overflow: inherit;
        background: none;
        width: auto;
        padding: 0;
        float: left;
        display: block;
        top: 0;
        border: none;
    }

    .menu ul {
        margin: 0;
    }

    .menu li {
        float: left;
    }

    .menu li.item-highlighted a {
        color: #b7993c;
    }

    .pretige .menu li.item-highlighted a {
        color: #b7993c;
    }

    .menu li.first a {
        border-left: 1px solid #f0f0f0;
        border-left: 0.0625rem solid #f0f0f0;
    }

    .menu a {
        text-transform: uppercase;
        color: #292a30;
        font-weight: 400;
        font-family: Montserrat, Helvetica, sans-serif;
        padding: 23px 10px;
        padding: 1.4375rem 0.625rem;
        display: block;
        position: relative;
        border-right: 1px solid #f0f0f0;
        border-right: 0.0625rem solid #f0f0f0;
    }

    .header-join-us .menu a {
        color: #FFF;
        border-right: 1px solid #97cfe2;
        border-right: 0.0625rem solid #97cfe2;
    }

    .menu a:hover, .menu a:active, .menu a:focus {
        color: #00648e;
        background: #f0f0f0;
    }

    .header-join-us .menu a:hover, .header-join-us .menu a:active, .header-join-us .menu a:focus {
        color: #FFF;
        background: #108db2;
    }
}

@media screen and (min-width: 1410px) {
    .menu a {
        padding: 23px 25px;
        padding: 1.4375rem 1.5625rem;
    }
}

/* Other Menus
----------------------------------------------------------------------------------------------------*/
.menu__second {
    float: right;
}

.menu__second:after {
    content: "";
    display: table;
    clear: both;
}

.join-us-page .menu__second {
    margin-right: 20px;
}

.menu__second ul.menu_level_1 li {
    font-family: 'Source Sans Pro';
    border-right: none;
    border-bottom: #0082ba 1px solid;
    height: 3rem;
}

.menu__second ul {
    margin: 0;
}

.menu__second ul:after {
    content: "";
    display: table;
    clear: both;
}

.menu__second li {
    float: left;
    margin-right: 15px;
}

.menu__second li.first .demo-icon {
    margin-right: 10px;
}

@media screen and (min-width: 768px) {
    .menu__second li:hover ul, .menu__second li:active ul, .menu__second li:focus ul {
        display: block;
    }
}

.menu__second li.link-iad {
    padding-left: 15px;
    height: 68px;
    height: 4.25rem;
    margin-top: 0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-left: 0.0625rem solid #f0f0f0;
    border-right: 0.0625rem solid #f0f0f0;
}

.menu__second li.link-iad a {
    margin-top: 20px;
    border-left: none;
    padding-bottom: 7px;
}

.menu__second li.link-iad a .demo-icon {
    font-size: 10px;
    font-size: 0.625rem;
    padding-left: 15px;
}

.menu__second li:last-child {
}

.menu__second li:last-child .button__profil {
    height: 68px;
    height: 4.25rem;
    width: 73px;
    width: 4.5625rem;
    color: white;
    margin-top: 0;
}

.menu__second li.is-active ul {
    display: block;
}

.menu__second li ul {
    display: none;
    position: absolute;
    z-index: 99;
    right: 35px;
    top: 68px;
    top: 4.25rem;
    width: 5.55rem;
    height: auto;
    background: #00a4df;
    border-top: 1px solid #f0f0f0;
    border-top: 0.0625rem solid #f0f0f0;
}

@media screen and (min-width: 768px) {
    .menu__second li ul {
        text-align: center;
    }
}

.menu__second li ul li {
    display: block;
    margin: 0;
    float: none;
}

.menu__second li ul li:hover, .menu__second li ul li:active, .menu__second li ul li:focus {
    background: #006c95;
}

.menu__second li ul a {
    font-family: "Source Sans Pro", sans-serif;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
    color: white;
    font-size: 17px;
    font-size: 1.0625rem;
    display: block;
    width: 100% !important;
    height: auto !important;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .menu__second li ul a {
        padding: 10px 35px;
        padding: 0.625rem 2.1875rem;
    }
}

.menu__second a {
    margin-top: 16px;
}

@media screen and (max-width: 1318px) {
    .hidden-sm {
        display: none;
    }
}

.menu__footer {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .menu__footer {
        padding-top: 75px;
        padding-bottom: 45px;
    }
}

.menu__footer ul {
    margin: 0;
}

.menu__footer li {
    margin-bottom: 10px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .menu__footer li {
        text-align: left;
    }
}

.menu__footer a {
    color: #2d3237;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
}

.menu__footer a:hover, .menu__footer a:active, .menu__footer a:focus {
    color: #00648e;
}

.menu__footer .col-5 {
    margin-bottom: 0;
}

.menu__footer .col-7 {
    margin-bottom: 0;
}

.menu__footer .col-7 p,
.menu__footer .col-7 span {
    display: block;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .menu__footer .col-7 p,
    .menu__footer .col-7 span {
        display: inline-block;
        text-align: left;
    }
}

.menu__third {
    background: #FFF;
    border-top: 1px solid #e8e8e8;
    border-top: 0.0625rem solid #e8e8e8;
    text-align: center;
    padding: 15px 0;
    padding: 0.9375rem 0;
}

@media screen and (min-width: 768px) {
    .menu__third {
        padding: 32px 0;
        padding: 2rem 0;
    }
}

.menu__third ul {
    margin: 0;
    text-align: center;
}

.menu__third ul:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (min-width: 1024px) {
    .menu__third ul {
        text-align: left;
        float: left;
    }
}

.menu__third li {
    display: inline-block;
    margin-right: 10px;
}

@media screen and (min-width: 1024px) {
    .menu__third li {
        margin: 0 10px;
        margin: 0 0.625rem;
        float: left;
    }
}

.menu__third li:first-child {
    margin-left: 0;
}

.menu__third a {
    font-size: 15px;
    font-size: 0.9375rem;
    overflow: hidden;
    position: relative;
    display: inline-table;
    padding-bottom: 3px;
}

.menu__third a:hover:after, .menu__third a:active:after, .menu__third a:focus:after {
    bottom: 3px;
    bottom: 0.1875rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu__third a:after {
    content: '';
    width: 100%;
    height: 1px;
    height: 0.0625rem;
    background: #00648e;
    position: absolute;
    bottom: -1px;
    bottom: -0.0625rem;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu__third .credit {
    margin: 0;
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic;
    color: #c9c9c9;
}

.menu__third .credit:after {
    background: #c9c9c9;
}

@media screen and (min-width: 1024px) {
    .menu__third .credit {
        float: right;
    }
}

/* Minisite
 ----------------------------------------------------------------------------------------------------*/
#minisite {
    margin: 45px 0;
    margin: 2.8125rem 0;
}

#minisite .name .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#minisite .name .row .title {
    font-size: 45px;
    font-size: 2.8125rem;
    font-family: "Source Sans Pro", sans-serif;
    color: #2d3237;
    font-weight: 600;
    text-transform: uppercase;
}

.body__minisite .mini-site-content-top .text__center {
    margin-top: 60px;
}

.body__minisite .content {
    background-color: #f3f5fa;
}

.body__minisite .content .agent {
    margin-top: 28px;
}

.body__minisite .content .agent__contact .l-offer {
    margin: 0;
}

.body__minisite .content .agent__contact .l-offer .tabs {
    margin-top: 30px;
}

.body__minisite .content .agent__presentation > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.body__minisite .content .agent__presentation > .row:first-child {
    border-bottom: 1px solid #cbced2;
    border-bottom: 0.0625rem solid #cbced2;
}

.body__minisite .content .agent__presentation .col-4, .body__minisite .content .agent__presentation .col-5, .body__minisite .content .agent__presentation .col-6 {
    font-family: Lato, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin: 15px 0;
    margin: 0.9375rem 0;
    text-align: center;
}

.body__minisite .content .agent__presentation .col-4:not(:last-child), .body__minisite .content .agent__presentation .col-5:not(:last-child), .body__minisite .content .agent__presentation .col-6:not(:last-child) {
    border-right: 1px solid #cbced2;
    border-right: 0.0625rem solid #cbced2;
}

@media screen and (max-width: 768px) {
    .body__minisite .content .agent__presentation .col-4:not(:last-child), .body__minisite .content .agent__presentation .col-5:not(:last-child), .body__minisite .content .agent__presentation .col-6:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #cbced2;
        border-bottom: 0.0625rem solid #cbced2;
        padding-bottom: 15px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .body__minisite .content .agent__presentation .col-4, .body__minisite .content .agent__presentation .col-5, .body__minisite .content .agent__presentation .col-6 {
        width: 100%;
    }
}

.body__minisite .content .agent__presentation .col-4 span, .body__minisite .content .agent__presentation .col-5 span, .body__minisite .content .agent__presentation .col-6 span {
    display: block;
    color: #00648e;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 15px;
}

.body__minisite .content .agent__description {
    position: relative;
    background-color: #FFF;
    margin: 30px -15px;
    margin: 1.875rem -0.9375rem;
    padding: 15px 0;
    padding: 0.9375rem 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-size: 1rem;
}

@media screen and (max-width: 768px) {
    .body__minisite .content .agent__description {
        margin-left: 15px;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }

    .body__minisite .content .agent__description .col-3 {
        width: 100%;
        text-align: center;
    }

    .body__minisite .content .agent__description .col-9 {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .body__minisite .content .agent__description {
        margin-right: 0;
        margin-left: 0;
    }
}

.body__minisite .content .agent__description.is-active p {
    height: auto;
    max-height: 500px;
}

.body__minisite .content .agent__description.is-active .more:after {
    content: '\e803';
    font-family: fontello;
}

.body__minisite .content .agent__description p {
    max-height: 50px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.body__minisite .content .agent__description .agent__photo {
    width: 125px;
    width: 7.8125rem;
    height: 125px;
    height: 7.8125rem;
    border-radius: 50%;
}

.body__minisite .content .agent__description .small__title {
    font-size: 20px;
    font-size: 1.25rem;
    color: #00648e;
}

.body__minisite .content .agent__description .more {
    position: absolute;
    color: #e87722;
    bottom: 15px;
    bottom: 0.9375rem;
    left: 15px;
    left: 0.9375rem;
}

.body__minisite .content .agent__description .more:after {
    content: '\e800';
    font-family: fontello;
    font-size: 10px;
    font-size: 0.625rem;
    margin-left: 5px;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .body__minisite .agent__presentation {
        width: 50%;
    }
}

.body__minisite .agent__contact {
    /** Contact Tab **/
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .body__minisite .agent__contact {
        width: 50%;
    }
}

.body__minisite .agent__contact .tabs .tab-link {
    width: 50%;
    height: 55px;
    height: 3.4375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    font-size: 18px;
    font-size: 1.125rem;
    color: #00648e;
    border: none;
    padding: 0;
    background-color: #FFF;
}

.body__minisite .agent__contact .tabs .tab-link.current {
    color: #FFF;
    background-color: #e87722;
}

.body__minisite .form__subtitle {
    color: #FFF;
    font-size: 22px;
    font-size: 1.375rem;
    font-family: Lato, Helvetica, sans-serif;
    text-align: center;
    margin: 25px 0;
    margin: 1.5625rem 0;
}

.body__minisite .l-tabs .c-select {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
}

.body__minisite .l-tabs .c-select a {
    color: rgba(255, 255, 255, 0.95);
}

.body__minisite .l-tabs input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.95);
}

.body__minisite .l-tabs input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.95);
}

.body__minisite .l-tabs input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.95);
}

.body__minisite .l-tabs input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.95);
}

.body__minisite #sellPropForm, .body__minisite #tab-contact {
    text-align: center;
}

.body__minisite #sellPropForm fieldset, .body__minisite #tab-contact fieldset {
    border: none;
}

.body__minisite #sellPropForm fieldset label, .body__minisite #tab-contact fieldset label {
    display: inline;
}

.body__minisite #sellPropForm label, .body__minisite #tab-contact label {
    color: #FFF;
    margin: 5px;
    margin: 0.3125rem;
}

.body__minisite #sellPropForm .step, .body__minisite #tab-contact .step {
    width: 100%;
}

.body__minisite #sellPropForm .c-select.has-value a, .body__minisite #tab-contact .c-select.has-value a {
    color: #FFF;
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.body__minisite #sellPropForm .c-select.is-active ul, .body__minisite #tab-contact .c-select.is-active ul {
    max-height: 170px;
    overflow: auto;
}

.body__minisite #sellPropForm .c-select ul, .body__minisite #tab-contact .c-select ul {
    margin: 0;
}

.body__minisite #sellPropForm .c-select ul li, .body__minisite #tab-contact .c-select ul li {
    line-height: normal;
}

.body__minisite #sellPropForm .button, .body__minisite #tab-contact .button {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.body__minisite #sellPropForm .button:hover, .body__minisite #sellPropForm .button:active, .body__minisite #sellPropForm .button:focus, .body__minisite #tab-contact .button:hover, .body__minisite #tab-contact .button:active, .body__minisite #tab-contact .button:focus {
    background-color: #00648e;
    color: #FFF;
}

.body__minisite #sellPropForm .button:hover .icon-arrow-left, .body__minisite #sellPropForm .button:hover .icon-arrow-right, .body__minisite #sellPropForm .button:active .icon-arrow-left, .body__minisite #sellPropForm .button:active .icon-arrow-right, .body__minisite #sellPropForm .button:focus .icon-arrow-left, .body__minisite #sellPropForm .button:focus .icon-arrow-right, .body__minisite #tab-contact .button:hover .icon-arrow-left, .body__minisite #tab-contact .button:hover .icon-arrow-right, .body__minisite #tab-contact .button:active .icon-arrow-left, .body__minisite #tab-contact .button:active .icon-arrow-right, .body__minisite #tab-contact .button:focus .icon-arrow-left, .body__minisite #tab-contact .button:focus .icon-arrow-right {
    color: #FFF;
}

.body__minisite #sellPropForm .button__step, .body__minisite #tab-contact .button__step {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    cursor: pointer;
}

.body__minisite #sellPropForm .button__step .icon-arrow-left, .body__minisite #sellPropForm .button__step .icon-arrow-right, .body__minisite #tab-contact .button__step .icon-arrow-left, .body__minisite #tab-contact .button__step .icon-arrow-right {
    font-size: 10px;
    font-size: 0.625rem;
}

.body__minisite #sellPropForm .button__step.slick-disabled, .body__minisite #tab-contact .button__step.slick-disabled {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
}

.body__minisite #sellPropForm .button__step:first-child, .body__minisite #tab-contact .button__step:first-child {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: -5px 0;
    margin: -0.3125rem 0;
}

.body__minisite .title__main {
    border-bottom: 1px solid #dddfe5;
    border-bottom: 0.0625rem solid #dddfe5;
}

.body__minisite .title__main strong, .body__minisite .title__main b {
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
}

#minisite__special p {
    font-family: Lato, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 60px 0;
    margin: 3.75rem 0;
}

/* Offer css
 ----------------------------------------------------------------------------------------------------*/
.l-offer {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .l-offer {
        margin-top: 50px;
    }
}

.l-offer .row.view {
    margin-bottom: 25px;
}

.l-offer .col-4 {
    margin-bottom: 30px;
}

.l-offer .text__center {
    margin-top: 25px;
}

.l-offer .text__center a {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .l-offer .text__center a {
        margin: 0 15px;
        margin: 0 0.9375rem;
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

.rent__item .send {
    position: absolute;
    z-index: 9;
    color: white;
    top: 90px;
    top: 5.625rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    font-size: 1.875rem;
    font-family: Lato, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .rent__item .send {
        top: 10px;
        top: 0.625rem;
    }
}

.rent__item .send .demo-icon {
    display: block;
}

.c-offer {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    /* Offer liste
  ----------------------------------------------------------------------------------------------------*/
}

.c-offer:after {
    content: "";
    display: table;
    clear: both;
}

.prestige .c-offer {
    border: 1px solid #b7993c;
    border: 0.0625rem solid #b7993c;
}

.rent__item .c-offer .c-offer__img:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.rent__item .c-offer .c-offer__img .c-offer__fav, .rent__item .c-offer .c-offer__img .button__highlight {
    display: none;
}

.rent__item .c-offer .c-offer__img img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.c-offer:hover, .c-offer:active, .c-offer:focus {
    background: #f9fafc;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.c-offer__list-main .c-offer {
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-offer p,
.c-offer a {
    margin: 0;
    color: #2d3237;
}

.c-offer .icon {
    float: left;
    margin: 0;
}

.c-offer .button {
    position: absolute;
    top: 30px;
    top: 1.875rem;
    left: 0;
    border-radius: 0 3px 3px 0;
    border-radius: 0 0.1875rem 0.1875rem 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

.c-offer .button.button__favorites {
    position: inherit;
    margin-top: -3px;
}

.c-offer__list-main .c-offer .button.button__favorites {
    margin-left: 30px;
}

.c-offer__img {
    position: relative;
    overflow: hidden;
}

.c-offer__img .button__highlight:nth-child(3) {
    top: 75px;
    top: 4.6875rem;
}

.c-offer__img .button__highlight:nth-child(4) {
    top: 120px;
    top: 7.5rem;
}

.c-offer__list-main .c-offer__img {
    width: 360px;
    width: 22.5rem;
    float: left;
}

.c-offer__img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.c-offer__body {
    padding: 35px 20px 0 20px;
    padding: 2.1875rem 1.25rem 0 1.25rem;
    border: 1px solid #c3c9d1;
    border: 0.0625rem solid #c3c9d1;
    border-top: none;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-offer__body {
        padding: 35px 10px 0 10px;
        padding: 2.1875rem 0.625rem 0 0.625rem;
    }
}

@media screen and (min-width: 1024px) {
    .c-offer__body {
        padding: 35px 20px 0 20px;
        padding: 2.1875rem 1.25rem 0 1.25rem;
    }
}

.c-offer__list-main .c-offer__body {
    width: calc(100% - 360px);
    width: calc(100% - 22.5rem);
    float: left;
    padding: 35px 20px 20px 20px;
    padding: 2.1875rem 1.25rem 1.25rem 1.25rem;
    border: 1px solid #c3c9d1;
    border: 0.0625rem solid #c3c9d1;
    border-left: none;
}

.c-offer__profil {
    position: absolute;
    top: -23px;
    top: -1.4375rem;
    left: 50%;
    margin-left: -23px;
    background: transparent;
    height: 45px;
    height: 2.8125rem;
    width: 45px;
    width: 2.8125rem;
    border: 2px solid #fff;
    border: 0.125rem solid #fff;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.c-offer__profil a, .c-offer__profil img {
    height: 100%;
}

.c-offer__list-main .c-offer__profil {
    top: inherit;
    left: inherit;
    bottom: 13px;
    bottom: 0.8125rem;
    right: 13px;
    right: 0.8125rem;
    margin-left: 0;
    height: 60px;
    height: 3.75rem;
    width: 60px;
    width: 3.75rem;
}

.c-offer__name {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: Lato, Helvetica, sans-serif;
}

.c-offer__name:after {
    content: "";
    display: table;
    clear: both;
}

.c-offer__list-main .c-offer__name {
    margin-bottom: 0;
}

.c-offer__name p {
    margin: 0;
    float: left;
    width: 100%;
}

.c-offer__list-main .c-offer__name p {
    width: auto;
    max-width: calc(100% - 200px);
    margin-right: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-offer__localization {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #00648e;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
}

.c-offer__localization .demo-icon {
    color: #b2b2b2;
    margin-left: -6px;
    position: relative;
}

.c-offer__localization p, .c-offer__localization a {
    color: #00648e;
    font-family: Montserrat, Helvetica, sans-serif;
    font-weight: 400;
}

.prestige .c-offer__localization p, .prestige .c-offer__localization a {
    color: #b7993c;
}

.c-offer__informations:after {
    content: "";
    display: table;
    clear: both;
}

.c-offer__list-main .c-offer__informations {
    margin-bottom: 5px;
}

.c-offer__informations .c-offer__list {
    float: left;
}

.c-offer__list-main .c-offer .more__informations {
    position: absolute;
    top: 15px;
    top: 0.9375rem;
}

.c-offer__list-main .c-offer__title {
    display: inline-block;
    margin: 5px 0;
    margin: 0.3125rem 0;
}

.c-offer__time {
    font-family: Lato, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: 0.75rem;
    float: left;
    width: auto;
    margin: 0;
    position: relative;
    top: 10px;
    top: 0.625rem;
}

.c-offer__time span {
    color: #b2b2b2;
}

.c-offer__list-main .c-offer__time {
    float: left;
    width: auto;
    margin-right: 30px;
    top: 0;
}

.c-offer__price {
    float: right;
    color: #00648e !important;
    margin-top: 5px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    font-family: "Source Sans Pro", sans-serif;
}

.prestige .c-offer__price {
    color: #b7993c !important;
}

.c-offer__list-main .c-offer__price {
    margin-top: -49px;
}

.c-offer__footer {
    background: #f9fafc;
    border-top: 1px solid #e3e8f3;
    border-top: 0.0625rem solid #e3e8f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-offer__footer:after {
    content: "";
    display: table;
    clear: both;
}

.c-offer__list-main .c-offer__footer {
    width: calc(100% - 50px);
    width: calc(100% - 3.125rem);
    background: inherit;
    border: none;
    float: left;
}

.c-offer__footer.row {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .c-offer__footer.row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media screen and (min-width: 1024px) {
    .c-offer__footer.row {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.c-offer__list-main .c-offer__footer.row {
    position: absolute;
    margin-top: 25px;
    bottom: 13px;
    bottom: 0.8125rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-offer__footer .col-4 {
    text-align: center;
    border-right: 1px solid #e3e8f3;
    border-right: 0.0625rem solid #e3e8f3;
    position: relative;
    margin-bottom: 0;
    width: 33.33333333333333%;
    float: left;
    padding: 13px 5px 15px;
    padding: 0.8125rem 0.3125rem 0.9375rem;
    max-height: 56px;
}

@media screen and (min-width: 1260px) {
    .c-offer__footer .col-4 {
        padding: 13px 5px 15px;
        padding: 0.8125rem 0.3125rem 0.9375rem;
    }
}

.c-offer__list-main .c-offer__footer .col-4 {
    padding: 0 5px;
    padding: 0 0.3125rem;
    max-width: 100px;
}

.c-offer__footer .col-4:last-child {
    border-right: none;
}

.c-offer__footer .col-4 span {
    position: relative;
    top: -2px;
    top: -0.125rem;
}

.c-offer__footer p {
    font-family: Lato, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
}

.safari .c-offer__footer p {
    font-size: 10px;
    font-size: 0.625rem;
}

@media screen and (min-width: 768px) {
    .c-offer__footer p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.c-offer__footer .demo-icon {
    font-size: 20px;
    font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
    .c-offer__footer .demo-icon {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

@media screen and (min-width: 1024px) {
    .c-offer__footer .demo-icon {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.c-offer__footer .demo-icon.icon-bed {
    font-size: 24px;
    font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
    .c-offer__footer .demo-icon.icon-bed {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media screen and (min-width: 1024px) {
    .c-offer__footer .demo-icon.icon-bed {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.c-offer__footer .button {
    top: -13px;
    top: -0.8125rem;
    right: 0;
    left: inherit;
    border-radius: 30px;
    border-radius: 1.875rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.c-offer.item-fav .c-offer__img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    height: 0.125rem;
    background: #d63541;
}

.c-offer__fav {
    position: absolute;
    top: -60px;
    top: -3.75rem;
    right: -65px;
    right: -4.0625rem;
    height: 130px;
    height: 8.125rem;
    width: 130px;
    width: 8.125rem;
    background: #d63541;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.c-offer__fav .demo-icon {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    position: absolute;
    bottom: 28px;
    bottom: 1.75rem;
    left: 23px;
    left: 1.4375rem;
}

.c-offer__description p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-family: "Source Sans Pro", sans-serif;
}

.c-offer__list {
    display: none;
}

.c-offer__list:after {
    content: "";
    display: table;
    clear: both;
}

.c-offer__list-main .c-offer__list {
    display: block;
}

.c-offer__list .button__conseil {
    color: #e87722;
    margin-left: 105px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.prestige .c-offer__list .button__conseil {
    background-color: #b7993c;
    color: #FFF;
}

.c-offer__list .button__conseil .icon-letter {
    margin-right: 10px;
    height: 26px;
    height: 1.625rem;
}

.c-offer__list .button__conseil .icon-arrow-right {
    font-size: 10px;
    font-size: 0.625rem;
    margin-left: 10px;
}

.c-offer__list-main > .col-4 {
    width: 100%;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .c-offer__list-main > .col-4 {
        margin-bottom: 30px;
    }
}

.c-offer__list-main .c-offer__footer .col-4:nth-child(3) {
    border: none;
}

/* Search result
----------------------------------------------------------------------------------------------------*/
.l-result__list > .col-4 {
    margin-bottom: 15px;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .l-result__list > .col-4 {
        margin-bottom: 30px;
        width: 50%;
    }
}

/* Tabs
----------------------------------------------------------------------------------------------------*/
.l-tabs__home {
    background: #f3f5fa;
    padding: 15px 0 65px 0;
    padding: 0.9375rem 0 4.0625rem 0;
}

@media screen and (min-width: 768px) {
    .l-tabs__home {
        padding: 50px 0 120px 0;
        padding: 3.125rem 0 7.5rem 0;
    }
}

.l-tabs__footer {
    padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .l-tabs__footer {
        padding-bottom: 55px;
    }
}

.l-tabs__footer ul {
    margin: 0;
}

.l-tabs__footer ul:after {
    content: "";
    display: table;
    clear: both;
}

.l-tabs__footer li {
    float: left;
    width: calc(100% / 6);
}

.l-tabs__footer .row {
    margin-top: 50px;
}

/* Item
----------------------------------------------------------------------------------------------------*/
.item__city {
    font-weight: bold;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .item__city {
        margin-bottom: 20px;
    }
}

.item__city:last-child {
    margin-bottom: 0;
}

.item__city a {
    overflow: hidden;
    position: relative;
    display: inline-table;
    padding-bottom: 3px;
}

.item__city a:hover:after, .item__city a:active:after, .item__city a:focus:after {
    bottom: 3px;
    bottom: 0.1875rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.item__city a:after {
    content: '';
    width: 100%;
    height: 1px;
    height: 0.0625rem;
    background: #00648e;
    position: absolute;
    bottom: -1px;
    bottom: -0.0625rem;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.load:before, .link-load:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.load:before {
    background: rgba(0, 0, 0, 0.3);
}

a.link-load {
    color: #ebebeb !important;
    pointer-events: none;
    cursor: default;
}

.load:after, .link-load:after {
    content: '';
    top: 50%;
    position: absolute;
    border: 4px solid #f3f3f3;
    border: 0.25rem solid #f3f3f3;
    border-top: 4px solid #00648e;
    border-top: 0.25rem solid #00648e;
    border-radius: 50%;
    animation: spin 1.3s infinite;
    z-index: 3;
}

.load:after {
    left: 50%;
    margin: -25px 0 0 -25px;
    margin: -1.5625rem 0 0 -1.5625rem;
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
}

.link-load:after {
    margin: -7px 10px;
    margin: -0.4375rem 0.625rem;
    width: 10px;
    width: 0.625rem;
    height: 10px;
    height: 0.625rem;
    border: 3px solid #f3f3f3;
    border: 0.1875rem solid #f3f3f3;
    border-top: 3px solid #00648e;
    border-top: 0.1875rem solid #00648e;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

.slide {
    overflow: hidden;
    position: relative;
}

.slide .button__highlight {
    left: 0;
    z-index: 19;
}

.slide .button__highlight:nth-child(2) {
    top: 75px;
    top: 4.6875rem;
}

.slide .button__highlight:nth-child(3) {
    top: 120px;
    top: 7.5rem;
}

.slide .c-offer__fav {
    z-index: 99;
}

@media screen and (min-width: 1260px) {
    #businessCardModal .c-modal {
        max-width: 50vw;
    }
}

div#sendToFriendModal #recaptcha {
    margin: 25px 0;
    margin: 1.5625rem 0;
}

div#sendToFriendModal #recaptcha .registration-form-box {
    margin: 10px 0;
    margin: 0.625rem 0;
}

/* Offer - Page
 ----------------------------------------------------------------------------------------------------*/
.offer {
    /* Offer - Other
   ----------------------------------------------------------------------------------------------------*/
    /* Offer - Slider
 ----------------------------------------------------------------------------------------------------*/
    /* Offer - Information
 ----------------------------------------------------------------------------------------------------*/
    /* Offer - header
  ----------------------------------------------------------------------------------------------------*/
    /* Offer - content
  ----------------------------------------------------------------------------------------------------*/
    /* Offer - Equipement
  ----------------------------------------------------------------------------------------------------*/
    /* Offer - Equipement
  ----------------------------------------------------------------------------------------------------*/
    /* Offer - Graph
  ----------------------------------------------------------------------------------------------------*/
    /* Form
  ----------------------------------------------------------------------------------------------------*/
    /* Slider 2
  ----------------------------------------------------------------------------------------------------*/
    /* Footer
  ----------------------------------------------------------------------------------------------------*/
    /* Usefull
  ----------------------------------------------------------------------------------------------------*/
    /* Event
  ----------------------------------------------------------------------------------------------------*/
    /* Table
  ----------------------------------------------------------------------------------------------------*/
}

.offer__other {
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
    background: #fff;
}

.offer__other:after {
    content: "";
    display: table;
    clear: both;
}

.prestige .offer__other {
    background-color: #292a30;
}

@media screen and (min-width: 768px) {
    .offer__other {
        padding: 10px 30px;
        padding: 0.625rem 1.875rem;
    }
}

.offer__other a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 600;
}

.offer__other .left a {
    color: #2d3237;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.prestige .offer__other .left a {
    color: #FFF;
}

.offer__other .left .demo-icon {
    display: inline-block;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    height: 23px;
    height: 1.4375rem;
    margin-right: 10px;
}

.offer__other .right {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .offer__other .right {
        width: auto;
    }
}

.offer__other .right a {
    color: #9ba9b9;
}

@media screen and (min-width: 768px) {
    .offer__other .right a {
        margin-left: 20px;
    }
}

.offer__other .right a:first-child {
    float: left;
}

@media screen and (min-width: 768px) {
    .offer__other .right a:first-child {
        float: none;
    }
}

.offer__other .right a:last-child {
    float: right;
}

@media screen and (min-width: 768px) {
    .offer__other .right a:last-child {
        float: none;
    }
}

.offer__other .right .demo-icon {
    font-size: 8px;
    font-size: 0.5rem;
    position: relative;
    top: -2px;
    top: -0.125rem;
}

.offer__slider {
    height: 385px;
    height: 24.0625rem;
    background: #fff;
}

.offer__slider .slick-list,
.offer__slider .slick-track {
    height: 385px;
    height: 24.0625rem;
}

.offer__slider .slick-list img,
.offer__slider .slick-track img {
    height: 100%;
}

.offer__information {
    /* Offer - Information -1
    ----------------------------------------------------------------------------------------------------*/
    /* Offer - Information -2
    ----------------------------------------------------------------------------------------------------*/
}

.offer__information-1 {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    border-bottom: 0.0625rem solid #e8e8e8;
    padding: 12px 0 8px;
    padding: 0.75rem 0 0.5rem;
}

.offer__information-1:after {
    content: "";
    display: table;
    clear: both;
}

.offer__information-1 p {
    margin: 0;
}

.offer__information-1 .left p {
    float: left;
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 40px;
}

.offer__information-1 .left p:last-child {
    margin: 0;
}

.offer__information-1 .left span {
    font-weight: 600;
}

.offer__information-1 .right {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .offer__information-1 .right {
        width: auto;
    }
}

.offer__information-1 .right a {
    color: #2d3237;
    font-size: 14px;
    font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
    .offer__information-1 .right a {
        margin: 0 5px;
        margin: 0 0.3125rem;
        float: left;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.offer__information-2 {
    text-align: center;
    padding: 15px 0;
    padding: 0.9375rem 0;
    border-bottom: 1px solid #e3e8f3;
    border-bottom: 0.0625rem solid #e3e8f3;
}

.offer__information-2:after {
    content: "";
    display: table;
    clear: both;
}

.offer__information-2 .col-3 {
    margin: 0;
    border-right: 1px solid #e3e8f3;
    border-right: 0.0625rem solid #e3e8f3;
    width: 50%;
    margin-bottom: 20px;
    float: left;
}

@media screen and (min-width: 768px) {
    .offer__information-2 .col-3 {
        width: 25%;
    }
}

.offer__information-2 .col-3:nth-child(2) {
    border: none;
}

@media screen and (min-width: 768px) {
    .offer__information-2 .col-3:nth-child(2) {
        border-right: 1px solid #e3e8f3;
        border-right: 0.0625rem solid #e3e8f3;
    }
}

.offer__information-2 .col-3:last-child {
    border: none;
}

.offer__information-2 p {
    margin: 0;
    font-weight: 600;
}

.offer__information-2 .demo-icon {
    font-size: 20px;
    font-size: 1.25rem;
}

.offer__information-2 .title {
    color: #00648e;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    margin-bottom: 10px;
}

.prestige .offer__information-2 .title {
    color: #b7993c;
}

.offer__header {
    padding: 15px 0 5px;
    padding: 0.9375rem 0 0.3125rem;
}

.offer__header:after {
    content: "";
    display: table;
    clear: both;
}

.prestige .offer__header {
    color: #fff;
    background: #292a30;
}

.prestige .offer__header .button.link-selection {
    background: #fff;
    color: #00648e;
}

.prestige .offer__header .button.link-selection:hover, .prestige .offer__header .button.link-selection:active, .prestige .offer__header .button.link-selection:focus {
    background: #e6e6e6;
}

.offer__header .col-4 p {
    text-align: center;
    margin: 15px 0;
    margin: 0.9375rem 0;
}

.offer__header .col-4 a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
}

.offer__price p {
    margin: 20px 0 0;
    margin: 1.25rem 0 0;
    font-size: 17px;
    font-size: 1.0625rem;
    color: #b2b2b2;
}

.offer__price .desc {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 0;
}

.offer__price .price {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 26px;
    line-height: 1.625rem;
    margin-bottom: 7px;
    margin-top: 0;
}

.offer__price .graph {
    background: #00648e;
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
    margin-right: 40px;
    position: relative;
    height: 60px;
    height: 3.75rem;
}

.prestige .offer__price .graph {
    background: #b7993c;
}

.offer__price .graph:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    right: -1.25rem;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-top: 1.875rem solid transparent;
    border-bottom: 30px solid transparent;
    border-bottom: 1.875rem solid transparent;
    border-left: 20px solid #00648e;
    border-left: 1.25rem solid #00648e;
}

.prestige .offer__price .graph:after {
    border-left: 20px solid #b7993c;
    border-left: 1.25rem solid #b7993c;
}

.offer__price .graph p {
    color: #fff !important;
}

.offer__content {
    background: #fff;
    padding: 15px;
    padding: 0.9375rem;
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .offer__content {
        padding: 25px;
        padding: 1.5625rem;
    }
}

@media screen and (max-width: 480px) {
    .offer__content.offer__person {
        display: none;
        padding-bottom: 50px;
    }
}

.offer__content p:last-child {
    margin-bottom: 0;
}

.offer__equipement .h2 {
    margin-bottom: 15px;
}

.offer__equipement ul:after {
    content: "";
    display: table;
    clear: both;
}

.offer__equipement li {
    float: left;
    margin: 0 10px 10px 0;
    margin: 0 0.625rem 0.625rem 0;
    border: 1px solid #e8e8e8;
    border: 0.0625rem solid #e8e8e8;
    color: #9ba9b9;
    padding: 7px 14px;
    padding: 0.4375rem 0.875rem;
    font-weight: 600;
    border-radius: 3px;
    border-radius: 0.1875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.offer__equipement li:last-child {
    margin-right: 0;
}

.offer__energy .h2 {
    margin-bottom: 15px;
}

.offer__energy .col-6 {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .offer__energy .col-6 {
        margin-bottom: 0;
    }
}

.offer__energy p {
    margin: 0;
    font-size: 15px;
    font-size: 0.9375rem;
}

.offer__graph .code {
    float: right;
}

.offer__graph ul {
    margin: 0;
}

.offer__graph li {
    position: relative;
    color: #fff;
    margin-bottom: 2px;
    max-height: 30px;
}

.offer__graph li.current {
    background: #f9f9f9;
}

.offer__graph li .current__body {
    position: absolute;
    top: 4px;
    top: 0.25rem;
    right: 10px;
    right: 0.625rem;
    color: #2d3237;
    font-weight: 600;
}

.offer__graph li:nth-child(1) div {
    background: #00913a;
    width: 35%;
}

.offer__graph li:nth-child(1) div:after {
    border-left: 10px solid #00913a;
    border-left: 0.625rem solid #00913a;
}

.offer__graph li:nth-child(2) div {
    background: #00ae00;
    width: 40%;
}

.offer__graph li:nth-child(2) div:after {
    border-left: 10px solid #00ae00;
    border-left: 0.625rem solid #00ae00;
}

.offer__graph li:nth-child(3) div {
    background: #bdc800;
    width: 45%;
}

.offer__graph li:nth-child(3) div:after {
    border-left: 10px solid #bdc800;
    border-left: 0.625rem solid #bdc800;
}

.offer__graph li:nth-child(4) div {
    background: #e5d800;
    width: 50%;
}

.offer__graph li:nth-child(4) div:after {
    border-left: 10px solid #e5d800;
    border-left: 0.625rem solid #e5d800;
}

.offer__graph li:nth-child(5) div {
    background: #ffc600;
    width: 55%;
}

.offer__graph li:nth-child(5) div:after {
    border-left: 10px solid #ffc600;
    border-left: 0.625rem solid #ffc600;
}

.offer__graph li:nth-child(6) div {
    background: #ffb100;
    width: 60%;
}

.offer__graph li:nth-child(6) div:after {
    border-left: 10px solid #ffb100;
    border-left: 0.625rem solid #ffb100;
}

.offer__graph li:nth-child(7) div {
    background: #e83526;
    width: 65%;
}

.offer__graph li:nth-child(7) div:after {
    border-left: 10px solid #e83526;
    border-left: 0.625rem solid #e83526;
}

.offer__graph li div {
    padding: 4px 10px;
    padding: 0.25rem 0.625rem;
    position: relative;
}

.offer__graph li div:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    right: -0.625rem;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-top: 0.9375rem solid transparent;
    border-bottom: 15px solid transparent;
    border-bottom: 0.9375rem solid transparent;
}

.offer__graph-2 li:nth-child(1) div {
    background: #d1c1e4;
}

.offer__graph-2 li:nth-child(1) div:after {
    border-left: 10px solid #d1c1e4;
    border-left: 0.625rem solid #d1c1e4;
}

.offer__graph-2 li:nth-child(2) div {
    background: #c9a6d0;
}

.offer__graph-2 li:nth-child(2) div:after {
    border-left: 10px solid #c9a6d0;
    border-left: 0.625rem solid #c9a6d0;
}

.offer__graph-2 li:nth-child(3) div {
    background: #b797c5;
}

.offer__graph-2 li:nth-child(3) div:after {
    border-left: 10px solid #b797c5;
    border-left: 0.625rem solid #b797c5;
}

.offer__graph-2 li:nth-child(4) div {
    background: #93639d;
}

.offer__graph-2 li:nth-child(4) div:after {
    border-left: 10px solid #93639d;
    border-left: 0.625rem solid #93639d;
}

.offer__graph-2 li:nth-child(5) div {
    background: #874992;
}

.offer__graph-2 li:nth-child(5) div:after {
    border-left: 10px solid #874992;
    border-left: 0.625rem solid #874992;
}

.offer__graph-2 li:nth-child(6) div {
    background: #732e80;
}

.offer__graph-2 li:nth-child(6) div:after {
    border-left: 10px solid #732e80;
    border-left: 0.625rem solid #732e80;
}

.offer__graph-2 li:nth-child(7) div {
    background: #651275;
}

.offer__graph-2 li:nth-child(7) div:after {
    border-left: 10px solid #651275;
    border-left: 0.625rem solid #651275;
}

.offer__form .h3 {
    color: #e87722;
}

.offer__slider-2 {
    margin-top: 20px;
}

.offer__slider-2 .h3 {
    margin-bottom: 5px;
}

.prestige .offer__slider-2 .h3 {
    color: #FFF;
}

.offer__footer {
    margin: 55px 0 0;
    margin: 3.4375rem 0 0;
    padding: 50px 0 80px;
    padding: 3.125rem 0 5rem;
    background: #fff;
}

.offer__usefull .text__center {
    margin-top: 40px;
}

.offer__event {
    margin-top: 25px;
}

.offer__table {
    border: 1px solid #c3c9d1;
    border: 0.0625rem solid #c3c9d1;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.offer__table:after {
    content: "";
    display: table;
    clear: both;
}

.offer__table p {
    margin: 0;
    font-weight: 600;
}

.offer__table span {
    color: #00648e;
}

.offer__table .demo-icon {
    font-size: 30px;
    font-size: 1.875rem;
}

.offer__table .col-4 {
    height: 100%;
    margin-bottom: 0;
    padding: 30px 4%;
    padding: 1.875rem 4%;
}

.offer__table .col-4:nth-child(1) {
    background: #00648e;
    color: #fff;
    text-align: center;
}

.offer__table .col-4:nth-child(1) p {
    text-transform: uppercase;
    font-size: 23px;
    font-size: 1.4375rem;
    margin: 4px 0 10px;
    margin: 0.25rem 0 0.625rem;
}

.offer__table .col-4:nth-child(2) p, .offer__table .col-4:nth-child(3) p {
    margin-bottom: 10px;
}

.offer__table .col-4:nth-child(2) p:last-child, .offer__table .col-4:nth-child(3) p:last-child {
    margin-bottom: 0;
}

/* Share
----------------------------------------------------------------------------------------------------*/
.l-share:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (min-width: 768px) {
    .l-share {
        margin-left: 40px;
        float: left;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .l-share {
        margin: 5px 40px;
        margin: 0.3125rem 2.5rem;
        float: left;
    }
}

.l-share span {
    float: left;
}

.l-share a {
    float: left;
    font-size: 14px;
    font-size: 0.875rem;
}

.l-share .fb {
    color: #405599;
}

.prestige .l-share .fb {
    color: #b5b5b5;
}

.l-share .tw {
    color: #31a9ef;
}

.prestige .l-share .tw {
    color: #b5b5b5;
}

.l-share .gg {
    color: #d94b36;
}

.prestige .l-share .gg {
    color: #b5b5b5;
}

.l-result__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .l-result__list {
        margin: 0;
        padding: 0 15px;
        padding: 0 0.9375rem;
    }
}

.offer__slider .slick-track, .slider__lightbox .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.offer__slider .slick-prev, .slider__lightbox .slick-prev {
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
    border-radius: 50%;
    background: #00648e;
    margin-left: 59px;
    display: block;
    margin-top: -11px;
}

.offer__slider .slick-prev:before, .slider__lightbox .slick-prev:before {
    color: #fff;
}

@media screen and (max-width: 480px) {
    .offer__slider .slick-prev, .slider__lightbox .slick-prev {
        top: 50%;
        left: -50px;
        left: -3.125rem;
        background: transparent;
    }
}

.offer__slider .slick-next, .slider__lightbox .slick-next {
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
    border-radius: 50%;
    background: #00648e;
    margin-right: 59px;
    display: block;
    margin-top: -11px;
}

.offer__slider .slick-next:before, .slider__lightbox .slick-next:before {
    color: #fff;
}

@media screen and (max-width: 480px) {
    .offer__slider .slick-next, .slider__lightbox .slick-next {
        top: 50%;
        right: -50px;
        right: -3.125rem;
        background: transparent;
    }
}

.prestige .offer__slider .slick-arrow, .prestige .slider__lightbox .slick-arrow {
    background: #b7993c;
}

.form__person select option {
    color: #000000;
}

.offer__content.offer__form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.offer button {
    margin: -15px;
    margin: -0.9375rem;
}

.c-offer__localization p {
    color: #292a30 !important;
}

.offer__map {
    margin-top: 29px;
}

.row.slider__event.slick-initialized.slick-slider img {
    height: 100%;
    width: 140px;
    width: 8.75rem;
}

.offer__graph .current .current__body {
    padding-right: 50px;
}

.agrandir {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    margin: -15px -15px;
    margin: -0.9375rem -0.9375rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    height: 100px;
    height: 6.25rem;
    width: 100px;
    width: 6.25rem;
    text-align: center;
    line-height: 100px;
    line-height: 6.25rem;
    transition: opacity 0.3s;
}

.agrandir i {
    font-size: 40px;
    font-size: 2.5rem;
    color: black;
}

.offer__slider-item {
    position: relative;
}

.offer__slider-item:hover .agrandir {
    opacity: 1;
}

.partager:hover {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
}

#join_us_agent_motif {
    border: none;
    color: white;
    background-color: #e87722;
}

#join_us_agent_motif li.selected {
    color: white;
}

.l-form__person .form__footer .button {
    margin: 0;
    color: #3e4248;
    background: #f3f5fa;
    font-size: 17px;
    font-size: 1.0625rem;
}

.l-form__person .form__footer i {
    color: #e87722;
}

.l-form__person .custom a {
    color: #ffffff;
    border-bottom-color: #ed924e;
    font-weight: normal;
}

.prestige .l-form__person .custom a {
    border-bottom-color: #FFF;
}

.offer__content.offer__person .form__footer h3 {
    color: #e87722;
}

.offer__content.offer__person .form__footer .button {
    color: #ffffff;
    background: #e87722;
    border-radius: 25px;
    border-radius: 1.5625rem;
}

.prestige .offer__content.offer__person .form__footer .button {
    color: #FFF;
    background-color: #b7993c;
}

.prestige .offer__content.offer__person .form__footer .button:hover, .prestige .offer__content.offer__person .form__footer .button:active, .prestige .offer__content.offer__person .form__footer .button:focus {
    background-color: #91792f;
}

button {
    cursor: pointer;
}

#join_us_agent_motif li.selected {
    color: #0099cc;
}

@media screen and (max-width: 768px) {
    #searchForm .right__info {
        width: 100% !important;
    }

    #searchForm .right__info .right {
        width: 100%;
    }

    #searchForm .right__info .right .more {
        height: 42px;
        height: 2.625rem;
        margin-top: 10px;
        width: 33%;
    }
}

@media screen and (max-width: 480px) {
    #searchForm.search__bar .right .more {
        width: 50%;
    }

    #searchForm.search__bar .right .cta {
        display: block;
        width: 100%;
    }

    #searchForm.search__bar .form__filters [class^='col-'] {
        width: 100%;
    }
}

#fiche-bien .icon-envelope, #fiche-bien .icon-printer {
    color: #b5b5b5;
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: -3px;
    margin-left: 30px;
}

#fiche-bien iframe#calculator {
    width: 100%;
    min-height: 670px;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    #fiche-bien .offer > .wrapper > .row .col-8 {
        width: 100%;
    }

    #fiche-bien .offer__content.offer__person {
        display: none;
    }

    #fiche-bien .sidebar {
        width: 100%;
        margin-top: 60px;
    }

    #fiche-bien .sidebar .c-select:before {
        padding-right: 10px;
    }

    #fiche-bien .sidebar .form__input, #fiche-bien .sidebar .c-select {
        width: 50%;
        float: left;
        padding: 0 10px;
        padding: 0 0.625rem;
    }

    #fiche-bien .sidebar #recaptcha1 > div {
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    #fiche-bien #recaptcha1 {
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        transform-origin: 0 0;
    }
}

#fiche-bien .offer__energy .title {
    color: #292a30;
}

#fiche-bien .offer__energy .title__second {
    color: #434244;
}

#fiche-bien .offer__content h3 {
    color: #e87722;
}

.prestige #fiche-bien .offer__content h3 {
    color: #b7993c;
}

#fiche-bien .offer__person .form__footer .button .icon-letter {
    font-size: 20px;
    font-size: 1.25rem;
}

#fiche-bien .offer__person .form__footer .button span {
    margin: 7px;
    margin: 0.4375rem;
}

#fiche-bien .form__offer .c-select a {
    font-family: 'Source Sans Pro';
}

#fiche-bien .form__offer .icon-letter {
    vertical-align: -11px;
}

#fiche-bien .form__offer span {
    vertical-align: -8px;
}

#fiche-bien .form__offer .icon-arrow-right {
    font-size: 10px;
    font-size: 0.625rem;
    vertical-align: -7px;
}

#fiche-bien .form__person {
    font-family: "Source Sans Pro", sans-serif;
}

#fiche-bien .form__person .c-select.has-value a:first-child {
    color: #f3f5fa;
    border-bottom-color: #f3f5fa;
}

.prestige #fiche-bien .form__person .c-select.has-value a:first-child {
    color: #292a30;
    border-bottom-color: #cbccd2;
}

#fiche-bien .form__person .c-select a {
    font-family: 'Source Sans Pro';
}

#fiche-bien .form__person .button {
    color: #00648e;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: Lato;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.prestige #fiche-bien .form__person .button {
    color: #FFF;
    background-color: #b7993c;
}

#fiche-bien .form__person .icon-arrow-right {
    color: #00648e;
}

.prestige #fiche-bien .form__person .icon-arrow-right {
    color: #FFF;
}

#fiche-bien .form__person .form__footer .icon-letter {
    font-size: 20px;
    font-size: 1.25rem;
}

#fiche-bien .form__person .form__footer span {
    vertical-align: 2px;
    margin-left: 6px;
    margin-right: 6px;
    font-family: Lato;
    color: #00648e;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 32px;
    line-height: 2rem;
    text-align: left;
}

#fiche-bien .form__person .form__footer .icon-arrow-right {
    vertical-align: 4px;
    font-size: 11px;
    font-size: 0.6875rem;
}

#fiche-bien .offer__information-1 {
    font-size: 14px;
    font-size: 0.875rem;
}

.prestige #fiche-bien .offer__information-1 {
    background: #292a30;
    color: #FFF;
}

#fiche-bien .offer__information-1 span {
    font-weight: bold;
}

@media screen and (min-width: 480px) and (max-width: 1024px) {
    #fiche-bien .offer__information-1 .left p:first-child {
        margin-right: 15px;
    }
}

#fiche-bien .offer__information-1 .right > a {
    width: 50%;
    float: left;
    margin: 5px 0;
    margin: 0.3125rem 0;
}

@media screen and (max-width: 1024px) and (min-width: 480px) {
    #fiche-bien .offer__information-1 .right > a {
        width: auto;
    }

    #fiche-bien .offer__information-1 .right > a:first-child {
        margin-right: 15px;
    }
}

#fiche-bien .offer__information-1 .right > a .demo-icon {
    margin: 0;
}

#fiche-bien .offer__information-1 a i {
    float: left;
    padding-right: 8px;
}

.prestige #fiche-bien .offer__information-1 a {
    color: #FFF;
}

#fiche-bien .offer__information-1 .l-share a i {
    font-size: 20px;
    font-size: 1.25rem;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: -8px;
}

#fiche-bien .offer__information-2 {
    padding-bottom: 0px;
}

#fiche-bien .offer__information-2 .element-icone {
    font-family: Lato;
    color: #292a30;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 26px;
    line-height: 1.625rem;
    text-align: center;
}

#fiche-bien .offer__information-2 .col-3 {
    margin-bottom: 12px;
}

#fiche-bien .equipements .equipement {
    padding: 6px 11px;
    padding: 0.375rem 0.6875rem;
    float: left;
    border: solid 1px rgba(178, 178, 178, 0.3);
    border: solid 0.0625rem rgba(178, 178, 178, 0.3);
    margin: 3px;
    margin: 0.1875rem;
    color: #9ba9b9;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
    background-color: #ffffff;
}

#fiche-bien .offer__slider .slick-list .slick-track {
    background-color: white;
}

#fiche-bien .offer__slider .slick-list .slick-track .offer__slider-item.slick-slide {
    margin-left: 20px;
}

#lightbox-image .c-modal {
    max-width: 80vw;
    width: 850px;
    width: 53.125rem;
    max-height: 90vh;
}

#lightbox-image .c-modal .slider__lightbox img {
    width: auto;
    height: 100%;
    max-height: 80vh;
}

.form__person .c-select a {
    color: #FFF;
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.form__person .demo-icon {
    color: #e87722;
    font-size: 15px;
    font-size: 0.9375rem;
}

.prestige .form__person .demo-icon {
    color: #FFF;
}

.form__person .button {
    color: #00648e;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: Lato, Helvetica, sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.prestige .form__person .button {
    color: #FFF;
}

.form__person .icon-arrow-right {
    color: #00648e;
}

.prestige .form__person .icon-arrow-right {
    color: #FFF;
}

.prestige .offer__information-2 {
    margin-top: 30px;
    background: #FFF;
}

.prestige .person__info:before {
    background: #f3f5fa;
    border-top: 1px solid #ced0d4;
    border-top: 0.0625rem solid #ced0d4;
}

.prestige .person__info .button {
    background: #f3f5fa;
}

.prestige .person__info .button .demo-icon {
    color: #292a30;
}

.prestige .person__body p, .prestige .person__body a {
    color: #292a30;
}

.prestige .person__body a {
    border: 1px solid #292a30;
    border: 0.0625rem solid #292a30;
}

.prestige .l-form__person > .col-12 a .demo-icon {
    display: block;
    color: #292a30;
}

.prestige .form__person {
    background: #f3f5fa;
    border-bottom: 1px solid #ced0d4;
    border-bottom: 0.0625rem solid #ced0d4;
}

.prestige .form__person textarea {
    background: #e9ebf0;
    border: 1px solid #cbccd2;
    border: 0.0625rem solid #cbccd2;
}

.prestige .form__person textarea::-webkit-input-placeholder {
    color: #292a30;
}

.prestige .form__person textarea::-moz-placeholder {
    color: #292a30;
}

.prestige .form__person textarea:-moz-placeholder {
    color: #292a30;
}

.prestige .form__person textarea:-ms-input-placeholder {
    color: #292a30;
}

.prestige .form__person input {
    border-bottom-color: #cbccd2;
}

.prestige .form__person input::-webkit-input-placeholder {
    color: #292a30;
}

.prestige .form__person input::-moz-placeholder {
    color: #292a30;
}

.prestige .form__person input:-moz-placeholder {
    color: #292a30;
}

.prestige .form__person input:-ms-input-placeholder {
    color: #292a30;
}

.prestige .form__person .c-select:before {
    background: #f3f5fa;
    color: #292a30;
}

.prestige .form__person .c-select a {
    color: #292a30;
    border-bottom-color: #cbccd2;
}

.prestige section {
    background: #292a30;
}

.prestige .l-result p {
    color: #b7993c;
}

.prestige .l-result .sort__filter.has-value a {
    border-bottom-color: #b7993c;
}

.prestige .l-result .sort__filter:before {
    background-color: #292a30;
    color: #b7993c;
    border: 1px solid;
    border: 0.0625rem solid;
    border-left: none;
}

.prestige .l-result .sort__filter > a {
    background-color: #292a30;
    color: #b7993c;
    border-color: #b7993c;
}

.prestige #searchForm.search__bar {
    background-color: #f0f0f0;
}

.prestige .cta button {
    background-color: #b7993c;
}

.prestige #fiche-bien .form__person .form__footer span {
    color: white !important;
}

.prestige .l-form__person .col-12 a {
    color: #b7993c !important;
}

.prestige .c-select.is-active ul li.selected {
    color: #b7993c;
}

.prestige .c-select.is-active ul li:hover {
    color: #b7993c;
}

.prestige #alert_bien a {
    background-color: #b7993c;
}

.prestige #alert_bien a:hover {
    color: white;
}

.prestige .pagination li.active {
    background: #b7993c;
    border: 1px solid #b7993c;
    border: 0.0625rem solid #b7993c;
}

.prestige .pagination li.active a {
    color: #FFF;
}

.prestige .pagination li:hover, .prestige .pagination li:active, .prestige .pagination li:focus {
    background: #b7993c;
    border: 1px solid #b7993c;
    border: 0.0625rem solid #b7993c;
}

.prestige .pagination li:hover a, .prestige .pagination li:active a, .prestige .pagination li:focus a {
    color: #FFF;
}

.prestige .pagination li .next .demo-icon {
    color: #b7993c;
}

.prestige .pagination li .next:hover .demo-icon, .prestige .pagination li .next:active .demo-icon, .prestige .pagination li .next:focus .demo-icon {
    color: #FFF;
    background: #b7993c;
    border: 1px solid #b7993c;
    border: 0.0625rem solid #b7993c;
}

.modal-content button.button.button__white {
    background-color: #00648e;
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modal-content button.button.button__white:hover, .modal-content button.button.button__white:active, .modal-content button.button.button__white:focus {
    background-color: #00a4df;
    color: #FFF;
}

/* Block
----------------------------------------------------------------------------------------------------*/
.pagination {
    text-align: center;
    margin: 20px 0 60px;
    margin: 1.25rem 0 3.75rem;
}

.pagination:after {
    content: "";
    display: table;
    clear: both;
}

.pagination li {
    display: inline-block;
    margin: 0 1px;
    margin: 0 0.0625rem;
    background: #fff;
    border: 1px solid #dce5f2;
    border: 0.0625rem solid #dce5f2;
    border-radius: 2px;
    border-radius: 0.125rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.pagination li:hover, .pagination li:active, .pagination li:focus {
    border: 1px solid #00648e;
    border: 0.0625rem solid #00648e;
    background: #00648e;
}

.pagination li:hover a, .pagination li:active a, .pagination li:focus a {
    color: #fff;
}

.pagination li.active {
    border: 1px solid #00648e;
    border: 0.0625rem solid #00648e;
    background: #00648e;
}

.pagination li.active a {
    color: #fff;
}

.pagination a {
    display: block;
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
    text-align: center;
    line-height: 40px;
    line-height: 2.5rem;
    color: #2d3237;
}

.pagination .previous,
.pagination .next {
    color: #00648e;
}

/* Présentation
-------------------------------------------------------------- */
.presentation {
    border-bottom: 1px solid #ebebeb;
    border-bottom: 0.0625rem solid #ebebeb;
    margin-bottom: 35px;
}

.presentation__ville .h1 {
    text-align: center;
    height: 150px;
    height: 9.375rem;
    line-height: 150px;
    line-height: 9.375rem;
    font-size: 45px;
    font-size: 2.8125rem;
}

.presentation__ville .h1 span {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 300;
}

.presentation__ville .col-8 .row {
    border-bottom: 1px solid #ebebeb;
    border-bottom: 0.0625rem solid #ebebeb;
}

.presentation__ville .col-8 .row .col-3 {
    text-align: center;
}

.presentation__ville .col-8 .row .col-3:not(:last-child) {
    border-right: 1px solid #ebebeb;
    border-right: 0.0625rem solid #ebebeb;
}

.presentation__ville .col-8 .row .col-3 .color-main {
    color: #00648e;
    margin: 0 0 10px 0;
    margin: 0 0 0.625rem 0;
}

.presentation__ville .col-8 .row .col-3 p {
    margin: 0 0 10px 0;
    margin: 0 0 0.625rem 0;
}

.presentation__body p {
    font-size: 16px;
    font-size: 1rem;
    padding: 25px 0;
    padding: 1.5625rem 0;
}

#press-top {
    padding-top: 25px;
    padding-bottom: 25px;
}

@media screen and (max-width: 480px) {
    #press-top .button {
        display: block;
        width: 80%;
        margin: 5px auto;
        margin: 0.3125rem auto;
    }
}

#press-releases .wrapper .row {
    display: flex;
    flex-wrap: wrap;
}

#press-releases .wrapper .row > div {
    display: flex;
}

#press-releases .wrapper .row > div:first-child {
    border-right: 1px solid #dfe1e4;
    border-right: 0.0625rem solid #dfe1e4;
}

#press-releases .press-release__box.press-release__box__left {
    padding-right: 30px;
}

@media screen and (max-width: 768px) {
    #press-releases .press-release__box.press-release__box__left {
        padding: 0;
    }
}

#press-releases .press-release__box.press-release__box__right {
    padding-left: 30px;
}

@media screen and (max-width: 768px) {
    #press-releases .press-release__box.press-release__box__right {
        padding: 0;
    }
}

#press-releases .press-release__box .box__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0;
    color: #00648e;
}

@media screen and (max-width: 480px) {
    #press-releases .press-release__box .box__title {
        margin: 20px 0;
        margin: 1.25rem 0;
    }
}

#press-releases .press-release__box .box__date {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic;
    color: #b2b2b2;
    margin-top: 3px;
    margin-bottom: 10px;
}

#they-talk-about-us .testimonial__image {
    height: 245px;
    height: 15.3125rem;
    line-height: 245px;
    line-height: 15.3125rem;
    text-align: center;
}

#they-talk-about-us .testimonial__image img {
    height: 90px;
    height: 5.625rem;
}

#property-boxes {
    font-family: "Source Sans Pro", sans-serif;
}

#property-boxes .property-boxes__subtitle {
    margin-bottom: 30px;
}

#property-boxes .property-boxes__subtitle p {
    margin: 0;
    color: #2a3e55;
}

#property-boxes .tabs {
    align-items: center;
    margin-bottom: 25px;
}

#property-boxes .tab-link {
    height: 130px;
    height: 8.125rem;
    border: none;
    background: #f3f5fa;
    color: #828282;
    padding-top: 35px;
}

#property-boxes .tab-link.current {
    background-color: #00648e;
    color: #FFF;
    height: 160px;
    height: 10rem;
}

#property-boxes .tab-link .demon-icon {
    display: block;
    font-size: 40px;
    font-size: 2.5rem;
}

#property-boxes .form__subtitle {
    color: #e87722;
    margin: 25px 0;
    margin: 1.5625rem 0;
}

#property-boxes .button {
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 10px 0 10px 50%;
    margin: 0.625rem 0 0.625rem 50%;
}

#property-boxes .row.avantages {
    margin-top: 14px;
    margin-bottom: 14px;
}

#property-boxes .row.avantages .avn {
    cursor: pointer;
    position: relative;
    height: 56px;
    height: 3.5rem;
    background-color: #dbdee4;
}

#property-boxes .row.avantages .avn input {
    display: none;
}

#property-boxes .row.avantages .avn input:checked + label, #property-boxes .row.avantages .avn input:checked ~ label {
    background-color: #00648e;
    color: white;
}

#property-boxes .row.avantages .avn input:checked + label {
    background-color: #00648e;
    color: white;
}

#property-boxes .row.avantages .avn label {
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    color: black;
    line-height: 56px;
    line-height: 3.5rem;
}

#property-boxes .row.avantages .avn label.selected {
    background-color: #00648e;
    color: white;
}

#property-boxes .row.avantages .avn.selected {
    background-color: #00648e;
}

#property-boxes .row.avantages .avn.selected label {
    background-color: #00648e;
    color: white;
}

#property-boxes .wrapper-small {
    max-width: 500px;
}

#property-boxes .mini-title {
    color: #e87722;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 23px;
    line-height: 1.4375rem;
}

#property-boxes .form-control, #property-boxes .form-control::-webkit-input-placeholder, #property-boxes .c-select {
    font-family: Lato;
    color: #2a3e55;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 26px;
    line-height: 1.625rem;
    padding-bottom: 0px;
}

#property-boxes .form-control, #property-boxes .c-select {
    padding-left: 0px;
    border-bottom: solid 1px rgba(42, 62, 85, 0.2);
    border-bottom: solid 0.0625rem rgba(42, 62, 85, 0.2);
}

#property-boxes .c-select {
    height: 31px;
    height: 1.9375rem;
}

#property-boxes .c-select a {
    font-family: Lato;
    color: #2a3e55;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 26px;
    line-height: 1.625rem;
    color: #2a3e55;
    border: none;
}

#property-boxes #estimateMyProperty_product_surface {
    padding-top: 5px;
}

#property-boxes #div_construction_year {
    padding-bottom: 10px;
}

#property-boxes .last-row {
    margin-bottom: 30px;
}

#property-boxes .first-row {
    margin-top: 20px;
}

#property-boxes .type-bien {
    margin-bottom: 30px;
    margin-top: -20px;
}

@media screen and (max-width: 480px) {
    #property-boxes .type-bien {
        margin-top: 0;
    }
}

#property-boxes .l-tabs.l-tabs__home {
    margin-top: 65px;
}

@media screen and (max-width: 480px) {
    #property-boxes .l-tabs.l-tabs__home {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

#property-boxes .address {
    margin-top: -100px;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 0 20%;
}

@media screen and (max-width: 480px) {
    #property-boxes .address {
        margin-top: -75px;
        width: 50%;
        left: 50%;
        padding: 0;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

#property-boxes input {
    background-color: transparent;
}

#property-boxes #informations {
    margin-top: 14px;
}

#property-boxes #informations .c-select:first-child {
    margin-left: 35%;
    margin-right: 35%;
    margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
    #property-boxes #informations .c-select:first-child {
        margin: 0 auto;
        width: 50%;
    }
}

#property-boxes #informations .c-select:first-child a {
    text-align: center;
}

#property-boxes #userProfile {
    margin-top: 14px;
}

#property-boxes #userProfile .c-select:first-child {
    margin-left: 35%;
    margin-right: 35%;
    margin-bottom: 10px;
}

#property-boxes #userProfile .c-select:first-child a {
    text-align: center;
}

#property-boxes .row {
    padding-bottom: 10px;
}

#property-boxes .first-row {
    padding-bottom: 0px;
}

@media screen and (max-width: 480px) {
    #part_maison .col-6:last-child {
        margin: 0;
    }

    #estimatePropForm .col-6 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    #div_construction_year {
        padding-bottom: 0;
    }

    #property-boxes .row,
    #div_construction_year,
    #estimateMyProperty_price {
        padding-bottom: 0;
    }

    #sellMyProperty_product_surface,
    #property-boxes #div_construction_year,
    #estimateMyProperty_price,
    #sellMyProperty_price {
        padding-top: 0;
    }

    #nbr_rooms a, #nbr_bath a {
        padding: 0;
    }

    #nbr_rooms ul, #nbr_bath ul {
        width: 100%;
        margin-left: 0;
    }
}

/* fiche Search
 ----------------------------------------------------------------------------------------------------*/
#searchForm .c-select.first.is-active {
    width: 187px;
    width: 11.6875rem;
    z-index: 100;
    position: absolute;
}

#searchForm .c-select.first.is-active li {
    width: 251px;
    width: 15.6875rem;
}

#searchForm .c-select.first.is-active li i.first-icon {
    margin-right: 205px;
    margin-top: 11px;
    font-size: 24px;
    font-size: 1.5rem;
}

#searchForm .c-select.first.is-active li span {
    margin-left: 32px;
}

#searchForm .c-select.first.is-active li .demo-icon.icon-validation {
    margin-top: 11px;
    margin-right: 2px;
    font-size: 24px;
    font-size: 1.5rem;
}

#searchForm .c-select.first.is-active .c-select:before {
    content: '\e800';
    color: #000000;
    font-size: 12px;
    font-size: 0.75rem;
}

#searchForm .col-3 .row .col-4 {
    background-color: white;
    padding-bottom: 87px;
}

.modalDialog .c-modal {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
}

.modalDialog .c-modal > * {
    -webkit-transform: translateZ(0px);
}

#alert_bien .c-modal {
    padding: 20px;
    padding: 1.25rem;
    border-radius: 5%;
}

#alert_bien .c-modal .registration-form-box p {
    margin-bottom: 10px;
}

#alert_bien .c-modal .registration-form-box button {
    line-height: 0px;
    line-height: 0rem;
}

#our-team .team__member {
    text-align: center;
}

#our-team .team__member img {
    border-radius: 50%;
    height: 130px;
    height: 8.125rem;
    width: 130px;
    width: 8.125rem;
    margin: 0 auto 15px;
    margin: 0 auto 0.9375rem;
}

#our-team .team__member .main_color {
    color: #00648e;
}

#our-team .team__member p {
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic;
    color: #989898;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
        font-family: Arial, Helvetica, sans-serif !important;
        text-decoration: none;
    }

    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: none;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 0;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .inline-element-with-padding {
        padding: 0;
    }

    /* remove useless content */
    .header,
    .footer,
    .widget-area,
    .breadcrumb,
    .wp-pagenavi {
        display: none !important;
    }

    /* reset width */
    .content {
        padding: 10px 0 !important;
        padding: 0.625rem 0 !important;
        margin: 10px 0 !important;
        margin: 0.625rem 0 !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 1024px) {
    object {
        width: 750px;
        height: 400px;
    }

    #video-gallery .slick-center .video, #video-gallery .slick-slide .video {
        height: inherit;
    }

    ul.slider__videos {
        height: inherit;
        min-height: inherit;
    }
}

@media screen and (max-width: 768px) {
    object {
        width: 450px;
        height: 250px;
    }

}

@media screen and (max-width: 480px) {
    object {
        width: 100%;
        height: 200px;
    }
}

@media screen and (max-width: 1024px) {
    object {
        width: 750px;
        height: 400px;
    }

    #video-gallery .slick-center .video, #video-gallery .slick-slide .video {
        height: inherit;
    }

    ul.slider__videos {
        height: inherit;
        min-height: inherit;
    }
}

@media screen and (max-width: 768px) {
    object {
        width: 450px;
        height: 250px;
    }

}

@media screen and (max-width: 480px) {
    object {
        width: 100%;
        height: 200px;
    }
}

#join-us-why .l-form__person .choices.hidePt {
    display: block;
}

#join-us-why .l-form__person .choices.hidePt.hidden {
    display: none;
}

iframe#immodvisor-widget-iframe {
    height: 550px;
}

.popup_content--2JBXA {
    width: 50% !important;
}

@media screen and  (max-width: 767px) {
    .popup_content--2JBXA {
        height: 50% !important;
        width: 80% !important;
    }
}

@media screen and (max-height: 700px) {
    .popup_content--2JBXA {
        height: 50% !important;
        width: 40% !important;
    }

    @media screen and (max-width: 1280px) {
        .popup_content--2JBXA {
            width: 40% !important;
        }
    }
    @media screen and (max-width: 1024px) {
        .popup_content--2JBXA {
            width: 40% !important;
        }
    }
    @media screen and  (max-width: 767px) {
        .popup_content--2JBXA {
            width: 70% !important;
            height: 50% !important;
        }
    }

    @media screen and (max-width: 480px) {
        .popup_content--2JBXA {
            width: 80% !important;
        }
    }
}
