/* ============================================================================= */
/*                                   GENERAL                                     */
/* ============================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


body {
    font-family: 'Lato', sans-serif;
    background: #fff;
    color: #111;
}
p {
    font-size: 17px;
}
.btn {
    border-radius: 0;
}
.btn-primary, .btn-info, .btn-secondary, .btn-success  {
    color: #fff;
    background-color: #111;
    border-color: #111;
}
.btn-fleche {
    color: #111;
    /* float: right; */
    border-color: #111;
    margin: 35px 0 0 0;
    padding: 5px 30px;
}
.btn-fleche:hover {
    color: #ca8e6c;
    border-color: #ca8e6c;
}
.btn-fleche i {
    margin-left: 10px;
    font-size: 20px;
}
.btn-primary:hover, .btn-info:hover, .btn-secondary:hover, .btn-success:hover {
    color: #fff;
    background-color: #ca8e6c;
    border-color: #ca8e6c;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #ca8e6c;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}
.beige {
    color:#ca8e6c;
}
.index .cont_coordonnees figure img {
    display: none;
}
.cont_coordonnees img.logo-conception {
    display: none;
}
.marginTop80 {
    margin-top: 80px;
}
/*MENTIONS COOKIES*/
.cc-color-override-1247188962 .cc-btn {
    color: #000 !important;
    background-color: #ca8e6c !important;
    border-color: #ca8e6c !important;
}
.sidebar {
    /* width: 33.33333%;
    background: #fff;
    padding: 10px;
    margin-left: 10px;
    margin-top: 0;
    color: #111;
    text-align: center; */
    display: none;
}
.sidebar .group_btn a {
    width: 100%;
    margin: 2px 0;
}
a {
    color: #ca8e6c;
}
a:hover {
    color: #111;
}
/* ============================================================================= */
/*                                     INDEX                                     */
/* ============================================================================= */
/*SLIDER ACCUEIL*/
.bgAccueil {
    background: none !important;
    overflow: hidden;
}
.carousel-indicators {
    display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#carouselExampleIndicatorsHome .carousel-item {
    background-size: cover;
    background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider_home/1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider_home/2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider_home/3.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url('/assets/images/slider_home/4.jpg');
}

#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url('/assets/images/slider_home/5.jpg');
}
/* MOTEUR */
.moteur{
    background: transparent;
    top: 80%;
}
.moteur .container{
    /* background: rgba(255,255,255, 0.6); */
    padding: 20px;
}
.moteur .radio_trans {
    display: none;
}
.index .header .not-sticking .site-container {
    background: rgba(255,255,255,0.6);
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #111;
}
.header .sticky_menu.stick-me.sticking {
    -webkit-animation: slide-down 0.4s;
            animation: slide-down 0.4s;
    background: #fff;
}
.site-container{
    background: inherit;
}
.search__form-item:nth-child(2), .search__form-item:nth-child(3), .moteur .form-style {
    background: rgba(255,255,255, 0.6);
}
.bootstrap-select>.dropdown-toggle {
    background: transparent;
}
/*BLOC PRODUITS*/
.prod_accueil {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.prod_accueil {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home_heading {
    color: #ca8e6c;
    /* font-style: italic; */
}
.home-heading-1{
    text-transform: capitalize;
    font-weight: 300;
    color: #111;
    font-style: initial;
    font-size: 25px;
}
.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #fff;
    height: 2px;
    width: 80px;
    margin: 15px auto 25px auto;
}
.prod_accueil article {
    border: none;
    width: calc(24% - -10px);
    margin: 2px;
    background: #111;
    /* background: #fff; */
}
.prod_accueil .block_info,
.prod_accueil .block_info-vendu {
    min-height: 90px;
    padding: 20px 20px 10px 20px;
}
.damier .block_info-vendu{
    width: 100%;
}
.listing-vendu .listing .block_info-vendu{
    width: 55%;
}
.prod_listing.carte .card_list{
    padding-left: 15px;
}
.prod_listing.carte .card_list li {
    color: #000;
    font-size: 17px;
    padding: 0 5px;
}
.prod_accueil .info_titre,
.prod_accueil .info_prix-hai,
.prod_accueil .box {
    display: none;
}
.prod_accueil .info_prix {
    margin: auto 0;
    padding: 0 9px 0 0;
    text-align: right;
    color: #ca8e6c !important;
    font-weight: 400;
    font-size: 23px;
}
.index .prod_accueil .card-fav-absolute{
    display: none;
}
.prod_accueil .card-fav-absolute {
    top: -9px;
    right: 2px;
    color: #222;
}
.card_list li {
    color: #000;
    font-size: 17px;
}
.prod_accueil .card_list {
    padding: 0 20px;
    margin: 15px 0;
    display: none;
}
.prod_accueil .info_numero,.prod_accueil .info_prix-hai, .prod_accueil .info_prix sup {
    display: none;
}
.info_type {
    font-weight: 600;
    font-size: 22px;
}
.info_type::after {
    content: "";
    display: block;
    position: relative;
    background: #ca8e6c ;
    height: 2px;
    width: 50px;
    margin: 10px 0 5px 0;
}

.info_ville {
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 0;}


.prod_listing.carte .spin1.info_type, .prod_listing.carte .info_ville {
    padding-left: 0;
}
.home_cont_presentation .row,
.home_cont_selection .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.home_cont_selection .block_info .row
.home_cont_categories .block_info .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.home_cont_presentation .home_heading,
.home_cont_categories .home_heading,
.home_cont_selection .home_heading {
    color: #ca8e6c;
    font-style: initial;
    margin: 5px 0;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
}
.home_cont_selection .home_heading i,
.home_cont_categories .home_heading i,
.home_cont_presentation .home_heading i{
    margin-right: 40px;
}
.home_cont_selection .titre-heading,
.home_cont_categories .titre-heading,
.home_cont_presentation .titre-heading {
    color: #111;
    font-style: initial;
    background-color: #f4f4f4;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23111111' fill-opacity='1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    padding: 30px 0 30px 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.home_cont_presentation .home_heading::after,
.home_cont_categories .home_heading::after,
.home_cont_selection .home_heading::after {
    height: 0;
    margin: 0;
}
.home_cont_selection, .home_cont_categories {
    padding-top: 0;
    padding-bottom: 0;
}
.home_cont_selection .lien_selection p {
    text-align: right;
    padding-right: 25px;
    margin-bottom: 0;
}

/*NOS SERVICES*/
.cat {
    border: none;
    border-radius: 0;
}
.card-img {
    border-radius: 0;
}
.home_cont_categories .cat-text::after {
    background: #ca8e6c;
}
.home_cont_categories .col-lg-3,.home_cont_categories .col-md-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.home_cont_categories .cat-section-titre .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    border: 1px solid #ca8e6c4a;
    color: #111;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}
.home_cont_categories .cat-section-titre .cat-text::after {
    content: "";
    display: block;
    position: relative;
    background: #ca8e6c;
    height: 1px;
    width: 80px;
    margin: 20px auto 0 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.home_cont_categories .cat-section-titre .cat-text {
    font-size: 40px;
}
.home_cont_categories .cat1 .cat {
    cursor: auto;
}
.home_cont_categories .cat-section-titre .cat-text {
    color: #ca8e6c;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    text-align: left;
    padding-left: 25px;
}
/*PRESENTATION INDEX*/
.home_cont_presentation, 
.home_cont_presentation p{
    text-align: center;
}
.home_cont_presentation {
    padding: 60px 0;
    background: inherit;
    background-color: #111;
}
.home_cont_categories .cat-text {
    font-size: 19px;
}
.home_cont_presentation h2 {
    text-transform: uppercase;
    color: #ca8e6c;
    font-size: 30px;
    margin-bottom: 20px;
}
/*ALERTE MAIL INDEX*/
.home_cont_alertes {
    padding: 15px 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23585858' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    text-align: center;
}
.home_cont_alertes p {
    color: #111;
}
.home_cont_alertes a {
    color: #111;
}
/*NOS SERVICES*/
.cat {
    border: none;
    border-radius: 0;
}
.card-img {
    border-radius: 0;
}
.home_cont_categories .cat-text::after {
    background: #ca8e6c;
}
.home_cont_categories .col-lg-3,.home_cont_categories .col-md-3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.home_cont_categories .cat-section-titre .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    border: 1px solid #ca8e6c4a;
    color: #111;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}
.home_cont_categories .cat-section-titre .cat-text::after {
    content: "";
    display: block;
    position: relative;
    background: #ca8e6c;
    height: 1px;
    width: 80px;
    margin: 20px auto 0 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.home_cont_categories .cat-section-titre .cat-text {
    font-size: 40px;
}
.home_cont_categories .cat1 .cat {
    cursor: auto;
}
.home_cont_categories .cat-section-titre .cat-text {
    color: #ca8e6c;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    text-align: left;
    padding-left: 25px;
}
.padding30 {
    padding: 30px 0;
}
/*PRESENTATION INDEX*/
.home_cont_presentation, 
.home_cont_presentation p{
    text-align: center;
}
.home_cont_presentation {
    padding: 60px 0;
    background: inherit;
    background-color: #fff;
    color: #111;
    font-weight: 500;
}
.home_cont_categories .cat-text {
    font-size: 19px;
}
.home_cont_presentation h2 {
    text-transform: uppercase;
    color: #ca8e6c;
    font-size: 30px;
    margin-bottom: 20px;
}
.citation {
    font-style: italic;
    color: #ca8e6c;
    font-family: initial;
    margin-bottom: 20px;
}
/*ALERTE MAIL INDEX*/
.home_cont_alertes {
    padding: 15px 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23585858' fill-opacity='0.4' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    text-align: center;
}
.home_cont_alertes p {
    color: #111;
}
.home_cont_alertes a {
    color: #111;
}
.alerte p {
    margin: 0;
}
.alerte .btn-primary {
    margin-left: 20px;
}
/*FOOTER*/
.cont_coordonnees {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    color: #111;
    text-align: center;

}
.cont_coordonnees p{
    margin-bottom: 0;
    color: #ca8e6c;
}
.cont_coordonnees .address {
    text-align: left;
}
.cont_coordonnees .address a{
    color: #111;
}
.cont_coordonnees .address p{
    text-align: left;
    margin-bottom: 10px;
}
.cont_coordonnees .mt-4 {
    margin-top: 10px !important;
}
.cont_coordonnees .tel {
    text-align: right;
}
footer {
    background-color: #080808;
    padding: 0px 0 20px 0;
}
footer a{
    font-size: 14px;
}
footer a:hover{
    color: #ca8e6c;
}
.coordonnees_heading {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0, 0.2);
}
.cont_coordonnees .address .btn {
    text-align: left;
    padding: 0;
}
.social {
    text-align: center;
    margin-top: 20px;
}
.social p {
    color: #999;
    font-size: 13px;
}
.social i{
    font-size: 35px;
    color: #999;
}
footer .federation{
    text-align: center;
}



/* ============================================================================= */
/*                        RECHERCHE DETAILLEE / FAVORIS                          */
/* ============================================================================= */
#biens_comparatif .article_comparatif .spin1,
#biens_comparatif .article_comparatif .spin2,
#biens_comparatif .article_comparatif .spin3,
#biens_comparatif .article_comparatif .spin4,
#biens_comparatif .article_comparatif .spin5 {
    font-size: 15px;
    border-top: 1px solid #111;
    padding: 10px 20px;
    color: #666;
    text-transform: capitalize;
}
.comparateur .info_type {
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
}
#biens_comparatif .article_comparatif .spin4 {
    text-align: left;
}
.form-search-d label.btn, .form-search-d label.btn.small {
    border: none;
    background-color: #ca8e6c;
    color: #111 !important;
}
.form-search-d label.btn:hover, .form-search-d label.btn.active {
    color: #fff!important;
    background-color: #111;
    border-color: #ca8e6c;
}
.recherche-detaillee .form-group label.active .check::before {
    border-bottom: 2px solid #ca8e6c;
    border-right: 2px solid #ca8e6c;
}
/* ============================================================================= */
/*                                    AGENCE                                     */
/* ============================================================================= */
.agence h2 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500;
}
.agence h5 {
    color: #897868;
    margin: 20px 0;
}
.agence .content_page i {
    color: #897868;
}

.agence .content_page {
    width: 100%;
}
.agence-bloc1 {
    margin: auto;
    text-align: center;
}
.agence-bloc img{
    margin: auto;
}
.agence .agence-bloc2 {
    /* background-color: #b4b0b0;
    color: #000; */
    margin: auto ;
    padding: 20px;
}
.margin-auto {
    margin: auto;
}
.agence-bloc3 ul li {
    margin: 10px 0;
    line-height: 1.1;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding-bottom: 10px;
}
.agence-bloc3 ul li span {
    font-size: 40px;
    color: #b4b0b0;
}
.agence .bg-gris {
    background-color: #b4b0b0;
    color: #111;
}
.agence .agence-bloc4{
    text-align: right;
    padding-right: 0;
}
.agence .content_page .row {
    margin: 10px 0;
}
.agence .content_page p {
    text-align: justify;
}

/* ============================================================================= */
/*                             LISTING & DETAILS                                 */
/* ============================================================================= */
.block_vue_list {
    display: none;
}
.prod_listing .block_img {
    width: 35%;
}
.prod_listing .block_info {
    width: 65%;
}
.texte-listing {
    padding-top: 60px;
    padding-bottom: 60px;
}
.over_desc .col1 .spin4{
    text-transform: initial;
}
.damier .header-item {
    padding: 20px 0 0 18px;
}
.damier .card_list {
    padding: 0 5px;
}
.over_desc a{
    color: #111;
}

.prod_listing > .listing_article article {
    background:#fff;
    border: none;
    color: #111;
    text-align: center;
}
.info_prix-hai, .info_prix sup {
    display: none;
}
.prod_listing.damier .block_info {
    min-height: 240px;
}
.prod_listing .info_type::after {
    content: "";
    display: block;
    position: relative;
    background: #ca8e6c;
    height: 0;
    width: 70%;
    margin: 10px auto 5px auto;
}
.action_bar .bootstrap-select>.dropdown-toggle {
    background: transparent;
}
.block_tri_list .btn.dropdown-toggle {
    color: #111 !important;
}
.prod_accueil article .info_type,
.prod_accueil article .info_ville,
.prod_accueil article .info_prix,
.prod_accueil article .info_type,
.prod_accueil article .info_ville,
.prod_accueil article .info_prix {
    color: #111 ;
}
#biens_similaires_annonce article .info_type,
#biens_similaires_annonce article .info_ville,
#biens_similaires_annonce article .info_prix {
    color: #fff;
    font-size: 17px;
}
.col-1-item .info_type {
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    margin: 12px 0;
    text-transform: uppercase;
}

[class*="listing"] .info_type,
[class*="listing"] .info_ville,
[class*="listing"] .info_prix,
[class*="listing-"] .info_type,
[class*="listing-"] .info_ville,
[class*="listing-"] .info_prix {
    color: #111 ;
}
.prod_listing .block_info {
    padding: 0 0 0 10px;
}
.listing .header-item, [class*="listing-"] .header-item {
    padding: 0 0 0 10px;
    background: #ca8e6c;
    width: 100%;
    text-align: left;
}
.prod_listing .info_titre {
    width: 100%;
    font-size: 18px;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
}
.block_info > .effect-cms {
    cursor: pointer;
    overflow: initial;
    position: relative;
}
.prod_listing .card_foot {
    padding: 0;
    font-weight: bold;
}
.col-2-item .card_foot {
    text-align: center !important;
}
article .row {
    margin-right: 0;
    margin-left: 0;
}
.col-2-item .info_type, .col-2-item .info_ville, .col-2-item {
    font-weight: 600;
    font-size: 15px;
    text-align: center !important;
    margin: 0;
    text-transform: uppercase;
}
.encadre {
    height: 176px;
    display: flex;
}
.margin-auto {
    margin: auto;
}
.col-1-item .margin-auto {
    margin: auto 0;
}
.prod_accueil article .info_prix,
[class*="listing"] .info_prix,
[class*="listing-"] .info_prix {
    font-weight: 600;
    font-size: 18px;
    color: #ca8e6c ;
    padding: 0;
    letter-spacing: 1px;
}
[class*="listing"] .breadcrumb-cms,
[class*="listing-"] .breadcrumb-cms {
    display: none;    
}
[class*="listing"] .action_bar > div:nth-child(2),
[class*="listing-"] .action_bar > div:nth-child(2) {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 10px;
}
.info_numero, .info_prix-hai, .card_list li {
    color: #111;
}
.col-2-item {
    border: 1px solid #111;
    padding: 10px;
}
.col-2-item .btn-fleche {
    border: none;
}
.col-2-item .btn-fleche i{
    background: #111;
    color: #fff;
    padding: 2px 10px;
}
.col-2-item .btn-fleche i:hover{
    background: #ca8e6c;
    color: #111;
}
.col-2-item .info_numero {
    text-align: center;
}
.col-1-item .description {
    text-align: left;
}

.page-link{
    background: transparent;
    color: #111;
}
.page-item.disabled .page-link {
    background-color: transparent;
}
.page-item.active .page-link {
    background-color: #ca8e6c;
    border-color: #505050;
    color: #111;
}
.page-link:focus, .page-link:hover {
    color: #111;
    text-decoration: none;
    background-color: #464646;
    border-color: #464646;
}


.page-linkk {
    background: transparent;
    color: #111;
	
	    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
}
.page-item.disabled .page-linkk {
    background-color: transparent;
}
.page-item.active .page-linkk {
    background-color: #ca8e6c;
    border-color: #505050;
    color: #111;
}
.page-link:focus, .page-linkk:hover {
    color: #111;
    text-decoration: none;
    background-color: #464646;
    border-color: #464646;
}




.listing-location-saisonniere .card_list {
    margin-top: 30px;
    margin-bottom: 50px;
}
#mapliste a{
    color: #000;
}
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #ca8e6c !important;
    color: #111;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #ca8e6c;
}
.detail_header .titre:after {
    background: #ca8e6c;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #ca8e6c;
}
.retour_pret span {
    color: #ca8e6c;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #ca8e6c;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #ca8e6c !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ca8e6c !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}


/* ============================================================================= */
/*                                 PARTENAIRES                                   */
/* ============================================================================= */
.partenaires .contenu ul li {
    border: 1px solid rgba(0,0,0, 0.2);
    padding: 10px;
    margin: 10px 0;
}
/* .partenaires ul li a img{
    max-width: 250px;
} */
.partenaires .cont_coordonnees img.logo-transaction {
    display: none;
}
.partenaires .cont_coordonnees img.logo-conception {
    display: block;
    margin: auto;
}
/* color #8c0027; */
.partenaires h1 {
    font-size: 28px;
    text-transform: uppercase;
    padding-left: 20px;
    border-left: 4px solid #8c0027;
    margin: 20px 0;
}
.partenaires .marginTop80 ul li a {
    color: #000;
}
.partenaires .marginTop80 ul li a p {
    color: #000;
}
.partenaires .marginTop80 ul li a:hover {
    color: #8c0027;
}
.partenaires .btn-primary {
    color: #fff;
    background-color: #8c0027;
    border-color: #8c0027;
}
.partenaires .btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.partenaires .breadcrumb-item a {
    color: #8c0027;
}
.partenaires .cont_coordonnees p {
    margin-bottom: 0;
    color: #8c0027;
}
.border-conception {
    border: 1px solid rgba(0,0,0, 0.2);
    padding: 10px;
    margin: 10px 0;
}
.texte-conception, .logo-conception {
    margin: auto 0;
}


/* ============================================================================= */
/*                                 ACQUEREURS                                    */
/* ============================================================================= */
.listing-recherche .texte-listing {
    display: none;
}
.listing-recherche .prod_listing .block_info {
    width: 100%;
}
.list_acquereurs {
    text-align: left;
}
.list_acquereurs li > span {
    font-weight: bold;
}
.listing-recherche ul,
.listing-recherche ul p{
    margin-bottom: 0;
}
.left li{
    text-align: left ! important;
}

.listing-recherche .prod_listing > .listing_article article {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    color: #111;
    text-align: center;
    padding-bottom: 20px;
}
.listing-recherche .plusdecritere {
    display: none;
}
.bold600 {
    font-weight: 600;
}
.maj {
    text-transform: uppercase;
}
.listing-recherche .prod_listing .info_titre {
    text-transform: initial;
}
.listing-recherche .block_info {
    cursor: auto;
}

.listing-recherche .encadre {
    height: auto;
}
.listing-recherche .header-item {
    background: #111;
}

/* ============================================================================= */
/*                                   CONTACT                                     */
/* ============================================================================= */

.contact h1,.temoignages h1, .estimation h1, .mentions-legales h1, .mentions-legales h2, .on-vous-rappelle h1, .alerte-email h1, .recherche-detaillee h1, .actualites h1, [class*="listing-"] h1, .agence h1, .recherche h1, .sidebar span.h2 {
    font-size: 28px;
    text-transform: uppercase;
    padding-left: 20px;
    border-left: 4px solid #ca8e6c;
    margin: 20px 0;
}

.contact .contact_formulaire, .recrutement .contact_formulaire, .estimation .contact_formulaire, .contact .contact_equipe {
    width: 100%;
}
.contact .contact_formulaire {
    margin-top: 60px;
}
.contact h1 {
    margin-bottom: 30px;
}
.centre {
    text-align: center;
}
.contact .equipe img {
    width:250px;
}

/* ============================================================================= */
/*                                  RESPONSIVE                                   */
/* ============================================================================= */
@media (max-width: 1024px){
    .detail_carousel,
    .detail-block-desc,
    .detail_form_contact,
    .detail-block-form,
    .detail-block-simi{
        max-width: 100%;
        margin: auto;
        padding: 0 25px 10px 25px;
    }
    .sidebar .group_btn a {
        width: 100%;
        margin-bottom: 10px;
    }
    .card_list li {
        font-size: 16px;
    }
    .menu ul > li > a {
        padding: 12px 5px;
    }
}

@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        padding: 12px 15px;
        line-height: 1.2;
        color: #111;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 17px;
    }
    .menu ul > li > a:hover {
        color: #ca8e6c;
    }
    .index .not-sticking .header__logo {
        display: block;
        height: 155px;
        padding: 4px 0;
        margin: auto 0;
    }
    .sticking .header__logo,
    .not-sticking .header__logo{
        display: block;
        height: 95px;
        padding: 3px;
        margin: auto 0;
    }
    .sticking .header__logo {
        display: block;
        height: 95px;
        padding: 4px;
        margin: auto 0;
    }
    .header .site-pusher{
        display: flex;
        justify-content: center;
    }
    nav ul{
        padding-bottom: 7px;
        margin: 5px 0 0 0;
    }
    nav {
        margin: auto 0;
        width: 100%;
    }
    .header__logo img{
        width: 155px;
    }
    .index .index-logo-not-sticking {
        width: 155px;
        margin: auto 50px auto auto;
    }
    /*.index-logo-sticking {*/
        /*width: 38%;*/
    /*}*/
    .cont_coordonnees figure img {
        width: 200px;
        margin: 0 6%;
    }
    .max991 {
        display: none;
    }
}
@media (min-width: 1281px) {
    .index .index-logo-not-sticking {
        width: 215px;
        margin: auto;
    }
}
@media (max-width: 991px) {
    .burger-item,
    .burger-item:before,
    .burger-item:after {
        color: #897868;
        background: #897868;
    }
    .bgAccueil {
        background: url(/assets/images/bgimg-mobile.jpg) no-repeat top center fixed;
        background-size: contain;
        background-size: contain;
    }
    .home_cont_presentation {
        background-size: cover;
        background-size: cover;
    }
    .header__icon:after {
        -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
                box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
    }
    /* .sticky_menu.not-sticking,
    .header .sticking{
        background: #222;
    } */
    .sticky_menu.not-sticking .logo-not-sticking {
        padding: 10px 0;
    }
    .sticky_menu.sticking .index-logo-sticking,
    .sticky_menu.sticking .logo-sticking {
        padding: 10px 0;
    }    
    .sticky_menu.not-sticking .header__icon:after {
        -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
                box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
    }
    #formrecherchevente{
        padding-top: 20px;
        background: #fff;
    }
    .modal-content {
        background-color: #fff;
    }
    .listing form {
        display: block;
    }
    .plusdecritere .text-filtre1{
        display: none;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(25% / 1 - 3px);
        margin-right: 3px;
    }
    .search__form-item:last-child {
        width: calc(100% / 1 - 0px);
    }
    .detail-block-desc,
    .detail_carousel,
    .detail_form_contact,
    .detail-block-form,
    .detail_biens_sim {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }
    .top_link {
        bottom: 100px;
    }
    footer {
        padding: 25px 10px 100px 10px;
    }
    .home_cont_presentation {
        padding: 90px 0;
    }
    .home_cont_alertes .alerte-2 {
        padding-left: 0;
    }
    .home_cont_alertes .alerte-2:before {
        display: none;
    }
    .home_cont_categories .nos-biens {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
        width: 100%;
        max-width: 100%;
    }
    .nos-bien-img {
        -webkit-box-flex: 50%;
            -ms-flex: 50%;
                flex: 50%;
        width: 50%;
        max-width: 50%;
        margin: auto;
        margin-top: 50px;
        margin-bottom: 110px;
    }
    .home_cont_categories .nos-biens p {
        padding-right: 0;
    }
    .detail .container_page {
        margin-top: 145px;
    }
    .map,
    .top_page {
        margin-top: 65px;
    }
    .menu {
        background-color: rgb(13, 14, 14);
    }
    .listing #content,
    .listing-vente #content {
        margin-top: 250px;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .home_cont_categories .cat-text {
        font-size: 12px;
    }
    .home_cont_categories .cat-infos-overlay {
        width: 150px;
    }
    .over_desc .info_prix, .spin4.info_prix {
        font-size: 12px;
        /* margin-top: 7px; */
    }
    .prod_accueil .card_list {
        padding: 0;
    }
    .card_list li {
        font-size: 13px;
    }
    .info_type {
        font-size: 14px;
    }
    #biens_similaires_annonce .bandeaux{
        display: none;
    }
    aside .contact_img img {
        width: 70%;
    }
    [class*="listing-"] #content {
        margin-top: 250px;
    }
    .block_info-vendu {
        width: 100%;
        padding-top: 15px;
    }
    .prod_listing .info_titre {
        width: 80%;
    }
    .card_list li {
        font-size: 18px;
    }
    .header-item {
        padding: 20px 0 0 20px;
    }
    [class*="listing-"] .bloc.bloc4 {
        display: none;
    }
    .header__logo img{
        width: 98px;
        margin-right: 5%;
    }
    .index .index-logo-not-sticking {
        width: 98px;
        margin-right: 5%;
    }
    /*.index-logo-sticking {*/
    /*width: 38%;*/
    /*}*/
    .cont_coordonnees figure img {
        width: 100px;
    }
    [class*="listing-"] #content {
        margin-top: 120px;
    }
    .card_list li {
        font-size: 11px;
    }
    .home_cont_categories .cat-section-titre .cat-text {
        font-size: 18px;
    }
    .home_cont_selection .home_heading {
        color: #897868;
        font-style: initial;
        margin: 5px 0;
        text-align: left;
        font-size: 19px;
        font-weight: 500;
    }
    .prod_accueil article {
        border: none;
        width: calc(32.5% - 0px);
        margin: 2px;
        /* background: #897868; */
        background: #fff;
    }
    .info_ville {
        font-size: 12px;
        text-transform: uppercase;
        padding-top: 6px;
    }
    .cont_coordonnees .address p {
        text-align: left;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .intention_appel_txt {
        font-size: 14px;
    }
    .cont_coordonnees .btn {
        width: 140px;
        font-size: 14px;
    }
    #affichereferencement h1 {
        color: #897868;
        font-size: 22px;
    }
    #affichereferencement h2 {
        font-weight: 400;
        font-size: 18px;
    }
    /* ------------------ LISTING ------------------- */
    .encadre {
        height: 100px;
    }
    .prod_listing .info_titre {
        font-size: 14px;
    }
    /* .min992 {
        display: none;
    }
    .max991 ul {
        margin: 0;
    }
    .max991 ul li {
        display: inline-block;
    }
    .max991 .btn-fleche {
        margin: 0;
        padding: 5px 5px;
    } */
    .prod_listing .block_info {
        width: 100% ! important;
    }
    .prod_listing .block_img {
        width: 100%;
    }
    .prod_listing .block_info {
        padding: 10px 0 0 0;
    }
    .col-1-item {
        padding: 0 10px 0 0;
    }
    .listing-recherche .container_search {
        display: none;
    }
}
@media (max-width: 768px) {
    /* .prod_listing > .listing_article article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    } */
    .home_cont_categories .cat-infos-overlay {
        width: 115px;
    }
    .home_cont_categories .cat1 {
        height: 130px;
        margin-bottom: 10px;
    }
    .home_cont_categories .cat1 .cat-section-titre .cat-infos-overlay{
        border: 0;
    }
    .home_cont_categories .cat1 .cat-infos-overlay {
        height: 130px;
    }
    .home_cont_categories .cat1 img {
        display: none;
    }
    .home_cont_presentation p {
        text-align: justify;
    }
}

@media (min-width: 481px) { 
    .max480 {
        display: none;
    }
}
@media (max-width: 480px) {
    .min481 {
        display: none;
    }
    .max480 ul {
        margin: 0;
    }
    .max480  ul li {
        display: inline-block;
    }
    .max480  .btn-fleche {
        margin: 0;
        padding: 5px 5px;
    }
    .encadre {
        min-height: 150px;
    }
    .listing .bloc.bloc4,
    [class*="listing-"] .bloc.bloc4 {
        display: block;
        right: -4px;
        top: 40px;
        background: #897868;
        padding: 4px 14px;
    }
    .listing-vendu .container_search {
        display: none;
    }
    [class*="listing-"] #content {
        margin-top: 90px;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .prod_accueil article {
        width: calc(100% - 20px);
        text-align: center;
    }
    .prod_accueil .info_prix {
        text-align: center;
    }
    .menu ul > li > a {
        padding: 0px 12px;
    }
    .moteur {
        padding: 50px 20px;
    }
    .plusdecritere .text-filtre2{
        width: 100%;
    }
    .losanges {
        display: none;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 0px);
    }
    .sticky_menu.sticking .index-logo-sticking,
    .sticky_menu.sticking .logo-sticking {
        padding: 0;
        margin: 5px 50px 0 0;
    }
    .sticky_menu.not-sticking .logo-not-sticking {
        padding: 0;
        margin: 5px 0;
    }
    .index-logo-not-sticking,
    .index-logo-sticking,
    .logo-sticking ,
    .logo-not-sticking,
    .header .img-fluid {
        width: 98px;
        margin: 11px 50px 5px 0;
    }
    .top_link {
        bottom: 76px;
        right: 20px;
    }
    p{
        text-align: justify;
    }
    .nos-bien-img {
        -webkit-box-flex: 75%;
            -ms-flex: 75%;
                flex: 75%;
        width: 75%;
        max-width: 75%;
        margin: 10px auto;
    }
    .listing #content,
    .listing-vente #content {
        margin-top: 140px;
    }
    #formrecherche,
    #formrecherchevente,
    #formrecherchelocationsaison{
        display: none;
    }
    .home_cont_alertes{
        background-image: inherit;

    }
    .home_cont_alertes .alerte-1 {
        background-color: #212d37;
        padding: 20px 20px 0 20px;
    }
    .home_cont_alertes .alerte-2{
        padding: 0 20px 20px 20px ;
        width: 100%;
        background: #212d37;
    }
    .top_page {
        max-height: 100px;
    }
    .map, .top_page {
        margin-top: 80px;
        margin-bottom: 25px;
    }
    .estimation .top_page {
        margin-bottom: 0;
    }
    .badge-avis {
        margin-top: 20px;
    }
    .detail .container_page {
        margin-top: 105px;
    }
    .detail .site-pusher {
        padding: 0;
    }
    .detail_header {
        display: block; 
    }
    .detail_header .crit {
        font-size: 18px;
    }
    .detail_carousel_expand {
        bottom: 75px;
        right: 25px;
    }
    .estimation .progress {
        display: none;
    }
    .estimation .content_page {
        margin-top: 25px;
    }
    .comparateur #content {
        margin-top: 21%;
    }
    .home_cont_categories .cat {
        margin-bottom: 25px;
    }
    .cont_coordonnees p {
        text-align: center;
    }
    .cont_coordonnees .tel {
        text-align: center;
    }
    .social {
        margin: 20px 0;
    }
    .moteur {
        top: 120px;
    }
    .radio_trans input[type=radio].css-checkbox + label.css-label,
    .index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
        font-size: 13px;
    }
    footer .federation {
        margin: 5px 0;
    }
    .cont_coordonnees .address p,
    .cont_coordonnees .address,
    .cont_coordonnees .address .btn {
        text-align: center;
    }
    .header-item {
        padding: 20px 0 0 20px;
    }
    aside .contact_img img {
        width: 80%;
    }
    .detail .interlocuteur {
        margin-bottom: 35px;
    }
    .info_type {
        margin-top: 5px;
    }
    .prod_listing > .listing_article article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .home_cont_categories .cat-section-titre .cat-text {
        text-align: center;
        font-size: 20px;
    }
    .home_cont_categories .cat-section-titre .cat-text::after {
        display: none;
    }
    .home_cont_categories .cat-section-titre .cat-text {
        padding-left: 0;
    }
    .cont_coordonnees figure img {
        width: 90px;
    }
    .home_cont_presentation h3 {
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    .map, .top_page {
        margin-top: 70px;
        margin-bottom: 25px;
    }
    .moteur {
        top: 25px;
    }
}

.avis-clients {
    margin: auto 0 auto 10px;
}
.ma-widget-feedback.ma-widget-feedback--small {
    margin: auto;
}
.ma-widget-feedback-title { 
    display: block;
}

@media (max-width: 768px) {
    .site-pusher {
        display: flex;
        justify-content: space-around;
    }
    .header__logo {
        margin: auto 0;
    }
    .ma-widget-feedback__logo img {
        width: 100px;
    }
    .ma-widget-feedback.ma-widget-feedback--small {
        width: 130px;
        font-size: 11px;
    }    
    .ma-widget-feedback .ma-widget-feedback-svg-sprite-star-full-small {
        background-position: 50% 84.61538462%;
        width: 15px!important;
        height: 16px!important;
        margin: 0 2px!important;
    }
    .ma-widget-feedback .ma-widget-feedback-title {
        padding: 5px!important;
    }
    .ma-widget-feedback.ma-widget-feedback-v2.ma-widget-feedback-type2 .ma-widget-feedback__logo {
        padding-top: 3px!important;
    }
    .index .index-logo-not-sticking {
        width: 150px;
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .index .index-logo-not-sticking {
        width: 200px;
    }
}


/* MODIFS 9 - 11 - 2021 */
.ul-menu1 {
    display: flex;
    justify-content: flex-end;
}
.ul-menu2 {
    display: flex;
    justify-content:flex-start;
}

/* INDEX ESTIMATION */
.home_cont_estimation {
    background: url(/assets/images/home-background3.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    margin: auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
}
.home_cont_estimation .bloc-noir {
    background: rgba(255,255,255, 0.68);
    padding: 20px 50px;
    border-radius: 0;
    color: #000;
    border-radius: 15px;
}
.home_cont_estimation .home_heading {
    color: #000;
    line-height: 1.2;
    font-size: 25px;
    margin: 20px 0;
}
.home_cont_estimation .ion-ios-arrow-thin-right {
    margin-left: 5px;
}
.home_cont_estimation .btn-primary {
    min-width: 300px;
}
.home_cont_estimation .titre-soulignement1::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 185px;
    margin: 5px auto 15px auto;
}
.home_cont_estimation .titre-soulignement2::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 225px;
    margin: 5px auto 15px auto;
}
.home_cont_estimation .home_heading::after {
    height: 0px;
}

/*NOS BIENS*/
.home_cont_categories {
    padding: 70px 80px;
}
.home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 25%;
    right: 8%;
    background: rgba(255,255,255, 0.5);
    color: #000;
    width: 85%;
    height: 50%;
}
.cat {
    border: 0;
}
.cat:hover .cat-infos-overlay {
    background: rgba(255,255,255, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.home_cont_categories .cat-text, .home_cont_categories .cat-text-small{
    color: #000;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 20px;
}
.home_cont_categories .cat-text-small{
    font-weight: 400;
}
.home_cont_categories .cat-text::after{
    background: #000;
    width: 60px;
    margin: 10px auto 0 auto;
}

/* ESTIMATION */
.estimation .bg-estimation1 {
    position: relative;
    /* background: linear-gradient( rgba(255,255,255, 0.5), rgba(255,255,255, 0.5) ),url(/assets/images/estim01.jpg) no-repeat center center; */
    background: url(/assets/images/bg-estim01.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 40px;
    margin-bottom: 100px;
}
.estimation .bg-estimation2 {
    padding: 60px 40px;
    position: relative;
    /* background: linear-gradient( rgba(255,255,255, 0.5), rgba(255,255,255, 0.5) ),url(/assets/images/estim02.jpg) no-repeat center center; */
    background: url(/assets/images/bg-estim02.jpg) no-repeat center center;
    background-size: cover;
}
.estimation h2 {
    font-size: 20px;
    font-weight: 600;
}
.estimation h2.souli01::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 250px;
    margin: 5px 0 15px 0;
}
.estimation h2.souli02::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 300px;
    margin: 5px 0 15px 0;
}
.estimation .content_page {
    width: 100%;
}
.estimation .border {
    border: 1px solid #e9ecef!important;
    background: #f9f9f9;
    margin: 30px 0;
}
.estimation .bg-blanc {
    padding: 15px;
    background: rgba(255,255,255,0.68);
    border-radius: 10px;
}
.estimation .form-group {
    margin-bottom: 0;
}
.estimation h1 {
    font-size: 28px;
    text-transform: uppercase;
    padding-left: 0;
    border-left: 0px solid #ca8e6c;
    margin: 20px 0;
}
.estimation .page-heading::after {
    content: "";
    display: block;
    position: relative;
    background: #ccc;
    height: 1px;
    width: 100%;
    margin: 15px 0;
}
.fas.fa-circle {
    font-size: 6px;
    margin: 0px 3px 0px 3px;
    top: -3px;
}

/* CONT COORDONNEES */
.cont_coordonnees .logo-transaction,
.cont_coordonnees .logo-conception {
    width: auto;
}
.cont_coordonnees .address, .cont_coordonnees .address p, .cont_coordonnees .address .btn {
    text-align: center;
}
.cont_coordonnees .address a.btn {
    color: #fff;
    padding: 0.5rem  0.75rem;
}
/* LISTING */
.prod_listing.damier > .listing_article article, .prod_listing > .listing_article article {
    width: 49%;
}




/* ITEMS */
.block_etiquette {
    color: #fff;
    background-color: #111;
}
.block_etiquette.primo_accedant, .block_etiquette.b_souscompromis {
    background-color: #ca8e6c;
}
.prod_listing.damier .listing_article .block_img, .prod_listing.damier .listing_article .block_info {
    width: 100%;
}
.index .photobox_type16 .photobox__previewbox:before, [class*="listing"] .photobox_type16 .photobox__previewbox:before, [class*="listing-"] .photobox_type16 .photobox__previewbox:before {
    width: 100%;
    height: 100%;
    background-color: var(--photoboxOverlay, rgba(255,255,255,0.6));
    opacity: 0;
    transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.listing_article .block_img img {
    width: 100%;
}
.prod_listing.damier .block_info {
    min-height: auto;
}
[class*="listing"] .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label {
    width: 98%;
    text-align: center;
    font-size: 28px;
    color: #000;
    opacity: 0;
    transition: opacity calc(var(--photoboxAnimationDuration, .2s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity;
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    text-transform: uppercase;
}
[class*="listing"] .photobox_type16 .photobox__previewbox:before, [class*="listing-"] .photobox_type16 .photobox__previewbox:before {
    width: 100%;
    height: 100%;
    background-color: var(--photoboxOverlay, rgba(255,255,255,0.6));
    opacity: 0;
    transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.photobox__previewbox:before {
    content: "";
}
.damier .header-item {
    padding: 0;
    font-weight: 400;
    letter-spacing: 5px;
    text-rendering: optimizelegibility;
}
.prod_listing .info_titre, .prod_listing.damier .info_titre {
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
}
.header-item ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.prod_listing .info_titre::after, .prod_listing.damier .info_titre::after {
    content: "";
    display: block;
    position: relative;
    background: #111;
    height: 1px;
    width: 30%;
    margin: 6px auto 6px auto;
}
.header-item ul li {
    padding: 0 15px;
}
.prod_listing.damier .info_ville, .prod_listing.damier .info_prix {
    width: 100%;
    font-size: 15px;
    padding-top: 0;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}
.info_ville .tea {
    padding-right: 5px;
}
.photobox_type16:hover .photobox__previewbox:before {
    opacity: 1;
}
.photobox_type16:hover .photobox__label {
    opacity: 1;
    transition-duration: var(--photoboxAnimationDuration, .2s);
    transition-delay: calc(var(--photoboxAnimationDuration, .2s) / 2);
}
 [class*="listing-"] .header-item {
    background: transparent;
}
[class*="listing"] .main-content {
    margin: 0 5%;
}
.prod_listing .info_titre {
    color: #111;
}

.partenaires .top_page {
    position: relative;
    height: 100%;
    max-height: 550px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-image: url(/assets/images/bgimg-conception.jpg);
}

.agence .top_page {
    position: relative;
    height: 100%;
    max-height: 550px;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-image: url(/assets/images/bgimg-agence.jpg);
}

.listing-vente .top_page {
    position: relative;
    height: 100%;
    max-height: 550px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-image: url(/assets/images/bgimg-vente.jpg);
}

.listing-vendu .top_page {
    position: relative;
    height: 100%;
    max-height: 550px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background-image: url(/assets/images/bgimg-vendu.jpg);
}

@media (min-width: 992px) {
    .index .not-sticking .header__logo {
        display: block;
        height: 100px;
        padding: 4px 0;
        margin: auto 0;
    }    
    .moteur {
        top: 68%;
    }
    .versionmobile, .header__logo.versionmobile, .index .not-sticking .header__logo.versionmobile {
        display: none;
    }
    .video-wrapper video {
        min-height: 100vh;
        max-width: 140%;
        object-fit: cover;
    }
}

@media (min-width: 1281px) {
    .index .not-sticking .header__logo {
        height: 155px;
    }    
    .moteur {
        top: 80%;
    }
}

@media (max-width: 991px) {
    .ul-menu1,
    .ul-menu2 {
        display: block;
    }
    .versionpc {
        display: none;
    }
    .versionmobile {
        display: block;
    }
    [class*="listing"] .bloc.bloc4,
    [class*="listing-"] .bloc.bloc4 {
        display: block;
        background: #111;
        color: #fff;
        top: 10px;
    }
    [class*="listing"] .search__form-item:nth-child(n+2),
    [class*="listing-"] .search__form-item:nth-child(n+2) {
        width: 100%;
    }
    .modal-body a {
        color: #111!important;
    }
    [class*="listing"] .action_bar > div:nth-child(2), [class*="listing-"] .action_bar > div:nth-child(2) {
        border-top: 0px solid rgba(0,0,0,0.1);
    }
    .moteur {
        background: transparent;
        top: 0;
        position: relative;
    }
    .home_cont_estimation {
        margin-top: 0;
    }
    .index .index-logo-not-sticking {
        width: 120px;
    }
    .video-wrapper {
        margin-top: 50px;
    }
    
    .home_cont_categories {
        padding: 20px 10px;
    }
    .home_cont_categories .cat-text, .home_cont_categories .cat-text-small {
        font-size: 13px;
    }
    .partenaires .top_page {
        max-height: 250px;
    }
}
@media (max-width: 600px) {
    .partenaires .top_page {
        max-height: 150px;
    }
    .header .img-fluid {
        width: 98px;
        margin: 0 47px 0 0;
        max-width: 100%;
    }
    .home_cont_estimation .home_heading {
        font-size: 16px;
    }
    .home_cont_estimation .bloc-noir {
        padding: 20px;
    }
    p {
        text-align: center;
    }
    .home_cont_categories .cat-text, .home_cont_categories .cat-text-small {
        font-size: 17px;
    }
    .estimation h1 {
        font-size: 16px;
        margin-top: 100px;
    }
    .estimation h2 {
        font-size: 15px;
    }
    
    .listing-vente .top_page, .listing-vendu .top_page {
        height: 25vh;
    }
    .prod_listing.damier > .listing_article article, .prod_listing > .listing_article article {
        width: 100%;
    }
    .listing #content, .listing-vente #content, [class*="listing-"] #content {
        margin-top: 40px;
    }
    .mt_100 { margin-top: 90px;}
    .w100 {
        width: 100%;
    }
}




/* MODIFS DU 26 01 2023 */

.temoignages .content_page {
    width: 100%;
}
.temoignages img.tem-etoile {
    height: auto;
    width: 17px;
    border-radius: 0;
    z-index: 1;
    border-right: 0;
    border-top: 0;
    top: 0;
    right: 0;
}
.temoignages  ul.tem-etoile-ul li {
    padding: 0;
}
.temoignages ul.tem-etoile-ul {
    margin-top: 0;
}
.tem-etoile-ul {
    display: flex;
}
.temoignages .content_page ul.tem-etoile-ul li {
    border: 0;
}
.temoignages .content_page li.bloc-tem {
    border: 1px solid #ebebeb;
    border-radius: 35px;
    background: #f9f9f9;
}
.ul-tem {
    display: flex;
    flex-wrap: wrap;
}
.bloc-tem {
    position: relative;
    width: calc(100% / 3 - 16px);
    margin: calc(0.5em * 2) 0.5rem;
    overflow: hidden;
    min-height: 150px;
    color: #000;
    padding: 15px;
}
.bloc-tem .description-post{
    color: #000;
    display: block;
    font-size: 15px;
    line-height: 18px;
    max-width: 100%;
    margin-top: 10px;
    max-height: 165px;
    overflow-y: scroll;
    overflow: auto;
    padding: 0 10px 0 0;
}
.bloc-tem ::-webkit-scrollbar {
    width: 7px;
}
.bloc-tem ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
    border-radius: 10px;
} 
.bloc-tem ::-webkit-scrollbar-thumb {
    background: #ca8e6c; 
    border-radius: 10px;
}
.bloc-tem ::-webkit-scrollbar-thumb:hover {
    background: #ca8e6c; 
}
.nom-post {
    font-weight: 600;
    font-size: 15px;
}
.date-post {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #706f6f;
}
.badge-temoignages {
    background: #fff;
    height: 116px;
    color: #000!important;
    text-transform: uppercase;
}
.badge-temoignages:hover {
    background: #fff;
    color: #000!important;
}
.temoignages .sidebar { 
    display: block;
    position: relative;
    margin-top: 0px;
}

@media (max-width: 991px) {
    .bloc-tem {
        width: calc(100% / 2 - 16px);
    }
    .mt_100 {
        margin-top: 25%!important;
    }
}

@media (max-width: 600px) {
    .bloc-tem {
        width: calc(100% / 1 - 16px);
    }
}

.nav-etoile {
    margin-left: 15px;
}

.nav-etoile::before {
    font-family: "Ionicons";
    position: absolute;
    left: -7px;
    border: 0;
    content: "\f2fc";
    font-size: 25px;
    top: 6px;
    color: #f7bc0d;
}
.etoile-footer {
    width: 16px;
}



@media (max-width: 610px) {
    .video-wrapper {
        margin-top: 67px;
    }
    .moteur .container {
        padding: 0 20px;
    }
    .moteur {
        padding:20px;
        background: #cea888;
        top: auto;
        margin-top: -10px;
    }
}