
/* safer voc */

.form_building_expectations label {
    margin-right: 20px;
}

#safer-voc-checkboxes-bubble {
    font-size: 0.9rem;
    background-color: #fff;
    position: relative;
    padding: 10px;
    margin-top: 15px;
    border-radius: 10px;
    /*font-size: 13px;*/
}

#safer-voc-checkboxes-bubble:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-color: #fff transparent;
    top: -13px;
    left: 56px;
    border-width: 0 13px 13px;
}

#safer-voc-checkboxes-bubble>div {
    width: 50%;
    display: inline-block;
}

#safer-voc-checkboxes-bubble>div:nth-child(odd) {
    width: 40%;
}

#safer-voc-checkboxes-bubble>div:nth-child(even) {
    width: 60%;
}

[name="safer_known_via"] {
    width: 280px;
}


/* forms */

#content_page_middle,
#page_content_int.safer-page {
    background: none;
    border: 0;
}

.safer-page .alert,
.safer-page .success {
    padding: 20px;
    background-color: #f44336;
    color: white;
    margin-bottom: 15px;
}

.safer-page .alert.info {
    background-color: #2196F3;
}

.safer-page .success {
    background-color: #86a20b;
}


/* SH_e014 */

.msg_info_spam_alert_safer {
    background-color: #fff!important;
    padding: 12px 10px 6px 10px!important;
	margin: 25px!important;
	text-align: center;
}

.safer-page .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.safer-page .closebtn:hover {
    color: black;
}

.safer-page .resetpass {
    padding: 3px;
    text-align: center;
    width: 140px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 20px !important;
    display: block;
    margin: 0 auto;
}

.safer-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.safer-form-container.safer-form-map-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
}


/* ACQ */


/*list*/

#page_content_int.safer-page>#page_content_inner {
    padding-top: 0;
}

.safer-form-container #safer-acq-form {
    width: 100%;
}

/* SH_e083 */
.safer-form-container .form_type_person,
.safer-form-container .form_name2,
.safer-form-container .form_name1,
.safer-form-container .form_birthday,
.safer-form-container .form_email,
.safer-form-container .form_pass_acq,
.safer-form-container .form_pass_conf,
.safer-form-container .form_company,
.safer-form-container .form_siret,
.safer-form-container .form_company{
    display:flex;
    background-color: #fff;
    line-height: 1.6rem;
    border: 1px solid #cecece;
    box-sizing: border-box;
    height:auto!important;
}
.safer-form-container .form_name2 input,
.safer-form-container .form_name1 input,
.safer-form-container .form_birthday input,
.safer-form-container .form_email input,
.safer-form-container .form_pass_acq input,
.safer-form-container .form_pass_conf input
{
    border:none;
}

input.input_text{width:300px;}
.safer_contact_form div.select
{width:100%!important}

.safer-form-container .form_type_person label{
    padding-left:4px;
}

/*End SH_e083 */

.safer-form-container .form_sex {
    background-color: #fff;
    padding: 0 6px;
    line-height: 1.9rem;
    border: 1px solid #cecece;
    box-sizing: border-box;
}

.safer-form-container select,
.safer-form-container textarea {
    margin: 1px auto;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 6px;
}

.safer-form-container select {
    width: 100%;
    padding: 7px;
    font-size: 1em;
}

.safer-form-container ::-webkit-input-placeholder {
    color: #777777;
}

.safer-form-container :-moz-placeholder {
    /* Firefox 18- */
    color: #777777;
}

.safer-form-container ::-moz-placeholder {
    /* Firefox 19+ */
    color: #777777;
}

.safer-form-container :-ms-input-placeholder {
    color: #777777;
}

#safer-acq-form .safer-building-expectations-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#safer-acq-form .safer-building-expectations-flex>div {
    margin-right: 30px;
}


/* map */

.safer-form-map-container>div {
    margin: 12px 0;
}

.safer-form-map-container .form_req_id,
.safer-form-map-container .form_selected_dpts {
    display: none;
}

.safer-form-map-container .safer-subtitle {
    font-size: 1.2em;
    margin-bottom: 0.3rem;
    font-weight: 300;
}

.safer-form-map-container .safer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.safer-form-map-container .safer-row>div {
    /*textarea-box
	-webkit-box-flex: 0.40;
	-ms-flex: 0.40;
		flex: 0.40;*/
}


/* mode view */

.safer-form-container .form_budget_max::after,
.safer-form-container .form_apport::after {
    content: ' €';
}


/* mode edit */

.safer-form-container:not(.mode-view) .form_budget_max input,
.safer-form-container:not(.mode-view) .form_apport input {
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
}

.safer-form-container:not(.mode-view) .form_budget_max::after,
.safer-form-container:not(.mode-view) .form_apport::after,
.safer-form-container:not(.mode-view) .form_safer_completion_date::after {
    content: '';
    padding: 0 0.6rem;
    position: absolute;
    display: inline-block;
    line-height: 32px;
    font-size: 15px;
    text-align: center;
    background-color: #86a20b;
    color: #fff;
    border-radius: 0 10px 10px 0;
    right: 0;
}

.form_land div,
.form_safer_land_max div {
    background-color: #86a20b;
    color: #fff;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    line-height: 34px;
    font-size: 15px;
    padding: 0px 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.safer-form-container.mode-view .form_land div,
.safer-form-container.mode-view .form_safer_land_max div {
    background-color: transparent;
    padding: 0;
    color: #666;
}

.safer-form-container.mode-view div[class*=form_] {
    background-color: #FFF;
    color: #666;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    line-height: 34px;
    font-size: 15px;
    padding: 0px 10px;
}

.safer-form-container:not(.mode-view) .form_budget_max:after,
.safer-form-container:not(.mode-view) .form_apport:after {
    content: '€';
}

.safer-row>div {
    width: 38%;
    position: relative;
}

.safer-row .form_private {
    width: 100%;
}

.safer_contact_form div[class*=form_] {
    margin-bottom: 0.5rem;
    height: 2rem;
}


/*select year/month*/

.safer-form-container.mode-view select#safer_completion_date_month,
.safer-form-container.mode-view select#safer_completion_date_year {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
}

.safer-form-container:not(.mode-view) select#safer_completion_date_year {
    width: 50%;
}

.safer-form-container:not(.mode-view) .safer-row.safer-row-month-year>div {
    width: 48%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


/* main title */

.safer-form-title {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.safer-form-title span
/* title */

{
    border-bottom: 3px solid #86a20b;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 300;
    width: 100%;
}

.safer-icon {
    padding: 25px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.safer-icon.safer-icon-coords {
    background-image: url(./imgs/coords.svg);
}

.safer-icon.safer-icon-dude {
    background-image: url(./imgs/dude.svg);
}

.safer-icon.safer-icon-map {
    background-image: url(./imgs/map.svg);
}


/* form validate button */

.safer-form-validate {
    margin-top: 20px;
}

.safer-form-validate input.btn.ok {
    background-image: url(./imgs/check.svg) !important;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 10%;
    width: 150px !important;
    padding-left: 8% !important;
    display: block;
    margin: 0 auto;
    box-shadow: none !important;
}


/* prod req list */

#safer-editinfos-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    margin-bottom: 20px;
}

#safer-editinfos-container a {
    padding: 6px 12px;
    background-color: #85939c;
    color: #fff;
    border-radius: 5px;
    background-position: 5px center;
    background-size: 20px;
    background-repeat: no-repeat;
}

#safer-editinfos-container a:hover {
    background-color: #86a20b;
}

#safer-editinfos-container a.new,
#safer-editinfos-container a.profil,
#safer-editinfos-container a.logout {
    padding-left: 35px;
    padding-right: 10px;
}

#safer-editinfos-container a.profil {
    margin-right: 15px;
}

#safer-editinfos-container a.new {
    background-image: url(./imgs/plus.svg);
}

#safer-editinfos-container a.profil {
    background-image: url(./imgs/profil.svg);
}

#safer-editinfos-container a.logout {
    background-image: url(./imgs/logout.svg);
}


/* list */

#safer-list-acq-container .project {
    padding: 12px;
    padding-left: 15px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

#safer-list-acq-container .project.empty {
    text-align: center;
    background-color: #86a20b;
    padding: 20px;
}

#safer-list-acq-container .project .main {
    width: 91%;
}

#safer-list-acq-container .project .main .info {
    padding: 5px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#safer-list-acq-container .project .main .info span {
    color: #86a20b;
}

#safer-list-acq-container .project .main .title {
    border-bottom: 3px solid #86a20b;
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 100%;
}

#safer-list-acq-container .project .icon-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#safer-list-acq-container .project .icon-right .button {
    height: 30px;
    width: 30px;
    padding: 5px;
    border-radius: 5px;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: #85939c;
    display: block;
    margin-bottom: 5px;
}

#safer-list-acq-container .project .icon-right .button:last-child {
    margin-bottom: 0;
}

#safer-list-acq-container .project .icon-right .button:hover {
    background-color: #86a20b;
}

#safer-list-acq-container .project .icon-right .button.button-view {
    background-image: url(./imgs/view.svg);
}

#safer-list-acq-container .project .icon-right .button.button-edit {
    background-image: url(./imgs/pen.svg);
}

#safer-list-acq-container .project .icon-right .button.button-delete {
    background-image: url(./imgs/delete.svg);
}


/*result*/

#safer-list-acq-container .project .main {
    position: relative;
    height: 150px;
}

#safer-list-acq-container .project .result {
    position: absolute;
    right: 0;
    bottom: 0;
}


/* vous vendez une propriété */

#safer-prop-form .safer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

#safer-prop-form .safer-row>div {
    -webkit-box-flex: 0.50;
    -ms-flex: 0.50;
    flex: 0.50;
}

#safer-prop-form .bold
/* on the titles */

{
    font-weight: bold;
}

#safer-prop-form .checkboxs-box input {
    margin-left: 10px;
}

#safer-prop-form .safer-row>.textarea-box {
    flex: 1;
}

.textarea-box textarea.field {
    margin: 5px auto;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 6px;
    font-size: 0.9rem;
    width: 100%;
    height: 80px;
}

#safer-prop-form .safer-prop-contact-extra {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#safer-prop-form .safer-prop-contact-extra>div {
    width: 45%;
}

#safer-voc-checkboxes-bubble.no-flex>div {
    display: block;
    width: auto;
}


/** LISTE-SAFERS */

#liste-safers .h2_contact_content {
    margin: 0;
    padding: 10px;
    background-color: #fff;
}

#liste-safers .h2_contact {
    background: #fff url(imgs/puce_titre_para_vert.gif) no-repeat 10px center;
    color: #763777;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    padding-left: 55px;
}

#liste-safers h2.contacts-safer {
    color: #a16d9e;
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: normal;
}

#liste-safers div.service_dep {
    margin: 20px auto;
}

#liste-safers div.service_dep .TDlibelle,
.h2_contact_content .TDlibelle {
    padding-right: 15px;
    padding-left: 10px;
}

#liste-safers div.service_dep span.titre {
    display: block;
    line-height: 25px;
    height: 25px;
    background: #763777;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
}

#liste-safers div.service_dep div.content {
    padding: 5px;
    background-color: #fff;
}

#liste-safers .services-departementaux-title {
    margin: 20px 0;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
}

.project .result {
    display: flex;
    justify-content: flex-end;
}

.project .result .button {
    height: 30px;
    padding: 5px 8px;
    border-radius: 5px;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: #85939c;
    display: block;
    color: #FFF;
    line-height: 30px;
}

.project .result .button:hover {
    background-color: #86a20b;
}


/* custom select test */

.safer_contact_form .select {
    background: none repeat scroll 0 0 #fff;
    box-sizing: border-box;
    /* display: inline-block; */
    position: relative;
    vertical-align: top;
    overflow: hidden;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    background: #FFF;
    border: 0;
    border: 1px solid #cecece;
    color: #000;
    font-family: "Open Sans";
    width: 100%;
}

.safer_contact_form .select>select {
    background: none repeat scroll 0 0 #fff;
    border: 0 !important;
    display: block;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    outline: none;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    padding: 6px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.safer_contact_form .select:before,
.select:after {
    content: "";
    pointer-events: none;
    position: absolute;
}

.safer_contact_form .select:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #3C4B5A transparent transparent;
    border-image: none;
    border-right: 5px solid transparent;
    border-style: solid;
    border-width: 4px;
    height: 0;
    right: 6px;
    top: 14px;
    width: 0;
}


/**/

.asterisk {
    color: red;
    font-size: 12px;
}

#processing_form {
    display: none;
}

#processing_form.processing {
    position: relative;
    background: url(/img/busy.gif) no-repeat center center;
    padding-left: 20px;
    height: 26px;
    line-height: 26px;
    width: 120px;
    margin: 0 auto;
}


/*mode un seule fiche acquéreur*/

#safer-list-acq-container .project.project-single .main {
    width: 100%;
}

#safer-list-acq-container .project.project-single .main .title {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#safer-list-acq-container .project.project-single .icon-right {
    position: absolute;
    right: 32px;
}

#safer-list-acq-container .project.project-single .icon-right {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
}


/* Responsive espace acquéreur */

@media screen and (max-width: 768px) {
    #safer-voc-checkboxes-bubble>div:nth-child(odd),
    /*first*/
    #safer-voc-checkboxes-bubble>div:nth-child(even)/*second*/
    {
        width: auto;
        display: block;
    }
    #safer-editinfos-container {
        flex-wrap: wrap-reverse;
        height: auto;
    }
    #safer-list-acq-container .project .main {
        width: 100%;
        height: 205px;
        /**/
    }
    #safer-editinfos-container .new-btn,
    #safer-editinfos-container .profile-btns {
        flex-grow: 1;
        flex-shrink: 0;
        margin: 0.5rem 0;
    }
    #safer-editinfos-container .profile-btns {
        display: flex;
        justify-content: flex-end;
    }
    #safer-editinfos-container .profile-btns .logout {
        margin-left: 0.5rem;
    }
}

@media screen and (max-width: 680px) {
    #safer-list-acq-container .project {
        position: relative;
        padding: 8px;
    }
    #safer-list-acq-container .project.frenchland {
        padding-bottom: 46px;
    }
    #safer-list-acq-container .project .icon-right {
        position: absolute;
        bottom: 3px;
        flex-direction: row;
        flex-shrink: 0;
    }
    #safer-list-acq-container .project .icon-right a {
        margin-right: 5px;
    }
    #safer-voc-checkboxes-bubble>div {
        width: 100%;
    }
    #safer-voc-checkboxes-bubble>div input {
        width: 1rem;
        height: 1rem;
    }
    #safer-voc-checkboxes-bubble>div input,
    #safer-voc-checkboxes-bubble>div label {
        display: inline-block;
        vertical-align: middle;
    }
    .safer-form-container:not(.mode-view) .form_budget_max:after,
    .safer-form-container:not(.mode-view) .form_apport:after,
    .safer-form-container:not(.mode-view) .form_safer_completion_date:after {
        line-height: 37px;
    }
    /*mode un seule fiche acquéreur*/
    #safer-list-acq-container .project.project-single .main .title {
        width: 100%;
    }
    #safer-list-acq-container .project.project-single .icon-right {
        position: absolute;
        right: initial;
    }
}

@media screen and (max-width:480px) {
    #safer_map {
        height: 400px !important;
    }
    .safer_contact_form>div {
        width: 100%;
    }
    #liste-safers div.service_dep .TDlibelle,
    .h2_contact_content .TDlibelle {
        min-width: 78px;
    }
}

@media screen and (max-width: 444px) {
    #safer-editinfos-container .new-btn {
        display: flex;
        justify-content: flex-end;
    }
    #safer-editinfos-container .profile-btns a {
        width: 48%;
    }
    #safer-editinfos-container .new-btn a {
        width: 100%;
    }
    .form_building_expectations input {
        float: left;
        margin-right: 5px;
    }
    .form_building_expectations label {
        display: block;
    }
    .form_building_expectations input,
    .form_building_expectations label {
        margin-bottom: 5px;
    }
    #safer-voc-checkboxes-bubble>div label,
    #safer-voc-checkboxes-bubble>div input {
        margin-bottom: 8px;
    }
    #safer-voc-checkboxes-bubble>div label {
        display: block;
    }
    #safer-voc-checkboxes-bubble>div input {
        float: left;
        margin-left: 5px;
    }
    .safer_contact_form div.form_sex {
        height: auto;
        margin-bottom: 2px;
    }
    .safer_contact_form .form_sex label,
    .safer_contact_form .form_sex input {
        margin-bottom: 5px;
    }
    .safer_contact_form .form_sex input {
        float: left;
        margin-right: 5px;
        margin-top: 8px;
    }
    .safer_contact_form .form_sex label {
        display: block;
    }
}