@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: local('â˜º'), url('../fonts/Gotham-Light.woff') format('woff'), url('../fonts/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.eot');
    src: local('â˜º'), url('../fonts/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: local('â˜º'), url('../fonts/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
a {
    color: #171717;
}
a:hover {
    color: #7e6c46;
}
body {
    font-family: Gotham;
    font-weight: 500;
}
p {
    font-weight: 300;
}
img {
    width: auto;
    max-width: 100%;
}

.header {
    position: relative;
    padding: 0 15px;
}
.logo {
    position: absolute;
    top: 15px;
}
.navbar {
    flex-direction: row-reverse;
    font-size: 0.8rem;
}
.main_image img{
    width: 100%;
}
.section_block {
    padding: 80px 0;
}
.title_section, .title_section_white {
    color: #000000;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 3.3rem;
    margin: 1rem 0 2rem 0;
    padding: 0 15px;
}
.title_section_white {
    color: #000;
}
.title_section:after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    content: "";
    border-bottom: 1px solid #7e6c46;
    width: 150px;
    height: 1px;
}
.main_details {
    padding: 60px 0;
    font-weight: 300;
    font-size: 1.2rem;
}
.content_spacing {
    padding: 50px;
}
.sub_title {
    color: #7e6c46;
    font-size: 1.2rem;
    line-height: 1.5;
}
.button {
    text-transform: uppercase;
    color: #7e6c46;
    display: inline-block;
    font-size: 1.05rem;
    font-weight: 500;
    border:1px solid #7e6c46;
    padding: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.button:hover {
    color: #fff;
    border:1px solid #7e6c46;
    background: #7e6c46;
    text-decoration: none;
}
.bg-gris {
    background: #f5f5f5;
}
.bg-bleu {
    background: #7e6c46;
}
.partenaire_item, .historique_item {
    text-align: center;
}
.slick-slide img {
    margin: 0 auto;
}
.mobile {
    display: none;
}

.footer {
    text-align: right;
}
.footer ul {
    list-style: none;
}
.footer ul li a {
    font-size: 0.7rem;
    font-weight: 300;
}
.hover_block {
    background: #444;
    padding: 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 2148000000;
}
.block_spacing {
    padding-top: 60px;
}
.scroll_top {
    width: 60px;
    height: 60px;
    padding: 0;
    background: #000000;
    position: fixed;
    bottom: 50px;
    right: 30px;
    color: #fff;
    text-align: center;
    font-size: 40px;
    opacity: 0.5;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: 0;
    display: none;
}
.scroll_top:hover {
    opacity: 1;
}
.sms_link {
    display: inline-block;
}
.detail_lot {
    max-width: 388px;
    color: #000;
    width: auto;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #eee;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 20px;
    min-height: 62px;
    display: flex;
    text-transform: uppercase;
}

.bgchance {
    background: #000;
    color: #fff;
}
.header_chance, .footer_chance {
    text-align: center;
}
.form-control {
    border: 1px solid #eee;
    border-radius: 15px;
    color: #444;
    font-weight: 300;
}
label {
    font-weight: 300;
    letter-spacing: 1px;
    text-align: left;
}
label.error {
    color: #f00;
}
.btn-primary {
    border-radius: 15px;
    padding: .5rem 1.4rem;
    background: #ff2735;
    border: 1px solid #ff2735;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    white-space: normal;
}
.btn-primary:hover {
    background-color: #fd4d59;
    border-color: #fd4d59;
}
.max-width400 {
    max-width: 450px;
}
.confirmation_message h1 {
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .navbar {
        display: none;
    }
    .logo {
        position: relative;
        top: 0;
        text-align: center;
    }
    .logo img {
        max-height: 50px;
    }
    .title_section, .title_section_white {
        font-size: 3rem;
    }
    .content_spacing {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .title_section, .title_section_white {
        font-size: 2.4rem;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .hover_block {
        display: block;
    }
    #fb-root {
        display: none !important;
    }
    .footer {
        padding-bottom: 200px;
    }
}

@media only screen and (max-width: 480px) {
    .title_section, .title_section_white {
        font-size: 1.8rem;
        margin: 1rem 0 2rem 0;
    }
    .content_spacing {
        padding: 20px;
    }

}