@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700');

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
address,
input,
select,
textarea,
img {
    padding: 0;
    margin: 0
}

.center{
   text-align:center;
}

h6,
#news .sidebar-right h3{
    text-transform:uppercase;
   font-size:16px;
   font-weight:bold;
}

.flex{
    display: flex;
    align-items: stretch;
    flex-direction: row;
    align-content: start;
}

.flex.center{
   align-items:center;
}

.btn-lg,
a.btn-lg{
    background-color: #00439e;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-style: italic;
    height: 50px;
    text-align: center;
    border-radius:0px;
    line-height:20px;
}

.btn-lg:hover,
a.btn-lg:hover,
a .bg_dblue:hover{
    background-color: rgb(51,51,51);
    color: #fff;
    transition: 0.3s;
}

.btn-sm,
a.btn-sm{
    color: #fff;
    background-color: #00a4e0;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 8px 15px;
    display: inline-block;
    cursor: pointer;
    border-radius:0px;
}

.btn-sm:hover,
a.btn-sm:hover{
        background-color: #00439e;
        color:#fff;
        transition: 0.3s;
}

address {
    font-style: inherit
}

::-webkit-input-placeholder {
    color: #000
}

:-moz-placeholder {
    color: #000;
    opacity: 1
}

::-moz-placeholder {
    color: #000;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    color: inherit;
    transition: 0.3s;
}

p {
    text-align: justify
}



body,
input,
textarea,
select {
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 12px
}

select {
    padding: 8px 5px
}

html,
body {
    height: 100%
}

a:hover {
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}

body {
    background-color: #f7f7f7
}

.container_table .form_1_confiance .cke_textarea_inline{
    /*background: #fff;*/
    border: solid gray 1px;
    min-height: 70px;
    /*color: #000;*/
}

.victor{
}
ul#etapes_estimation{
    list-style: none;
    float: right;
}
ul#etapes_estimation li{
    display: inline-block;
    color: #6f6f6f;
    font-size: 16px;
}
ul#etapes_estimation li:first-child{
    font-style: italic;
}
ul#etapes_estimation li:NOT(:first-child){
    text-transform: uppercase;
}
ul#etapes_estimation li:NOT(:last-child){
    margin-right: 20px;
}
ul#etapes_estimation li span.num_etape{
    background-color: #fff;
    color: #6f6f6f;
    border: solid #6f6f6f 1px;
    display: inline-block;
    vertical-align: middle;
    /*padding: 15px 20px;*/
    /*border-radius: 100%;*/
    width:50px;
    height:50px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    -o-border-radius:100px;
    border-radius:100px;
}
ul#etapes_estimation li span.num_etape.selected{
    background-color: #02459a;
    color: #fff;
    border: solid transparent 1px;
}
.etapes{
    display: none;
}
.texte_estimation{
    background-color: #fff;
    color: #3c3c3b;
    /*padding: 45px 35px;*/
    padding: 30px 35px;
    border-radius: 15px; 
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin: 40px 0 40px 0;
}
.texte_estimation .triangle{
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: -40px;
    width:1px;
    height:1px;
    border:1px solid #fff;
    border-color:transparent #fff transparent transparent;
    border-width:20px;
}
.questions_estimation{
    color: #134ea0;
    font-size: 15px;
}
.questions_estimation>div{
    margin: 10px 0;
}
.questions_estimation>div input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #134ea0;
}
.questions_estimation>div input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #134ea0;
    opacity:  1;
}
.questions_estimation>div input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #134ea0;
    opacity:  1;
}
.questions_estimation>div input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #134ea0;
}
.questions_estimation>div input::-ms-input-placeholder { /* Microsoft Edge */
    color:    #134ea0;
}
.questions_estimation>div input[type='text'], .questions_estimation>div select{
    height: 40px;
    padding: 6px;
    color: #134ea0;
    font-size: 15px;
    width: 100%;
}
.questions_estimation>div input[type='radio']{
    margin: 0 5px 0 0; 
}
.questions_estimation>div label:NOT(:last-child){
    margin-right: 20px;
}
.bouton_suivant_estimation button.etape_suivante, .bouton_suivant_estimation input[type='submit']{
    background-color: #09a3dd;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    padding: 5px 40px;
    font-weight: bold;
    float: right;

    margin: 50px 0 20px 0; 
}
.bouton_suivant_estimation button.etape_precedente, #retour_listing_pre_estimation button.etape_precedente{
    background-color: transparent;
    color: #09a3dd;
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    padding: 5px 40px;
    font-weight: bold;
    float: left;

    margin: 50px 0 20px 0; 
}
.texte_question{
    color: #134ea0;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
}

.txt_estimation_droit{
    color: red;
    font-size: 22px;
    padding: 50px 0;
    float: left;
    text-align: center;
    width: 100%;
}
.overlay_estimation{
    background: transparent;
    position: relative;
    width: 100%;
    height: 200px;
    top: 200px;
    margin-top: -200px;
    z-index: 2
}
.estimation_right{
    float: right;
}
#adresse_estimation{
    color: #000;
    font-size: 18px;
    /*font-weight: bold;*/
}
#fourchette_estimation{
    font-size: 14px;
    color: #000;
}
#fourchette_estimation .estimation_right{
    color: #134ea0;
}
#ligne_fourchette{
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.prix_fourchette{
    position: absolute;
    top: 0;
    font-size: 25px;
}
.texte_fourchette{
    position: absolute;
    bottom: 0;
    font-size: 15px;
    color: #000;
}
.fourchette_basse{
    left: 6%;
}
.fourchette_moyen{
    right: 25%;
}
.fourchette_haute{
    right: 0;
}
.texte_fourchette_basse{
    left: 5%;
}
.texte_fourchette_moyen{
    right: 28%;
}
.texte_fourchette_haute{
    right: 0;
}

#texte2_apres_ligne_fourchette{
    /*margin-top: 50px;*/
    margin-bottom: 50px;
    text-align: justify;
    color: #C63235;
}
#texte_apres_ligne_fourchette{
    margin-top: 50px;
    margin-bottom: 50px;
    color: #000;
    text-align: justify;
}
#titre_texte_estimation{
    background: #626262;
    color: #c6c6c6;
    font-size: 26px;
    text-transform: uppercase; 
    padding: 30px 20px;
    margin-bottom: 20px;
}
#titre_methode_calcul{
    color: #134ea0;
    font-size: 18px;
    margin-bottom: 20px;
}
#texte_methode_calcul{
    margin-bottom: 50px;
    font-size: 16px;
}

.peA{
    background: #238e59;
    color: #fff!important;
}
.peB{
    background: #238e59;
    color: #fff!important;
}
.peC{
    background: #97c251;
    color: #fff!important;
}
.peD{
    background: #dcdd33;
    color: #fff!important;
}
.peE{
    background: #fed316;
    color: #fff!important;
}
.peF{
    background: #f6a429;
    color: #fff!important;
}
.peG{
    background: #f1832e;
    color: #fff!important;
}
.peH{
    background: #eb5832;
    color: #fff!important;
}
.peI{
    background: #dd3937;
    color: #fff!important;
}
#edit_estimation .cke_textarea_inline{
    min-height: 100px;
    border: solid 2px gray;
    margin-bottom: 20px;
}
.form_edit{
    margin: 20px 0;
}
.label_form{
    margin: 20px 0;
    font-size: 20px;
}
table#tab_liste_pre_estimation{
    max-width: 100%;
    width: 100%;
}
table#tab_liste_pre_estimation tr td, table#tab_liste_pre_estimation tr th{
    padding: 5px;
}
.detail_pre_estimation{
    margin-top: 70px;
    margin-bottom: 70px;
    font-size: 16px;
}
.detail_pre_estimation .paging>span {
    margin: 0 5px
}
.detail_pre_estimation .paging>span .current{
    font-weight: bold;
} 
#goto_finish{
    display: none;
}
#coordonnees_client, #chargement_en_cours{
    margin: 50px 0;
}
#chargement_en_cours{
    max-width: 100%;
}
#victor_pre_estimation{
    position: absolute;
    bottom: -1px; 
    left: 0;
}
.victor_reflechit{
    text-align: center;
    margin: 100px 0 0 0;
}
.victor_presente{
    text-align: center;
}
#navbar_pre_estimation .collapse {
    display: block!important;
}
#inline1{
    display: none;
}







.tac {
    text-align: center
}

.cp {
    cursor: pointer;
}

.italic {
    font-style: italic
}

.navbar-default {
    background-color: transparent;
    border: 0
}

header {
    background-color: #00439e;
    height: 80px;
    line-height: 80px;
}

#header_estimer {
    color: white;
    font-size: 30px
}

#drop_lng .dropdown-menu {
    min-width: initial;
}

#images_header {
    height: 500px;
}

#btn_mon_compte {
    color: #fff;
    font-size: 20px;
    font-style: italic
}

header>div.container>div.row>div {
    height: 80px
}

.header_social {
    margin: 0 3px;
    vertical-align: super
}

#inner_account {
    background: #00a4e0;
    height: 80px;
    text-align: center;
}

#drop_lng {
    margin-left: 35px
}

#account_img {
    vertical-align: text-bottom;
}

#contact_img {
    width:22px;
}

#drop_lng .dropdown>button>.caret {
    color: white
}

#drop_lng .dropdown>button {
    background-color: transparent;
    border: 0;
    padding: 0
}

#drop_lng .dropdown>button:active {
    webkit-box-shadow: none;
    box-shadow: none
}

#drop_lng .dropdown>button:active:focus {
    outline: none
}

#logo_header {
    max-width: 210px;
    margin-top: 25px
}

#colonne_moteur_recherche_hp {
    height: 500px;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px
}

#moteur_hp_titre {
    font-size: 28px;
    font-style: italic;
    margin-bottom: 50px;
    color: #fff
}

.bloc_vous_souhaitez {
    color: #00439e;
    font-size: 18px;
    margin-top: 40px
}

.bloc_vous_souhaitez img {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom:25px;
}

#blocs_vous_souhaitez_hp {
    border-bottom: 1px solid #d9d7d7;
    padding-bottom: 70px
}

.bloc_vous_souhaitez {
    border-right: 1px solid #d9d7d7
}

.bloc_vous_souhaitez:last-child {
    border-right: 0
}

.dblue {
    color: #00439e
}

.color_agences {
    color: #00439e;
    font-size: 18px;
    display: inline-block;
    margin-right: 15px
}

.color_ventes {
    color: #ff9300;
    font-size: 18px;
    display: inline-block;
    margin-right: 15px
}

.color_locations {
    color: #6fceff;
    font-size: 18px;
    display: inline-block;
    margin-right: 15px
}

#container_over_map_hp {
    margin-top: 70px;
    margin-bottom: 60px;
    line-height: 40px
}

h2 {
    font-size: 30px
}

#title_over_map {
    font-size: 30px
}

#trouver_map {
    font-size: 20px;
    color: #000;
    font-style: italic
}

.select_ville_map {
    max-width: 195px;
    border: 1px solid #cececd;
    height: 40px
}

#container_map_hp {
    /*padding-bottom: 70px;*/
    border-bottom: 1px solid #d9d7d7;
}

#container_confiance {
    padding-top: 70px;
    position: relative;
    /*padding-bottom: 40px;*/
    padding-bottom:70px;
}

#container_confiance h2 {
    margin-bottom: 60px
}

#container_confiance .bloc_hp_confiance img {
    width: 100%
}

#container_confiance .bloc_hp_confiance .container_abs {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
    color: white;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 11px;
    padding-left: 11px;
    margin-left: -11px
}

#container_confiance .bloc_hp_confiance .container_table {
    width: 100%;
    height: 100%;
    display: table;
    text-align: center
}

#container_confiance .bloc_hp_confiance .container_table>span {
    display: table-cell;
    vertical-align: middle;
    font-size: 22px;
    font-weight: bold
}

#container_confiance .bloc_hp_confiance .container_table .italic {
    font-size: 65px;
    font-weight: normal
}

#container_confiance .bloc_hp_confiance {
    margin-bottom: 40px;
    position: relative
}

.lien_bloc_big {
    display: inline-block;
    background-color: white;
    color: #000;
    font-size: 27px;
    font-style: italic;
    padding: 20px 70px;
    border: 1px solid #d2d2d2;
}

.lien_bloc_small {
    display: inline-block;
    background-color: white;
    color: #000;
    font-size: 18px;
    font-style: italic;
    padding: 10px 15px;
    border: 1px solid #d2d2d2;
}

#lien_retour_detail_news {
    margin-top: 40px;
}


#footer_social {
    background-image: url(../images/socials_bg.jpg);
    background-size: cover;
    background-position: center;
    height: 200px;
    font-size: 20px;
    color: #fff;
}

#footer_legal {
    margin-top: 15px;
}
#footer_legal a{
    font-size: 12px!important;
    font-style: normal!important;
}

.footer_social {
    margin-right: 22px;
}

#footer_socials_text {
    padding-top: 80px;
}

#footer_socials_icons {
    padding-top: 60px;
}

#footer_contact {
    background-color: #00439e;
    padding-bottom: 35px;
}

#footer_contact_logo {
    padding-top: 35px;
}

#footer_contact_logo img {
    width: 100%;
}

#footer_contact_coord {
    color: #fff;
    font-size: 18px;
    padding-top: 40px;
}

#footer_contact_liens {
    padding-top: 80px;
}

#footer_contact_liens a {
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    margin-right: 40px;
}

#footer_contact_liens a:last-child {
    margin-right: 0;
}

#footer_copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
    font-style: italic;
}

#footer_copyright a {
    color: black;
    font-size: 14px;
    font-style: italic;
}

#news h4, #devenir_franchise h4 {
    color: #00439e;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
}

#news .col-xs-12.tac{
   margin-bottom:30px;
}

#form_add_news,
#table_news_actives,
#table_news_archivees {
    display: none;
}

.border_img img {
    max-height: 150px;
    display: inline-block;
}

.coladmin {
    height: 180px;
}

.img_listing_news {
   /* height: 230px;*/
   height:170px;
}

.bloc_news_listing .lien_bloc_small {
    margin-bottom: 40px;
    margin-top: 20px;
}

.date_listing_news {
    color: #00a5e0;
    font-size: 14px;
    /*margin-top: 15px;*/
    padding-top:15px;
}

.date_listing_news .catnews{
    text-transform:uppercase;
    color:#706F6F;
    display:inline-block;
}

.date_listing_news .catnews{
    /*padding:0 3px;*/
    font-size:12px;
}

.date_listing_news .catnews a:hover{
    color:#00439e;
    transition: 0.3s;
}

.date_listing_news .catnews:after{
    content:"|";
     padding-left:5px;
}

.date_listing_news .catnews:last-of-type:after{
    content:none;
}

.date_listing_news .catnews.separ{
    padding:0px 5px;
}

.title_listing_news,
.title_listing_news h3,
#news h3{
    color: #00a5e0;
    font-size: 22px;
    /*margin-top: 10px;*/
    padding-top:10px;
    font-weight:bold;
    line-height:1.3em;
    text-transform:initial;
    margin:0px;
    line-height: 1.3em;
}

#news .sidebar-right h3.white,
#news .sidebar-right h3.white:hover{
   color:#fff !important;
}

#news .sidebar-right h3.dblue{
   color:#00439e !important;
   margin-bottom:15px;
}

#news .sidebar-right h3{
   color:rgb(51,51,51);
   padding-top:0px;
}

#news .sidebar-right h4{
   font-size:1em;
   display:inline-block;
   text-decoration:none;
   text-transform:initial;
   color:rgb(51,51,51);
   font-weight:400;
}

#news .sidebar-right h4:hover{
   color:#00439e ;
}

.bloc_news_listing .title_listing_news a:hover,
.bloc_news_listing .title_listing_news h3 a:hover,
#news a:hover h3{
    color:#00439e !important;
    transition: 0.3s !important;
}

.desc_listing_news {
    font-size: 15px;
    /*margin-top: 15px;*/
    padding-top:15px;
}


#news_homepage {
    /*background-color: white;*/
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f7f7f7;
}

#news_homepage h2 {
    margin-bottom: 20px;
}

 #news_homepage .img_listing_news {
   height: 230px;
}

#news h1 {
    margin-top: 60px;
    /*margin-bottom: 60px;*/
    margin-bottom:15px;
    font-size:30px;
}

#news h3{
    /*margin-top:10px;
    font-size:20px;
    color:#706F6F;
    text-transform:uppercase;
    font-weight:200;
    margin-bottom:40px;*/
}



#menu_rechercher_bien,
#menu_menu {
    font-size: 18px;
    color: #00a5e0;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 33px;
}

#menu_menu {
    display: none;
}

#recherche_header .bloc_recherche select,
#recherche_header .bloc_recherche input[type=text],
#recherche_header .bloc_recherche input[type=number] {
    height: 40px;
    margin-top: 28px;
    border-radius: 0;
    border: 1px solid #d4d4d4;
    font-size: 14px;
}

#recherche_header .sumbitMoteurRecherche input[type=submit] {
    height: 40px;
    font-size: 23px;
    border-radius: 0;
    margin-top: 28px;
    line-height: 23px;
    color: #fff;
    background-color: black;
    font-style: italic;
}

.mob_navbar nav ul li a#lien_show_search_mobile {
    color: #00a5e0;
}

.listing_action {
    background-color: #c8c8c8;

    height: 38px;
    line-height: 38px;
}

.listing_action img {
    margin-top: -4px;
}

.listing_action a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.listing_nb_photos {
    position: absolute;
    bottom: 15px;
    left: 40px;
    color: #fff;
    font-size: 20px;
}

.caracteristiques_listing {
    padding-top: 25px;
    border: 1px solid #c8c8c8;
}

.bg_white {
    background-color: #fff
}


#listing_alerte_map img {
    margin-right: 10px;
}

#listing_alerte_map>span:nth-child(2) img {
    margin-left: 55px;
}

#map_listing {
    display: none;
    margin-top: 60px;
}

#listing_alerte_map {
    color: #00a5e0;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
}

#moteur_liste {
    background-color: #666464;
    padding-top: 15px;
    padding-bottom: 15px;
}

.listing_action a {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 38px;
}

.listing_action div:nth-child(1) a {
    background-image: url(../images/oeil.svg);
}

.listing_action div:nth-child(2) a {
    background-image: url(../images/portable.svg);
}

.listing_action div:nth-child(3) a {
    background-image: url(../images/mail.svg);
}

.listing_action div:nth-child(4) a {
    background-image: url(../images/pointeur.svg);
}

.listing_action div:nth-child(5) a {
    background-image: url(../images/etoile.svg);
}

.listing_action div:nth-child(6) a {
    background-image: url(../images/jaime.svg);
}

.listing_action div:nth-child(1) a:hover {
    background-image: url(../images/oeil_rose.svg);
    transition: 0.3s;
}

.listing_action div:nth-child(2) a:hover {
    background-image: url(../images/portable_bleu.svg);
    transition: 0.3s;
}

.listing_action div:nth-child(3) a:hover {
    background-image: url(../images/mail_rouge.svg);
    transition: 0.3s;
}

.listing_action div:nth-child(4) a:hover {
    background-image: url(../images/pointeur_vert.svg);
    transition: 0.3s;
}

.listing_action div:nth-child(5) a:hover {
    background-image: url(../images/etoile_hover.svg);
    transition: 0.3s;
}

.listing_action div:nth-child(6) a:hover {
    background-image: url(../images/jaime_bleu.svg);
    transition: 0.3s;
}

.listing_action div:nth-child(5) a.favoris_selected {
	background-image: url(../images/etoile_jaune.svg);
}

#container_detail_retour {
    background-color: #666564;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 75px;
}

#container_detail_retour a {
    color: #fff;
    font-size: 18px;
}

#detail_entete_bien {
    /*border-bottom: 1px solid #d2d1d1;*/
}

#detail_entete_type {
    font-size: 30px;
    padding-bottom: 40px;
}

#detail_entete_pdf {
    color: #009fe0;
    font-size: 20px;
    padding-bottom: 40px;
}

#detail_entete_prix {
    font-size: 30px;
    padding-bottom: 40px;
}

#infos_financement {
    font-size: 14px;
}

#detail_right_list {
    border-left: none;
    border-right: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #c8c8c8;
}

#detail_right_list li {
    border-top: 1px solid #c8c8c8;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    border-right: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
}

#detail_right_list li a.bordermauve:hover {
    border-left: 5px solid #9880be;
    color: #9880be;
    transition: 0.3s;
}

#detail_right_list li a.bordergreen:hover {
    border-left: 5px solid #46b900;
    color: #46b900;
    transition: 0.3s;
}

#detail_right_list li img {
    display: inline-block;
}


#detail_right_list li:nth-child(1) a {
    background: url('../images/laforet_arbre.svg') no-repeat;
    background-position: 10px center;
    background-size: 35px 35px;
}

#detail_right_list li:nth-child(2) a {
    background: url('../images/telephoner.svg') no-repeat;
    background-position: 10px center;
    background-size: 35px 35px;
}

#detail_right_list li:nth-child(3) a {
    background: url('../images/envoyer-un-email.svg') no-repeat;
    background-position: 10px center;
    background-size: 35px 35px;
}

#detail_right_list li:nth-child(4) a {
    background: url('../images/etre-contacter.svg') no-repeat;
    background-position: 10px center;
    background-size: 35px 35px;
}

#detail_right_list li:nth-child(5) a {
    background: url('../images/decouvrir-tout-autour.svg') no-repeat;
    background-position: 10px center;
    background-size: 35px 35px;
}

#detail_right_list li:nth-child(6) a {
    background: url('../images/ajouter-aux-favoris.svg') no-repeat;
    background-position: 10px center;
    background-size: 35px 35px;
}

#detail_right_list li:nth-child(7) a {
    background: url('../images/facebook-violet.svg') no-repeat;
    background-position: 10px center;
    background-size: 35px 35px;
}

#detail_right_list li:nth-child(8) a {
    background: url('../images/twitter_violet.svg') no-repeat;
    background-position: 10px center;
    background-size: 35px 35px;
}


#detail_right_list li a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 55px;
    font-size: 15px;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#container_simulation {
    background-color: #f7f7f7;
    padding-bottom: 40px;
    font-size: 20px;
    color: #706f6f;
}

#container_simulation .input-group input[type="number"] {
    height: 40px;
    border-right: 0;
}

#container_simulation .input-group .input-group-addon {
    background-color: #fff;
}

#container_simulation .input-group {
    margin-bottom: 15px;
    height: 40px;
}

#financer_avec_vente_bien {
    display: inline-block;
    background-color: black;
    color: #fff;
    font-size: 16px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
}

.apport_info {
    font-size: 14px;
    color: #706f6f;
    display: inline-block;
    font-style: italic;
}

.span_picto_title_carac {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}

.underline {
    text-decoration: underline;
}

#details_slider_bandeau {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    padding-top: 35px;
    padding-bottom: 35px;
    color: #fff;
    font-size: 25px;
    left: 11px;
    right: 11px;
}

#show_tel {
    display: none;
}

#form_frame_ct {
    padding: 20px;
}

#form_frame_ct input[type="text"],
#form_frame_ct textarea,
#form_frame_ct input[type="email"],
#form_frame_ct select {
    margin-bottom: 10px;
    border-radius: 0;
}

#form_frame_ct input[type=submit] {
    height: 40px;
    font-size: 23px;
    border-radius: 0;
    margin-top: 28px;
    line-height: 23px;
    color: #fff;
    background-color: black;
    font-style: italic;
    border: 0;
}

.modal-content {
    border-radius: 0;
}

.custom_modal {
    background-color: #00439e;
    border: 0;
    color: white;
    font-size: 12px;
}

.custom_modal .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
}

.custom_modal .title_modal {
    font-size: 21px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.custom_modal .content {
    padding: 20px;
}

#btnModalMdpPerdu {
    font-style: italic;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.custom_modal input[type="submit"] {
    background-color: #00a4e0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px;
    display: inline-block;
    border: 0;
    height: auto;
}

#modalCreerMonCompte input {
    border-radius: 0;
    border: 0;
}

#btn_mon_compte.btn_mon_conmpte_co {
    color: #00ff72;
}

.dropdown-menu.choixProfil {
    left: 0;
    text-align: center;
    background-color: #00439e;
    color: #fff;
    min-width: 100%;
}

.dropdown-menu.choixProfil li {
    text-transform: uppercase;
    margin-top: 6px;
    margin-bottom: 15px;
}

.dropdown-menu.choixProfil li a,
.dropdown-menu.choixProfil li a:hover {
    background-color: transparent;
    color: #fff;
    padding: 0;
    transition: 0.3s;
}

.dropdown-menu.choixProfil #btnDeconnexion,
.btn_style_bleu_clair {
    text-align: center;
    background-color: #00a4e0;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    padding: 6px 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    opacity: 0.9;
    line-height: initial;
    color: #fff;
}

.container_edit_bandeau {
    margin: 40px 0;
}

.container_edit_bandeau fieldset {
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
    margin-bottom: 30px;
}

.container_edit_bandeau legend {
    display: block;
    -webkit-padding-start: 2px;
    -webkit-padding-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    width: auto;
}

.container_edit_bandeau form {
    margin: 10px 0 30px 0;
}

.container_edit_bandeau input[type="file"] {
    display: inline-block;
}

.container_edit_bandeau input[type="submit"] {
    display: inline-block;
    margin-left: 15px;
}

.container_button_mon_profil {
    position: absolute;
    bottom: 25%;
    width: 100%;
}

.title_profil_on_bandeau {
    top: 20%;
    color: #fff;
    font-size: 37px;
    font-weight: bold;
    left: 0;
    max-width: 885px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}

.button_mon_profil {
    border: none;
    border-radius: 1px;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 6px 5px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-size: 18px;
}

.button_mon_profil.actif {
    color: #fff;
    background-color: #00a5e0;
}

.container_button_mon_profil a:first-child .button_mon_profil {
    padding: 10px 27px;
}

.container_button_mon_profil a:first-child .button_mon_profil {
    margin-left: 0;
}

.input_mon_profil {
    margin-top: 10px;
    margin-bottom: 10px;
}

.recevoir_newsletter {
    margin-bottom: 10px;
}

.title_profil {}

.titre_blue_profil {
    color: #00a4e0;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 25px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid silver;
}

.styled-checkbox:hover+label:before {
    background: #fff;
    transition: 0.3s;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: #fff;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: #00a4e0;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #00a4e0, 4px 0 0 #00a4e0, 4px -2px 0 #00a4e0, 4px -4px 0 #00a4e0, 4px -6px 0 #00a4e0, 4px -8px 0 #00a4e0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#profil label {
    font-size: 14px;
}

#profil .cke_editable, #alertes .cke_editable, #recrutement .cke_editable, #groupe .cke_editable, #devenir_franchise .cke_editable, #form_agence_new .cke_editable {
    cursor: text;
    border: 1px solid silver;
    min-height: 40px;
    margin-bottom: 25px;
}

#groupe{
   font-size:16px;
   line-height:1.5em;
}

#groupe h2{
   color:#00439e;
   font-size:25px;
}

.fav_delete {
    position: absolute;
    top: 1px;
    right: 12px;
    padding: 8px;
    background: #c20000;
    cursor: pointer;
}

.disabled_custom {
	cursor: not-allowed!important;
	opacity: 0.5!important;
}

.cm {
    cursor: move;
}

.tdu {
    text-decoration: underline;
}


#chargeSession {
	list-style: none;
    font-size: 18px;
    text-align: center;
    padding: 15px 0px;
}

.blocsGererAlertes .alertes .alerte {
    background-color: #00a4e0;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.inner_alerte {
	color: #000;
	background-color: #fff;
	font-size: 16px;
	font-weight: normal;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
}

.modal_alertes .bloc_recherche {
	width: 100%;
}

.modal_alertes input[type="text"], .modal_alertes select, .modal_alertes input[type="number"] {
    margin-bottom: 10px;
    border-radius: 0;
    color: black;
}

.modal_alertes input[type="submit"] {
    margin-top: 20px;
    border-radius: 0
}

.modal_alertes select option {
    color: black;
}

.alerte .close {
	font-size: 30px;
	color: #fff;
	opacity: 1;
}

.bloc_texte_alertes {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
}

.lblue {
	color: #00a4e0;
}

#blocGestionAlerte {
	padding-bottom: 50px;
	border-bottom: 1px solid #cbcbcb;
}

.nouvelle_annonce {
   background-color: #00449e;
   padding: 15px;
   color: #fff;
   font-size: 16px;
   font-weight: bold;
}

.titleNouvelleAnnonce, .nbNouvelleAnnonce  {
	margin-bottom: 10px;
}

.container_bandeau {
    text-align: center;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.inner_bandeau_txt {
	color: #fff;
	font-weight: bold;
	font-size: 35px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 3px 3px rgba(0, 0, 0, 0.71);
}

.img_max_100 img {
	max-width: 100% !important;
	height: auto !important;
}

#recrutement {
	padding-bottom: 50px;
}

#recrutement .img_max_100 {
	margin-top: 35px;
}

#form_recrutement input[type="text"], #form_recrutement input[type="email"], #form_recrutement input[type="file"] {
	height: 50px;
	border:1px solid #d2d1d1;
	color: #00439e;
	font-size: 18px;
	padding-left: 20px;
	margin-bottom: 30px;
	border-radius: 0;

}
#form_recrutement input[type="file"] {
	height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

#form_recrutement  ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #00439e;
}
#form_recrutement  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #00439e;
 opacity:  1;
}
#form_recrutement  ::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #00439e;
 opacity:  1;
}
#form_recrutement  :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #00439e;
}
#form_recrutement  ::-ms-input-placeholder { /* Microsoft Edge */
 color:    #00439e;
}

#form_recrutement label {
	color: #00439e;
	font-size: 18px;
	font-weight: normal;
}

#form_recrutement input[type="submit"] {
	background-color: #00a5e0;
	color: #fff;
	display: inline-block;
	height: auto;
	text-transform: uppercase;
	font-size: 30px;
}

.red {
	color: #ff020b;
	font-size: 15px;
}

#form_recrutement .ws-errorbox, #form_agence_template1 .ws-errorbox  {
   margin-top: -25px;
}

#form_recrutement .has-error .form-control,#form_agence_template1 .has-error .form-control, #form_recrutement .has-error input#realPerson, #form_agence_template1 .has-error input#realPerson {
    border-color: #ff020b!important;
}

nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #00439e;
    transition: 0.3s;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #00439e;
    transition: 0.3s;
}

#franchise .nav-pills, #franchise .tab-pane {
	font-size: 16px;
}

.alertes, .nouvelles_annonces {
	margin-bottom: 30px;
}

.slider_hp_title,
.slider_hp_title h1{
    /*font-size: 22px;
    font-style: italic;
    text-transform: uppercase;*/
    margin-bottom: 10px;
    text-align:center;
    font-size:40px;
    font-weight:bold;
   line-height: 1.2em;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}

.slider_hp_text,
.slider_hp_text p{
    /*font-size: 16px;*/
    font-size:18px;
    text-align:center;
    font-weight:500;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}

.lien_plus_slider_accueil {
    margin-top: 15px;
    font-size: 16px;
    display: inline-block;
    
}

.mt50 {
    margin-top: 50px;
}

#form_agence_new input[type="text"], #form_agence_new select{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 15px;
}

#form_agence_new input.multiselect-search {
    margin-bottom:0;
}


#form_agence_new label {
    font-size: 16px;
}

.liste_agences_front_row {
    margin-bottom: 30px;
    font-size: 16px;
}

#liste_agences_front> .liste_agences_front_row > .col-md-8.col-xs-12{
   display: flex;
   align-items: stretch;
}

#liste_agences_front > .liste_agences_front_row > .col-md-8.col-xs-12 >.col-sm-6:first-of-type{
   background-color:#153D8A;
}

.liste_agences_front_row > div:nth-child(2) {
    border-left:1px solid #cbcbcb;
    border-bottom:1px solid #cbcbcb;
    border-top:1px solid #cbcbcb;
    border-right:1px solid #cbcbcb;
    padding-left: 0;
    padding-right:0;
    background-color:#FFFFFF;
}


.liste_agences_front_row > div:nth-child(2) > div:nth-child(1) {
    min-height:185px;
    padding-left: 0;
    padding-right:0px;
}


.liste_agences_front_row > div:nth-child(2) > div:nth-child(2) {
    /*padding-top: 15px;
    padding-bottom: 15px;*/
    padding-top:15px;
    padding-bottom:20px;
}

.listing_agence_libelle{
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}



.listing_agence_lien {
   /* text-align: right;
    display: block;
    text-decoration: underline;*/
   color: #fff;
    background-color: #00a4e0;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 8px 15px;
}

.listing_agence_lien:hover {
    color:#FFFFFF;
background-color:#00439e;
transition: 0.3s;
}

.listing_agence_lien::before {
   /* content: url(../images/picto_site.png);
    position: relative;
    left: 0px;
    top: 5px;
    margin-right: 10px;*/

}

.title_agence {
    font-size: 30px;
    margin-bottom: 30px;
}

#agence_txt {
    margin-top: 30px;
    font-size: 16px;
    color: #000;
    margin-bottom: 50px;
}

#agence {
    /*background-color: #fffcfb;*/
    background-color:#FBFCFF;
}

#agence p{
    font-size: 16px;
}

#agence .col-xs-12,
#liste_agences_front .liste_agences_front_row > div:nth-child(2) > div:nth-child(2) {
    padding-left:20px;
    padding-right:20px;
}

.agence_social img{
    width:30px;
    height:30px;
}

a.agence_social svg{
        vertical-align: middle;
}

.liste_agences_front_row .agence_social{
    margin:0px 2px;
}

a.facebook svg:hover #facebook,
a.linkedin svg:hover #linkedin,
a.linkedin svg:hover #linkedin2,
a.youtube svg:hover #youtube,
a.googleplus svg:hover #googleplus,
a.googleplus svg:hover #googleplus2,
a.instagram svg:hover #instagram{ 
  fill: #fff;
  transition: 0.3s;
}

a.facebook svg:hover #border-fb,
a.facebook svg:hover #fond-fb,
a.linkedin svg:hover #border-lk,
a.linkedin svg:hover #fond-lk,
a.youtube svg:hover #border-yt,
a.youtube svg:hover #fond-yt,
a.googleplus svg:hover #border-gg,
a.googleplus svg:hover #fond-gg,
a.instagram svg:hover #border-ig,
a.instagram svg:hover #fond-ig  { 
  fill: #00439e;
  transition: 0.3s;
}

.agence_social{
    width:30px;
    height:30px;
}

#contactez_agence_title {
    margin-bottom: 30px;
    font-size: 30px;
}

.bg_blanc {
    background-color: #fff;
}

#form_agence_template1 input[type="text"], #form_agence_template1 input[type="email"], #form_agence_template1 select, #form_agence_template1 textarea {
    height: 50px;
    border: 1px solid #d2d1d1;
    color: #00439e;
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 30px;
    border-radius: 0;
}

#form_agence_template1 textarea {
    padding-top: 10px;
    height:initial;
}

#form_agence_template1 input[type="submit"] {
    background-color: #00a4e0;
    color: #fff;
    height:50px;
    border-radius: 0;
    border:0;
    margin-top: 30px;
    font-size: 20px;
}

#form_agence_template2 input[type="text"], #form_agence_template2 input[type="email"], #form_agence_template2 select, #form_agence_template2 textarea {
    height: 50px;
    border: 1px solid #d2d1d1;
    color: #00439e;
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 25px;
    border-radius: 0;
}

#form_agence_template2 textarea {
    padding-top: 10px;
    height: 400px;
}

#form_agence_template2 input[type="submit"] {
    background-color: #00a4e0;
    color: #fff;
    height:50px;
    border-radius: 0;
    border:0;
    margin-bottom: 30px;
    font-size: 20px;
}

#slide_agence{
    /*height:490px;*/
}

.tp-banner {
    height: 500px!important;
}

.caption_slider {
    /*background-color: rgba(000,000,000,0.6);*/
    background-color:transparent;
    color: #fff;
    padding-top:40px;
    padding-bottom:40px;
    /*margin-top: 150px;*/
    right:-10%;
   
}

#images_header .hidearrows {
    opacity: 1!important;
}

#images_header .tparrows {
    z-index:500;
}

#template_3_right {
    background-color: #fff;
    border:1px solid #d5d4d4;
    /*padding-top: 30px;
    padding-bottom: 30px;*/
    padding-top:10px;
    padding-bottom:20px;
    font-size: 20px;
}

#template_3_right strong,
.listing_agence_libelle a{
   /* font-size: 22px;*/
   text-transform:uppercase;
   color:#00a4e0;
   font-size:16px;
   font-weight:bold;
}

.listing_agence_libelle a:hover{
   color:rgb(51,51,51);
   transition: 0.3s;
}


#template_3_right #ct_agence {
    color: white;
    background-color: #00a4e0;
    /*font-size: 22px;*/
    font-size:20px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    /*margin-bottom: 30px;*/
    margin-bottom:20px;
    font-style:italic;
    letter-spacing:0.03em;
}

#template_3_right .dblue,
#les_agences .dblue{
    font-weight:bold;
}

.bg_white_header {
    background-color: #fff;
}

#form_agence_new .coladmin_template_2.coladmin {
    height:auto;
    border:1px solid silver;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor:move;
}

.legende_slider_agence {
    position: absolute;
    width:100%;
    text-align: center;
    bottom:0;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(0,0,0,0.6);
    color:white;
    font-size: 20px;
}




/* daf */

.display_none {
    display: none
}

.display_block {
    display: block
}

.iblock {
    display: inline-block!important;
}

#gerances,
#nous_recherchons {
    padding: 40px
}

.bgyellow {
    background-color: #434342
}



.menu_tel {
    position: absolute;
    right: 0px;
    top: 0;
    color: #FFF;
    background-color: #black;
    padding: 10px;
    font-size: 16px
}

.divSelectChechbox {
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 2
}

.divSelectChechbox>div {
    background: #FFF
}

#type_de_bien,
#type_de_bien .iType {
    cursor: pointer
}

.xs-show {
    display: none
}

.dflex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.vcenter {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    display: flex !important;
    align-items: center;
    -ms-align-items: center;
    align-items: center
}

.hcenter {
    justify-content: center;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex
}

#container_header_top {
    background: #000;
    min-height: 34px
}

#container_header_top .col-xs-12 {
    line-height: 34px;
    vertical-align: middle
}

.derniers_biens {
    padding: 0 0 85px 0;
    text-align: center
}

.posRel {
    position: relative
}

#bandeauAccueil {
    background: transparent url("../images/bandeau.jpg") no-repeat fixed center center/cover;
    font-size: 24px;
    padding: 150px 0
}

#bandeauAccueil img {
    width: 100%
}

#bandeauAccueil>p {
    text-align: center
}

#bandeauAccueil>p:last-child {
    text-transform: uppercase;
    margin-top: 40px
}

.gris {
    color: #808080
}

.tp-bannertimer {
    width: 0px !important;
    display: none
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.container_logo_footer .f12 {
    margin-top: 20px;
    display: inline-block
}

.logo_derniers_biens {
    margin: 45px 0 45px 0
}

.logo_derniers_biens img {
    padding: 0 45px 0 0
}

.logo_derniers_biens span {
    color: #000;
    text-transform: uppercase;
    font-size: 30px
}

.derniers_biens {
    background: #dcdad9
}

.champsObligatoires {
    color: #black
}

.champsObligatoiresDetail {
    text-align: right;
    margin-top: 35px;
    font-style: italic
}

#input_alerte::-webkit-input-placeholder,
#input_alerte::-moz-placeholder,
#input_alerte:-ms-input-placeholder,
#input_alerte:-moz-placeholder {
    color: #bbbbbb
}

#input_alerte {
    border: none;
    border-radius: 0;
    padding-left: 10px;
    margin-left: 6px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 15px
}

#inscription_newsletter {}

#submit_alerte {}

#formContactDetail #submit_alerte {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: url("../images/submit.jpg") no-repeat;
    width: 43px;
    height: 42px
}

#form_newsletter_footer #submit_alerte {
    background-color: #3a393a;
    border: none;
    width: 180px;
    height: 70px;
    font-size: 16px;
    color: #FFF
}

.bloc_recherche input[type="submit"] {
    background-color: #000;
    border: none;
    width: 100%;
    height: 35px;
    background-position: center center
}

#alerte_slogan {
    color: white;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
    vertical-align: middle
}

#alerte_slogan img {
    display: inline-block;
    vertical-align: middle
}

#container_header_top div.col-xs-12 {
    text-align: right
}

#nav_langue {
    line-height: 35px;
    vertical-align: middle
}

#nav_langue a {
    height: 35px;
    background-color: #494947;
    display: inline-block;
    color: white;
    padding: 0 5px;
    margin-left: 5px;
    font-size: 15px
}

#nav_langue a.langue_actif {
    background-color: #F5C813;
    color: #000
}

#div_fb {
    color: white
}

#footer {}

.references {
    font-size: 12px
}

#footer .references {
    font-size: 15px
}

.coordonnees {
    margin: 40px 0;
    font-size: 16px
}

.coordonnees_padding {
    padding: 95px 0 0
}

.copyrightFooter {
    font-size: 16px
}

#logo_header {}

#container_header {
    color: #003781;
    font-size: 12px;
}

#container_header .phone {
    font-size: 16px
}

.container2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px
}

.top_city {
    line-height: 22px;
    text-align: left
}

#header_right {
    margin-top: 20px
}

#container_nav_main a.actif {
    text-decoration: underline
}

#container_header nav ul {
    list-style-type: none;
    text-align: center;
    margin: 0 auto
}

#container_header nav ul li {
    float: left;
    padding: 0 20px
}

.mb_40 {
    margin-bottom: 40px;
}

#container_header nav ul li:first-child {
    float: left
}

#container_header nav ul li:last-child {
    padding: 0 0 0 20px
}

.logo_header {
    padding: 20px 0;
    width: 100%
}

.logo_reseaux_sociaux {
    padding: 12px 5px
}

.logo_lalux {
    float: right;
    margin: 20px 0
}

.domaine_competence {
    position: absolute;
    left: 275px;
    top: 160px;
    font-size: 15px;
    color: #000;
    text-align: center
}

.nav2 {
    margin: 20px 0
}

.nav2>nav div>a {
    text-decoration: none !important
}

.nav2>nav div {
    margin: 10px 0
}

.nav2_onglet {
    width: 100%;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    padding: 30px 10px;
    opacity: 1
}

.nav2>nav>div a div.onglet_actif,
.nav2>nav>div a div:hover {
    opacity: 0.40 !important;
    transition: 0.3s;
}

.nav2>nav>div:nth-child(1) a div {
    background-color: #00bef3
}

.nav2>nav>div:nth-child(2) a div {
    background-color: #00e100
}

.nav2>nav>div:nth-child(3) a div {
    background-color: #f38c27
}

.nav2>nav>div:nth-child(4) a div {
    background-color: #3e8dd0
}

#equipe,
#contenu_partenaires,
#contenu_about {
    margin: 40px 0
}

.equipe_fonction {
    color: #464646;
    font-style: italic
}

.equipe_tel_mail {
    color: #000
}

.equipe_color_tel_mail {
    color: #464646
}

.color_red {
    color: #ca5140
}

.fiche_personne {
    margin: 20px 0
}

.photo_personne img {
    border-radius: 100%;
    height: 220px;
    max-height: 220px;
    max-width: 220px;
    width: 220px
}

.photo_personne,
.coordonnees_personne {
    text-align: center;
    padding: 25px 0
}

.coordonnees_personne {
    margin-top: 10px;
    overflow: auto;
    overflow-x: hidden;
    font-size: 15px;
    font-weight: bold
}

.white,
.white a {
    color: #FFF
}

.slideup_slidedown_about {
    background-color: #ccf7ca;
    padding: 10px 45px 10px 5px;
    position: relative
}

.slideup_slidedown_about2 {
    background-color: #f38c27;
    padding: 10px 45px 10px 5px;
    position: relative
}

.slideup_slidedown_about3 {
    background-color: #3e8dd0;
    padding: 10px 45px 10px 5px;
    position: relative
}

.slideup_slidedown_about span,
.slideup_slidedown_about2 span,
.slideup_slidedown_about3 span {
    background-color: #b2d6af;
    bottom: 0;
    margin-top: -0;
    padding: 13px;
    position: absolute;
    right: 0;
    top: 0
}

.slideup_slidedown_about2 span,
.slideup_slidedown_about3 span {
    bottom: 0;
    margin-top: -0;
    padding: 13px;
    position: absolute;
    right: 0;
    top: 0
}

.slideup_slidedown_about2 span {
    background-color: #FAD1A9
}

.slideup_slidedown_about3 span {
    background-color: #B2D1EC
}

.slideup_slidedown_about.bgColorGray {
    background-color: #f3f3f3
}

.slideup_slidedown_about .bgColorGray {
    background-color: #d4d3d3
}

#container_header nav ul li a {
    color: #00439e;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 18px
}

#container_header nav ul li a:hover {
    text-decoration: none;
    transition: 0.3s;
}

.nopadright {
    padding-right: 0 !important
}

.nopadleft {
    padding-left: 0 !important
}

.nomarginright {
    margin-right: 0 !important
}

.nomarginleft {
    margin-left: 0 !important
}

.navbar {
    padding-top: 25px;
    margin-right: 0
}

ul.navbar-nav>li>a {
    font-size: 18px
}

#container_header nav ul.navbar-nav>li>a.actif,
#container_header nav ul.navbar-nav>li>a:hover {
    background-color: transparent;
    transition: 0.3s;
}

ul.navbar-nav>li>a.actif:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20%;
    border-width: 0 0 1px;
    border-color: #00439e;
    border-style: solid;
    color: black
}

ul.navbar-nav>li>a:hover:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20%;
    border-width: 0 0 1px;
    border-color: #black;
    border-style: solid;
    color: #black;
    transition: 0.3s;
}

#bloc_recherche {
    position: relative;
    top: 20px;
    z-index: 9;
    width: 40%;
    right: 0;
    float: right
}

#container_bloc_recherche {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99
}

.recherche_square {
    background-color: #666666;
    color: white;
    text-align: center;
    min-height: 90px;
    width: 27%;
    height: 0px;
    padding-bottom: calc(27% - 2px);
    background: rgba(82, 71, 68, 0.8);
    float: right;
    text-align: center;
    position: relative;
    margin: 2px;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.42);
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.42);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.smalltext {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 0.8em;
    text-transform: uppercase;
    position: absolute;
    top: 30%;
    left: 40%;
    height: 10%;
    width: 70%;
    margin: -15% 0 0 -25%
}

.displayfieldtext {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 400;
    position: absolute;
    top: 55%;
    left: 20%;
    height: 30%;
    width: 80%;
    margin: -15% 0 0 -10%;
    font-weight: 300
}

.recherche_square .text {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    top: 72%;
    height: 30%;
    width: 100%;
    text-align: center;
    text-overflow: clip '.';
    overflow: hidden
}

.recherche_square .icon {
    position: relative;
    margin-top: 10%;
    height: 78px;
    line-height: 78px
}

.recherche_square .iconicon {
    max-height: 68px;
    max-width: 68px
}

.recherche_square .textsquare.bigdigit {
    font-size: 70px
}

.bloc_seconde_neuf .recherche_square,
.bloc_trois_boutons .recherche_square {
    background-color: #dbdbdb
}

.bloc_seconde_vente .recherche_square,
.bloc_trois_boutons .recherche_square {
    background-color: #dbdbdb
}

.bloc_seconde_location .recherche_square,
.bloc_trois_boutons .recherche_square {
    background-color: #dbdbdb
}

.bloc_second_boutons .recherche_square:hover,
.bloc_trois_boutons .recherche_square:hover,
.carre_hover {
    background-color: #a6a6a6 !important;
    transition: 0.3s;
}

.recherche_square .textsquare {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    text-transform: uppercase;
    position: absolute;
    top: calc(50% - 10px);
    height: 30%;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word
}



.mode_choisit {
    background-color: rgb(144, 183, 64)
}

#recherche_dropdown {
    width: 83px;
    background-color: black;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px
}

.bloc_second_boutons,
.bloc_trois_boutons {
    display: none
}

#container_slide_home {
    position: relative
}

#container_form_home {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 0 0 0;
    position: relative;
    top: -170px
}

#form_home .form-control {
    border-radius: 0px;
    height: 35px;
    border: 1px solid #cccccc;
    margin-bottom: 30px;
    border-bottom: 5px solid #cccccc
}

#form_home select {
    -webkit-appearance: none;
    background-color: white;
    -moz-appearance: none;
    apperance: none;
    background: url('../images/select_fleche.png') no-repeat 95% 50%;
    background-color: white
}

#bandeau_bleu_clair {
    background: #efeded none repeat scroll 0 0;
    color: black;
    padding: 20px 0;
    vertical-align: middle
}

#bandeau_bleu_fonce {
    background: #003357;
    vertical-align: middle;
    padding-top: 30px;
    padding-bottom: 30px
}

#form_home input[type="submit"] {
    color: black;
    font-size: 17px;
    vertical-align: middle;
    border: 0;
    background-color: #f9e81f;
    border-bottom: 0
}

#container_gris_home {}

#container_cc_home {
    padding: 60px 0;
    background-color: white
}

#detail_carac {
    background-color: #6d98a2;
    padding: 30px;
    color: white;
    margin-top: 40px;
    margin-bottom: 40px
}

.photo_annonce_a_la_une.p_rel {
    padding: 0 0 0 4%
}

.footer_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #f8e71f
}

#yellow_footer {
    background-color: #ffe800;
    height: 20px
}

#container_footer_top .col-xs-3 {}

#footer_top_2 {
    background: url(../images/bulle.png);
    min-height: 240px;
    background-repeat: no-repeat;
    color: white;
    font-size: 20px;
    font-style: italic;
    text-align: center;
    background-position: center bottom
}

#footer_top_3 {
    text-align: center;
    font-weight: bold
}

#footer_top_2 div {
    position: absolute;
    top: 18%;
    padding: 0 20%
}

#icn_top {
    cursor: pointer;
    margin-top: 30px;
    z-index: 9;
    position: relative
}

.footer_img {
    margin-top: 150px
}

#container_footer_top {
    background: url(../images/footer.jpg);
    background-repeat: repeat-y;
    background-size: 100%
}

.copyright {
    color: #808080;
    font-size: 12px
}

#fb_footer {
    padding: 10px;
    font-size: 18px
}

.img_cc {}

.annonce_une_texte {}

#listing {
    padding-bottom: 30px
}

#tri_liste a {
    margin-left: 10px
}

.entete_listing {
    font-size: 12px
}

.fond_gris {
    background-color: #ededed
}

.orange {
    color: #ff630f
}

.bleu {
    color: #004b76
}

header #header_white {
    padding-top: 38px;
    background-color: rgba(255, 255, 255, 0.8);
    padding-bottom: 30px
}

header #header_logo {
    width: 760px
}

header #header_black {}

header #header_alerte {
    margin-left: 15px
}

header #header_alerte input[type="email"] {
    width: 143px;
    margin-left: 15px;
    height: 40px;
    margin-top: -10px
}

header #header_alerte input[type="submit"] {
    background-color: none;
    border: 0;
    padding: 0;
    margin: 0;
    margin-left: 15px
}

.fa {
    margin-right: 10px
}

#logo {
    vertical-align: middle;
    margin-left: 30px
}

#detail #caract ul {
    padding: 0 0 0 20px;
    margin-right: 150px
}

#details #caract {
    padding-bottom: 30px
}

#details #caract,
#details #map {
    margin-top: 40px
}

.agencebloc ul {
    padding: 0 0 0 20px
}

header>.wrapper {}

#header_top {
    padding-top: 20px
}

#header_bottom,
#header_bottom a {
    font-size: 14px;
    color: #777263
}

#header_bottom div.iblock {
    margin-left: 20px
}

#header_top>.iblock {
    vertical-align: top
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #00439e
}

.navbar-default .navbar-toggle {
    border-color: #00439e
}

#nav_lang li:after {
    content: "|"
}

#nav_lang li:last-child:after {
    content: ""
}

#form_container {
    position: relative
}

.barre_gris {
    background-color: #cbcbca;
    height: 1px;
    width: 255px
}

#enteteRecherche > #recherche_rapide > .container > .row{
   align-items: center;
    display: flex;
}

#accueil .bloc_vous_souhaitez h2{
   font-size:1em;
}

#accueil .bloc_vous_souhaitez p{
   font-size:0.75em;
   color:#313131;
}

#accueil #container_slider_home {
    padding: 30px
}

#accueil #nouveautes {
    padding: 30px
}

#accueil #nouveautes div.iblock {
    width: 31%
}

#accueil #nouveautes div img {
    width: 100%
}

#accueil #nouveautes div:nth-child(1) {
    text-align: justify;
    color: white;
    font-size: 14px;
    line-height: 19.2px
}

#accueil #nouveautes div.iblock:nth-child(1),
#accueil #nouveautes div.iblock:nth-child(2) {
    margin-right: 3%
}

#accueil #blocs_accueil {
    padding: 30px
}

#accueil #blocs_accueil div.iblock {
    width: 31%;
    text-align: justify;
    color: #4c4c4c;
    font-size: 14px;
    line-height: 19.2px
}

#accueil #blocs_accueil div.iblock:nth-child(1),
#accueil #blocs_accueil div.iblock:nth-child(2) {
    margin-right: 3%
}

footer div.wrapper {
    padding-left: 30px;
    padding-right: 30px;
    height: 120px;
    color: white;
    padding-top: 80px
}

footer div.wrapper div.iblock {
    width: 50%
}

#footer_newsletter div#inscription_newsletter {
    background: #eabd22;
    background: -moz-linear-gradient(left, #eabd22 0%, #ffcf23 100%);
    background: -webkit-linear-gradient(left, #eabd22 0%, #ffcf23 100%);
    background: linear-gradient(to right, #eabd22 0%, #ffcf23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eabd22', endColorstr='#ffcf23', GradientType=1);
    box-shadow: 0 -7px 12px 6px rgba(0, 0, 0, 0.3) inset;
    min-height: 160px;
    color: #000;
    padding: 55px 0
}

.texte_newsletter {
    color: #000;
    font-size: 17px;
    text-align: right;
    padding: 22px 5px 0 0
}

.ttu {
    text-transform: uppercase
}

.f12 {
    font-size: 12px
}

#footer_coord {
    font-size: 16px;
    color: white
}

#footer {
    background: #434342
}

.annonce_une_texte,
.texte_notre_agence_accueil,
.annonce_une_texte_coup_coeur {
    padding-top: 20px;
    position: relative;
    background-color: #FFF;
    text-align: justify
}

#triListe {
    border: 1px solid #d9d8d7;
    width: auto;
    vertical-align: middle;
}

#voir_biens {
    display: inline-block;
    max-width: 250px;
    color: white;
    background-color: #00439e;
    text-transform: uppercase;
    padding: 5px 15px;
    font-size: 20px;
    margin-top: 45px
}

#voir_biens:hover {
    text-decoration: none;
    transition: 0.3s;
}

#footer_coord .gris {
    color: #969696
}

.annonce_une_texte_coup_coeur {
    text-align: center
}

.cc_desc {
    color: black;
    margin-bottom: 15px;
    text-align: justify
}

.cc_ville {
    color: #003781;
    font-size: 20px;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px
}

.cc_nature {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 20px
}

.cc_prix {
    text-align: right;
    font-weight: bold;
    font-size: 28px
}

.cc_plus {
    right: 20px;
    color: black;
    background-color: #f9e81f;
    position: absolute;
    bottom: 20px;
    cursor: pointer
}

.cc_plus:hover {
    text-decoration: none
}

#form_accueil {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 790px;
    padding: 20px 40px;
    background-color: white;
    text-align: center;
    color: #cbcbca;
    margin: 0 auto
}

#form_accueil form {
    margin-top: 20px
}

#form_accueil select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/bg_select.jpg) no-repeat right;
    border: 2px solid #d4d4d4;
    height: 42px;
    padding-left: 15px;
    color: #cdcdcd;
    text-transform: uppercase
}

#form_accueil #select_chb,
#form_accueil #select_ville {
    width: 150px
}

#form_accueil #select_chb,
#form_accueil #select_ville,
#form_accueil #select_budget {
    margin-right: 7px
}

#form_accueil #select_budget {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 270px;
    background: url(../images/bg_select.jpg) no-repeat right;
    border: 2px solid #d4d4d4;
    height: 42px;
    padding-left: 15px;
    color: #cdcdcd
}

#form_accueil #select_date:hover {
    background: none;
    transition: 0.3s;
}

#form_accueil input[type="submit"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 110px;
    background-color: #cfcfce;
    color: white;
    height: 42px;
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #d4d4d4
}

#contenu_about .slide_contenu {
    font-size: 16px
}

#form {
    width: 775px;
    border-left: 10px solid #4c4c4c;
    background-color: rgba(191, 191, 191, 0.7);
    padding: 10px 0;
    margin-left: 40px
}

select::-ms-expand {
    display: none
}

#form input[type="submit"] {
    background: url(../images/bg_submit.png) no-repeat center;
    height: 90px;
    width: 60px;
    display: inline-block;
    border: 0;
    vertical-align: top;
    position: absolute;
    top: 0;
    cursor: pointer
}

#form input[type="text"],
#form select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 24px
}

#form table {
    width: 723px;
    margin-left: 30px;
    display: inline-block
}

#form table td {
    width: 180px;
    padding-right: 60px
}

.ptitle {
    font-size: 18px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px
}

#contenu_page_texte {
    padding-top: 50px;
    padding-bottom: 50px
}

#slider {
    height: 450px;
    width: 1600px;
    margin: 0 auto;
    margin-bottom: 40px
}

.biens_similaires {}

.title_biens_similaires {
    font-size: 22px;
    padding-bottom: 60px;
    text-align: center
}

.owl-item {
    opacity: 0.5
}

.owl-item.active {
    opacity: 1 !important
}

.page_texte {
    margin-top: 30px;
    margin-bottom: 30px
}

#accueil #slide_home {
    margin: 0 auto;
    margin-bottom: 60px
}

#accueil .imgnb2 {
    display: none
}

#accueil #coup_coeur div.iblock {
    width: 367px;
    height: 320px;
    margin-right: 40px
}

#accueil #coup_coeur div.iblock div.img_bien {
    height: 245px;
    overflow: hidden
}

#accueil #coup_coeur div.iblock:first-child {
    margin-left: 8px
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
}

img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    transition: 0.3s;
}

#accueil #coup_coeur div.iblock:last-child {
    margin-right: 0
}

#accueil #coup_coeur div.bottom span:first-child {
    color: black;
    font-size: 15px
}

#accueil #coup_coeur img {
    width: 367px;
    height: 245px
}

#accueil #coup_coeur div.bottom span {
    width: 49%
}

#accueil #coup_coeur div.bottom {
    padding-left: 25px;
    height: 70px;
    background-color: #c6a875;
    color: white;
    line-height: 70px
}

#accueil #coup_coeur .btn_savoir_plus {
    padding: 5px 10px;
    background-color: #A9A9AB;
    box-shadow: 1px 1px 0px 0px black;
    margin-right: 10px;
    font-size: 15px
}

#accueil,
#details,
#gestion,
#metiers,
#services,
#lagence,
#relocation,
#realisations,
#apropos,
#estimation {}

#services,
#detail_home {
    margin: 15px 0 75px 0
}

#contact,
#exercer_droits_donnees_personnelles{
    font-size:14px;
}

#exercer_droits_donnees_personnelles .rgpd_titre{
    font-size:16px;
}

#exercer_droits_donnees_personnelles a,
.lien_rgpd a{
    color:#00a4e0;
    font-weight:bold;
}

#exercer_droits_donnees_personnelles a:hover{
    color:#00439e;
    transition: 0.3s;
}

#exercer_droits_donnees_personnelles textarea{
    height:150px;
}


#nav_main {
    background-color: #4c4c4c;
    text-align: right;
    padding-right: 30px
}

#nav_main a,
#header_contact p,
#adresse span {}

#nav_order li {
    list-style-type: none;
    text-align: right;
    font-style: italic
}

#nav_order li:after {
    content: " | ";
    color: lightgrey
}

#nav_main ul {
    margin: 0;
    padding: 0
}

#moteur_listing {
    padding: 30px;
    margin-bottom: 15px
}

#moteur_listing #ml1 {
    width: 405px;
    color: #4c4c4c;
    font-size: 20px
}

#moteur_listing .ml2 {
    width: 170px;
    margin-bottom: 18px
}

#moteur_listing .ml2 select,
#moteur_listing .ml2 input {
    width: 160px;
    height: 38px;
    padding-left: 10px
}

#moteur_listing .ml2 input[type="submit"] {
    background-color: #4c4c4c;
    padding-left: 0px;
    color: white;
    border: 0
}

#listing {}

#listing #tri_liste {
    vertical-align: middle;
    margin-left: 150px;
    font-size: 14px
}

#listing .paging {
    font-size: 14px;
    vertical-align: middle;
    margin: 25px 0;
    text-align: center
}

#listing #tri_liste a {
    margin-right: 10px
}

#listing .entete_listing {
    margin-bottom: 30px
}

#listing #back {
    margin: 20px 0
}

#tri_liste #form_accueil form div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 230px;
    border: 2px solid #d4d4d4;
    height: 42px;
    padding-left: 15px;
    color: #cdcdcd;
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
    text-align: left
}

.fleche_haut {
    background: url(../images/bg_select2.jpg) no-repeat right
}

.fleche_bas {
    background: url(../images/bg_select.jpg) no-repeat right
}

#tri_liste #form_accueil form div a {
    display: block
}

#tri_liste>span:first-child,
#tri_liste>span:last-child {
    width: 20%
}

#tri_liste div {
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}

#tri_liste nav {
    width: 60%
}

#listing .order_selected {
    color: #851D22
}

#header_contact {
    font-size: 16px
}

#nav_main ul li {
    background-color: #4c4c4c;
    color: white;
    padding: 5px
}

#nav_mail ul li a {
    height: 100%;
    width: 100%
}

#container_social {
    background-color: #00439e;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFF;
    text-align: center
}

.f30 {
    font-size: 30px
}

.f18 {
    font-size: 18px
}

.vam {
    vertical-align: middle!important;
}

#container_social img {
    margin: 0 5px;
    margin-top: 25px
}

#nav_main .active,
#nav_main ul li:hover {
    text-decoration: underline;
    transition: 0.3s;
}

#search {
    background: url('../images/home.jpg') no-repeat;
    height: 579px;
    width: 980px;
    margin: 36px auto 40px;
    padding-top: 10px
}

#search_form {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #CECECE;
    margin: 0 10px 10px 10px;
    padding: 16px 0
}

#search_form input,
#search_form select {
    height: 32px;
    border: 1px solid #CECECE;
    width: 146px;
    margin: 0 0 0 10px;
    padding-left: 3px;
    color: #000000
}

#search_form input[type=submit] {
    border: none;
    color: #ffffff;
    width: 120px;
    height: 24px;
    margin-left: 20px
}

#listing_left {
    width: 252px;
    padding-top: 190px
}

#listing .title {
    font-size: 18px;
    margin-bottom: 5px
}

.annonce_bien {
    background: white;
    margin: 25px 0;
    height: 560px;
}

.annonce_ben_inner {
    border: 1px solid #c7c7c7;
    float: left;
}

.annonce_bien .img1,
.annonce_bien .listing_carac {}

.annonce_bien:nth-child(even) {}

.annonce_bien:nth-child(odd) {}

.annonce_bien div.img1 {
    height: 300px;
}

.annonce_bien div.img2 {
    width: 162px;
    height: 96px;
    position: absolute;
    top: 0
}

.annonce_bien div.img3 {
    width: 162px;
    height: 96px;
    position: absolute;
    bottom: 0
}

.annonce_bien .bloc_img_listing {
    width: 165px;
    height: 205px;
    margin-left: 30px
}

#retourFb>div {
    font-size: 16px
}

#retourFb>div:first-child {
    border: solid #000 1px;
    color: #000
}

.caracteristiques_detail {
    padding: 20px 0;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver
}

.texte_passeport_energetique {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}

.annonce_bien .prix_listing,
.annonce_bien_details .prix_listing {
    margin-top: 15px;
    margin-bottom: 15px
}

.listing_ville,
.prixlisting {}

.listing_ville>img {
    vertical-align: text-top
}

.annonce_bien .listing_ville,
.annonce_bien_details .listing_ville {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px 20px 10px
}

.annonce_bien .listing_ref {
    font-weight: bold;
    font-style: italic;
    font-size: 18px
}

.annonce_bien .listing_plus {
    font-size: 16px;
    padding: 6px 0
}

.listing_plus {
    color: #000
}

.fa {
    top: 17px;
    color: #423f3b !important
}

.annonce_bien .listing_plus i {
    color: #858585;
    padding: 2px 5px
}

.annonce_bien .listing_nature,
.annonce_bien_details .listing_nature {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    font-size: 18px;
    padding: 0
}

.p_rel {
    position: relative
}

.caracteristiques_listing a:hover {
    text-decoration: none;
    transition: 0.3s;
}

.caracteristiques_listing .listing_ville {
    text-transform: uppercase;
    font-size: 25px;
    color: #00439e;
    padding: 0
}

.listing_info {
    color: #00439e;
    font-size: 20px;
}

.caracteristiques_liste {
    padding-bottom: 20px
}

.caracteristiques_liste .cara1,
.caracteristiques_liste .cara2,
.caracteristiques_liste .cara3,
.caracteristiques_liste .cara4,
.caracteristiques_liste .cara5,
.caracteristiques_liste .cara6 {
    font-size: 14px
}

.caracteristiques_liste .cara {
    padding: 7px 0;
    text-align: left
}

.caracteristiques_liste .cara img {
    height: 25px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px
}

.annonce_bien .listing_bottom {
    position: absolute;
    bottom: 20px;
    width: 99%
}

.annonce_bien .listing_desc {
    font-size: 15px;
    color: #808080;
    text-align: justify
}

.annonce_bien .listing_carac {
    font-size: 13px
}

.annonce_bien .description_listing {
    margin-top: 40px
}

.annonce_bien .bottom_listing {
    bottom: 0px;
    width: 100%
}

.desaturate {
    margin-left: 5px
}

.annonce_bien .plus {
    color: white;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #d22229;
    margin-top: 35px
}

.annonce_bien .lien {
    margin-top: 25px
}

.annonce_bien .header {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.annonce_bien .txt,
.annonce_bien .desc {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 25px
}

.annonce_bien .desc {
    height: 50px;
    overflow: hidden
}

.annonce_bien div.img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 200px
}

.annonce_bien .infos {
    position: absolute;
    height: 200px;
    background-color: gray;
    top: 0px;
    z-index: 5;
    background-color: black;
    opacity: 0.7;
    color: white;
    text-align: center;
    padding: 0 20px;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    width: 150px
}

#img_bg_top {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%)
}

.img_search{
    width: 20px;
}

.img_flip{    
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#bg_top_page {
    height: 301px
}

.container_detail .infos {
    position: absolute;
    height: 200px;
    background-color: gray;
    top: 0px;
    z-index: 5;
    background-color: black;
    opacity: 0.7;
    color: white;
    text-align: center;
    padding: 0 20px;
    padding-top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    width: 150px;
    z-index: 999
}

.annonce_bien:nth-child(even) .infos {
    right: 30px
}

.annonce_bien:nth-child(odd) .infos {
    left: 30px
}

#showmap {
    text-align: center
}

#map {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s
}

#showmap span {
    padding: 10px;
    background-color: black;
    color: white;
    opacity: 0.6;
    position: relative;
    z-index: 2;
    cursor: pointer
}

#listing .listing_prix {
    font-size: 21px;
    margin-top: 10px
}

#listing p {
    font-size: 14px
}

#listing .infos .sep {
    margin: 5px;
    height: 1px;
    width: 100%;
    background-color: white
}

#listing>div>.pas_trouve {
    width: 100%;
    height: inherit;
    padding-bottom: 40px
}

#listing .pas_trouve {
    font-size: 14px
}

#listing>div>.pas_trouve:hover {
    box-shadow: inherit;
    transition: 0.3s;
}

#listing .paging:hover {
    box-shadow: inherit;
    transition: 0.3s;
}

#listing .paging {
    height: inherit;
    max-height: inherit;
    border-bottom: none
}

#listing .paging>span {
    margin: 0 5px
}

#listing .paging .nombre a {
    width: 100%;
    height: 100%;
    display: block;
}

#listing .paging .nombre {
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 47px;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    border: 1px solid silver;
}

#listing .paging .current {
    background-color: #00439e;
    color: #000;
    font-weight: bold;
    padding: 3px 6px
}

#imgbgl {
    background: url(../images/bgl.png);
    width: 311px;
    height: 745px;
    position: absolute;
    left: -300px
}

#imgbgr {
    background: url(../images/bgr.png);
    width: 311px;
    height: 745px;
    position: absolute;
    right: 0;
    margin-right: -300px
}

#listing .paging>span:not(.nombre) {
    color: grey
}

#listing .paging>span:not(.nombre) a {}

#listing .img_bien {
    height: 260px;
    width: 460px
}

#listing .adresse {
    color: #777263
}

#listing .btn_bien {
    width: 100%;
    bottom: 10px
}

.footer_listing {
    margin-top: 30px
}

#img_about {
    width: 1600px;
    margin: 0 auto;
    margin-left: -33%;
    margin-bottom: 40px;
    margin-top: 30px
}

#normal,
#gestion #titre,
#relocation #titre,
#estimation #titre,
#apropos #titre,
#contact #titre,
#estimation #titre {
    width: 930px;
    margin: 0 auto;
    padding: 10px
}

#normal>div {
    padding: 30px 80px
}

#estimation #normal .esti_blocks {
    padding: 30px 20px 10px
}

#estimation #normal>div {
    padding: 30px 155px
}

#normal>div>div {
    padding: 20px
}

#estimation #normal>div>div {
    padding: 0
}

.page_gauche {
    width: 280px;
    padding: 30px;
    font-size: 20px;
    color: #4c4c4c
}

.page_gauche .active {
    text-decoration: underline
}

.overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.page_droite {
    width: 880px;
    padding: 30px;
    font-size: 16px
}

#detail {
    background-color: white
}

#detail #detail_entete {
    font-size: 17px;
    color: #4c4c4c;
    border-bottom: 2px solid #4c4c4c;
    margin-bottom: 30px
}

#detail #back_liste {
    margin-bottom: 20px
}

#detail #detail_entete a {
    color: white;
    background-color: #4c4c4c;
    padding: 4px
}

#detail #detail_gauche {
    width: 811px
}

#detail #detail_droite {
    width: 255px;
    margin-left: 30px;
    font-size: 15px
}

#detail #detail_droite_top {
    padding: 15px
}

#detail #detail_droite_ct {
    padding: 15px;
    color: white
}

#detail #detail_droite_ct input[type="text"] {
    width: 100%;
    color: black
}

#detail #detail_droite_ct input[type="submit"] {
    width: 100%;
    color: white;
    background-color: #4c4c4c;
    font-size: 15px;
    border: 0
}

#detail #detail_droite_ct input[type="email"] {
    width: 100%;
    height: 28px;
    color: black
}

#detail #detail_droite_ct select {
    color: black
}

#detail #slide_detail {
    width: 810px;
    height: 480px
}

#detail #detail_desc {
    margin-top: 35px;
    width: 540px;
    font-size: 15px
}

#detail .bien_equi {
    margin-right: 20px
}

#detail #biens_similaires {
    width: 810px;
    margin-top: 30px
}

#detail #detail_liste {
    font-size: 13px
}

#detail #detail_liste table,
#detail #detail_liste ul {
    background-color: white;
    width: 100%
}

#detail #principale {
    background-color: white;
    padding: 5px
}

#detail #detail_liste {
    width: 250px;
    margin-left: 16px;
    margin-top: 35px
}

#detail #map {
    width: 540px
}

#detail .detail_title {
    margin-bottom: 15px;
    font-size: 17px
}

#detail #secondaire {
    padding: 50px;
    background-color: white
}

#detail #secondaire {
    margin-top: 10px
}

#detail #entete {
    width: 100%
}

#detail #entete .entete_gris {
    color: #cdcdcd
}

#detail #entete .ville {
    color: #777263;
    font-size: 40px
}

#detail #entete_left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    font-size: 20px
}

#detail #entete_right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    text-align: right;
    font-size: 14px
}

#detail #top {
    line-height: 70px
}

#detail .bg_blue,
#detail .bg_red {
    color: #ffffff
}

#details #back {
    padding: 10px;
    margin: 20px auto
}

#detail #principale .iblock {
    width: 50%
}

#detail #mini #bx-pager-off {
    height: 1px
}

#detail #desc {
    font-size: 14px
}

#detail #cols div.iblock {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%
}

#detail #cols h3 {
    color: #777263;
    font-size: 14px;
    margin-bottom: 45px
}

#detail #cols ul {
    margin-left: 15px
}

#detail .trait_sep {
    height: 1px;
    width: 100%;
    margin-top: 50px;
    background-color: #cdcdcd;
    margin-bottom: 20px
}

#details .detail_top {
    padding-bottom: 9px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px
}

#details .detail_top div {
    width: 50%;
    font-size: 18px
}

#details .detail_bottom_left {
    width: 50%;
    margin-right: 4%;
    padding-bottom: 26px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 50px
}

#details .detail_bottom_left div {
    width: 50%
}

#details .detail_bottom_left div:nth-child(1) {
    font-size: 12px
}

#details .detail_bottom_left div:nth-child(2) {
    font-size: 14px
}

#details .detail_bottom_right div {
    width: 33.33%
}

#details .detail_bottom_right {
    width: 46%;
    padding-bottom: 26px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 50px
}

#detail #top #titre,
#detail #top #prix,
#detail #top #prix .btn_detail,
#detail #mini #bx-pager,
#detail #mini #contact_a {
    vertical-align: middle
}

main#details #back span.iblock:first-child,
#detail #principale #borderslide,
#detail #top #titre,
#detail #mini #bx-pager,
#detail #mini #bx-pager-off {
    width: 100%
}

#details #back span.iblock:last-child,
#detail #principale #caract,
#detail #top #prix,
#detail #mini #contact_a {
    width: 33%
}

#gestion #titre,
#relocation #titre,
#apropos #titre,
#contact #titre,
#estimation #titre {
    margin-top: 20px
}

#contact h3+div {
    margin: 20px 0
}

#detail #links {
    padding: 20px 0
}

#detail #links .btn_detail:first-child {
    margin-right: 10px
}

#detail #links .btn_detail:last-child {
    margin-left: 10px
}

#detail #prix {
    font-size: 22px
}

.pd0{
    padding:0px;
}

.pt0{
    padding-top:0px !important;
}

.pd20{
    padding:20px;
}

.pt20{
    padding-top:20px;
}

.mt20{
    margin-top:20px;
}


.mt75 {
    margin-top: 75px;
}

.mb50 {
    margin-bottom: 50px;
}
.pt50 {
    padding-top: 50px;
}

.fwb {
    font-weight: bold;
}

.mb25 {
    margin-bottom: 25px;
}

.mt25 {
    margin-top: 25px;
}


.mb30 {
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

.pl30 {
    padding-left: 30px;
}

.pr30 {
    padding-right: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mt5 {
    margin-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pt5 {
    padding-top: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}

.ml10 {
    margin-left: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pt10 {
    padding-top: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mt15 {
    margin-top: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pt15 {
    padding-top: 15px;
}

.pr15 {
    padding-right: 15px;
}
.slick-dots {
    display: none !important;
}

.ml20 {
    margin-left: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.bd-tp{
    border-top:1px solid #d5d4d4;
}

.bd-bt{
    border-bottom:1px solid #d5d4d4;
}

.bd-lt{
    border-left:1px solid #d5d4d4;
}

#detail_ref {
    font-size: 20px;
    color: #000;
    font-style: italic;
}

#normal h2 {
    font-size: 18px
}

#detail h3,
#detail h4 {
    margin-bottom: 20px
}

#detail #prev,
#detail #next {
    width: 15px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    top: 40%;
    font-size: 20px;
    z-index: 30;
    color: #002C64
}

#detail #prev {
    left: -4px
}

#detail #next {
    right: 4px
}

#detail #bx-pager {
    position: relative
}

#detail .barre_gris {
    vertical-align: middle;
    width: 150px;
    margin: 0 30px
}

#detail .nav-tabs {
    border: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center
}

#detail .nav-tabs>li {
    float: none;
    display: inline-block
}

#detail .infos {
    height: 360px;
    left: 30px;
    padding-top: 100px
}

#detail .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 0;
    color: white;
    background-color: #cbcbca;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 0;
    transition: 0.3s;
}

#detail .nav>li>a {
    padding: 5px 10px;
    border-radius: 0
}

.opensans {}

#detail #caract {
    padding: 0 45px;
    font-size: 14px;
    color: #595959
}

#detail #caract h3,
#detail h3 {
    color: #777263;
    font-size: 14px
}

#lien_book {
    background-color: #cdcdcd;
    color: white;
    padding: 8px 12px
}

#detail #energie {
    width: 64%;
    text-align: left
}

#detail #energie img {
    margin-right: 30px
}

#detail #energie_right {
    margin-left: 15px
}

#detail #caract .container_detail {
    margin-bottom: 30px
}

#detail .img_mini img {
    margin-right: 4px;
    margin-bottom: 4px
}

#detail #secondaire .container_detail {
    padding: 0px
}

#detail #principale #eco {
    bottom: 20px
}

#detail #principale #eco p {
    margin: 2px 0
}

#details #principale .container_detail {
    color: white;
    font-size: 14px;
    padding: 0
}

#detail .top_listing {
    font-size: 15px
}

#details .detail_titre {
    width: 33.33%
}

#details #principale #caract .container_detail {}

#details .container_detail {
    margin: 0 auto
}

#footer_middle #footer_left {
    margin-top: 10px
}

#footer_left,
#footer_right {
    width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 17px
}

#footer_center {
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
    padding-top: 17px
}

#footer2 {
    width: 100%;
    text-align: center
}

#normal ul {
    padding-left: 20px
}

#normal h4 {
    position: relative;
    left: 15px;
    font-style: italic;
    color: #851D22
}

#normal h4:before {
    content: "";
    background: url('../images/title_bg.png') no-repeat;
    height: 10px;
    width: 11px;
    position: absolute;
    left: -15px
}

#contact .wrapper {
    padding: 30px
}

#contact h1 {
    font-size: 62px
}

#contact_form {
    margin-top: 40px
}

#contact_form label,
#contact_form input {
    width: 280px;
    height: 50px;
    padding-left: 20px;
    font-size: 18px
}

#contact_form textarea {
    padding: 20px;
    width: 948px;
    font-size: 18px;
    height: 100px
}

#contact_form #realPerson {
    width: 150px;
    margin-left: 10px;
    height: 38px
}

#contact_form .realperson-regen {
    position: absolute;
    top: 0;
    right: 0px;
    right: 90px
}

#contact_form #form_fld>.iblock:nth-child(odd),
#contact_form #form_fld>.iblock:nth-child(even),
.esti_blocks .iblock:nth-child(odd) {
    margin-right: 37px
}

#contact_form #form_fld>.iblock:nth-child(3) {
    margin-right: 0
}

#contact_form #form_fld>.iblock,
.esti_blocks .iblock {
    margin-bottom: 20px
}

.esti_caract_block .bg_mgrey.iblock {
    margin-bottom: 10px
}

.esti_caract_block {
    border-bottom: 1px solid #E1E1E1
}

.esti_caract_block+.esti_caract_block {
    padding-top: 10px
}

#contact_form #form_btm {
    margin-top: 20px
}

#contact_form label {
    margin-bottom: 5px
}

input[type=text],
input[type=number],
select {}

textarea,
select {
    width: 100%;
    max-width: 100%
}

#estimation input:not(#submit),
#estimation textarea,
#estimation select {
    border: 1px solid #E1E1E1
}

#contact_form #form_btm>.iblock {
    width: 50%;
    text-align: left
}

#contact_form #submit,
#esti_form #submit,
#frame_ami #submit,
#relocation #submit,
#gestion #submit,
#apropos #submit,
#contact #submit:not(.iblock) {
    padding: 6px 8px;
    box-shadow: 1px 1px 1px #000;
    border: none;
    background-color: #000;
    height: 28px;
    line-height: 18px;
    font-size: 14px;
    vertical-align: middle
}

#footer_middle h1 {
    font-size: 20px;
    margin-top: 25px
}

#contact #submit.iblock {
    width: 100px
}

#relocation #submit,
#gestion #submit,
#apropos #submit,
#contact #submit:not(.iblock) {
    margin-top: 30px
}

#contact #adresse>.iblock {
    width: 50%
}

#contact #adresse p {
    margin: 0
}

#contact #adresse p span {
    font-size: 18px
}

#contact #adresse p,
#contact #adresse address {
    line-height: 24px;
    color: #032766;
    font-weight: bold
}

#estimation #normal #esti_top h3 {
    height: 85px;
    line-height: 85px
}

#estimation #normal .bg_dgrey h3 {
    padding: 0 20px;
    height: 50px;
    line-height: 50px
}

#estimation #normal .bg_dgrey h3>span {
    font-style: italic;
    opacity: 0.5;
    font-weight: normal;
    font-size: 12px
}

#estimation #normal .iblock {
    width: 280px
}

#estimation #normal input[type=text],
#estimation #normal input[type=number],
#estimation #normal select,
#estimation #normal textarea {
    width: 100%;
    box-sizing: border-box;
    padding-left: 5px;
    max-width: 100%
}

#estimation #normal textarea {
    height: 62px
}

#estimation #normal .esti_blocks *:not(.realperson-text) {
    font-size: 10px
}

#estimation #normal .esti_blocks .realperson-regen span {
    font-size: 12px
}

#estimation #normal .esti_blocks .bg_mgrey,
#estimation #normal .esti_blocks .bg_sgrey {
    height: 30px;
    line-height: 30px
}

#estimation #normal .esti_blocks input+label+span {
    font-style: italic;
    margin-left: 4px
}

#estimation #normal .esti_caract_block .iblock.bg_mgrey span.iblock {
    width: 55%
}

#estimation #normal .esti_caract_block .iblock.bg_mgrey span.iblock.p_rel:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #000000;
    position: absolute;
    top: 40%;
    left: -5px
}

#estimation #normal .esti_caract_block .iblock.bg_mgrey span.iblock,
#estimation #esti_perso span.iblock {
    margin: 0 0 0 10px;
    padding: 0 0 0 5px
}

#estimation #esti_perso span#sp_lh {
    line-height: 15px
}
/*
#estimation input[type=radio] {
    appearance: inherit;
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    display: none
}

#estimation input[type=radio]+label {
    background-color: #ffffff;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}
*/
#estimation input[type=radio]:checked+label {
    background-color: #A9A9AA;
    transition: all .2s
}

#estimation #esti_end {
    height: 77px;
    margin-bottom: 20px;
    width: 220px
}

#estimation #esti_submit #realPerson {
    width: 76px
}

#estimation #esti_submit #submit {
    width: 82px
}

#estimation #esti_submit .realperson-text,
#estimation #esti_submit .realperson-regen {
    display: inline-block;
    vertical-align: middle
}

#estimation #esti_submit .realperson-challenge {
    margin-bottom: 20px;
    display: block
}

#realisations .image {
    width: 42%
}

#realisations .infos_rea {
    width: 57%
}

#realisations .bloc_rea {
    font-size: 14px
}

#realisations .prix_rea {
    font-size: 18px
}

#realisations .bloc_rea:last-child {
    margin-bottom: 40px
}

#realisations .bloc_rea {}

.caracteristiquesMargin {
    margin-bottom: 45px
}

.description_rea {
    text-align: justify
}

.t_white {
    color: white
}

.t_white textarea {
    color: black
}

.t_white input[type="email"],
.t_white input[type="text"] {
    height: 28px;
    width: 100%;
    color: black
}

.t_white input[type="submit"] {
    border: 0;
    color: white;
    background-color: transparent;
    font-size: 16px
}

.t_white select {
    height: 28px;
    width: auto;
    color: black
}

.ctc_form {
    width: 540px;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px
}

#tbl_contact {
    width: 100%
}

.ct_right {
    margin-top: 40px;
    margin-left: 80px;
    font-size: 16px
}

#ct_form {
    padding: 15px
}

#contact {}

.formContact {
    margin: 40px 0
}

.btn-black {
    background-color: #black;
    color: #FFF;
    width: 100%;
    padding: 12px 0
}

.overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 550px;
    top: 550px;
    margin-top: -550px;
    z-index: 2
}

.overlayDetail {
    background: transparent;
    position: relative;
    width: 100%;
    height: 400px;
    top: 400px;
    margin-top: -400px;
    z-index: 2
}

.actionSucces,
.actionError {
    padding: 20px;
    border-radius: 10px;
    font-size: 18px
}

.actionSucces {
    background-color: rgba(159, 255, 128, 0.8);
    color: #000;
    font-style: italic
}

.actionError {
    background-color: rgba(255, 128, 128, 0.8);
    color: #000;
    font-weight: bold
}

#details .listing_ville {
    color: #000
}



.legend_ajout_modif_suppr {
    cursor: pointer
}

#assurances .container-fluid:first-child,
#services,
#detail_home {
    background-color: #f1efef
}

#contenu_detail_home {
    padding: 40px 0
}

#assurances {
    margin: 15px 0 00
}

#assurances .partenaires {
    margin: 130px 0
}

.blocs_assurances {}

.blocs_assurances>fieldset {
    margin: 50px 0;
    min-height: 250px;
    position: relative
}

.blocs_assurances .contenu_assurances {
    min-height: 135px;
    position: absolute;
    bottom: 0
}

.blocs_assurances>fieldset legend.legend_assurances {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    padding: 10px 0;
    border: none
}

.en_savoir_plus a {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    padding: 10px 20px;
    border: solid gray 1px;
    font-size: 16px;
    background-color: #FFF
}

.boutons_slider {
    position: absolute;
    bottom: 20px
}

.en_savoir_plus_slider {
    background-color: #000;
    color: #FFF
}

.en_savoir_plus_slider a {
    padding: 0px 15px;
    border: none;
    font-size: 22px;
    text-decoration: none
}

#contact input.form-control {
    height: 40px
}

#ct_form input[type="text"],
#ct_form input[type="email"] {}



#ct_form textarea {
    border-radius: 0px;
    border: none;
    padding: 0px;
    height: 200px;
    padding-left: 10px;
    padding-top: 5px
}

#tbl_contact input,
#tbl_contact textarea {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    padding-left: 20px;
    width: 100%
}

#tbl_contact textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

#tbl_contact #realPerson {
    width: 100px
}

#tbl_contact input[type="submit"] {
    border: 0;
    padding: 0;
    margin: 0;
    background-color: #4c4c4c;
    color: white;
    text-align: center;
    padding: 6px 10px;
    line-height: 15px;
    height: 24px;
    vertical-align: middle
}

body#frame_ami {
    background: none
}

body#frame_ami h1 {
    padding: 20px 0 10px 0;
    height: auto;
    font-size: 16px
}

body#frame_ami>.t_center {
    background-color: #ffffff
}

body#frame_ami table {
    margin-top: 20px
}

body#frame_ami td {
    padding: 5px 0
}

body#frame_ami input,
body#frame_ami textarea {
    box-sizing: border-box;
    padding-left: 5px;
    max-width: 100%
}

body#frame_ami .realperson-text {
    padding: 0;
    background: none
}

.btn_submit,
.btn_price,
.btn_detail {}

#recherche_entete {
    background: white;
    height: 42px;
    line-height: 42px;
}

#liste_biens {}

.btn_submit {
    color: #ffffff;
    box-shadow: 1px 1px 1px #000000;
    line-height: 24px;
    height: 24px
}

.btn_login {
    width: 125px;
    line-height: 26px;
    color: #ffffff;
    margin: 18px 0
}

.btn_price {
    width: 130px;
    font-size: 15px;
    background-color: #c6a875
}

.btn_price,
.btn_detail {
    color: white;
    background-color: #003358;
    padding: 5px 15px
}

#detail #prix .btn_detail {
    font-size: 20px
}

.bloc_about_left {
    display: inline-block;
    vertical-align: top;
    width: 645px;
    padding-right: 20px;
    font-size: 14px
}

.bloc_about_left2 {
    display: inline-block;
    vertical-align: top;
    width: 490px
}

.bloc_about_right2 {
    display: inline-block;
    vertical-align: top;
    width: 645px;
    padding-right: 20px;
    font-size: 14px
}

.agencebloc {
    padding: 20px;
    margin: 40px 0
}

.bottomline {
    height: 1px;
    width: 520px;
    margin: 0 auto
}

.titre_page_page {
    font-size: 21px;
    font-weight: bold
}

.bloc_about_right {
    display: inline-block;
    vertical-align: top;
    width: 490px;
    text-align: right
}

.btn_detail {
    font-size: 16px
}

.btn_login a,
.btn_price a,
.btn_detail a {}

.iblock {
    display: inline-block;
    vertical-align: top
}

.block {
    display: block
}

.t_right {
    text-align: right
}

.t_left {
    text-align: left
}

.t_upper {
    text-transform: uppercase
}

.t_center {
    text-align: center
}

.t_bold {
    font-weight: bold
}

.bg_white {
    background-color: #ffffff
}

.bg_grey {
    background-color: #EFEFEF
}

.bg_dblue {
    background-color: #00439e;
}

.btn_price:hover,
.btn_price:focus,
.bg_dgrey {
    background-color: #A9A9AA;
    transition: 0.3s;
}

.bg_gris {
    background-color: #4c4c4c
}

.bg_lgrey {
    background-color: #F9F9F9
}

.bg_mgrey {
    background-color: #E1E1E1
}

.bg_sgrey {
    background-color: #666666
}

.bg_blue {
    background-color: #002C64
}

.bg_red {
    background-color: #851D22
}

.bg_gold {
    background-color: #c5a775
}

.gold {
    color: #c6a875
}

.p_abs {
    position: absolute
}

.p_rel {
    position: relative
}

.fl_right {
    float: right
}

.fl_left {
    float: left
}

.sep {
    height: 1px;
    width: 100%;
    margin-top: 35px
}

.dataGridView {
    color: #44474E;
    border: 1px solid #CFCFCF;
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px
}

.dataGridView tr {
    background-color: white
}

.dataGridView th {
    font-weight: normal;
    text-align: center;
    background-color: #2f2f2f;
    border: 1px solid #CBCBCB;
    font-size: 13px;
    padding: 3px;
    color: white
}

.dataGridView td {
    border: 1px solid #CBCBCB;
    font-size: 13px;
    padding: 3px;
    text-align: center
}

.footer_txt {
    font-size: 16px
}

#notre_entreprise {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: justify;
    font-size: 14px
}

#navadmin {
    text-align: center
}

#navadmin ul {
    list-style-type: none
}

#navadmin ul li {
    background-color: grey;
    color: white;
    padding: 10px 20px;
    float: left
}

#navadmin a {
    color: white !important
}

#entete_detail {
    margin-top: 50px;
    margin-bottom: 10px;
    width: 780px;
    width: 710px;
    margin-left: 15px
}

#entete {
    width: 100%;
    float: left
}

#ref_bien {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    font-size: 12px;
    color: rgb(58, 58, 58);
    text-align: right
}

#ville_details {}

#type_details {
    text-transform: uppercase;
    width: 290px;
    color: #666666;
    font-weight: bold;
    font-size: 35px;
    float: left;
    margin-left: 30px
}

#bloc_texte_detail {
    float: left;
    text-align: justify;
    font-size: 20px;
    color: #000;
}

#details #detail_map {
    margin-top: 60px
}

#liste_carac ul {
    list-style-type: none;
    color: #9e9e9e;
    font-size: 16px;
    padding: 0
}

#details #ct_details {}

#details .ct_input_submit {
    color: #fff;
    background: #00439e;
    width: 100%;
    height: 50px;
    border: 0;
    font-size: 20px
}

.detail_ville {
    color: #4d4d4d;
    font-size: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.detail_nature {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-size: 22px;
    padding: 15px 10px 15px 10px
}

.listing_charges {
    font-size: 18px
}

#liste_carac.titreDetail#description {
    border-top: none
}

.titreDetailNatureVille {
    padding-top: 20px;
    font-size: 22px;
    color: #000
}

.titreDetail#description {
    padding-top: 0
}

.titreDetail {}

.titre_details {
    color: #000;
    font-size: 24px;
    margin: 10px 0;
    text-transform: uppercase
}

#titre_carac,
.titre_dot,
#titre_desc {
    padding: 12px 0;
    font-size: 18px;
    color: #6e6e6e;
    margin-bottom: 15px
}

#details .ct_input_text {
    height: 38px;
    width: 100%;
    font-size: 16px;
    color: #464646;
    padding-left: 10px;
    border: solid #dadbdb 1px
}

#details #ct_textarea {
    min-height: 149px;
    font-size: 16px;
    color: #464646;
    padding-left: 10px;
    padding-right: 55px;
    padding-top: 10px;
    border: solid #dadbdb 1px
}

#liste_carac {
    margin-top: 10px
}

#map_detail {}

.left {
    float: left
}

#borderslide {
    border: 1px solid silver;
    padding: 5px
}

#bloc_left_videos {
    float: left;
    width: 400px
}

#titre_videos {
    background-color: #F0EFEF;
    padding: 16px 15px
}

#titre_videos span,
#archive_videos span {
    font-size: 14px;
    color: #7e7e7e
}

#archive_videos {
    float: left;
    width: 97.5%;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: #F0EFEF;
    padding: 16px 15px
}

#titre_videos_hp {
    float: left;
    background-color: #F0EFEF;
    width: 100%;
    margin-bottom: 30px
}

#texte_videos {
    margin-top: 30px;
    font-size: 13px;
    color: #7e7e7e;
    text-align: justify
}

#prix_details {
    text-transform: uppercase;
    width: 260px;
    color: #666666;
    font-size: 35px;
    float: right;
    text-align: right
}

#chambres_details,
#surface_details {
    width: 25%;
    color: #a42869;
    text-align: center
}

video::-webkit-media-controls {
    display: none !important
}

#details {
    background: #fff none repeat scroll 0 0
}

.mini_detail {
    margin-right: 25px;
    margin-bottom: 20px
}

#detail_desc {
    background-color: white;
    padding-bottom: 30px
}

#detail_gauche {
    width: 325px
}

#detail_droite {
    float: right
}

#description_details {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

#description_texte {
    width: 100%;
    text-align: justify;
    font-size: 12px;
    padding-right: 10px
}

#description_titre,
#projet_titre {
    border-bottom: 1px solid #666666;
    float: left;
    width: 100%;
    margin-bottom: 30px
}

#projet_titre table tr td {
    font-size: 13px
}

#caracteristiques_titre,
#description_complete_titre {
    border-bottom: 1px solid #666666;
    float: left;
    width: 100%;
    margin-bottom: 30px
}

#description_titre span,
#caracteristiques_titre span,
#description_complete_titre span,
#projet_titre span,
#ville_details span {
    padding: 5px;
    color: white;
    background-color: #666666;
    font-size: 13px;
    float: left
}

#caracteristiques_details {
    float: left
}

#caracteristiques_texte {
    width: 220px;
    text-align: justify;
    font-size: 12px
}

#energie {
    float: left;
    margin-top: 30px;
    width: 780px;
    padding-top: 15px;
    border-top: 1px solid #666666
}

#energie_gauche {
    float: left
}

#energie_droite {
    float: right
}

#description_complete {
    float: left;
    margin-left: 23px;
    width: 68%
}

#description_complete_texte {
    width: 100%;
    text-align: justify;
    font-size: 12px;
    padding-right: 10px
}

.greybar {
    width: 602px;
    float: left;
    margin-left: 23px;
    margin-top: 30px;
    margin-bottom: 30px
}

#description_complete_texte ul {
    float: left;
    margin-left: 10px;
    width: 46%
}

#description_complete_texte li {}

#loi_allur {
    margin-top: 20px;
    float: left;
    margin-left: 23px;
    font-size: 12px
}

#bloc_options {
    width: 100%;
    float: left;
    margin-top: 40px
}

#bloc_options1,
#bloc_options2,
#bloc_options3 {
    float: left
}

#bloc_options1 {
    width: 100%
}

#bloc_options2,
#bloc_options3 {
    width: 100%;
    margin-left: 10px
}

#rappel,
#visite {
    background-color: #9f1a60;
    width: 150px;
    height: 36px;
    color: white;
    text-decoration: none;
    float: left;
    text-align: center;
    line-height: 32px;
    margin-bottom: 5px
}

#detail_liens {
    float: right;
    width: 220px;
    margin-right: 23px
}

.detail_lien img {
    vertical-align: middle;
    margin-left: 5px;
    height: 25px;
    margin-bottom: 5px
}

.detail_lien {
    font-size: 13px;
    color: #808080;
    float: right;
    background-color: #666666;
    margin-left: 10px;
    height: 26px
}

#detail_btn {
    background-color: #ededed;
    padding-top: 15px
}

#detail_btn a {
    background: #ffffff;
    padding: 8px 5px;
    text-decoration: none;
    display: block;
    margin-bottom: 15px
}

#detail_btn img {
    margin-right: 8px
}

#detail_btn a:hover {
    text-decoration: none;
    transition: 0.3s;
}

#detail_btn_retour {
    background-color: #808080;
    padding-top: 15px
}

#detail_btn_retour_bas_page {
    background-color: #ededed;
    padding-top: 15px;
    margin-top: 40px
}

#detail_btn_retour a,
#detail_btn_retour_bas_page a {
    padding: 8px 5px;
    text-decoration: none;
    margin-bottom: 15px;
    font-weight: bold
}

#detail_btn_retour a {
    color: #FFF
}

#detail_btn_retour_bas_page a {
    color: #808080
}

#detail_btn_retour img,
#detail_btn_retour_bas_page img {
    margin-right: 8px
}

#detail_btn_retour a:hover,
#detail_btn_retour_bas_page a:hover {
    text-decoration: none;
    transition: 0.3s;
}

.bouton_retour {}

#retourFb {
    padding: 25px 0
}

#retourFb>div:not(:nth-child(2)) {
    padding: 5px 0
}

.btn_vert {
    background-color: #80152d !important;
    color: white !important
}

.detail_lien a {
    color: white;
    padding-left: 5px;
    text-decoration: none
}

#ventes,
#locations,
#recherche {}

#entete_recherche #triListe {
    color: #000;
    border: 2px solid #000
}

.prixPlus {
    margin-top: 25px;
    text-align: left;
    max-width: 175px
}

.prixPlus>a>div:hover {
    text-decoration: underline;
    transition: 0.3s;
}

.prixPlus>a>div:first-child {
    color: #fff;
    background-color: #00439e;
    padding: 15px
}

#footer1 {
    background-color: #fff;
    color: #80152d;
    font-size: 22px;
    height: auto;
    line-height: 1em;
    margin-top: 20px
}

#footer2 {
    color: #FFF
}

.borderLeftRight {
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF
}

.hrPartenaire {
    padding: 30px 0
}

.divPartenaires {
    text-align: justify
}

.divPartenaires a {
    text-decoration: none
}

.divPartenaires a img {
    padding: 4px;
    margin: 0 0 30px 0;
    max-height: 110px;
    vertical-align: middle;
    max-width: 100%
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.inside_partenaires {
    align-self: center;
    margin: 20px 0 20px 0
}

.prefixeTel {
    color: #baa89e
}

.prefixe,
.sous_title_footer {
    color: #4d4d4d
}

.sous_title_footer {
    text-align: left
}

.containerRandomFooter {
    text-align: center
}

.centerSmartphone {
    text-align: center
}

#tel_header {
    background-color: #808080;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0
}

#containerTelHeader {
    padding: 6px 275px 0 25px;
    color: #FFF
}

.containerLogoHeader {
    position: relative
}

#debordementLogo {}

.bgWhite {
    background-color: #FFF
}

.cc_detail {
    padding: 25px;
    font-size: 18px;
    color: #4b4b4a;
    background-color: #fff
}

.cc_detail,
.cc_detail p {
    text-align: center
}

.cc_detail p {
    margin-top: 15px
}

.cc_detail span.prix {
    font-size: 26px;
    font-weight: bold;
    color: #00439e
}

.cc_detail span.voir_bien {
    color: #313130;
    text-decoration: underline
}

.bgGris {
    background-color: #ededed
}

.titleAgence,
.titleCoupCoeur {
    color: #919191
}

form.iblock,
form#formContactDetail {}

form.iblock input#input_alerte,
form#formContactDetail input#input_alerte {
    padding: 22px 10px;
    font-size: 17px
}

form.iblock input[type="submit"],
form#formContactDetail input[type="submit"] {
    background-color: #black;
    border: none;
    height: 38px;
    font-size: 16px
}

#form_newsletter_footer {
    position: relative
}

#recherche_rapide {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 110;
    background-color:rgba(51,51,51,0.55);
}

#recherche_rapide #content-recherche_rapide {
    margin: auto;
    padding: 0px 0 26px;
    width: 100%;
    max-width: 1190px;
    z-index: 100;
    position: relative
}

#recherche_rapide_liste #content-recherche_rapide {
    margin: auto;
    padding: 15px 0 26px;
    width: 1000px;
    z-index: 100
}

#recherche_rapide #content-recherche_rapide h3 {
    font-size: 48px;
    color: #ffffff;
    font-weight: normal;
    border-bottom: solid 1px #fcbd8d;
    padding-top: 28px;
    padding-bottom: 19px;
    width: 700px
}

#recherche_rapide #content-recherche_rapide #form-recherche_rapide {
    display: block;
    position: relative
}

#btn_recherche_rapide {
    float: right
}

#recherche_rapide .bloc_recherche {
    float: left
}

#recherche_rapide .blocPlusDetails .bloc_recherche {
    margin-top: 20px !important
}

#recherche_rapide_liste .bloc_recherche {
    float: left;
    margin-top: 0px
}

#recherche_rapide_liste .select {
    border: medium none !important
}

#recherche_rapide_liste input[type="text"] {
    border: medium none !important;
    padding: 2px 5px !important
}

#recherche_rapide label {
    color: #FFFFFF;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 0px 3px
}

#recherche_rapide .bloc_budget {}

#recherche_rapide .bloc_budget label {}

#recherche_rapide .bloc_budget input,
#moteur_recherche input[type=text],
#recherche_rapide_liste .bloc_budget input,
#moteur_recherche_liste input[type=text] {
    background-color: #FFFFFF;
    color: #000;
    font-size: 14px;
    height: 49px;
    line-height: 33px;
    overflow: hidden;
    padding-left: 6px;
    padding-top: 2px;
    width: 180px;
    border: solid #c5c5c5;
    border-width: 1px 1px 1px 1px
}

input:focus {
    outline-style: none
}

#recherche_rapide::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

#recherche_rapide:-moz-placeholder {
    color: #000;
    opacity: 1
}

#recherche_rapide::-moz-placeholder {
    color: #000;
    opacity: 1
}

#recherche_rapide:-ms-input-placeholder {
    color: #000;
    opacity: 1
}

#recherche_rapide::-o-input-placeholder {
    color: #000
}

#recherche_rapide input::-o-placeholder {
    color: #000
}

#recherche_rapide input:-o-placeholder {
    color: #000
}

#recherche_rapide input::-o-input-placeholder {
    color: #000
}

#recherche_rapide input:-o-placeholder {
    color: #000
}

#detail .ct_input_text::-webkit-input-placeholder,
#detail textarea::-webkit-input-placeholder {
    color: #9a9a9a
}

#detail .ct_input_text::-moz-placeholder,
#detail textarea::-moz-placeholder {
    color: #9a9a9a
}

#detail .ct_input_text:-ms-input-placeholder,
#detail textarea:-ms-input-placeholder {
    color: #9a9a9a
}

#detail .ct_input_text:-moz-placeholder,
#detail textarea:-moz-placeholder {
    color: #9a9a9a
}

.bloc_recherche i {
    height: 100%;
    width: 40px;
    position: absolute;
    top: -2px;
    left: 25px;
    z-index: 2
}

.bloc_recherche i.iVente {
    background: url("../images/vente.png") no-repeat scroll 8% center transparent
}

.bloc_recherche i.iLocalite {
    background: url("../images/localite.png") no-repeat scroll 8% center transparent
}

.bloc_recherche i.iType {
    background: url("../images/type.png") no-repeat scroll 8% center transparent
}

#recherche_rapide input[name="budget_max"],
#recherche_rapide input[name="budget_min"] {
    padding-left: 5px
}

#recherche_rapide input[name="surface_min"] {
    padding-left: 5px
}

#recherche_rapide input[name="nombre_chambres"] {
    padding-left: 5px
}

.trierPar {
    color: black;
    font-size: 16px;
    text-align: right;
    float: right;
}

#nb_res {
    color: black;
    font-size: 25px;
    color: #00439e;
    text-align: left;
    display: inline-block;
}

#nb_res strong {
    font-size: 30px;
    font-weight: normal;
}

.listing_carac hr {
    color: #a9a9a9;
    margin: 0;
    background: #a9a9a9;
    width: 100%;
    height: 1px;
    border: 0
}

.select option {
    padding: 12px 2px;
    border: solid gray 1px
}

#triListe.select,
#triListe.selectcustom,
#triListe span.customSelectInner {
    padding-left: 5px !important
}

.bloc_recherche select {
    height: 50px;
    background: url("../images/fleche_bleu_recherche.svg") no-repeat scroll 96% center #3F185F;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin-bottom: 25px
}

.bloc_recherche input[type="text"] {
    height: 50px;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin-bottom: 25px
}

.select {
    background: url("../images/fleche_bleu_recherche.svg") no-repeat scroll 96% center #3F185F;
    border-bottom: 1px solid;
    border-right: 2px solid;
    background-color: #FFFFFF;
    color: #000;
    font-size: 14px;
    height: 40px;
    vertical-align: middle;
    overflow: hidden;
    padding-left: 6px;
    padding-top: 6px;
    width: 180px;
    border: solid #818772;
    border-width: 1px 1px 1px 1px;
    border-color: #c5c5c5
}

.divTriListe span.select {
    height: 33px !important
}

#recherche_rapide input[type=submit] {
    background-color: #00439e;
    color: #fff;
    cursor: pointer;
    font-size: 23px;
    font-style: italic;
    height: 50px;
    text-align: center;
    margin-bottom: 25px
}

#recherche_rapide #plus_de_criteres {
    font-size: 19px;
    color: #00439e;
    background-color: rgba(255, 255, 255, 0.75);
    width: auto;
    margin: 0 auto;
    display: block;
    padding: 0 20px
}

.enteteDetail {
    padding: 40px 0;
    border-bottom: solid 4px #ededed;
    width: 100% !important
}

.intExt {
    font-size: 25px;
    color: #000;
    margin-bottom: 40px;
    text-transform: uppercase
}

.listeCaracteristiques {
    margin-top: 5px
}

.listeCaracteristiques {
    margin-top: 25px;
    list-style-type: none;
    color: #706f6f;
    font-size: 20px;
    padding: 0;
}

ul.listeCaracteristiques li {
    padding: 8px 0;
    text-align: left;
    border-bottom: solid #dddcdc 1px;
}


ul.listeCaracteristiques li:not(:last-child) {
    border-bottom: solid gray 1px
}

.autorisationFooter {
    font-size: 12px
}

.borderRight {
    border-right: solid #959595 1px
}

.container_logo_footer {}

#logo_footer {
    width: 100%;
    max-width: 206px;
    max-height: 160px
}

.separation {
    padding-right: 20px
}

#liste_biens .separation:first-child {
    display: none
}

.prixlisting {
    font-size: 30px;
    color: #00a5e0;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #912600;
    background-color: transparent
}

.prixdetail {
    font-size: 24px;
    color: #fff;
    background-color: #00439e;
    padding: 10px;
    text-align: center
}

#slider_coeur .prixlisting,
.en_savoir_plus_slider {
    padding: 10px 0;
    font-size: 22px
}

#contactDetail {
    min-height: 350px;
    background-color: #dcdad9;
    padding: 35px;
    color: #000
}

#entete_details {
    background-color: #f5f5f5
}

.entete_details2,
.specifications_details {
    color: #9e9e9e;
    font-size: 16px;
    margin-bottom: 20px
}

.actions_details {}

.passeport_energetique>div>div:not(:first-child) {
    margin: 5px 0;
    font-size: 14px
}

.passeport_energetique div.texte_passeport_energetique {
    padding: 8px 0;
    color: #black
}

.decription_details,
.caracteristiques_details,
.localisation_details,
.specifications_details,
.passeport_energetique {
    margin-bottom: 25px;
    margin-top: 25px
}

.titreDetailContact {
    color: #000;
    padding: 20px 0 40px;
    font-size: 24px
}

.annonce_bien .infos_listing .passeport_energetique span.a,
.coeur span.a,
.passeport_energetique span.a {}

#moteur_recherche span.classe_energetique_a {
    width: 25px
}

.annonce_bien .infos_listing .passeport_energetique span.b,
.coeur span.b,
.passeport_energetique span.b {}

#moteur_recherche span.classe_energetique_b {
    width: 35px
}

.annonce_bien .infos_listing .passeport_energetique span.c,
.coeur span.c,
.passeport_energetique span.c {}

#moteur_recherche span.classe_energetique_c {
    width: 45px
}

.annonce_bien .infos_listing .passeport_energetique span.d,
.coeur span.d,
.passeport_energetique span.d {}

#moteur_recherche span.classe_energetique_d {
    width: 55px
}

.annonce_bien .infos_listing .passeport_energetique span.e,
.coeur span.e,
.passeport_energetique span.e {}

#moteur_recherche span.classe_energetique_e {
    width: 65px
}

.annonce_bien .infos_listing .passeport_energetique span.f,
.coeur span.f,
.passeport_energetique span.f {}

#moteur_recherche span.classe_energetique_f {
    width: 75px
}

.annonce_bien .infos_listing .passeport_energetique span.g,
.coeur span.g,
.passeport_energetique span.g {}

#moteur_recherche span.classe_energetique_g {
    width: 85px
}

.annonce_bien .infos_listing .passeport_energetique span.h,
.coeur span.h,
.passeport_energetique span.h {}

#moteur_recherche span.classe_energetique_h {
    width: 95px
}

.annonce_bien .infos_listing .passeport_energetique span.i,
.coeur span.i,
.passeport_energetique span.i {}

.annonce_bien .passeport_energetique,
.passeport_energetique {}

.coeur span.lettre,
.annonce_bien .infos_listing span.lettre,
.passeport_energetique span.lettre {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 10px;
    background-color: #00439e
}

#enteteRecherche {
    background-color: #efeded;
    margin: 0 0 20px 0
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.sidebar-right p{
    font-size:14px;
    padding-bottom:15px;
    text-align:left;
}

.sidebar-right a.actus h4{
   color:#00a5e0 !important;
}

.sidebar-right a.actus:hover h4{
   color:#00439e !important;
}

.sidebar-right .actus,
.sidebar-right a.actus h4{
    font-size:14px;
}

.sidebar-right .actus:hover,
.sidebar-right a.actus:hover h4{
    color:#00439e;
    transition: 0.3s;
}

.sidebar-right .bg_grey{
    background-color:rgba(203,203,203,0.7);
}

.sidebar-right li{
    font-size:14px;
}

.sidebar-right li svg{
    height:10px;
    padding-right:2px;
}

.sidebar-right li:hover a{
    color:#00439e;
    transition: 0.3s;
}

.sidebar-right li:hover #fl-right {
    fill:#00439e;
    transition: 0.3s;
}

.sidebar-right ul{
    margin-top:15px;
    list-style: none;
}


#trouver_acheteur input[type=radio] {
    appearance: inherit;
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    display: none;
}
#trouver_acheteur input[type=radio] + label {
    background-color: #e8e8e8;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
}
#trouver_acheteur input[type=radio]:checked + label {
    background-color: #00439e;
    color: white;
    transition: all .2s;
}

#trouver_acheteur .bootstrap-select .dropdown-menu {
    z-index: 9999;
}

#trouver_acheteur input[type=submit] {
    background-color: #00439e;
    color: #fff;
    height: 40px;   

}

#trouver_acheteur .btn-main, #trouver_acheteur .btn-grey {
    min-width: 150px;
    text-align: center;
    background-color: white;
    font-weight: bold;
    padding: 7px 30px 9px;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    transition: color 0.3s cubic-bezier(.445, .05, .55, .95), background-color 0.3s cubic-bezier(.445, .05, .55, .95);
}

#trouver_acheteur .btn-main:hover, #trouver_acheteur .btn-main:active, #trouver_acheteur .btn-main:focus,
#trouver_acheteur .btn-grey:hover, #trouver_acheteur .btn-grey:active, #trouver_acheteur .btn-grey:focus {
    text-decoration: none;
    color: white;
}

#trouver_acheteur .btn-main {
    color: #00439e;;
    border: 1px solid #00439e;;
}

#trouver_acheteur .col-md-4.text-center.mb_xs_40 {
    font-size: 16px;
}

#trouver_acheteur .btn-grey {
    color: var(--gris);
    border: 1px solid var(--gris);
}

#trouver_acheteur .btn-main:hover, #trouver_acheteur .btn-main:active, #trouver_acheteur .btn-main:focus {
    background-color: #00439e;;
}

#trouver_acheteur select.form-control {
    height: 40px;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius:0;
}

.souhait {
    cursor: pointer;
    height:auto!important;
    border: 1px solid #E1E1E1 !important;
    text-align: center !important;
    margin-top: .5em !important;
    margin-bottom: .5em !important;
    padding-bottom: .5em !important;
    padding-top: .5em !important;
    width: 100% !important;
    font-size:16px;
}

.bootstrap-select>.dropdown-toggle {
    height: 40px;
    border: 1px solid #E1E1E1;
}


@media (max-width: 1299px)  {
   
   #news.page .container{
      width:100%;
   }
   #news.page .col-xs-12{
      float:none;
      }
      
      #news.page .bloc_news_listing.col-xs-12{
      float:left;
      }
}

@media (max-width: 1299px) and (min-width:1025px) {
      #news.page .sidebar-right{
         width:25%;
      }
      
      #news.page #demoajax{
         width:75%;
      }
}


@media (max-width: 1200px)  {
   .caption_slider{
      right:-7%;
   }
}

@media (max-width: 1024px)  {
   
   .caption_slider{
      right:-4%;
   }
   
   #news.page .container{
      width:100%;
   }
    #news.page .bloc_news_listing.col-xs-12{
      float:none;
      }
      
      #news.page .col-md-6.sidebar-right{
         width:33.333333%;
      }
      
      #news.page #demoajax{
         width:66.666666%;
      }
      
      #news.page .col-md-6{
         width:100%;
      }
}


@media (max-width: 992px) and (min-width: 768px){
   #enteteRecherche .col-md-5{
      width:40%;
   }
   
   #enteteRecherche .col-sm-5{
      width:60%;
   }
}

@media (max-width: 767px) {
   #news.page .container{
      display:inline-block;
   }
   #news.page .col-md-6.sidebar-right,
   #news.page #demoajax{
         width:100%;
      }
      
      #news.page .col-md-6.sidebar-right{
             max-width: 95%;
      }
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) and (max-width: 1300px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1300px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

#liens_fb {
    position: fixed;
    top: 172px;
    right: 0;
    z-index: 111
}

#liens_mail {
    position: fixed;
    top: 240px;
    right: 0;
    z-index: 111
}

.box_shadow {
    box-shadow: 10px 10px 12px #999999;
    background-color: #FFFFFF
}

.partage {
    padding: 20px 0;
    text-align: center
}

.partage div:first-child {
    margin: 0 0 35px 0;
    font-size: 16px;
    text-align: left;
    font-weight: bold
}

#listing {
    padding-top: 40px
}

@media(max-width:1200px) {
    .md-hidden {
        display: none
    }

    .prixPlus {
        position: inherit;
        bottom: inherit;
        right: inherit;
        margin: 20px 0 0
    }

    #recherche_rapide {
        left: 0;
        margin-left: 0
    }

    #slider_coeur .prixlisting,
    .en_savoir_plus_slider a,
    #slider_coeur .en_savoir_plus_slider {
        font-size: 18px
    }

    .navbar {}

    ul.navbar-nav>li>a {
        font-size: 16px
    }

    .refdetail {
        text-align: left;
        margin-top: 15px
    }

    .listing_desc {
        min-height: 235px
    }

    #liste_carac ul {
        font-size: 14px
    }
}

@media(max-width:992px) {
    #ct_coord {
        padding: 20px
    }

    .listing_desc {
        min-height: 260px
    }

    #bloc_recherche {
        width: 62%;
        top: 0
    }

    .annonce_bien div.img1 {
        min-height: 260px
    }

    #container_header nav ul li a {
        font-size: 15px
    }

    .mb_xs_40 {
        margin-bottom: 30px;
    }

    #container_header nav ul li {
        padding: 0 15px
    }

    #container_header nav ul li:last-child {
        padding: 0 0 0 5px
    }

    .titleCoupCoeur {
        padding: 40px 0 10px 0
    }

    .annonce_une_texte,
    .texte_notre_agence_accueil {
        height: auto;
        padding-bottom: 20px
    }

    .intro {
        max-width: inherit !important
    }

    .imageListing {
        display: none
    }

    .borderRight {
        border-right: none
    }

    .customSelect {
        color: #797b7d !important
    }

    .customSelect.customSelectHover {
        color: #797b7d !important
    }

    .customSelect.customSelectOpen {
        color: #797b7d !important
    }

    .customSelect.customSelectFocus {
        color: #797b7d !important
    }

    .customSelectInner {
        color: #797b7d !important
    }

    #recherche_dropdown {
        width: 95% !important
    }

    #bloc_recherche {
        width: 100% !important;
        top: 0px;
        margin: 0;
        float: left;
        margin-bottom: 30px
    }

    .recherche_square {
        width: 31%;
        height: 0px;
        padding-bottom: calc(32% - 2px)
    }

    .recherche_square .textsquare {
        font-size: 13px
    }

    #container_bloc_recherche {
        position: relative;
        width: 100%;
        float: left;
        left: 0%;
        -webkit-transform: initial;
        -ms-transform: initial;
        -o-transform: initial;
        transform: initial
    }

    .recherche_square .icon {
        margin-top: 0%
    }

    #recherche_rapide #ville,
    #recherche_rapide #vente_location {
        margin-bottom: 25px
    }

    .recherche_square .iconicon {
        max-height: 50px
    }

    #recherche_rapide .bloc_recherche {
        margin-left: 0
    }

    #recherche_rapide {}

    #recherche_rapide input[type="submit"] {
        width: 100%
    }

    .image_slider {}

    .description_slider {
        font-size: 15px
    }

    .texte_newsletter {
        margin: 0 0 10px 0;
        text-align: center
    }

    form.iblock input#input_alerte,
    form#formContactDetail input#input_alerte {
        text-align: center
    }

    .navbar {
        padding-top: 40px
    }

    .coordonnees * {
        text-align: center !important
    }

    .container_logo_footer {
        margin-bottom: 30px
    }

    #imgbgr,
    #imgbgl {
        display: none
    }

    .mb_sm_30 {
    	margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    #financer_avec_vente_bien{
        width: 100%;
        text-align: center;
    }
    #bloc_texte_detail,.listeCaracteristiques {
        font-size: 16px;
    }
    #details_slider_bandeau {
        padding-bottom: 5px;
        padding-top: 15px;
    }
    #container_detail_retour {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 50px;
    }
    #form_agence_template2 input[type="text"], #form_agence_template2 input[type="email"], #form_agence_template2 select, #form_agence_template2 textarea{
        font-size: 14px;
    }
    #form_recrutement input[type="text"], #form_recrutement input[type="email"], #form_recrutement input[type="file"]{
        font-size: 16px;
    }
    .title_profil_on_bandeau, .titre_blue_profil, #contactez_agence_title, .intExt{
        font-size: 21px;
    }
    .mb50 {
        margin-bottom: 25px;
    }
    .bgProfil div:NOT(.container):NOT(.container-fluid):NOT(.alerte *){
        padding-left: 1px!important;
        padding-right: 1px!important;
        margin-left: 0!important;
        margin-right: 0!important;
    }

    #footer_contact_logo {
        text-align: center;
    }
    #footer_contact_logo img {
        width: 80%;
    }
    #footer_contact_liens {
        padding-top: 40px;
    }
    #moteur_hp_titre{
        font-size: 24px;
    }
    h2, .lien_bloc_big {
        font-size: 21px;
    }
    .lien_bloc_small {
        font-size: 16px;
    }
    #victor_pre_estimation{
        position: inherit;
        bottom: inherit; 
        left: inherit;
    }
    ul#etapes_estimation{
        width: 100%;
    }
    ul#etapes_estimation li {
        display: block;
        width: 100%;
        margin: 10px;
    }
    #header_account{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .prix_fourchette{
        position: absolute;
        top: 0;
        font-size: 15px;
    }
    .texte_fourchette_moyen{
        right: 23%;
        bottom: 20px;
    }
    .menu_gerances {
        left: 0
    }

    .mb_xs_30 {
     margin-bottom: 30px;
 }

 #recherche_rapide {
    text-align: center
}

#images_header .tparrows {
    display: none;
}

#liste_biens {
    padding-right: initial;
    padding-left: initial
}

.caracteristiques_listing .listing_ville {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px
}

.prixlisting {
    font-size: 20px
}

.bx-wrapper .bx-controls-direction a {
    height: 50px !important;
    width: 50px !important;
    background-size: cover !important;
    margin-top: -30px !important
}

#container_header {}

.listing_desc {
    min-height: 15px
}

.container_logo_footer {
    margin: 30px 0
}

.caracteristiquesMargin {
    margin: 15px 0
}

#container_header nav ul li a {
    font-size: 18px
}

.trierPar {
    text-align: left
}

.sumbitMoteurRecherche {}

#container_header nav ul li {
    width: 100%
}

.xs-hidden {
    display: none !important
}

.xs-show {
    display: block
}

.center_mobi {
    text-align: center
}

#container_header nav ul li,
#container_header nav ul li:last-child {
    padding: 0 0 0 0
}

.dflex {
    display: block
}

#recherche_dropdown {
    width: 95% !important
}

#bloc_recherche {
    width: 100% !important;
    top: 0px;
    margin: 0;
    float: left;
    margin-bottom: 30px
}

.recherche_square {
    width: 31%;
    height: 0px;
    padding-bottom: calc(32% - 2px)
}

.recherche_square .textsquare {
    font-size: 13px
}

.mobi_left {
    text-align: left
}

#container_bloc_recherche {
    position: relative;
    width: 100%;
    float: left;
    left: 0%;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial
}

.recherche_square .icon {
    margin-top: 0%
}

.recherche_square .iconicon {
    max-height: 50px
}


.listing_carac {
    min-height: inherit
}

.divPartenaires {
    display: inherit
}

.borderLeftRight {
    border-left: none;
    border-right: none
}

.centerSmartphone {
    text-align: center
}

.containerRandomFooter {
    margin: 20px 0
}

#containerTelHeader {
    padding: 6px 25px 0 25px
}

#tel_header {
    position: inherit
}

.containerLogoHeader {
    height: auto
}

#debordementLogo {
    position: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    z-index: inherit
}

#recherche_rapide {}

.rechercheBase>div:first-child {
    margin-bottom: 0px
}

.bloc_recherche {}

#recherche_rapide .bloc_recherche {
    margin-left: 0
}

#recherche_rapide {
    height: auto;
    position: inherit;
    padding-bottom: 35px
}

#recherche_rapide input[type="submit"] {
    width: 100%
}

.titleAgence {
    padding: 0 0 30px 0
}

.titleCoupCoeur {
    padding: 30px 0
}

#listing {
    padding-top: 30px
}

.photo_annonce_a_la_une:last-child {
    margin-top: 40px
}

.annonce_une_texte,
.texte_notre_agence_accueil {
    height: auto;
    max-width: 360px;
    padding-bottom: 20px
}

.photo_annonce_a_la_une.p_rel {
    padding: 0
}

#recherche_rapide {
    text-align: center
}

#recherche_rapide select {
    width: 230px;
    display: inline-block
}

#recherche_rapide input[type="submit"] {
    width: 230px;
    margin-top: 20px
}

#recherche_rapide input[type="text"] {
    width: 230px;
    margin-top: 30px;
    display: inline-block;
}

.photo_annonce_a_la_une.p_rel:last-child {
    padding: 0 0 0 0 !important;
    margin: 40px 5px 0 0;
    padding: 0
}

.img_cc img {
    float: left
}

.backgroundTransparent {
    background-color: transparent
}

.logo_header {
    padding-top: 5px
}

.logo_lalux {
    float: initial
}

.texte_newsletter {
    margin: 0 0 10px 0;
    text-align: center
}

.coordonnees {
    text-align: center;
    margin: 0
}

.coordonnees_adresse {
    padding: 0;
    margin: 0
}

.coordonnees>div:last-child,
.coordonnees>div:nth-last-child(2) {}

.coordonnees_padding {
    padding: 25px
}

.divPartenaires {
    margin: 0
}

.divPartenaires a img {}

.md-hidden {
    display: block
}

#contactDetail {
    margin: 10px 0
}

#assurances .partenaires img {
    padding: 40px 0
}

#assurances .partenaires {
    margin: 40px 0
}

a.slidesjs-previous,
a.slidesjs-next {
    display: none
}

.domaine_competence {
    position: initial;
    left: 0;
    top: 0
}

.footer_submit {
    margin-top: 10px;
    text-align: center
}

.copyright {
    bottom: inherit;
    position: initial;
    right: inherit;
    text-align: center;
    padding: 15px 0 0
}

.navbar {
    padding-top: 30px
}

.img_cc {
    margin-top: 15px
}

.prixlisting {}

.separation {
    padding-right: 0
}

.separation {
    clear: both
}

.actions_details,
#retourFb>div:last-child {
    margin-top: 15px;
    text-align: center
}

#header_socials {
    background: #626262;
    /*height: 80px;*/
    /*line-height: 80px;*/
    height: 65px;
    line-height: 65px;
}
#header_estimer {
    font-size: 20px!important;
    padding: 23px 0!important;
}
#header_lng_md {
    background: #626262;
    /*height: 80px;*/
    /*line-height: 80px;*/
    height: 65px;
    line-height: 65px;
    text-align: center;
}
}

@media(max-width:465px) {
    .nav2_text {
        display: none
    }

    .divPartenaires a img {}
}
/*
@media(max-width:450px) {
    .navbar {
        padding-top: 25px
    }
}

@media(max-width:400px) {
    .navbar {
        padding-top: 20px
    }
}

@media(max-width:350px) {
    .navbar {
        padding-top: 15px
    }
}

@media(max-width:300px) {
    .navbar {
        padding-top: 10px
    }
}
*/
@media (min-width:767px) {
    .row-eq-height {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
  }
  .annonce_bien div.img1 {}
}

@media (min-width:991px) {
    .annonce_bien div.img1 {}
}

@media (min-width:1200px) {}

@media screen and (max-width:1200px) and (min-width:768px) {}

@media screen and (max-width:991px) and (min-width:767px) {
    .photo_annonce_a_la_une.p_rel {
        padding: 0 5px 0 0 !important
    }

    .photo_annonce_a_la_une.p_rel:last-child {
        margin-top: 40px
    }

    .prixlisting {}

    .container_logo_footer {
        text-align: left
    }
}

@media (min-width:992px) {}

@media (min-width:1200px) {
    #bloc_recherche {
        width: 48%
    }

    .prixPlus {
        padding-right: 0
    }

    .page {
        background-size: 100%
    }
}

@media (min-width:767px) {
    #bloc_recherche {
        width: 55%
    }

    #nav_langue,
    #div_fb {
        text-align: center
    }
}

#coup_coeur .slides_control {
    width: 625px;
    height: 176px;
    overflow: hidden
}

#coup_coeur #content-slider .slides_container li {
    width: 820px
}

#coup_coeur #slider_coeur {
    position: absolute;
    left: 50%;
    margin-left: -478px;
    padding-left: 40px;
    padding-right: 40px;
    width: 874px;
    height: 310px;
    overflow: hidden
}

.texte_coeur_accueil {
    border-bottom: solid #cacaca 1px;
    height: 98px;
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 14px;
    background-color: #edebeb;
    color: back;
    font-size: 12px;
    margin-bottom: 15px
}

.coeur_accueil,
.description_coeur_accueil {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 15px
}

.sous_titre_coeur_accueil {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #AD010B;
    font-weight: 600;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    z-index: 2;
    color: white;
    background: #E50613
}

#slider_coeur ul {
    list-style: none
}

#slider_coeur {}

.slidesjs-container,
.image_slider,
.slidesjs-slide img {
    overflow: hidden
}

#slider_coeur .slidesjs-navigation {
    margin: 8px 4px
}

a.slidesjs-next {
    background-image: url("../images/fleche_next.png");
    right: 20px
}

a.slidesjs-previous {
    background-image: url("../images/fleche_back.png");
    left: 20px
}

a.slidesjs-previous,
a.slidesjs-next {
    background-repeat: no-repeat;
    height: 150px;
    width: 50px;
    margin-top: 0px !important;
    position: absolute;
    top: 50%;
    z-index: 1000;
    opacity: 0.65
}

a.slidesjs-play,
a.slidesjs-stop {
    background-image: url(../images/btns-next-prev.png);
    background-repeat: no-repeat;
    display: block;
    width: 12px;
    height: 18px;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
    margin-right: 5px
}

a.slidesjs-next {}

a:hover.slidesjs-next {}

a.slidesjs-previous {}

a:hover.slidesjs-previous {}

a.slidesjs-play {
    width: 15px;
    background-position: -25px 0
}

a:hover.slidesjs-play {
    background-position: -25px -18px;
    transition: 0.3s;
}

a.slidesjs-stop {
    width: 18px;
    background-position: -41px 0
}

a:hover.slidesjs-stop {
    background-position: -41px -18px;
    transition: 0.3s;
}

.slidesjs-pagination {
    margin: 8px 4px;
    float: right;
    list-style: none
}

.slidesjs-pagination li {
    float: left;
    margin: 0 1px
}

.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(../images/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background-position: 0 -13px;
    transition: 0.3s;
}

.slidesjs-pagination li a:hover {
    background-position: 0 -26px;
    transition: 0.3s;
}

#slides a:link,
#slides a:visited {
    color: #333
}

#slides a:hover,
#slides a:active {
    color: #9e2020;
    transition: 0.3s;
}

.image_slider {
    height: 500px
}

.titre_description {
    font-size: 24px;
    color: #CA5140;
    margin-bottom: 20px
}

.description_slider {
    font-size: 18px;
    height: 100%;
    max-height: 500px;
    text-align: left;
    padding-top: 20px
}

.listing_ville.description {
    margin-top: 20px
}

.annonce_bien div.img1 {}

#listing_creer_alerte , #toggle_listing_map {
    width:49%;
}


@media(max-width:1300px) {
    .image_slider {
        height: 430px
    }

    .titre_description {
        font-size: 22px
    }

    .description_slider {
        font-size: 17px
    }

    .annonce_bien div.img1 {
        height: 218px!important
    }

    #listing_creer_alerte {
        text-align: left;
    }


}

@media(max-width:992px) {
    .sm-hidden {
        display: none
    }

    #form_agence_template2 textarea {
        height: 200px;
    }

    .annonce_bien div.img1 {}

    .image_slider {
        height: 335px
    }

    .titre_description {
        font-size: 20px;
        margin-bottom: 0
    }

    .description_slider {
        font-size: 17px
    }

    .listing_ville.description {
        margin-top: 5px
    }

    .center_sm {
        text-align: center !important;
    }

    .mb_sm_30 {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
   
   #liste_agences_front> .liste_agences_front_row > .col-md-8.col-xs-12{
      display:inline-block;
   }
    .xs-hidden {
        display: none !important
    }

    .liste_agences_front_row > div:nth-child(2) > div:nth-child(1) {
        min-height: 1px;
        padding-left:11px;
    }

    .caption_slider {
        display: none !important;
    }

    .button_mon_profil  {
    	width: 100%;
    	margin: 0;
    	margin-bottom: 15px;
    }

    .liste_agences_front_row > div:nth-child(2) {
       /* padding-left:11px;*/
    }

    .title_profil_on_bandeau {
    	position: relative;
    	color: #000;
    }

    .container_button_mon_profil {
    	position: relative;
    }
}

.annonce_bien div.img1 {}

.label_mandat,
.gestion_bien td {
    border: 1px solid black;
    color: #969696;
    font-weight: normal;
    padding: 8px;
    width: 150px
}

.label_mandat,
.gestion_bien td {
    border: 1px solid black;
    color: #969696;
    font-weight: normal;
    padding: 8px;
    width: 150px
}

.gestion_bien,
.gestion_bien textarea {
    font-size: 15px
}

.gestion_bien input[type="text"] {
    height: 35px;
    width: 227px;
    padding: 5px;
    font-size: 14px
}

.gestion_bien .menu_details a {
    padding: 5px 15px;
    border: solid 1px gray;
    cursor: pointer;
    font-size: 18px
}

.gestion_bien .menu_details a.selected {
    color: #black
}

#listing .paging .current {
    background-color: #00439e;
    color: white;
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 50%;
}


.gestion_bien .selectbox_small {
    width: 50%;
    margin: 5px
}

.black {
    color: #00a5e0;
    float: right
}

@media (max-width: 767px) {}

@media (max-width: 768px) {
    #footer_social {
        height: auto;
        padding-bottom: 20px;
    }

    #details_slider_bandeau {
        position: relative;
        width: 100%;
        left: 0;
        height: auto;
        float: left;
        font-size: 18px;
        margin-top: 15px;
    }

    #details_slider_bandeau>div {
        margin-bottom: 15px;
    }

    #lien_show_search_mobile::after {
        display: none;
    }

    .bloc_recherche input[type="text"] {
        margin-bottom: 0;
    }



    #toggleheader_menu {
        display: block!important;
    }

    #recherche_header {
        padding-bottom: 40px;
        float: left;
    }

    .mob_navbar {
        /*padding-bottom: 20px;*/
        padding-bottom: 0;
    }

    #recherche_entete,
    #listing_alerte_map {
        line-height: initial;
        height: auto;
    }

    #listing_alerte_map>span:nth-child(2) img {
        margin-left: 0;
    }

    #recherche_entete>div {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        text-align: center;
    }

    #listing_alerte_map>span {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        text-align: center;
    }

    .bloc_recherche select {
        margin-bottom: 0;
    }

    .mob_navbar {
        /*padding-bottom: 40px;*/
    }

    #footer_socials_icons img {
        margin-bottom: 10px;
        width: 40px;
    }

    #colonne_moteur_recherche_hp {}

    .tp-simpleresponsive ul,
    .tp-banner,
    .slot {
        height: 500px!important;
    }


    .bloc_vous_souhaitez {
        border-right: 0;
        border-bottom: 1px solid #d9d7d7;
    }

    #footer_contact_liens a {
        /*width: 100%;*/
        text-align: center;
        margin-bottom: 15px;
        display: inline-block;
        margin-right: 0;
        display: block;
    }

    #footer_contact_coord {
        text-align: center;
    }

    .apport_info {
        margin-bottom: 30px;
    }
    #financer_avec_vente_bien {
        margin-top: 10px;
        margin-bottom: 0px!important;
    }

    .container_bandeau {
    	min-height:300px;
    }

    #ville2 {
        width:230px;
        margin-top: 30px;
    }
}

@media (max-width: 992px) {

    #footer_socials_text {
        padding-top: 20px;
        text-align: center;

    }

    header {
        height: auto;
        line-height: initial;
    }


    .container_bandeau {
    	min-height:400px;
    }

    .listing_ville {
        font-size: 18px!important;
    }
    .apport_info {
        margin-bottom: 30px;
    }
    #financer_avec_vente_bien {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .bloc_vous_souhaitez:nth-child(2) {
        border-right: 0;
    }

    #footer_socials_icons {
        padding-top: 20px;
        text-align: center;
    }

    .navbar-right,
    ul.nav {
        width: 100%;
        text-align: center;
    }

    ul.nav>li {
        float: none!important;
        display: inline-block;
    }

    #menu_rechercher_bien,
    #menu_menu {
        margin-top: 40px;
        margin-bottom: 10px;
    }


    #header_estimer {
        font-size: 24px;
    }

    #header_socials {
        height: 80px;
        line-height: 80px;
    }

    #drop_lng {
        margin-left: 0;
    }

    #header_estimer {
        font-size: 24px;
    }

    #inner_account {
        height: 50px;
    }

    #header_lng_md {
        height: 80px;
        line-height: 80px;
        text-align: center;
    }

    #header_lng {
        float: right;
        height: 50px;
        line-height: 50px;
    }

    header {
        height: auto;
        line-height: initial;
    }

    #header_account {
        float: right;
        line-height: 50px;
        height: 50px;
    }
}



@media (max-width: 1300px) {
    #container_confiance .bloc_hp_confiance .container_table>span {
        font-size: 14px;
    }

    .listing_ville {
        font-size: 21px!important;
    }

    #listing_creer_alerte {
        float: left;
    }


    #footer_contact_liens {
        text-align: center;
    }

    .annonce_bien div.img1 {}

    #header_estimer {
        font-size: 25px;
        line-height: initial;
        padding-top: 7px;
        text-align: center;
    }

    #container_confiance .bloc_hp_confiance .container_table .italic {
        font-size: 35px;
        font-weight: normal;
    }
}

.requiredFieldError {
    border: rgba(164, 11, 0, 0.83) 1px solid !important;
}

.requiredFieldError:hover {
    -moz-box-shadow: 0px 0px 4px 0px rgba(164, 11, 0, 0.83);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(164, 11, 0, 0.83);
    -o-box-shadow: 0px 0px 4px 0px rgba(164, 11, 0, 0.83);
    box-shadow: 0px 0px 4px 0px rgba(164, 11, 0, 0.83);
    transition: 80ms;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-feedback.float{
    position: absolute;
}
.bloc_right {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: calc(50% - 55px);
}
.bloc_right img {
    width: 100px;
}
