@charset "utf-8";
/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: Julien Franeau
	All rights reserved
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;600;700&display=swap');

body, html {
    font-family: 'Lato', sans-serif;
    position: relative;
}
a {
    color: rgba(255,255,255,0.75);
}

/* HEADER */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 99;
}
header .top-info {
    padding: 10px 0;
    background-color: rgba(0,0,0,0.15);
}
header .top-info .contact-item {
    display: inline-block;
    vertical-align: middle;
    color: rgba(255,255,255,0.75);
    font-size: 12px;
}
header .top-info .contact-item i {
    margin-right: 4px;
    opacity: 0.5;
}
header .top-info .contact-item + .contact-item {
    margin-left: 10px;
    padding-left: 14px;
    border-left: 1px solid rgba(255,255,255,0.25);
}
header .top-info ul.socials {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
header .top-info ul.socials li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
header .top-info ul.socials li a {
    display: block;
    color: #fff;
}

/* NAVIGATION */
.navbar {
    background: transparent !important;
    padding: 25px 0;
}
.navbar .container {
    position: relative;
}
.navbar .container:after {
    position: absolute;
    bottom: -25px;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background: #fff;
    content: ' ';
    opacity: 0.15;
}
.navbar .navbar-brand {
    margin: 0;
    padding: 0;
}
.navbar .navbar-brand img {
    display: inline-block;
    vertical-align: middle;
    height: 64px;
    filter: brightness(0) invert(1);
}
.navbar .navbar-brand b {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding-left: 10px;
    text-align: left;
}
.navbar .navbar-brand b strong {
    display: block;
}
.navbar .navbar-brand b span {
    display: block;
    font-size: 11px;
    opacity: 0.75;
    letter-spacing: 4.6px;
}
.navbar .nav-item > .nav-link {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.2s ease all;
    margin-left: 10px;
}
.navbar .nav-item > .nav-link:hover {
    color: #49BDFC;
}
.navbar .nav-item.active > .nav-link {
    color: #00A0F7;
}


/* MAIN */
.main {
    position: relative;
    /*background: url('../img/main-2.jpg') right top no-repeat;*/
    background-size: cover !important;
    color: #fff;
    padding: 350px 0 250px 0;
}
.main .container {
    position: relative;
    z-index: 2;
}
.main h2 {
    font-weight: 200;
    font-size: 36px;
    margin: 0;
}
.main h2 strong {
    display: block;
    font-size: 56px;
    margin-top: -10px;
    font-weight: 700;
}
.main p {
    font-size: 20px;
    max-width: 80%;
    line-height: 1.25;
    margin-top: 15px;
    margin-bottom: 35px;
    font-weight: 300;
}

/* BUTTONS */
.btn {
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.btn.btn-primary {
    background: #00a0f7;
    border-color: #00a0f7;
}
.btn.btn-primary:hover {
    background: #49bdfc;
    border-color: #49bdfc;
}
.btn.btn-primary:focus {
    background: #49bdfc;
    border-color: #49bdfc;
    box-shadow: rgba(0,0,0,0.1) 0 10px 25px;
}
.btn.btn-primary:active {
    background: #49bdfc !important;
    border-color: #49bdfc !important;
    box-shadow: rgba(0,0,0,0.1) 0 10px 25px !important;
}
.btn.btn-secondary {
    background: #003049;
    border-color: #003049;
}
.btn.btn-secondary:hover {
    background: #004266;
    border-color: #004266;
}
.btn.btn-secondary:focus {
    background: #004266;
    border-color: #004266;
    box-shadow: rgba(0,0,0,0.1) 0 10px 25px;
}
.btn.btn-secondary:active {
    background: #004266 !important;
    border-color: #004266 !important;
    box-shadow: rgba(0,0,0,0.1) 0 10px 25px !important;
}
.btn.btn-outline-primary {
    border-color: #003049;
    color: #003049;
    text-transform: none;
}
.btn.btn-outline-primary i {
    margin-left: 5px;
    margin-right: -10px;
}
.btn.btn-outline-primary:hover {
    background: #003049;
    border-color: #003049;
    color: #fff;
}
.btn.btn-outline-primary:focus {
    background: #004266;
    border-color: #004266;
    box-shadow: rgba(0,0,0,0.1) 0 10px 25px;
    color: #fff;
}
.btn.btn-outline-primary:active {
    background: #004266 !important;
    border-color: #004266 !important;
    color: #fff001 !important;
    box-shadow: rgba(0,0,0,0.1) 0 10px 25px !important;
}

/* CALCULATOR */
.calculator {
    display: block;
    padding: 80px 0 0 0;
}
.calculator h3 {
    font-weight: 700 !important;
    font-size: 30px;
}
.calculator p {
    margin: 0;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    max-width: 85%;
}
.calculator .box-wrapper {
    background: #002133;
    color: #fff;
    padding: 35px 40px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    position: relative;
    z-index: 1;
}

/* MAIN BOXES */
.main-boxes {
    display: block;
    position: relative;
    padding: 80px 0;
}
@media only screen and (max-width: 767px) {
    .main-boxes {
        padding: 0;
    }
}
.main-boxes:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background: #f2f3f4;
    content: ' ';
    z-index: 0;
    clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
}
.main-boxes .box-wrapper {
    display: block;
    box-shadow: rgba(0,0,0,0.1) 0 15px 40px;
    /*border-bottom-left-radius: 8px;*/
    /*border-bottom-right-radius: 8px;*/
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}
.main-boxes .box {
    display: block;
    padding: 50px 40px;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    height: 100%;
    transition: 0.15s ease all;
}
.main-boxes .box.v1 {
    background: #003049;
}
.main-boxes .box.v2 {
    background: #2899d6;
}
.main-boxes .box.v3 {
    background: #00a0f7;
}
.main-boxes .box.v4 {
    background: #49bdfc;
}
.main-boxes .box.v1:hover {
    background: #004266;
}
.main-boxes .box.v2:hover {
    background: #53aedf;
}
.main-boxes .box.v3:hover {
    background: #1aafff;
}
.main-boxes .box.v4:hover {
    background: #68c9fd;
}
.main-boxes .box:hover {
    transform: none;
    box-shadow: none;
}
.main-boxes .box h5 {
    display: block;
    margin: 15px 0 5px 0;
    font-size: 24px;
    font-weight: 700;
    padding-right: 35%;
    line-height: 24px;
}
.main-boxes .box p {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

/* OFFERS */
.offers {
    display: block;
    background: #f2f3f4;
    padding: 0 0 80px 0;
    position: relative;
}
.offers.v2 {
    padding-top: 80px;
}
.offers h3 {
    font-size: 36px;
    font-weight: 700;
    color: #1f1f1f;
    letter-spacing: -1px;
}
.offers p {
    margin: 0 0 45px 0;
}
.offers .offer-box {
    display: block;
    background: #fff;
    border-radius: 8px;
    padding: 25px 25px 40px 25px;
    margin-top: 15px;
    position: relative;
    transition: 0.15s ease all;
    box-shadow: rgba(0,0,0,0.05) 0 15px 35px;
    margin-bottom: 20px;
}
.offers .offer-box:hover {
    box-shadow: rgba(0,0,0,0.15) 0 15px 35px;
}
.offers .offer-box .peb {
    position: absolute;
    top: 187px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.offers .offer-box .offer-thumb {
    display: block;
    width: calc(100% + 50px);
    height: 200px;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
    margin-bottom: 25px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}
.offers .offer-box .offer-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.offers .offer-box .offer-title {
    display: block;
    font-weight: bold;
    color: #1f1f1f;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
}
.offers .offer-box .offer-title span.offer-type {
    background-color: #f2f3f4;
    padding: 2px 8px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    font-size: 11px;
    margin-left: 10px;
}
.offers .offer-box .offer-features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}
.offers .offer-box .offer-features li {
    display: block;
    text-align: center;
    width: 100%;
}
.offers .offer-box .offer-features li span {
    display: block;
    font-size: 12px;
    color: #7a7a7a;
}
.offers .offer-box .offer-features li strong {
    display: block;
    font-weight: bold;
    font-size: 16px;
}
.offers .offer-box .offer-price {
    font-weight: 700;
    color: #fff;
    width: 150px;
    background: #00A0F7;
    padding: 7px 0;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    text-align: center;
    border-radius: 30px;
}

/* TEAM */
.team-members {
    display: block;
    position: relative;
    padding: 80px 0;
    background: #002133;
    color: #fff;
}
.team-members h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
}
.team-members p {
    margin: 0 0 45px 0;
}
.team-members .team-member {
    display: block;
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    margin-top: 15px;
    padding: 35px;
    text-align: center;
    height: calc(100% - 15px);
    transition: 0.15s ease all;
}
.team-members .team-member:hover {
    background-color: rgba(255,255,255,0.15);
}
.team-members .team-member h2 {
    font-weight: 400;
    font-size: 20px;
    margin: 20px 0 5px 0;
}
.team-members .team-member h2 strong {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}
.team-members .team-member p {
    margin: 0;
    font-size: 12px;
    opacity: 0.5;
}
.team-members .team-member img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
    display: block;
}
.team-members .team-member.all {
    padding-top: 50px;
    background: rgba(255,255,255,0.2);
    text-decoration: none;
    color: #fff;
}
.team-members .team-member.all i {
    margin-bottom: 25px;
}
.team-members.v2 {
    padding-top: 50px;
    background: #f2f3f4;
    color: #1f1f1f;
}
.team-members.v2 .team-member {
    margin-top: 30px;
    height: calc(100% - 30px);
    background-color: #fff;
    box-shadow: rgba(0,0,0,0.05) 0 15px 35px;
}
.team-members.v2 .team-member .contact-details {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 25px;
}
.team-members.v2 .team-member .contact-details a {
    display: block;
    padding: 0 0 5px 0;
    text-decoration: none;
}
.team-members.v2 .team-member .contact-details a i {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(0,0,0,0.1);
    color: #1f1f1f;
    border-radius: 50%;
    line-height: 35px;
    transition: 0.15s ease all;
}
.team-members.v2 .team-member .contact-details a:hover i {
    background-color: #00a0f7;
    color: #fff;
}
.team-members.v2 .team-member .contact-details a span {
    display: inline-block;
    vertical-align: middle;
    color: #1f1f1f;
    font-weight: 600;
    padding-left: 5px;
    font-size: 12px;
    transition: 0.15s ease all;
}
.team-members.v2 .team-member .contact-details a:hover span {
    color: #00a0f7;
}
.cta-1 {
    font-weight: 700;
    font-size: 24px;
    background-color: #2899d6;
    color: #fff;
    padding: 60px 0;
}

/* FOOTER */
footer {
    display: block;
    position: relative;
    padding: 50px 0;
    background: #021723;
}
footer .logo {
    display: block;
    text-align: left;
    color: #fff;
    text-decoration: none;
}
footer .logo img {
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    filter: brightness(0) invert(1);
}
footer .logo h1 {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 45px);
    padding-left: 10px;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
footer .logo h1 span {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    opacity: 0.75;
}
footer .socials {
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    list-style: none;
}
footer .socials li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
footer .socials li a {
    font-size: 16px;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    text-align: center;
    line-height: 40px;
    display: block;
    transition: 0.2s ease all;
}
footer .socials li a:hover {
    background: rgba(255, 255, 255, 0.1);
}
footer .socials li a:active {
    background: #ccc;
}
footer .hours {
    color:#ddd;
    font-size:0.8rem;
}
footer .hours .row {
    margin-bottom: 10px;
}
footer h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px 0;
}
footer .disclaimer {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
footer .disclaimer p {
    color: white;
    font-size: 11px;
}
footer .disclaimer a {
    font-size: 11px;
    color: #f5f5f5;
    margin-right: 15px;
}
footer .contact-item {
    display: block;
    position: relative;
    color:white;
}
footer .contact-item + .contact-item {
    margin-top: 0;
}
footer .contact-item i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    color:#fff;
}
footer .contact-item .info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 25px);
}
footer .contact-item .info span {
    display: block;
    font-size: 12px;
    color: #999;
}
footer .contact-item .info a{
    text-decoration: none;
    color: white;
}
footer .contact-item .info strong {
    display: block;
    font-size: 12px;
    font-weight: 600;
}

/* TOOLTIP RESETS */
.tooltip .arrow {
    display: none;
}
.tooltip .tooltip-inner {
    background: rgba(0,0,0,0.85);
    padding: 7.5px 10px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
}
/* TEAM */
.team-section {
    padding: 1px 0 60px 0;
}
.team-section .box {
    background: #fff;
    padding-left: 40px;
    position: relative;
    margin-top: -50px;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0,0,0,0.15) 0 15px 35px;
}
.team-section .box h3 {
    font-weight: 600;
    font-size: 24px;
}
.team-section .box p {
    font-size: 14px;
    margin-bottom: 10px;
}
.team-section .box .img-fluid {
    margin-left: 25px;
}

/* BIENS IMMOBILIERS */
.main.biens-immobiliers {
    /*background: url('../img/biens-immobiliers-main.jpg') center center no-repeat;*/
    background-size: cover !important;
    padding: 250px 0 90px 0;
}
.main.biens-immobiliers h2 strong {
    font-size: 36px;
    padding-right: 5%;
    margin-top: 0;
}
.main.biens-immobiliers p a {
    color: inherit;
}
.immobiliers {
    background: #f2f3f4;
}
.immobiliers.offers {
    padding-top: 1px !important;
}
.immobiliers.offers .offer-box {
    margin-top: 40px;
}
.immobiliers .nav.nav-tabs {
    text-align: center;
    margin-top: -30px;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    border: none;
}
.immobiliers .nav.nav-tabs li {
    display: block;
}
.immobiliers .nav.nav-tabs li a {
    display: block;
    line-height: 20px;
    padding: 20px 40px;
    border-radius: 0;
    background: #fff;
    border-color: transparent;
    transition: 0.15s ease all;
    color: #1f1f1f;
}
.immobiliers .nav.nav-tabs li a:hover {
    border-color: transparent;
    background-color: #b6d8ea;
}
.immobiliers .nav.nav-tabs li a.active {
    border-color: transparent;
    background-color: #00a0f7;
    color: #fff;
}
.immobiliers .nav.nav-tabs li:first-child a {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.immobiliers .nav.nav-tabs li:last-child a {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.immobiliers .nav.nav-tabs li a strong,
.immobiliers .nav.nav-tabs li a span {
    display: inline-block;
    vertical-align: middle;
}
.immobiliers .nav.nav-tabs li a:hover span {
    background-color: #003049;
    color: #fff;
}
.immobiliers .nav.nav-tabs li a.active span {
    background-color: #003049;
    color: #fff;
}
.immobiliers .nav.nav-tabs li a span {
    margin-left: 10px;
    background-color: #f2f3f4;
    border-radius: 5px;
    padding: 2px 6px;
    transition: 0.15s ease all;
}
.immobiliers .tab-content {
    padding-top: 10px;
}

/* NOTRE EQUIPE */
.main.notre-equipe {
    /*background: url('../img/team-bg.jpg') center top no-repeat;*/
    background-size: cover !important;
    padding: 250px 0 90px 0;
}

/* LINKS */
.main.simply-bg {
    height: 160px;
    padding: 0;
    background: #0f1a1e;
}
.useful-links {
    padding: 0 0 80px 0;
    background: #f2f3f4;
    position: relative;
}
.useful-links:before {
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: #f2f3f4;
    content: ' ';
    z-index: 0;
    clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
}
.useful-links .box-wrapper {
    display: block;
    position: relative;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #fff;
    padding: 30px 10px;
    box-shadow: rgba(0,0,0,0.1) 0 15px 45px;
}
.useful-links .link {
    display: block;
    position: relative;
    height: 100%;
    padding: 20px 30px;
}
.useful-links .col-md-4:nth-child(2) .link {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.useful-links .link .link-thumbnail {
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.useful-links .link .link-thumbnail img {
    max-height: 100px;
}
.useful-links .link .link-details {
    padding-top: 25px;
    text-align: center;
}
.useful-links .link .link-details .link-title {
    font-weight: bold;
    color: #1f1f1f;
    font-size: 18px;
}
.useful-links .link .link-details p {
    font-size: 14px;
    color: #7a7a7a;
    margin: 5px 0 0 0;
}

/* SERVICES OFFERED */
.services-offered {
    padding: 80px 0 0 0;
}
.services-offered h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
}
.services-offered .link-box {
    display: block;
    position: relative;
    margin-top: 50px;
    text-align: center;
    text-decoration: none;
}
.services-offered .link-box img {
    display: block;
    margin: auto;
    width: 64px;
    height: 64px;
    filter: grayscale(100%);
    transition: 0.15s ease all;
}
.services-offered .link-box .info b {
    font-weight: bold;
    color: #1f1f1f;
    font-size: 18px;
    display: block;
    margin: 10px 0 5px 0;
    transition: 0.15s ease all;
}
.services-offered .link-box .info p {
    font-size: 14px;
    color: #7a7a7a;
    margin: 5px 0 0 0;
    padding: 0 5%;
}
.services-offered .link-box:hover img {
    filter: grayscale(0);
}
.services-offered .link-box:hover .info b {
    color: #00A0F7;
}

/* CONTACT  */
#google-map {
    width: 100%;
    height: 350px;
}
.contact-boxes .box-wrapper {
    box-shadow: rgba(0,0,0,0.15) 0 15px 40px;
    border-radius: 8px;
    overflow: hidden;
    margin-top: -30px;
}
.contact-boxes .contact-box {
    display: block;
    height: 100%;
    background: #003049;
    color: #fff;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.contact-boxes .contact-box.v2 {
    background: #2899d6;
}
.contact-boxes .contact-box.v3 {
    background: #00a0f7;
}
.contact-boxes .contact-box img {
    display: block;
    margin: auto;
    width: 48px;
    height: 48px;
}
.contact-boxes .contact-box span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin: 15px 0 5px 0;
}
.contact-boxes .contact-box strong {
    display: block;
    font-weight: 700;
    font-size: 18px;
}
.contact-message {
    padding: 80px 0;
}
.contact-message h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
}
.contact-message p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.contact-message .form-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
}
.contact-message .form-group .form-control {
    height: auto;
    padding: 10px;
    border: 1px solid #ddd;
}
.contact-message .form-group textarea.form-control {
    min-height: 140px;
}

/* CONTENT PAGES */
.content-wrapper {
    padding: 60px 0;
}
.content-wrapper hr {
    margin: 40px 0;
}
.content-wrapper h3 {
    font-weight: bold;
    margin: 30px 0 5px 0;
}
.content-wrapper p {
    margin: 0 0 5px 0;
}

/* NOT FOUND */
.not-found {
    display: block;
    padding: 150px 0;
}
.not-found h3 {
    font-size: 154px;
    font-weight: bold;
    color: #1f1f1f;
}

/* OFFER PAGE */
.offer-page {
    display: block;
    position: relative;
    padding: 80px 0;
}
.offer-page h1 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    display: block;
    line-height: 1.1;
}
.offer-page .offer-address {
    display: block;
    font-weight: bold;
    color: #7a7a7a;
}
.offer-page .offer-price {
    font-weight: 700;
    color: #00A0F7;
    font-size: 30px;
    margin: 5px 0 10px 0;
}
.offer-page .offer-description p {
    font-size: 14px;
}
.offer-page .offer-share {
    display: block;
    padding: 15px;
    border-radius: 5px;
    background: #f2f3f4;
    margin-top: 25px;
    position: relative;
    padding-right: 200px;
}
.offer-page .offer-share h4 {
    display: block;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    color: #1f1f1f;
}
.offer-page .offer-share p {
    font-size: 12px;
    color: #7a7a7a;
    margin: 3px 0 0 0;
}
.offer-page .offer-share ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 0;
    bottom: 0;
    right: 20px;
    height: 40px;
    margin: auto;
}
.offer-page .offer-share ul li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.offer-page .offer-share ul li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background-color: rgba(0,0,0,0.15);
    color: #1f1f1f;
    transition: 0.15s ease all;
}
.offer-page .offer-share ul li a:hover {
    background: #00a0f7;
    color: #fff;
    transform: scale(1.1);
    box-shadow: rgba(0,0,0,0.2) 0 5px 25px;
}
.offer-page .main-actions {
    padding-top: 10px;
}
.offer-page .main-actions p.small {
    margin-top: 10px;
    color: #999;
    font-size: 12px;
}
.offer-page .main-actions .row {
    margin-left: -5px;
    margin-right: -5px;
}
.offer-page .main-actions .row div[class^='col'] {
    padding-left: 5px;
    padding-right: 5px;
}
.offer-page .offer-details-box {
    display: block;
    text-align: center;
    padding: 20px 15px;
    margin-top: 30px;
}
.offer-page .offer-details-box i {
    font-size: 36px;
    color: #ccc;
    display: block;
    margin: auto;
}
.offer-page .offer-details-box span {
    display: block;
    margin: 10px 0 5px 0;
    font-size: 12px;
    color: #7a7a7a;
    font-weight: 600;
}
.offer-page .offer-details-box h4 {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    body, html {
        font-size: 12px;
    }
    .navbar .nav-item > .nav-link {
        font-size: 11px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0;
    }
    .navbar .navbar-brand b span {
        font-size: 10px;
        letter-spacing: 2.4px;
    }
    .navbar .navbar-brand img {
        height: 32px;
    }
    .main {
        padding: 200px 0 100px 0;
    }
    .main h2 strong {
        font-size: 40px;
        margin-top: 0;
    }
    .main p {
        font-size: 16px;
        line-height: 1.35;
    }
    .calculator {
        padding-top: 40px;
    }
    .main-boxes {
        padding-bottom: 40px;
    }
    .main-boxes .box {
        padding: 30px;
    }
    .main-boxes .box h5 {
        font-size: 18px;
        line-height: 1.25;
        padding-right: 0;
    }
    .offers p {
        margin-bottom: 10px;
    }
    .team-members p {
        margin-bottom: 10px;
    }
    .team-members .team-member {
        margin-top: 30px;
        height: calc(100% - 30px);
    }
    footer .logo {
        float: left;
        min-width: 40%;
    }
    footer .socials {
        float: right;
        margin-top: 0;
        margin-bottom: 15px;
    }
    footer h3 {
        margin: 15px 0 15px 0;
        font-size: 15px;
    }
    .main.biens-immobiliers h2 {
        font-size: 24px;
    }
    .main.biens-immobiliers h2 strong {
        font-size: 24px;
    }
    .immobiliers .nav.nav-tabs li a {
        font-size: 16px;
    }
    .main.notre-equipe {
        padding: 180px 0 50px 0;
    }
    .main.notre-equipe p {
        padding-right: 0;
        max-width: 100%;
    }
    .calculator h3 {
        font-size: 24px;
    }
    .main.simply-bg {
        height: 126px;
    }
    .offer-page .main-actions .btn-primary {
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    header .top-info {
        display: none;
    }
    .navbar {
        padding: 15px 15px;
    }
    .navbar .navbar-brand b {
        padding-left: 5px;
    }
    .navbar .navbar-brand b strong {
        font-size: 17px;
    }
    .navbar .navbar-brand b span {
        font-size: 9px;
        font-weight: 500;
        letter-spacing: 4.1px;
    }
    .navbar .navbar-brand img {
        height: 32px;
    }
    .navbar-toggler {
        border-color: transparent;
        background: rgba(255,255,255,0.05);
        outline: none !important;
    }
    .navbar-light .navbar-toggler-icon {
        filter: invert(1);
    }
    .navbar .container:after {
        width: 100%;
        bottom: -15px;
        left: 0;
    }
    .navbar-collapse {
        background-color: #003049;
        margin-top: 15px;
        border-radius: 5px;
        text-align: center;
        padding: 25px 10px;
    }
    .main,
    .main.biens-immobiliers,
    .main.notre-equipe {
        padding: 160px 0 90px 0;
        text-align: center;
    }
    .main h2 {
        font-size: 30px;
    }
    .main h2 strong {
        font-size: 30px;
        margin: 0;
    }
    .main.biens-immobiliers h2,
    .main.biens-immobiliers h2 strong {
        font-size: 24px;
    }
    .main p {
        max-width: 100%;
        font-size: 16px;
    }
    .main:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ' ';
        z-index: 0;
        background-color: #002133;
        opacity: 0.85;
    }
    .main .container {
        position: relative;
        z-index: 1;
    }
    .calculator {
        padding-top: 0;
    }
    .main + .calculator .box-wrapper {
        border-top: 1px solid rgba(255,255,255,0.1);
    }
    .calculator:not(.v2) .container,
    .main-boxes .container {
        padding-left: 0;
        padding-right: 0;
    }
    .calculator:not(.v2) .box-wrapper,
    .main-boxes .box {
        border-radius: 0;
        padding: 25px 30px;
        text-align: left;
    }
    .main-boxes .box-wrapper {
        border-radius: 0;
    }
    .calculator h3 {
        font-size: 24px;
    }
    .calculator p {
        margin-bottom: 15px;
        max-width: 100%;
    }
    .main-boxes {
        padding-bottom: 0;
    }
    .main-boxes .box {
        position: relative;
        padding-left: 95px;
    }
    .main-boxes .box img {
        position: absolute;
        top: 25px;
        left: 30px;
        width: 48px;
        height: 48px;
        margin: auto;
        bottom: 25px;
    }
    .main-boxes .box h5 {
        padding-right: 0;
        font-size: 20px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .offers,
    .team-members {
        padding: 50px 0;
    }
    .offers h3,
    .team-members h3,
    .services-offered h3 {
        font-size: 30px;
    }
    .team-members .team-member.all i {
        margin-bottom: 0;
    }
    .team-members .team-member {
        height: auto;
    }
    footer h3 {
        font-size: 16px;
        margin: 30px 0 10px 0;
    }
    footer .disclaimer p {
        text-align: center;
    }
    .immobiliers .nav.nav-tabs {
        margin-top: -20px;
    }
    .immobiliers .nav.nav-tabs li a {
        padding: 10px 20px;
        font-size: 14px;
    }
    .cta-1 {
        font-size: 18px;
        padding: 30px 0;
        line-height: 1.25;
    }
    .team-members.v2 {
        padding: 1px 0 15px 0;
    }
    .team-members.v2 .team-member {
        margin-top: 15px;
        height: auto;
    }
    .main.simply-bg {
        height: 70px;
    }
    .services-offered {
        padding: 50px 0;
    }
    .useful-links .col-md-4:nth-child(2) .link {
        border-left: none;
        border-right: none;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
    .offer-page {
        padding: 15px 0 50px 0;
    }
    .offer-page .main-actions .btn-primary {
        margin-bottom: 5px;
    }
    .offer-page h1 {
        font-size: 30px;
        margin-top: 40px;
        text-align: center;
    }
    .offer-page .offer-address {
        text-align: center;
    }
    .offer-page .offer-price {
        text-align: center;
    }
    .offer-page .offer-share {
        padding-right: 15px;
        text-align: center;
        margin-bottom: 30px;
    }
    .offer-page .offer-share ul {
        display: block;
        position: relative;
        right: 0;
        margin-top: 10px;
    }
    .offer-page .offer-details-box {
        margin-top: 0;
    }
    .offers.v2 {
        padding: 50px 0;
    }
}
/* privacy */
#privacy a {
    color: #00A0F7;
}
#cookieconsent\:desc > a{
    color: #5c7291;
}