.annonce_accueil .type_bien {
    font-size: 20px;
}
.annonce_accueil .ville {
    font-size: 18px;
    color: #a6a2a2;
    text-transform: capitalize;
}
.annonce_accueil .bloc_caracteristiques {
    min-height: 24px;
}
#home_social a {
    width: 65px;
    height: 65px;
    background: #fff;
    text-align: center;
    margin: 0 20px;
    border-radius: 50%;
    padding: 15px 0;
}
#home_social i {
    font-size: 35px;
    margin: 0;
}
#footer #logo_footer {
    max-width: 100%;
}
#footer .logo_fnaim {
    max-width: 100px;
}
#footer .bloc_footer_2 {
    border-right: 1px solid #8b8686;
}
#footer2 {
    background-color: #000000;
}
#top_menu {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #324d62;
}
#top_menu .navbar-light .navbar-nav .nav-link {
    color: #c6bfbf;
}
.annonce_listing .annoce_listing_nature {
    font-size: 20px;
    color: #000;
}
.annonce_listing_ville {
    font-size: 20px;
    text-transform: capitalize;
    color: #a6a2a2;
}
.annonce_listing_prix {
    color: #324d62;
}
.annonce_listing_voir {
    background-color: #324d62;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
}
#top_menu .navbar-nav > a:hover:after, #top_menu .navbar-nav > a.menu_active_color:after {
    content: none;
}
#annonce_detail #annonce_detail_prix {
    color: #324d62;
}
#annonce_detail h3 {
    color: #324d62;
    font-weight: bold;
}
#annonce_detail h2 {
    color: #324d62;
}
#annonce_detail form #submit_annonce_detail_contact {
    background-color: #324d62;
}
#annonce_detail .bloc_deposer_location {
    font-size: 22px;
}
#annonce_detail .annonce_detail_carac_valeur {
    color: #324d62;
}
.page_candidature {
    background-color: #E6E6E6;
}
.page_candidature select, .page_candidature input, .page_candidature textarea {
    border-radius: 0;
}
#candidature_locataire_form .btn-person-collapse {
    background: transparent;
    color: #000;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: 0;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}
#candidature_locataire_form .btn-person-collapse i {
    display: block;
    margin-right: 15px;
    color: #000000;
    border-radius: 0;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none !important;
    padding: 0;
    line-height: 30px;
}
#candidature_locataire_form .collapseperson {
    background: #E6E6E6 !important;
}
#candidature_locataire_form .collapseperson .card-body {
    background: #E6E6E6 !important;
    border: 0;
    padding: 20px 0;
}
#cd_submit {
    background-color: #000;
    padding: 10px 40px;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    height: auto;
    margin-left: 20px;
    margin-bottom: 0;
}
#form_inscription_alerte_email textarea {
    height: 100%;
}
#top_menu .navbar-light .navbar-toggler {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 9px;
}
#top_menu .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
#home_coup_coeurs{
    padding-top: 0;
}
@media screen and (max-width: 991px){
    #footer .bloc_footer_2 {
        border-right: 0;
        border-bottom: 1px solid #8b8686;
        padding-bottom: 25px;
    }
}
@media screen and (max-width: 767px) {
    #candidature_locataire_form .bloc-mobile-contact {
        display: block !important;
    }
    #candidature_locataire_form .col-12 {
         padding: 0;
     }
    #candidature_locataire_form {
        margin-right: 0;
        margin-left: 0;
        padding: 0 20px;
    }
}
@media screen and (max-width: 700px){
    #home_coup_coeurs .bloc_arrow img {
        max-height: 60px;
    }
    #home_coup_coeurs #slick_dernieres_locations_next {
        margin-left: -17px;
    }
    #home_coup_coeurs #slick_dernieres_locations_prev {
        margin-right: -17px;
    }
}