body {
    font-family: "Arial";
    color: var(--main_color);
}

.bgimagecenter {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

.object-fit-contain {
    object-fit: contain;
    object-position: center;
}

.display_none {
    display: none;
}

.nouserselect {
    user-select: none;
}

.border_main_color {
    border: 2px solid var(--main_color) !important;
}

.border_second_color {
    border-color: var(--second_color) !important;
}

#top_menu .navbar-light .navbar-nav .nav-link {
    font-size: 20px;
    color: var(--main_color);
}

#mobile_header #mobile_socials  {
    font-size: 22px;
}

#mobile_header #mobile_achat_prio_vip img {
    height: 35px;
}

#floating_socials {
    position: fixed;
    z-index: 999;
    left: 20px;
    top: 200px;
    display: flex;
    flex-direction: column;
    background-color: var(--main_color);
    padding: 5px 15px;
    border-radius: 40px;

}

#floating_contact_vip {
    position: fixed;
    z-index: 999;
    right: 20px;
    top: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


#victor_main {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 150px;
}

#home_slider_search::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, rgba(0, 154, 216, 1) 0%, rgba(21, 61, 137, 1) 100%);
    display: block;
    z-index: 99;
}

#home_slider_search #search_fluid_container {
    position: relative;
    top: initial;
    bottom: initial;
    max-width: 600px;
    background-blend-mode: color;
    background-image: url(../images/template/bg_pixel.png);
    padding: 20px;
}

#moteur_recherche {
    border: 2px solid white;
    padding: 20px;
    font-size: 17px;
}

.moteur_border {
    border-top: 2px solid white;
}

#moteur_recherche .noUi-horizontal {
    height: 6px;
    border: 0;
    border-radius: 0;
}

#moteur_recherche .noUi-handle:after, #moteur_recherche .noUi-handle:before {
    display: none;
}

#moteur_recherche .noUi-handle {
    border: 1px solid var(--main_color);
    border-radius: 3px;
    background: var(--second_color);
    cursor: default;
    box-shadow: none;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    outline: none;
    right: -8px;
    top: -4px;

}

#moteur_recherche .noUi-connect {
    background: var(--second_color);
}

#moteur_recherche .noUi-tooltip {
    display: none;
}

#moteur_recherche .noUi-active .noUi-tooltip {
    display: block;
}

#moteur_recherche img {
    height: 20px;
}


#home_news_une {
    background-image: url(../images/template/bg_actus_hp.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
}


#home_news_une .actu_une_img {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

#home_news_une h2 {
    font-size: 34px;
}

#home_news_une #actu_une_title {
    font-size: 24px;
}

#home_news_une #actu_une_texte {
    font-size: 18px;
}

#home_news_une #actu_une_plus {
    font-size: 18px;
}

#home_news .news_hp_content_inner {
    padding: 20px;
}

#home_news {
    background-image:url(../images/template/bg_actus_hp.jpg);
}

#home_news .news_hp_image {
    padding-top: 56%;
}

#home_news .news_hp_content {
    border: 2px solid var(--main_color);
}

#home_news .hp_news_titre {
    font-size: 24px;
}

#home_news .slick-track {
    display: flex;
    align-items: stretch;
}

#home_news .slick-slide {
    height: initial;
}

#home_news .hp_news_date {
    font-size: 16px;
}

#home_derniers_biens  .annonce_accueil_inner {
    border: 3px solid var(--second_color)
}

#home_partenaires, #home_services, #home_news, #home_derniers_biens {
    overflow-x:hidden;
}

.annonce_accueil_inner::after {
    content: '';
    position: absolute;
    height: 85px;
    left: 0;
    top: 0;
    right: 0;
    background-image: url(../images/template/annonce_shadow.svg);
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 30;

}

.annonce_accueil_inner .annonce_favoris {
    color: #fff;
    top: 15px;
    right: 15px;
    position: absolute;
}

.annonce_accueil_image {
    margin-bottom: 60px;
}

.annonce_commercial_circle {
    position: absolute;
    height: 100px;
    bottom: -50px;
    width: 100px;
    border: 2px solid var(--second_color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.annonce_nb_photos {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    display: flex;
    font-weight: bold;
    z-index: 40;
}

.annonce_accueil .nature {
    font-size: 35px;
}

.annonce_accueil .ville {
    font-size: 24px;
}

.annonce_accueil_carac .border-top {
    border-top: 2px solid var(--main_color) !important;
}

.annonce_accueil .prix {
    background: linear-gradient(90deg, rgba(0, 154, 216, 1) 0%, rgba(21, 61, 137, 1) 100%);
    font-size: 40px;
}

#home_services {
    background-image: url(../images/template/bg_services_hp.jpg)

}

#home_services .titre_service_hp {
    font-size: 30px;
}

#home_services .texte_service_hp {
    font-size: 20px;
}

#home_services .home_service a {
    font-size: 18px;
}

#home_services .home_service_img {
    padding-top: 56%;
}

#home_services .slick-dots {
    bottom: -60px;
    left: 0;
    right: 0;
}

#home_services .slick-dots li button:before {
    opacity: 1;
    background: var(--main_color);
    border-radius: 50%;
    font-size: 0;
    border: 2px solid var(--second_color);

}

#home_services .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #fff;
}

#home_services .slick-dots li button {
    border-radius: 50%;
}

#home_agences {
    background-image: url(../images/template/bg_agences_hp.jpg);
}

#home_chiffres {
    background-image: url(../images/template/bg_chiffres_hp.jpg);
}

#home_chiffres .home_chiffre {
    font-size: 125px;
    font-weight: bold;
}

#home_chiffres .home_chiffre_texte {
    font-size: 20px;
}

#home_chiffres a {
    font-size: 18px;
}



#home_partenaires .home_partenaire_img {
    height: 210px;
    -webkit-background-size: contain;
    background-size: contain;
}

#home_social {
    background-image: url(../images/template/bg_rs.jpg);
    color: #fff;
}

#listing_biens {
    background-color: #fff;
}

#listing_biens_container {
    padding: 0;
}

#listing_biens .annonce_accueil_inner {
    border: 3px solid var(--second_color);
}

#listing_biens .annonce_accueil {
    margin-bottom: 60px;
}


.listing_service_image {
    padding-top: 56%;
}

.service_listing_inner {
    border: 1px solid var(--main_color);
}

.listing_service_titre {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}
.listing_service_texte {
    font-size: 18px;
}

#listing_services {
    background-image:url(../images/template/bg_services_listing.png);
    background-position: bottom center;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

#listing_news {
    background: #fff;
    background-image:url(../images/template/bg_services_listing.png);
    background-position: bottom center;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

#listing_news .listing_news_image {
    padding-top: 56%;
}

#listing_news .listing_news_inner {
    border: 1px solid var(--main_color);
}

#listing_news #listing_news_right {
    background-color: #E7E7E7;
}

#listing_news #listing_news_right h4 {
    font-size: 24px;
}
#listing_news #listing_news_right hr {
    margin-bottom: 30px;
}

#listing_news #listing_news_right .last_actu {
    font-size: 18px;
}

#listing_news #listing_news_right a.cat_link, #listing_news #listing_news_right .actu_titre_entete {
    font-size: 20px;
}

#annonce_detail #detail_entete {
    background: linear-gradient(90deg, rgba(0, 154, 216, 1) 0%, rgba(21, 61, 137, 1) 30%, rgba(21, 61, 137, 1) 70%, rgba(0, 154, 216, 1) 100%);
    font-size: 18px;
}

#annonce_detail #annonce_detail_ref {
    font-size: 14px;
}
#annonce_detail #annonce_detail_nature {
    font-size: 34px;
}

#annonce_detail #annonce_detail_prix {
    font-size: 45px;
    font-weight: bold;
}

#annonce_detail #annonce_detail_prix #detail_charges {
    font-size: 30px;
    font-weight: normal;
}

#annonce_detail #detail_image_commercial {
    height: 280px;
    width: 280px;
    border: 2px solid var(--main_color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-width: initial;
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 999;
}

#annonce_detail .detail_car {
    border-right: 0;
    height: auto;
    color: var(--main_color);
    font-size: 18px;
}

#annonce_detail hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #B2B2B2
}

#annonce_detail .picto_detail {
    height: auto;
    width: auto;
}

#annonce_detail h2 {
    font-size: 34px;
}

#annonce_detail #biens_similaires {
    background-image: url(../images/template/bg_biens_similaires.jpg);
}

#annonce_detail .annonce_accueil_inner {
    background-color: #fff;
    border: 3px solid var(--second_color);
}

#listing_agences {
    background: #fff;
    background-image:url(../images/template/bg_agences_listing.png);
    background-position: bottom center;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

#listing_agences .listing_agences_image {
    height: 240px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#listing_agences .agence_nom {
    font-size: 26px;
}


#listing_agences .agence_adresse, #listing_agences .agence_tel, #listing_agences .agence_email {
    font-size: 20px;
}



#agence_detail .listing_agences_image {
    height: 240px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

#agence_detail .agence_nom {
    font-size: 26px;
}


#agence_detail .agence_adresse, #agence_detail .agence_tel, #agence_detail .agence_email {
    font-size: 20px;
}

#agence_detail #agence_detail_slider img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

#agence_detail .sy-controls li.sy-next a:after {
    background-image: url(../images/template/fleche_droite.svg);
    width: 4em;
    height: 4em;
    margin-top: -2em;
    margin-left: -2em;
    border-radius: 0;
}

#agence_detail .sy-controls li.sy-prev a:after {
    background-image: url(../images/template/fleche_gauche.svg);
    width: 4em;
    height: 4em;
    margin-top: -2em;
    margin-left: -2em;
    border-radius: 0;
}

#agence_detail #agence_detail_divider {
    height: 3px;
    background-color: var(--second_color);
    margin-top: 50px;
    margin-bottom: 50px;
}

#agence_detail .agence_btn_vente_location {
    background-color: var(--main_color);
}

#agence_detail #container_agence_form_recherche {
    background-color: #e7e7e7;
    padding: 40px;
}
#agence_detail #container_agence_form_recherche select, #agence_detail #container_agence_form_recherche input[type="number"]{
    border: 2px solid var(--second_color);
    margin-bottom: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 50px;
}

#agence_detail .annonce_accueil {
    margin-bottom: 60px;
}

#agence_detail .annonce_accueil_inner {
    border: 3px solid var(--second_color);
}

#recrutement .custom-file-label:after {
    content: "Choisir un fichier PDF ou Word";
}

#recrutement #row_recaptcha div.form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#recrutement input[type="text"], #recrutement input[type="email"], #recrutement .custom-file label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid var(--second_color);
}

#achat_prio input[type="text"], #achat_prio input[type="number"], #achat_prio input[type="email"], #achat_prio textarea, #achat_prio select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 50px;
    border: 2px solid var(--second_color);
}

#e-shop .msg_error {
    background-color: #ffc4c4;
    color: black;
    padding: 10px;
    margin-bottom: 15px;
}


ul#etapes_estimation{
    list-style: none;
    padding-left: 0;
}
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: var(--main_color);
    color: #fff;
    border: solid transparent 1px;
}
.etapes{
    display: none;
}

#estimation select {
    padding-right: 30px;
}

.questions_estimation{
    font-size: 15px;
}
.questions_estimation>div{
    margin: 25px 0;
}

.questions_estimation>div input[type='text'], .questions_estimation>div input[type='email'],.questions_estimation>div input[type='number'], .questions_estimation>div select{
    height: 40px;
    padding: 6px;
    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: var(--main_color);
    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: var(--main_color);
    text-transform: uppercase;
    font-size: 15px;
    border: none;
    padding: 5px 40px;
    font-weight: bold;
    float: left;

    margin: 50px 0 20px 0;
}
.texte_question{
    color: var(--main_color);
    font-size: 15px;
    /*margin-bottom: 10px;*/
    display: block;
}

.progress-pie-chart {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #E5E5E5;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
.progress-pie-chart.gt-50 {
    background-color: var(--main_color);
}

.ppc-progress {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
    width: 200px;
    height: 200px;
    clip: rect(0, 200px, 200px, 100px);
}
.ppc-progress .ppc-progress-fill {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
    width: 200px;
    height: 200px;
    clip: rect(0, 100px, 200px, 0);
    background: var(--main_color);
    transform: rotate(60deg);
}
.gt-50 .ppc-progress {
    clip: rect(0, 100px, 200px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
    clip: rect(0, 200px, 200px, 100px);
    background: #E5E5E5;
}

.ppc-percents {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 173.9130434783px/2);
    top: calc(50% - 173.9130434783px/2);
    width: 173.9130434783px;
    height: 173.9130434783px;
    background: #fff;
    text-align: center;
    display: table;
}
.ppc-percents span {
    display: block;
    font-size: 2.6em;
    font-weight: bold;
    color: var(--main_color);
}

.pcc-percents-wrapper {
    display: table-cell;
    vertical-align: middle;
}

#fourchette_estimation{
}
#fourchette_estimation .estimation_right{
    color: var(--main_color)
}
#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;
}
.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;
}


.requiredFieldError:hover {
    -moz-box-shadow: 0px 0px 4px 0px rgba(164, 11, 0, 0.83);
    -webkit-box-shadow: 0px 0px 4px 0px rgb(164 11 0 / 83%);
    -o-box-shadow: 0px 0px 4px 0px rgba(164, 11, 0, 0.83);
    box-shadow: 0px 0px 4px 0px rgb(164 11 0 / 83%);
    transition: 80ms;
}

.requiredFieldError {
    border: rgba(164, 11, 0, 0.83) 1px solid !important;
}

#estimation .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--main_color);
    background-color: var(--main_color);
}

#estimation input[type=radio]:checked+label {
    background-color: transparent !important;
    color: initial;
}

#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: var(--main_color);
    color: white;
    transition: all .2s;
}

#trouver_acheteur .bootstrap-select .dropdown-menu {
    z-index: 9999;
}

#trouver_acheteur input[type=submit] {
    background-color: var(--main_color);
    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: var(--main_color);;
    border: 1px solid var(--main_color);;
}

#trouver_acheteur .col-md-4.text-center.mb_xs_40 {
    font-size: 16px;
}

#trouver_acheteur .btn-grey {
    color: #e8e8e8;
    border: 1px solid #e8e8e8;
}

#trouver_acheteur .btn-main:hover, #trouver_acheteur .btn-main:active, #trouver_acheteur .btn-main:focus {
    background-color: var(--main_color);;
}

#trouver_acheteur select.form-control {
    height: 40px;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius:0;
}

trouver_acheteur .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;
}

#trouver_acheteur .bootstrap-select>.dropdown-toggle {
    height: 40px;
    border: 1px solid #ced4da;
    background-color: #ffffff;
}





#footer #logo_footer {
    max-width: 100%;
}


#footer #form_contact_footer select, #footer #form_contact_footer input[type="text"], #footer #form_contact_footer input[type="email"], #footer #form_contact_footer textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border:2px solid var(--second_color);
    min-height: 50px;
    color: var(--main_color);
}

#footer input[type="text"]::placeholder, #footer textarea::placeholder {
    color: var(--main_color);
}

#footer #form_contact_footer textarea {
    height: 100%;
}

#footer #form_contact_footer label[for="rgpd"] {
    font-size: 14px;
    text-align: justify;
}

#footer_nav a {
    display: inline-block;
    font-size: 20px;
}

#footer_nav {
    background: linear-gradient(
            90deg
            , rgba(0, 154, 216, 1) 0%, rgba(21, 61, 137, 1) 100%);
}

#footer2 {
    background: #000;
}

.bloc_avis_page #rating_Form_valeurRating, .bloc_avis_page #rating_Form_statutValide {
    display: none;
}

.bloc_avis_page h1{
    color: #504d4d;
    font-size: 23px;
    margin-bottom: 30px;
}
.bloc_avis_page h2 {
    font-family: 'Lato';
    font-size: 20px;
    color: #504d4d;
    font-weight: 500;
    line-height: 1;
    display: block;
    width: 100%;
}

.bloc_avis_page .bloc_details_avis_ul {
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1;
}
.bloc_avis_page .bloc_details_avis span {
    font-size: 13px;
    color: #ada9a9;
    font-weight: bold;
}
.bloc_avis_page .bloc_details_avis li {
    display: inline-block;
    padding: 0 10px;
}
.bloc_avis_page .bloc_details_avis li .bloc_name {
    font-family: 'Lato';
    font-size: 16px;
    color: #504d4d;
    font-weight: 500;
    line-height: 1;
}
.bloc_avis_page .bloc_details_avis p.bloc_commentaire {
    font-family: 'Lato';
    font-size: 16px;
    color: #504d4d;
    font-weight: 500;
    line-height: 1;
    text-align: justify;
}
.bloc_avis_page .fa-star, .avis_client_admin .fa-star  {
    color: #ada9a9;
}
.bloc_avis_page .fa-star.color_gold, .avis_client_admin .fa-star.color_gold {
    color: #f5bd23;
}
.bloc_avis_page .bloc_form_raing {
    width: 100%;
    margin: 20px auto;
}

.bloc_avis_page .bloc_form_raing input, .bloc_avis_page .bloc_form_raing textarea {
    border-radius: 0;
    margin-bottom: 20px;
}
.bloc_avis_page .bloc_form_raing legend {
    font-family: 'Lato';
    font-size: 20px;
    color: #504d4d;
    font-weight: 500;
}
.bloc_avis_page .bloc_form_raing .starability-basic {
    margin-bottom: 20px;
}
#btn_submit_avis_client {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 25px;
    font-size: 14px;
    letter-spacing: 1px;
}
.page_avis #flash_messages .alert-success {
    z-index: 21;
}
#valeur_statut_ipnut {
    display: none;
}
.edit_avis_client_admin .fa-star {
    color: #ada9a9;
}
.edit_avis_client_admin .fa-star.color_gold {
    color: #f5bd23;
}
.edit_avis_client_admin form {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}
.edit_avis_client_admin a {
    text-decoration: underline;
}
.edit_avis_client_admin #btn_submit_avis_client_admin {
    color: #fff;
    font-weight: bold;
}
#flash_messages .alert-success {
    margin-top: 60px !important;
}
.edit_avis_client_admin #rating_Form_edit_statutValide {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc) !important;
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em !important;
    background-size: 5px 5px, 5px 5px, 1px 1.5em !important;
    background-repeat: no-repeat;
}
.edit_avis_client_admin #rating_Form_edit_statutValide:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc) !important;
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em !important;
    background-size: 5px 5px, 5px 5px, 1px 1.5em!important;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}


@media (max-width: 1800px) {
    #victor_main {
        left: 130px;
        width: 350px;
    }

}
@media (max-width: 1700px) {
    #home_chiffres .home_chiffre {
        font-size: 80px;
    }

    #annonce_detail #annonce_detail_nature {
        font-size: 24px;
    }

    #annonce_detail #annonce_detail_prix {
        font-size: 26px;
        font-weight: bold;
    }

    #annonce_detail #detail_image_commercial {
        height: 150px;
        width: 150px;
        bottom: initial;
    }

    #annonce_detail #detail_entete {
        font-size: 16px;
    }

    #top_menu .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
    }
}

@media (max-width: 1550px) {
    #victor_main {
        left: 80px;
        width: 280px;
    }

    #floating_socials {
        left: 0px;
    }

}
@media (max-width: 1400px) {
    #home_chiffres .home_chiffre {
        font-size: 80px;
    }

    #home_services .titre_service_hp {
        font-size: 24px;
    }

    #home_services .texte_service_hp {
        font-size: 16px;
    }

    #annonce_detail #annonce_detail_nature {
        font-size: 20px;
    }
}
@media (max-width: 1300px) {
    #victor_main {
        left: 40px;
        width: 240px;
    }
}
@media (max-width: 1200px) {
    #home_chiffres .home_chiffre {
        font-size: 60px;
    }

    #victor_main {
        left: 20px;
        width: 220px;
    }
}


@media (max-width: 992px) {

    #home_chiffres .border-right {
        border-right: 0 !important
    }

    #home_chiffres .home_chiffre {
        font-size: 40px;
    }

    #home_services .titre_service_hp {
        font-size: 20px;
    }

    #home_services .texte_service_hp {
        font-size: 14px;
    }

    #top_menu .navbar-light .navbar-nav .nav-link.bg_second_color {
        background: #fff !important;
        color: var(--main_color) !important;
    }

    #annonce_detail #detail_image_commercial {
        position: relative;
        height: 100px;
        width: 100px;
        right: initial;
    }

    #floating_socials {
        padding: 0px 5px;
    }

    #floating_socials img{
        width: 30px;
    }

    ul#etapes_estimation li {
        display: block;
        margin-bottom: 15px;
    }

    .annonce_accueil .nature {
        font-size: 22px !important;
    }
    .annonce_accueil .ville {
        font-size: 18px !important;
    }

    .annonce_accueil .prix {
        font-size: 24px !important;
        padding: 10px 0 !important;
    }

    .annonce_accueil_carac img {
        height: 24px !important;
    }

    h2 {
        font-size: 22px !important;
    }
    h1 {
        font-size: 22px !important;
    }

    #home_social img {
        width: 50px !important;
    }

    #floating_socials, #floating_contact_vip {
        display: none;
    }

    #top_menu {
        padding-bottom: 0;
    }

    #annonce_detail h2 {
        font-size: 22px;
    }



}
@media (max-width: 768px) {

    #annonce_detail #detail_entete .border-right {
        border-right: 0 !important;
    }

    .prix_fourchette {
        font-size: 16px;
    }

}
@media (max-width: 576px) {
    #home_chiffres .home_chiffre {
        font-size: 30px;
    }
}

.name_agence_header {
    font-size: 2.8vw;
    color: white;
    vertical-align: middle;
    line-height: normal;
    width: 41vw;
    text-shadow: 3px 3px 7px black;
    display: flex;
    flex-direction: column;
    height: 500px;
    justify-content: center;
}

@media (max-width: 768px) {
    .name_agence_header {
        font-size: 9.8vw;
        width: auto;
    }
}

.span_name_agence_header {
    font-size: 1.8vw;
    color: #1A98D3;
}

@media (max-width: 768px) {
    .span_name_agence_header {
        font-size: 5.1vw;
    }
}

#home_map_listing iframe {
    height: 300px;
}

#home_map_listing {
    position: sticky;
    top: 0;
}
