/* ============================================================================= */
/*                                      GENERAL                                  */
/* ============================================================================= */
:root{
    --noir: #2b2c2d;
    --blanc: #ffffff;
    --vert: #a6d05d;
}


body {
	font-family: 'Montserrat', sans-serif;
	background-color: var(--blanc);
	color: var(--noir);
	overflow-x: hidden;
}

.bordeaux, .rouge {
	color: var(--vert);
}

.btncookie {
	color: white !important;
	background: var(--vert) !important;
	
}
.alert-danger {
	color: white !important;
	background: var(--vert) !important;
	border-color: #fff;
}

.btn-primary, .btn-info, .btn-success, .btn-secondary {
	color: #fff;
	background-color: var(--vert);
	border-color: var(--vert);
}
.breadcrumb-cms a {
	color: var(--vert);
}
::placeholder {
	color: var(--noir)
}

/* ============================================================================= */
/*                                      INDEX                                    */
/* ============================================================================= */
.index .not-sticking .header__logo img, .header__logo img {
	width: 100px;
	padding-top: 00px;
}
.bgAccueil #carouselExampleIndicatorsHome .carousel-item .contenu-header {
    bottom: 35%;
    left: 3%;
}
/* BASELINE */
.baseline {
    z-index: 200;
    position: absolute;
    top: 23%;
    -webkit-transform: translateY(-23%);
    -moz-transform: translateY(-23%);
    -ms-transform: translateY(-23%);
    -o-transform: translateY(-23%);
    transform: translateY(-23%);
    left: 48%;
    -webkit-transform: translateX(-48%);
    -moz-transform: translateX(-48%);
    -ms-transform: translateX(-48%);
    -o-transform: translateX(-48%);
    transform: translateX(-48%);
    text-align: center;
    color: #fff;
    padding: 50px 30px;
}
.moteur {
    display: block;
	padding: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
}
.container_search {
  display: block;
}
.moteur .container {
	background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}
.search__form-item:nth-child(n+2) {
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: top;
  height: 38px;
}
.index .bootstrap-select {
	border: 0 !important;
	height: 39px !important;
	background: var(--blanc) !important;
}
.btn.dropdown-toggle {
	color: var(--noir)!important;
}
#myModal .btn.dropdown-toggle {
	color: var(--noir) !important;
}

.bgAccueil #carouselExampleIndicatorsHome .carousel-item {
	background-size: cover;
	background-position: center center;
}



.btn-video-header {
	color: #fff !important;
	background-color: var(--vert);
	border-color: var(--vert);
	margin: 0 10px 0 0;
	padding: 1rem;
	width: 220px;
}

.sticky_menu {
	width: 100%;
	background: #ffffff;
}

.detail .h3, .page-heading, .deco {
	display: table-cell;
	vertical-align: bottom;
	line-height: 1.25vw;
	font-size: 1.9vw;
	padding-left: 0;
	margin-bottom: 20px;
	color: var(--vert);
	font-weight: 700;
}
.detail #map-proximite {
    min-height: 365px !important;
}

.index .formcms4 .btn.dropdown-toggle, .index .formcms4 .input-group-addon {
	color: var(--noir) !important;
	font-size: 13px;
}
.index .form-group .form-style {
	font-size: 1rem;
	border: 0;
	background: #e8e8e8 !important;
	border-radius: 3px;
}

.index .form-group .form-style {
	font-size: 1rem;
	border: 0;
	background: var(--blanc) !important;
	border-radius: 3px;
}


.search__form-item.c_valid {
	display: block !important;
	margin: 0px auto auto 0;
}


.menu-right i {
    font-size: 20px;
    padding-right: 5px;
}

.menu-right i.ion-ios-search-strong {
    font-size: 28px;
    top: 2px;
}
.menu-right {
    margin: auto 40px auto auto;
}

.header .sticking {
	background: var(--blanc);
}
.detail_header_sticky {
	background: var(--blanc);
	border-bottom: 1px solid #ffffff5e;
}
.titre-small, .titre, .home_cont_chiffres p {
    text-shadow: transparent 0.05em 0.05em 0.1em;
}
.selection-header-title {
    text-transform: uppercase;
}
.home_cont_selection .info_prix {
	color: #fff;
	margin: 0 0 15px 0;
	/* padding: 0; */
	position: absolute;
	top: 14px;
	left: 14px;
	background: var(--vert);
	padding: 7px 10px;
	z-index: 1;
}

.categorie-item {
	color: var(--vert);
	font-size: 12px;
	padding-left: 5px;
	font-weight: 500;
    text-transform: uppercase;
}

.li-lien-modal .tooltip-item {
	background: var(--vert);
	bottom: 100%;
	color: #fff;
	display: block;
	left: -55px;
	margin-bottom: 12px;
	opacity: 0;
	padding: 5px 2px;
	pointer-events: none;
	position: absolute;
	width: 160px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	font-size: 14px !important;
	text-align: center !important;
}

.selection-lien {
	font-size: 1.4vw;
	color: #111;
	font-weight: 600;
	margin: 0 4% .5em 0;
	text-decoration: none;
	display: inline-block;
	min-width: 6em;
}
.selection-ccoeur .selection-lien {
	padding-left: 15px;
}
.selection-lien:hover {
	color: #111;
}

.swiper-slide:hover {
    transform: scale(1.2);
    transition: all 200ms ease-in-out;
    transition-delay: 200ms;
    z-index: 2;
}

.b_vendu {
	background-color: #76617C;
}
.bandeaux {
	position: absolute;
	font-size: 14px;
	line-height: 12px;
	font-weight: 500;
	padding: 8px;
	z-index: 5555;
top: 187px;
  left: 6px;}

.block_etiquette {
	margin-top: 5px;
	width: auto;
}
/* SELECTION INDEX BIENS COUPS DE COEUR */
.selection-ccoeur {
    margin: 7vw 0 5vw 0;
    background: #a6d05d;
    padding: 40px 0 110px 0!important;
}
.selection-ccoeur .produitshabitation {
    margin: 0 3rem;
}
.selection-ccoeur .carrousel-inner {
    counter-reset: titles;
    display: flex;
    flex-direction: row;
    transform-style: preserve-3d;
    perspective: 100px;
}
.selection-ccoeur .prod_accueil{
    counter-reset: titles;
}
.selection-ccoeur article .block_img:before {
    counter-increment: titles;
    content: counter(titles);
    font-size: 16rem;
    font-weight: bold;
    position: absolute;
    bottom: -6rem;
    left: -1rem;
    transform: translateX(-60%);
    color: #080808;
    -webkit-text-stroke: 3px white;
    text-shadow: 0 0 0.25rem rgb(58 58 58);
    z-index: 0;
    opacity: 0.3;
    font-family: 'Poppins', sans-serif;
}
.selection-ccoeur .info_numero, .selection-ccoeur .info_prix-hai, .selection-ccoeur .info_prix sup, .selection-ccoeur .info_titre {
    display: none;
}
.selection-ccoeur .prod_accueil article {
    border: 0;
    width: calc(24.3% - 20px);
    margin: 0 0 0 3rem;
}
@media (min-width: 1281px) {
    .selection-ccoeur .prod_accueil article {
        width: calc(24.3% - 20px);
        margin: 0 0 0 5rem;
    }
    .selection-ccoeur article .block_img:before {
        font-size: 18rem;
        bottom: -7rem;
        left: -1rem;
    }
}
@media (min-width: 1281px) {
    .selection-ccoeur article .block_img:before {
        font-size: 18rem;
        bottom: -7rem;
        left: -1rem;
    }
}

.selection-ccoeur article .block_img:before {
    counter-increment: titles;
    content: counter(titles);
    font-size: 16rem;
    font-weight: bold;
    position: absolute;
    bottom: -6rem;
    left: -1rem;
    transform: translateX(-60%);
    color: #fff;
    -webkit-text-stroke: 0 white;
    text-shadow: 0 0 0.25rem transparent;
    z-index: 0;
    opacity: 0.3;
    font-family: 'Poppins', sans-serif;
}
.home_cont_alertes {
    padding: 20px 10px;
    background: rgb(166 208 93);
    text-align: center;
}

.right-swiper .ion-chevron-right {
    font-size: 27px;
    color: #000000;
    margin: auto;
}
.left-swiper .ion-chevron-left {
    font-size: 27px;
    color: #000000;
    margin: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}
.left-swiper, .right-swiper {
	width: 50px;
    height: 50px;
    background: rgb(255 255 255 / 58%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
	padding: 5px;
}
.block_img_vendu {
	overflow: hidden;
}



/* ============================================================================= */
/*                                      LISTING                                  */
/* ============================================================================= */

body[class*="listing-"] .info_prix, body[class*="listing"] .info_prix {
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0;
	position: absolute;
	top: 14px;
	left: 14px;
	background: var(--vert);
	padding: 7px 10px;
	z-index: 21;
}
body[class*="listing-vendu"] .info_prix,
.info_prix.item-home-vendu {
	color: #fff;
    margin: 0;
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    background: transparent;
    padding: 5px 10px 0 5px;
    z-index: 21;
    color: #a6d05d;
    font-weight: 500;
}

body[class*="listing-"] .plusdecritere a,
body[class*="listing"]  .plusdecritere a {
    color: #111;
}

#formrecherchevente-bar a:hover, #formrecherche-bar a:hover, #formrecherchelocation-bar a:hover, .plusdecritere a:hover {
    color: #a6d05d;
}
.page-laulau, .page-item.disabled .page-link, .page-item .page-laulau, .page-item.disabled .page-laulau, .page-item.active .page-link {
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.25;
    color: #141414;
    border: 0px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.page-item.disabled .page-link, .page-item .page-laulau, .page-item.disabled .page-laulau, .page-item.active .page-link {
	background-color: #fff;
	padding: 0.45rem 0.75rem;
}
.page-item.disabled .page-link, .page-item:last-child .page-laulau, .page-item:first-child .page-laulau {
	background-color: #dfdfdf;
	padding: 0.45rem 0.75rem;
}

.lien-item li:hover .li-lien-item, .lien-item li:hover .li-lien-item .fas.fa-info::before, .fas.fa-info:hover::before {
	color: var(--vert) !important;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}

.li-lien-modal .tooltip-item::after, .li-lien-item .tooltip-item::after {
	border-left: solid transparent 10px;
	border-right: solid transparent 10px;
	border-top: solid var(--vert) 10px!important;
	bottom: -9px;
	content: " ";
	height: 0;
	left: 50%;
	margin-left: -13px;
	position: absolute;
	width: 0;
}
.lien-modal li i:hover, .lien-modal li a:hover, .lien-modal li:hover .li-lien-modal .fas.fa-info::before, .lien-modal li:hover .li-lien-modal, .lien-item li:hover .li-lien-item, .lien-item li:hover .li-lien-item .fas.fa-info::before, .fas.fa-info:hover::before, .fas.fa-plus:hover::before, .fas.fa-plus:hover::before {
	color: var(--vert) !important;
}
.li-lien-item .tooltip-item {
	background: var(--vert);
	bottom: 100%;
	color: #fff;
	display: block;
	left: -51px;
	margin-bottom: 12px;
	opacity: 0;
	padding: 5px 2px;
	pointer-events: none;
	position: absolute;
	width: 130px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	font-size: 12px !important;
	text-align: center !important;
}
/* ============================================================================= */
/*                                      DETAILS                                    */
/* ============================================================================= */

.detail .carousel-control-next, .detail .carousel-control-next:hover, .detail .carousel-control-prev, .detail .carousel-control-prev:hover {
	background: var(--vert);
	top: 45%;
	border-radius: 50%;
	height: 50px;
	width: 50px;
}
.detail .attribut_label0 {
	position: relative;
	background: var(--blanc);
}
.detail .bloc-champ {
	background: var(--blanc);
}

.lafficheur li {
	background-color: transparent;
	color: var(--vert);
	margin-right: 11px;
	border: 1px solid var(--vert);
	font-size: 14px;
}
.lafficheur li:hover, .lafficheur li.active {
	background-color: var(--vert) !important;
	color: #000;
}

.retour_pret {
	font-size: 25px;
	font-weight: 700;
	color: var(--vert);
}
.table-warning, .table-warning > td, .table-warning > th {
	background-color: var(--vert) !important;
}
select#duree.bootstrap-select {
    height: 38px;
    border: 0 !important;
    color: #000;
    display: block;
    font-size: 1rem;
    padding: 6px 12px;
    background: #e8e8e8;
}
.retour_pret span {
	color: var(--vert);
}
.detail_calculette-notaire form {
    background: #fff none repeat scroll 0 0;
    padding: 15px;
    border: 1px solid #353535;
}
.detail_calculette .form-style {
    background: #e8e8e8 !important;
	color: #000;
}
.detail .groupe-btn li i {
    color: #a6d05d;
}
.detail .groupe-btn li:hover i,
.detail_calculette .input-group-addon,
.detail_calculette .form-style {
    color: #000 !important;
}

/* ============================================================================= */
/*                                      PAGE AGENCE                                 */
/* ============================================================================= */
.nombre {
	font-size: 3rem;
	color: #fff;
	font-weight: 700;
	background: var(--vert);
	border-radius: 50%;
	height: 120px;
	width: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto auto 10px auto;
	box-shadow: 7px 3px 5px rgb(0 0 0 / 60%);
}
.nombre:hover {
	color: var(--vert);
	background: #fff;
	transition: all 0.3s ease-in-out;
	box-shadow: 7px 3px 5px rgb(0 0 0 / 90%);
}

.agence .header_top_page {
	background-image: url(/assets/images/top_page/agence_top.jpg);
	height: 80vh;
	background-position-y: center;
}

.agence .header_contenu ul li span {
	background: var(--vert);
	padding: 2px 15px;
	font-weight: 600;
	margin-right: 5px;
}
.agence .item-equipe .item-infos .infos-contact a:hover {
	color: var(--vert);
}
.agence .header_contenu ul li {
  display: block;
  margin: 0 5px 0 0;
  padding: 0 10px;
    padding-left: 10px;
  color: var(--blanc)
}

.agence .header_contenu p {
	font-weight: 300;
	font-size: 1.2vw;
	margin-top: 20px;
 color: var(--blanc)
}

.agence  .home_cont_chiffres p {
	text-shadow: none;
}

.agence .a-recherche, .alerte-email .a-recherche , .estimation .a-recherche  , .services .a-recherche, .contact .a-recherche, .comparateur .a-recherche{display: none}

.agence .glyphicon {
	/* filter: invert(11%) sepia(0%) saturate(3974%) hue-rotate(267deg) brightness(100%) contrast(84%); */
	width: 80px;
}
.agence .bg-vert .glyphicon {
	color: #000;
}
.agence .bg-gris {
	background-color: #2b2c2d;
	color: #fff;
	padding: 80px 50px 30px 50px;
	min-height: 420px;
}
.agence .bg-vert {
	background-color: #a6d05d;
	color: #fff;
	padding: 80px 50px 30px 50px;
	min-height: 420px;
}
.agence .deco {
	padding: 20px 0 !important;
	text-align:center!important;
	display: block;
	font-weight: 400;
	line-height: 1.1;
}
.agence .bg-vert .deco,
.agence .bg-vert p{
	color: #2b2c2d;
}
.agence .bg-gris .deco,
.agence .bg-gris p{
	color: #fff;
}
.bg-rond-vert {
    background-color: #a6d05d;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    bottom: -65px;
    z-index: 3;
	margin: auto;
}
.bg-rond-gris {
    background-color: #2b2c2d;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    bottom: -65px;
    z-index: 3;
	margin: auto;
}
/* ============================================================================= */
/*                                      PAGES CONTACT                            */
/* ============================================================================= */
.contact .contenu-equipe {
    padding: 20px 0;
}
.contact .swiper-slide {
    height: 270px!important;
}
.contact .item-equipe {
    padding: 0;
}
.contact .item-equipe .item-infos {
    opacity: 0;
    min-height: 70px;
    position: relative;
    bottom: 0;
    height: auto;
    background-color: #222222;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    text-align: left;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 50%);
}
.contact .item-equipe .item-infos .infos{
    padding: 5px 10px;
}
.contact .item-equipe .item-infos .infos-contact{
    padding: 0 10px;
}
.contact .item-equipe .item-infos .infos .title-post{
    font-size: 14px;
    font-weight: 700;
}
.contact .item-equipe .item-infos .infos .fonction-post{
    font-size: 11px;
}
.contact .item-equipe .item-infos .infos-contact a{
    color: #fff;
    font-size: 11px;
}
.contact .item-equipe .item-infos .infos-contact a:hover{
    color: #a6d05d;
}
.contact .item-equipe .item-infos .infos-contact ul{
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
    justify-content: flex-start;
}
.contact .item-equipe .item-infos .infos-contact ul li {
    margin: calc(0.3em * 2) 0.7em;
}
.contact .item-equipe .item-infos .infos-contact ul li i {
    font-size: 12px;
    margin-right: 5px;
}
.contact .item-equipe .item-infos .infos-contact ul.rs-conseiller li i {
    font-size: 20px;
}
.contact .item-equipe:hover {
    box-shadow: 2px 6px 10px 3px rgb(0 0 0 / 90%);
    transition: all 200ms ease-in-out;
    transition-delay: 200ms;
    z-index: 2;
}
.contact .item-equipe:hover .item-infos {
    opacity: 1;
    transition: all 200ms ease-in-out;
    transition-delay: 200ms;
    z-index: 1;
    width: 100%;
    box-shadow: 2px 6px 10px 3px rgb(0 0 0 / 90%);
}
.contact .swiper {
    overflow: inherit;
}
.contact .swiper-slide img {
    border-radius: 0px;
    cursor: grab;
    height: 300px;
    width: 100%;
    object-fit: cover;
	border: 1px solid #ccc;
}
.contact .page-heading,
.contact .deco {
    display: block;
}





/* ============================================================================= */
/*                                      PAGES SERVICES                           */
/* ============================================================================= */


.services .header_top_page {
	background-image: url(/assets/images/top_page/agence_top.jpg);
	height: 80vh;
	background-position-y: bottom;
}

.services .header_agence {
	background: linear-gradient(to right, #141414, rgba(0,0,0,0));
	height: 100%;
	position: absolute;
	width: 50%;
	display: flex;
}
.services .header_nom_agence {
	font-size: 2.6vw;
	color: #fcfcfc;
	font-weight: 700;
	text-shadow: #000000c7 0.1em 0.1em 0.2em;
	text-transform: uppercase;
	line-height: 1;
}
.services .header_contenu {
	margin: auto 5%;
}
/* ============================================================================= */
/*                                          AUTRES                               */
/* ============================================================================= */
.alerte-email .content_page .container {
	background: var(--blanc);
	margin: auto;
	padding: 30px;
	max-width: 720px;
}
.home_cont_alertes .btn-primary{
    color: #fff;
    background-color: #111;
    border-color: #111;
}
.home_cont_alertes .btn-primary:hover{
    color: #111;
    background-color: #fff;
    border-color: #111;
}
.formcms4 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	background: #e8e8e8;
	border: 0 !important;
}
.alerte-email p {
	color: var(--noir);
	line-height: 1.2;
	font-size: 13px;
}
.estimation .content_page .container {
	background: var(--blanc);
	margin: auto;
	padding: 30px;
	max-width: 720px;
}
.estimation .formcms4 a:hover {
	color: #a6d05d;
}
[class*="listing-"] .bootstrap-select>.dropdown-toggle.bs-placeholder, [class*="listing"] .bootstrap-select>.dropdown-toggle.bs-placeholder, [class*="listing-"] .input-group-addon, [class*="listing"] .input-group-addon {
    color: #111 !important;
}
.estimation .bootstrap-select > .dropdown-toggle,
.form-group .form-style {
	background: #e8e8e8!important;
}
[class*="listing"] .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), [class*="listing-"] .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), [class*="listing-"] .search__form-item:nth-child(2), [class*="listing"] .search__form-item:nth-child(2), [class*="listing-"] .search__form-item:nth-child(3), [class*="listing"] .search__form-item:nth-child(3) {
    background: #e8e8e8;
    color: #111;
    border: 0 !important;
    border-radius: 3px;
}
.formcms4 .btn.dropdown-toggle, .formcms4 .input-group-addon {
    color: #111 !important;
}
footer {
    background: #ffffff;
}
.logo-footer {
    width: 150px;
}
footer .adresse ul {
    display: flex;
    margin-top: 0;
    color: #111;
}
footer .reseaux-sociaux ul li i {
    font-size: 22px;
    margin-right: auto;
    top: -2px;
}
footer .border-top {
	border-top: 1px solid rgba(0,0,0, 0.2);
}
footer .adresse .reseaux-sociaux p {
    margin-top: 0;
}
footer .plan-de-site li {
    padding: 0 0 5px 0;
}
footer, footer a, footer .plan-de-site a {
    color: #141414;
}
footer a:hover {
    color: #a6d05d;
}
footer .reseaux-a {
	display: flex;
	border: 1px solid #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #141414!important;
	background-color: #a6d05d;
}
footer .reseaux-a:hover i{
	color: #111;
}

footer .reseaux-a:hover {
	display: flex;
	border: 1px solid #141414;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
}
footer .reseaux-a i{
	margin: auto;
	color: #141414;
}
.estimation p {
    color: #141414;
}

/* .block_etiquette {
	color: #fff;
    margin: 0 0 15px 0;
    padding: 0;
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--vert);
    padding: 7px 10px;
    z-index: 21;
} */

.b_vendu {
	background-color: #a6d05d;
    box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    left: -48px;
    line-height: 12px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 52px;
    transform: scale(1) rotate(-45deg) translate(0px);
    width: 235px;
    z-index: 221;
}
.block_img_vendu .b_vendu {
    background-color: #a6d05d;
    box-shadow: 0 2px 0 rgb(0 0 0 / 20%);
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    left: -55px;
    line-height: 12px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 52px;
    transform: scale(1) rotate(-45deg) translate(0px);
    width: 235px;
    z-index: 221;
}


/* ============================================================================= */
/*                                      RESPONSIVE                               */
/* ============================================================================= */


@media (min-width: 1412px) {
	.menu ul > li > a, .menu-right ul > li > a
  {
	  line-height: 1.2;
	  color: var(--noir);
	  font-size: 14px;
	}
  }

  @media (min-width: 1301px) {
	.menu ul > li > a, .menu-right ul > li > a
  {
	  line-height: 1.4;
	  color: var(--noir);
	  font-size: 14px;
	}
  }

@media (min-width: 992px) {
  .index .not-sticking .menu ul > li > a, .index .not-sticking .menu-right ul > li > a,
  .menu ul > li > a {
	padding: 0;
    color: #111;
	font-weight: 500;
    font-size: 16px;
  }
  .menu ul > li,
  .index .not-sticking .menu ul > li {
    padding: 5px 12px ;
  }
 .index .not-sticking .menu-right ul > li {
    padding: 5px 8px ;
  }

  nav.menu-right ul > li > a {
    line-height: 1.2;
    color: var(--vert)!important;
    font-size: 16px;
	 font-weight: 500;
  }
  .menu ul > li:hover > a, .index .not-sticking .menu ul > li:hover > a {
	color:#fff;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}
  .menu ul > li:hover,
  .index .not-sticking .menu ul > li:hover{
	background-color: #a6d05d;
}

.menu-right ul > li:hover > a, .index .not-sticking .menu-right ul > li:hover > a {
	color:var(--vert);
	-webkit-transition: all 0.3s ease-in-out;
	/* -webkit-transition: all 0.3s ease-in-out; */
	transition: all 0.3s ease-in-out;
}

.menu ul > li > a:before, .menu-right ul > li > a:before, .index .not-sticking .menu ul > li > a:before, .index .not-sticking .menu-right ul > li > a:before {
	display: none;
}
.menu ul > li.active {
	background-color: #a6d05d;
}
.menu ul > li.active > a{
	color: #fff;
}

.menu ul > li > a {
	text-transform: uppercase;
}

  .index .not-sticking .header__logo {
    display: block;
    height: 90px;
    padding: 10px 0 0 0;

}
 .header__logo img {
	width: 190px;
	margin-right: 20px;
	margin-left: 20px;
  }
.index .not-sticking .header__logo img {
	width: 190px;
	margin-right: 20px;
	margin-left: 20px;
}
  .header__logo {
    display: block;
    height: 100px;
     padding: 10px 0 0 0;

  }
  .home_cont_selection .selection_card {
	height: auto;
	}
	.home_cont_selection {
		margin: 0;
		padding: 25px 0;
	}
	.home_cont_selection.selection-ccoeur .selection_card {
        height: auto !important;
    }
}

@media (max-width: 991px) {
    .burger-item, .burger-item::before, .burger-item::after {
        color: #000;
        background: #000;
    }
	.menu-right ul > li > a {
        padding: 12px 10px;
        line-height: 1.2;
        color: #a6d05d;
        font-size: 14px;
    }
	.menu-right {
		margin: auto 0px auto auto;
	}
	.menu-right ul li{
		margin: auto;
	}
	.menu-right i.ion-ios-search-strong {
		font-size: 28px;
		top: 2px;
		padding-right: 0;
		color: #a6d05d;
	}
	.index .moteur {
			display: none;
	}
	.swiper-button-next, .swiper-button-prev {
        display: flex;
    }
	.index .not-sticking .header__logo img, .header__logo img {
		width: 185px;
		padding-top: 0;
	}
	.selection-ccoeur .prod_accueil article {
		border: 0;
		width: calc(89% - 20px);
		margin: 2rem auto 2rem 5rem;
	}
	.header_top_page {
		height: 50vh!important;
	}
	.agence .bg-vert, .agence .bg-gris {
		min-height: 350px;
		padding: 80px 20px 30px 20px;
	}

}

@media (max-width: 610px) {
    .header__logo img {
        margin-left: 0px;
        margin-top: 10px;
        max-width: 100%;
    }
	.index .not-sticking .header__logo img, .header__logo img {
		width: 100%;
		max-width: 120px;
		padding-top: 00px;
	}
	.btn-video-header {
		width: 160px;
	}
	.swiper-button-next, .swiper-button-prev {
        display: flex;
    }
	.swiper-button-next, .swiper-button-prev {
		top: 35%;
	}
	.selection-ccoeur .prod_accueil article {
		margin: 0 0px 2rem 2rem;
	}
	.selection-ccoeur article .block_img:before {
		font-size: 10rem;
		bottom: -4rem;
	}
	.agence .glyphicon {
		width: 50px;
	}
	.bg-rond-vert, .bg-rond-gris {
		width: 100px;
		height: 100px;
	}
	.agence .deco {
		font-size: 25px;
	}
	.header_top_page {
        height: 25vh !important;
        margin-top: 65px;
    }
	.alerte-email .content_page,
	.estimation .content_page {
		height: auto;
		margin-top: 65px;
	}
	.estimation .content_page .container {
		margin: 20px auto;
	}
	.detail .h3, .page-heading, .deco {
		font-size: 25px;
	}
	.top_page {
		height: 100px;
	}
}


.agence .header_agence {
    background: linear-gradient(to right, #14141482, rgba(0, 0, 0, 0));
}