/* CSS Document */

div.search_title.search_title_first,
div.search_title.piece {
    text-align: center;
}

#filters .filter_text {
    width: 62%;
}

.search_radius label[for="radius"] {
    padding-bottom: 10px;
}

.prod_controls_inner {
    padding: 7px 0;
}

.prod_controls_inner a.btn,
.prod_controls_inner a.btn:hover {
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 35px;
}

.footer_column {
    padding-top: 40px;
    padding-bottom: 40px;
}

#filters {
    clear: both;
}

#background_body2 {
    z-index: 0;
}

.msg_ok_simple {
    background: #fff;
}

#fiche_nego .nego_text {
    background: #FFF;
    padding: 10px;
}

#fiche_nego {
    margin-top: 40px;
    margin-bottom: 20px;
}

.title_nego h1 {
    color: #000;
}

#nego_header {
    height: auto;
}

#nego_header table {
    width: 380px !important;
}

#nego_header td {
    padding: 4px 10px !important;
}

#nego_header .nego_fa_file {
    margin-top: 6px;
    display: inline-block;
}

#title_nego_prod,
#contact_nego {
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
}

#contact_nego_inner {
    background: #FFF;
    padding: 10px;
}

#title_nego_prod h1 {
    margin-top: 0;
    border: 0;
}

.bottom_content span {
    width: auto;
    height: auto;
    float: none;
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

.res_tbl_title_inner h3 {
    padding-top: 0;
    margin: 8px 0;
    font-size: 15px;
    height: 40px;
    overflow: hidden;
}

.search_filter_block {
    display: none;
}

.search_block_last {
    padding-top: 0;
}

.ttip:hover .ttip_text {
    border-radius: 20px;
}

.ttip:hover:before {
    bottom: -13px;
}

.ttip_text {
    top: calc( 100% + 13px);
}

.ttip:hover .ttip_text {
    height: 45px;
    line-height: 46px;
}

.prod_request input.input_text,
.prod_request .textarea {
    color: #000 !important;
}

#page_content_int input.input_text,
#page_content_int .textarea,
#user_prop,
#password_prop,
#call_me input[type=text],
.prod_request input.input_text,
.prod_request .textarea,
body #prod_question input[type="text"],
.fancy_block input[type="text"],
body #prod_send input[type="text"] {
    color: #000 !important;
}

.pres_top .pres_slider,
.pres_top #value_prod {
    background: rgba(0, 0, 0, 0.3) !important;
}

#layerslider-container.prod_slideshow_container {
    padding-bottom: 0;
}

#search_form.search_form_alert .checkbox_rgpd,
#call_me .checkbox_rgpd {
    color: #000;
}

.checkbox_rgpd {
    font-size: 14px !important;
}

#contact_nego #message {
    padding-left: 15px!important;
}

/* Correction — En plus de ce que tu avais mis j'ai rajouté : les champs  de "me rappeler"  + le textarea page contact  qui n'était pas a 100% + j'ai enlevé le .fancy_block input[text] car ça cassait le form "Alerte mail" */
.fancy_block textarea,
.fancy_block #message,
body #password_prop,
body #call_me #call_me_tel,
body #call_me #call_me_name,
#page_content_int .textarea  {
    width: 100% !important;
}
/* Correction — Espace propriétaire — Champ mail à width 100% dépasse dans le padding de la div autour et n'est pas aligné avec le champ password => pas trouvé mieux que de le passé à width 95%  */
body #user_prop{
    width:95%!important;
}
/* Correction - Espace propriétaire — une largeur fixe était appliqué ce qui empêchait le champ password d'être à 100% de la largeur */ 
#prop_connect_div_inner .hideShowPassword-wrapper{
	width:initial !important;
}