body {
	font-family: "Catamaran", sans-serif;
	font-size: 1.1rem;
	color: #868686;
}

a,
a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", sans-serif;
}

h1 {
	font-weight: 300;
	display: inline-block;
	padding-bottom: 0.6rem;
	margin-bottom: 1rem;
	font-size: 1.6rem;
}

h2 {
	font-size: 1.5rem;
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 1rem;
}

h3 {
	font-size: 2.5rem;
	font-weight: 300;
	font-family: "Open Sans", sans-serif;
}

h4 {
	font-size: 1.2rem;
}

h6 {
	font-size: 1.1rem;
	font-weight: bold;
}

.catamaran {
	font-family: "Catamaran", sans-serif;
}

hr {
	border-color: #bfbfbf;
}

.relative {
	position: relative;
}

.pointer {
	cursor: pointer;
}

.hide {
	display: none;
}

.uppercase {
	text-transform: uppercase;
}

/* .logo {
	max-height: 90px;
} */

.form-control {
	color: #5a5a5a;
}

/* section carousel header */
.carousel-item {
	height: 450px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.carousel-item-contain {
	background-size: contain;
}

.overlay-carousel {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	clip-path: polygon(0px 0px, 40% 0px, 55% 100%, 0px 100%);
	z-index: -1;
}

.homepage-carousel-bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.homepage-carousel-name {
	/* font-size: 3rem; */
	/* text-transform: capitalize; */
	color: #fff;
	margin-bottom: 8px;
	/* text-shadow: 3px 3px 6px black; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	-webkit-box-orient: vertical;
}

.homepage-carousel-resume {
	/* font-size: 1rem; */
	color: #fff;
	margin-bottom: 20px;
	/* text-shadow: 3px 3px 6px black; */
}

.homepage-carousel-price {
	/* font-size: 30px; */
	color: #c8a467;
	/* text-shadow: 3px 3px 6px black; */
}

/* *************** */

.search-sell-or-rent {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: #363636;
	padding: 5px;
}

.search-sell-or-rent:hover,
.search-sell-or-rent.active {
	color: #ef281e;
	background-color: #e7e7e7;
}

/* section newsletter */
.overlay-noir {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	clip-path: polygon(0px 0px, 50% 0px, 65% 100%, 0px 100%);
	z-index: -1;
}

.overlay2-newsletter {
	z-index: 0;
}

.homepage-newsletter {
	background-image: url(/images/im-fond-monaco.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* *************** */
/* section recherches fréquentes */
.bg-overlay {
	background-color: rgba(36, 36, 36, 0.158);
}

.bg-overlay:hover {
	background-color: rgba(211, 22, 22, 0.342);
}

.bg-research {
	background-position: center;
	background-size: cover;
	min-height: 50px;
	margin-bottom: 8px;
	height: 100%;
}

.bg-research1 {
	background-image: url(/images/im_rech-appartementMonaco.png);
}

.bg-research2 {
	background-image: url(/images/im_rech-villaAlentours.png);
}

.bg-research3 {
	background-image: url(/images/im_rech-appartementAlouer.png);
}

.bg-research4 {
	background-image: url(/images/im_rech-unbien100m.png);
}

.bg-research5 {
	background-image: url(/images/im_rech-louerParking.png);
}

.bg-research6 {
	background-image: url(/images/im_rech-louerbureau.png);
}

/* ************ */

/* card offer */
.cardoffer-ref {
	font-family: "Catamaran", sans-serif;
	color: #484848;
	font-size: 13px;
	font-weight: 600;
	margin: 15px 0 5px 0;
}

.cardoffer-name {
	color: #3b3b3b;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3rem;
}

.cardoffer-resume {
	font-family: "Catamaran", sans-serif;
	margin-top: 1px;
	color: #afafaf;
	font-size: 16px;
}

.opensans {
	font-family: "Open Sans", sans-serif;
}

.cardoffer-price {
	font-family: "Open Sans", sans-serif;
	color: #c8a467;
	font-size: 22px;
	line-height: 28px;
	font-weight: 400;
}

.cardoffer-sellorrent {
	background-color: #6a6969;
	padding: 5px 9px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 12px;
}

.cardoffer-sellorrent.big {
	font-size: 18px;
	padding: 12px 33px 10px 33px;
}

.offer-tag {
	/* position: absolute; */
	color: #fff;
	text-transform: uppercase;
	z-index: 10;
}

.offer-tag-span {
	position: relative;
	display: inline-block;
	margin: 0 3px 10px 0;
}

.offer-tag-small {
	padding: 5px 6px;
	font-size: 14px;
	margin-right: 3px;
}

.offer-tag-medium {
	padding: 7px 20px;
	font-size: 18px;
	font-weight: 600;
	margin-right: 3px;
	margin-bottom: 3px;
}

.offer-tag-sign {
	top: 0px;
	left: 0px;
	background-color: rgba(21, 144, 188, 0.6);
}

.offer-tag-exclu {
	bottom: 0px;
	/* left: 0px; */
	right: 0px;
	left: auto;
	background-color: rgb(239, 43, 36, 0.6);
}

.offer-tag-isnew {
	top: 40%;
	bottom: auto;
	left: 0px;
	background-color: rgba(200, 164, 103, 0.6);
}

@media (min-width: 576px) {
	.offer-tag-isnew {
		top: 40%;
		bottom: auto;
	}
}

.offer-tag-sign-medium {
	/* padding-right: 45px; */
	/* clip-path: polygon(0px 0px, calc(100% - 15px) 0px, 100% 100%, 0px 100%); */
}

/* ************ */

/* page standard */
.standard-header {
	background-image: url(/images/im-titre-monaco-ventes.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.standard-title {
	text-shadow: 3px 3px 6px black;
}

.standard-subtitle {
	text-shadow: 3px 3px 6px black;
}

.flag-bandw {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/* *********** */

/* offer détail */
.bg-blue1 {
	background-color: #1590bc;
}

.bg-blue2 {
	background-color: #67b3cf;
}

.bg-blue3 {
	background-color: #9ecbdb;
}

.bg-blue4 {
	background-color: #ccdde3;
}

.bg-blue5 {
	background-color: #879195;
}

.bg-blue6 {
	background-color: #393939;
}

.btn-blue {
	cursor: pointer;
}

.offer-icon-coeur {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 300;
}

.btn-blue-disabled {
	/* filter: brightness(0.5); */
	opacity: 0.3;
}

.container-icon-services {
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-icon-service {
	filter: hue-rotate(20deg);
	max-width: 100%;
	max-height: 100%;
}

.icon-share {
	width: 30px;
}

.ul-share {
	list-style-type: none;
}

#offcanvasExample {
	transition: all ease 0.7s;
}

.li-share:hover {
	opacity: 0.6;
}

/* *********** */
/* modal favories */
#container-modal-favories {
	display: none;
	background-color: #08080888;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	padding-top: 40px;
	z-index: 100000;
}

.modal-favories {
	width: 90%;
	margin: auto;
	background-color: #fff;
	padding: 10px;
	position: relative;
	max-height: calc(100vh - 80px);
	overflow: scroll;
}

.icon-close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.delete-offer-favories {
	position: absolute;
	top: 8px;
	right: 0;
}

.navbar-light .navbar-nav .nav-link.active {
	color: #fff;
	background-color: #ef2b24;
}

.navbar-brand img {
	max-height: 70px;
}

.header-phone {
	font-size: 15px;
}

.badge-favories {
	position: absolute;
	top: -4px;
	right: -14px;
	z-index: 10;
	background-color: #ef2b24;
	padding: 4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	display: none;
}

.bg-gray-light {
	background-color: #f2f2f2;
}

.bg-gray {
	background-color: #dcdcdc;
}

.text-red {
	color: #ef2b24;
}

.text-blue {
	color: #4294da;
}

.text-gray-light {
	color: #868686;
}

.text-gray-dark {
	color: #5a5a5a;
}

.btn {
	font-family: "Arial";
	text-transform: uppercase;
	border: 0;
	border-radius: 8px;
}

.btn-primary {
	color: #fff;
	background-color: #ef281e;
	border-radius: 0px !important;
}

.btn-primary:hover {
	background-color: #752323;
	color: #eeeeee;
}

.btn-primary-polygon {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	background-color: #ef281e;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border: 0px;
	border-radius: 0px;
	padding-right: 30px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	clip-path: polygon(0px 0px, calc(100% - 15px) 0px, 100% 100%, 0px 100%);
	white-space: nowrap;
}

.btn-primary-polygon:hover {
	background-color: #752323;
}

.btn-primary-polygon.btn-primary-polygon-invert {
	clip-path: polygon(15px 0px, 100% 0px, 100% 100%, 0px 100%);
	padding-left: 40px;
}

.btn-primary-polygon.small {
	padding: 0.2rem 0.5rem;
	font-size: 0.8rem;
}

.btn-primary-polygon.btn-primary-polygon-invert.small {
	padding-left: 20px;
}

.btn-secondary {
	color: #fff;
	background-color: #aab0b4;
}

.about-history strong {
	display: block;
	color: #8f0f2e;
}

.title-mask {
	position: absolute;
	top: 86px;
	left: 0;
	width: 10px;
	height: 0px;
	z-index: 100;
}

.carousel-control-next,
.carousel-control-prev {
	z-index: 101;
}

form label {
	margin-bottom: 0;
}

.menu-list {
	display: none;
	background-color: #ffffffe8;
	border: 1px solid #e0e0e0;
	z-index: 10000;
	padding: 5px 15px 15px 30px;
	line-height: 1.1rem;
	color: rgba(0, 0, 0, 0.5);
	/* transition: display 2s; */
}

.menu-list a {
	color: rgba(0, 0, 0, 0.5);
}

.menu-list a:hover {
	text-decoration: underline;
}

.nav-item:hover {
	background-color: #ef281e;
	color: white !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: white;
}

/* .navbar-light .navbar-nav .nav-link {
	text-transform: uppercase;
} */
.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 20px;
	padding-left: 20px;
}

.navcontain {
	padding-left: 10px;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 10px;
		padding-left: 10px;
	}

	.header-phone {
		font-size: 16px;
	}

	.modal-favories {
		padding: 50px;
	}

	h1 {
		font-size: 2rem;
	}

	.delete-offer-favories {
		top: 0;
	}

	.menu-list {
		position: absolute;
		z-index: 10000;
		padding: 30px;
	}
}

@media (min-width: 992px) {
	h2 {
		font-size: 1.8rem;
	}
}

@media (min-width: 1200px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (min-width: 1400px) {
	.navcontain {
		padding-left: 130px;
	}
}

/* .navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
	color: white;
} */

/** Footer **/
footer {
	background-color: #5858588f;
	padding-top: 1px;
	padding-bottom: 1px;
}

footer a {
	color: #ffffff;
}

footer a:hover {
	color: #dadada;
}

/* .link-reseau {
} */
/** ********* **/

.btn-filter {
	background-color: white;
	color: rgb(109 118 126);
	border: 1px solid rgb(206 212 218);
	border-radius: 3px;
	width: 100%;
	text-align: left;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
}

.btn-filter span {
	display: block;
	float: right;
	padding-top: 4px;
	color: rgb(109 118 126);
}

.filter-popup {
	position: absolute;
	top: 2px;
	background-color: white;
	border: 1px solid rgb(206 212 218);
	border-radius: 3px;
	padding: 10px 15px;
	z-index: 100;
	width: 280px;
	display: none;
}

.filter-popup-districts,
.filter-popup-surfacemax {
	right: 0;
}

.filter-popup-rooms {
	left: 0;
}

.filter-popup label {
	margin-right: 30px;
}

.modal-footer,
.modal-header {
	border-top: 0px solid white;
	border-bottom: 0px solid white;
}

.modal-xxl {
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0;
}

.modal-xxl .modal-content {
	height: 100%;
	background-color: #212529;
}

.modal-xxl .modal-header {
	padding: 1rem 1rem 0 0;
}

.modal-xxl .modal-body {
	padding: 0 1rem 1rem 1rem;
}

.carousel-fleche {
	width: 30px;
}

#offer-carousel {
	min-height: 300px;
	max-height: 300px;
}

/* responsive */
.container {
	max-width: 420px;
}

@media (min-width: 380px) {
	.filter-popup-rooms {
		right: 0;
		left: auto;
	}

	#offer-carousel {
		min-height: 300px;
		max-height: 300px;
	}
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}

	#offer-carousel {
		min-height: 350px;
		max-height: 350px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}

	.offer-tag-exclu {
		right: 0px;
		left: auto;
	}

	.icon-close {
		top: 20px;
		right: 20px;
	}

	.carousel-fleche {
		width: 50px;
	}

	.filter-popup {
		width: 400px;
	}

	.filter-popup-districts {
		left: 0;
		right: auto;
	}

	.filter-popup-rooms {
		right: 0;
		left: auto;
	}

	.filter-popup-surfacemax {
		right: 0;
		left: auto;
	}

	#offer-carousel {
		min-height: 450px;
		max-height: 450px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}

	.homepage-carousel-image {
		height: 750px;
	}

	.bg-research {
		height: 230px;
	}

	.modal-favories {
		width: 800px;
	}

	footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.carousel-fleche {
		width: 70px;
	}

	.filter-popup-districts {
		right: 0;
		left: auto;
	}

	#offer-carousel {
		min-height: 420px;
		max-height: 420px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}

	#offer-carousel {
		min-height: 500px;
		max-height: 500px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}

	#offer-carousel {
		min-height: 560px;
		max-height: 560px;
	}
}

.wincook {
	display: none;
	background-color: rgba(255, 255, 255, 0.9);
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 10000;
	border-top: 1px solid #aaa;
}

.page_body_about h2,
.page_body_international h2,
.page_body_helpyou h2,
.page_body_contact h2 {
	color: #ef2b24;
}

.homepage-carousel {
	position: relative;
}

.loadwin {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	/* background-color: red; */
}

.withalpha {
	background-color: rgba(0, 0, 0, 0.5);
	height: 250px;
	border-radius: 8px;
	padding: 20px 30px;
}


.navbar-brand {
	display: block;
	/* position: absolute;
	top: 0;
	left: 5%;
	height: 100%; */
}

.navbar-brand img {
	height: 157px;
	opacity: 1;
	transition: all 300ms;
}

#navbar-main.active .navbar-brand img {
	/* height: 88px;*/
	height: 50px;
	opacity: 0.9;
}
