@charset "UTF-8";
/*
Couleur de base Square Habitat
*/
.list-classic {
	list-style: none;
	color: #10888e;
	font-size: 1.5em;
}

.list-classic a {
	color: #10888e !important;
	text-decoration: none !important;
}

.list-classic a:hover {
	text-decoration: underline !important;
	color: #10888e !important;
}

a {
	color: #10888e;
}

a:hover {
	text-decoration: underline;
	color: #10888e;
}

@media (max-width: 991px) {
	.span-act {
		width: 80%;
		display: inline-block;
		cursor: pointer;
	}
}

.dropdown-toggle:focus {
	outline: transparent;
	box-shadow: transparent;
}

.dropdown-act:hover .act-menu {
	display: block;
}

@media (max-width: 991px) {
	.dropdown-act:hover .close-menu {
		display: inline-block;
		position: absolute;
		right: 0;
		font-size: 1.5em;
		width: 50px;
		text-align: center;
		height: 50px;
		color: #10888e;
		cursor: pointer;
	}
}

.contact-syndic {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 2em;

	background-color: #10888e;
	color: white;
}

.contact-col-syndic {
	text-align: right;
}


.contact-syndic a {
	padding: .5em;
	border-radius: 8px;
	font-size: 1.5em;
	background-color: white;
	color: #10888e;
}

.contact-syndic a i {
	color: #10888e;
}

.div-blur {
	position: fixed;
	z-index: 1000;
	height: 100vh;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: none;
}

.error-img {
	background-image: url(/build/images/block-accueil-2.2e78069b.jpg);
	height: 33em;
	background-repeat: no-repeat;
}

@media (min-width: 1327px) {
	.menu-icon {
		display: none;
	}

	.menu-label {
		display: block;
	}
}
@media (max-width: 1326px) and (min-width: 991px){
	.menu-icon {
		display: block;
	}
	.menu-label {
		display: none;
	}
}


@media (max-width: 991px){
	.menu-icon {
		display: none;
	}
	.menu-label {
		display: block;
	}
}

@media (min-width: 501px) {
	.footer-icon {
		display: none;
	}

	.footer-label {
		display: block;
	}
}

@media (max-width: 500px) {
	.footer-icon {
		display: block;
	}

	.footer-label {
		display: none;
	}
}


.contact-btn {
	border: 2px solid #f8b926;
	border-radius: 15px;
	background-color: #f8f9fa;
	text-align: center;
	margin: .5em;
	color: #f8b926 !important;
	font-weight: bold;
}

.contact-btn:hover {
	border: 2px solid #f8b926;
	border-radius: 15px;
	background-color: #f8b926;
	color: #f8f9fa !important;
}



.contact-btn-footer {
	border: 2px solid #f8f9fa;
	border-radius: 15px;
	background-color: #f8b926;
	text-align: center;
	margin: .5em;
	color: #f8f9fa !important;
	font-weight: bold;
}

.contact-btn-footer:hover {
	border: 2px solid #f8f9fa;
	border-radius: 15px;
	background-color: #f8f9fa;
	color: #f8b926 !important;
}

.connexion-btn {
	border: 2px solid #da303b;
	border-radius: 15px;
	background-color: #f8f9fa;
	text-align: center;
	margin: .5em;
	color: #da303b !important;
	font-weight: bold;

}

.connexion-btn:hover {
	border: 2px solid #da303b;
	border-radius: 15px;
	background-color: #da303b;
	color: #f8f9fa !important;

}


.connexion-btn-footer {
	border: 2px solid #f8f9fa;
	border-radius: 15px;
	background-color: #da303b;
	text-align: center;
	margin: .5em;
	color: #f8f9fa !important;
	font-weight: bold;

}

.connexion-btn-footer:hover {
	border: 2px solid #f8f9fa;
	border-radius: 15px;
	background-color: #f8f9fa;
	color: #da303b !important;

}

.prop-bien-footer {
	border: 2px solid #f8f9fa;
	border-radius: 15px;
	background-color: #10888e;
	text-align: center;
	margin: .5em;
	color: #f8f9fa !important;
	font-weight: bold;
}


.prop-bien {
	border: 2px solid #10888e;
	border-radius: 15px;
	background-color: #f8f9fa;
	text-align: center;
	margin: .5em;
	color: #10888e !important;
	font-weight: bold;
}
.close-menu {
	display: none;
}

@media (max-width: 991px) {
	.dropdown-toggle {
		display: inline-block;
	}
}
.prop-bien-footer:hover, .prop-bien-footer:focus, .prop-bien-footer:active {
	border: 2px solid #f8f9fa;
	border-radius: 15px;
	background-color: #f8f9fa;
	color: #10888e !important;
}

.prop-bien:hover, .prop-bien:focus, .prop-bien:active {
	border: 2px solid #10888e;
	border-radius: 15px;
	background-color: #10888e;
	color: #f8f9fa !important;
}


.footer-link {
	color: white;
	text-decoration: none;
}

.footer-link:hover {
	color: white;
	text-decoration: underline;
}

.bandeauReass {
	text-align: center;
	background-color: #10888e;
	color: white;
	margin-bottom: 2em;
	padding-top: 1em;
	padding-bottom: 1em;

}

.bandeauReass span {
	font-size: 3em;
	
}

.plandusite h2 {
	border-width: 0 0 2px 2px !important;
	border: dotted #10888e;
	padding: .5em;
	margin-bottom: 1em;
	color: #10888e;
}

.encart-syndic {
	background-color: #E8E8E8;
	padding: 2em;
}

.encart-syndic h3 {
	color: #f8b926;
	font-weight: bold;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.modal-dialog {
	max-width: 730px;
}

.wrap-modal-slider {
	padding: 0 30px;
	opacity: 0;
	transition: all 0.3s;
}

.wrap-modal-slider.open {
	opacity: 1;
}

.slick-prev:before, .slick-next:before {
	color: red;
}

.input-group-text {
	background-color: #10888e !important;
	height: 4em;
	width: 3em;
	color: white !important;
}

@media (min-width: 1000px) {
	.input-group-home {
		width: 13em !important;
	}
}

.btn:focus {
	box-shadow: none !important;
}

.reinitialiserTransac, .reinitialiserLoc {
	color: #10888e;
	text-decoration: underline;
	padding-right: 6em;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.reinitialiserTransac:hover, .reinitialiserLoc:hover {
	color: #10888e;
	text-decoration: none;
}

.presentation {
	text-align: justify;
	margin-bottom: 5em;
	margin-top: 5em;
	padding: 1em;
	background-color: #E8E8E8;
	margin-right: -15px;
	margin-left: -15px;
}
@media (max-width: 1199px) and (min-width: 992px) {
	.presentation .photo1 {
		display: none;
	}
}


@media (min-width: 1200px) {
	.presentation .photo2 {
		display: none;
	}
}


@media (max-width: 991px) {
	.presentation .photo2 {
		display: none;
	}

	.presentation #mapid {
		height: 20em !important;
	}

	.presentation .carte-info {
		margin-top: 2em;
	}
}

.presentation img {
	max-width: 100%;
}

.presentation #mapid {
	height: 15em;
}

.presentation .row {
	margin-top: 2em;
}

.presentation h2, .presentation h3 {
	color: #10888e;
}

.presentation .carte-info h3 {
	background-color: #10888e;
	color: white;
	padding: .2em;
	width: 10em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.presentation .carte-info .color-p {
	color: #10888e;
}

.notre-agence {
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 3em;
	background-repeat: no-repeat;
	background-position-x: -10em;
	background-color: #bccee0;
}

.notre-agence ul li {
	color: #10888e;
}

.notre-agence .row {
	min-height: 20em;
}

.col-agence-photo img {
	width: 100%;
}

.notre-agence h2 {
	padding-bottom: 1em;
	text-align: center;
	color: #10888e;
}

.notre-agence h2 span {
	border-bottom: 2px dotted #10888e;
}

.notre-agence p {
	text-align: justify;
}

.histoire {

	/*background-color:#10888e;*/
	padding-top: 1em;
	padding-bottom: 2em;
	color: white;
}

.histoire h2 {
	text-align: center;
	color: white;
	font-weight: bold;

	margin-bottom: 2em;
}

.histoire h2 span {
	border-bottom: 2px dotted;
}

@media (min-width: 576px) {

	.filhist {
		border-bottom: 1px solid white;
		padding-bottom: 1em;
		text-align:center;
		color: white;
	}
	.circle-phone {
		display: none;
	}
	.circle-desktop {
		display: block
	}
}


@media (max-width: 575px) {

	.filhist {
		border-left: 1px solid white;
		margin-left: 2em;
		text-align:left;
		color: white;
	}
	.circle-phone {
		display: inline-block;
	}
	.circle-desktop {
		display: none;
	}
}

.filhist div {
	font-size: 1.5em;
}

.histdiv {
	padding-left: 2em;
	min-height: 15em;
	margin-bottom: 2em;
}
.histdiv img {
	max-height: 15em;
	max-width: 100%;
}

.nom-collab {
	bottom: 0;
	position: relative;
	width: 80%;
	margin-right: 2em;
	margin-left: 2em;
	color: #10888e;
	background-color: white;
	transition: 0.3s;
	padding: .7em;
}

#equipe .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: grey !important;
}

#equipe .swiper-slide:hover .nom-collab {

	bottom: 2em;
}

.equipe {
	min-height: 40em;
	position: relative;
}

.equipe h2 {
	text-align: center;
	color: #10888e;
	font-weight: bold;
	margin-bottom: 2em;
}

.equipe h2 span {
	border-bottom: 2px dotted;
}

.equipe img {
	margin-bottom: 2em;
	border: 2px solid white;
}

@media (min-width: 1001px) {
	.equipe img {
		height: 20em;
	}
}

@media (max-width: 1000px) {
	.equipe img {
		height: 15em;
	}
}

.equipe .row {
	padding-bottom: 10em;
}

.equipe .col-sm-6 {
	color: white;
	margin-bottom: 2em;
	text-align: center;
}

.bandeau div {
	background-color: #10888e;
	color: white;
	padding: 2em;
	text-align: center;
}

.agence {
	padding-top: 3em;
	color: #10888e;
	margin-bottom: 10em;
}

.agence h2 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 2em;
}

.metier img {
	width: 90%;
}

.iconeAgence .col a {
	color: black;
}

.iconeAgence .image1 {
	width: 5em;
	display: block;
}

.iconeAgence .image2 {
	display: none;
}

.blockIcone {
	width: 12em;
	padding: .5em;
	border-radius: 8px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
}


.iconeAgence .blockIcone:hover .image1{
	display: none;
}

.iconeAgence .blockIcone:hover .image2{
	width: 5em;
	display: block;
}

.iconeAgence .blockIcone:hover {
	color: white;
	background-color: #10888e;
	text-decoration: none;
	border-radius: 8px;
}

.iconeAgence .blockIcone:hover a{
	color: white;
	text-decoration: none;
}

.div-metier  {
	background-color: #10888e;
	color: white;
}

.div-metier2 {
	background-color: #10888e;
	color: white;
}

@media (min-width: 1040px) {
	.div-metier  {
		position: absolute;
		right: 0em;
		padding: 1em;
		width: 120%;
	}

	.div-metier2 {
		position: absolute;
		left: 0em;
		top: 3em;
		padding: 1em;
		width: 120%;
		z-index: 5;
	}

	.metier .col-desktop {
		display: block;
	}
	.metier .col-phone {
		display: none;
	}
}


@media (max-width: 1039px) and (min-width: 991px) {
	.div-metier  {
		position: relative;
		right: 0em;
		padding: 1em;
		width: 90%;
		margin-bottom: 2em;
		left: 2em;
	}

	.div-metier2 {
		position: relative;
		left: 0em;
		padding: 1em;
		width: 90%;
		margin-bottom: 2em;
		left: 2em;
	}

	.metier .col-desktop {
		display: block;
	}
	.metier .col-phone {
		display: none;
	}
}

@media (max-width: 991px) {
	.div-metier  {
		top: -18em;
		position: relative;
		right: 0em;
		padding: 1em;
		width: 90%;
		margin-bottom: 2em;
		left: 2em;
	}

	.div-metier2 {
		top: -18em;
		position: relative;
		left: 0em;
		padding: 1em;
		width: 90%;
		margin-bottom: 2em;
		left: 2em;
	}

	.metier .row {
		margin-bottom: -18em;
	}

	.metier .col-desktop {
		display: none;
	}
	.metier .col-phone {
		display: block;
	}
}

.div-metier-nb {
	position: absolute;
	left: -1.5em;
	border: 2px solid;
	background: white;
	color: #10888e;
	font-size: 1.5em;
	height: 3em;
	width: 3em;
	text-align: center;
	border-radius: 50%;
	padding-top: .5em;
	margin-bottom: 10em;
}


.agence h2 span {
	border-bottom: 2px dotted;
}

.metier {
	padding-top: 3em;
	margin-bottom: 10em;
}

.metier h2 {
	text-align: center;
	font-weight: bold;
}

.metier h2 span {
	color: #10888e;
	border-bottom: 2px dotted;
}

body {
	background-color: #f8f9fa;
	font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Didact Gothic', sans-serif;
}

.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 25px;
	display: none;
	z-index: 999;
	background-color: #10888e;
	border: 2px solid #f8f9fa;
}

.back-to-top i {
	color: white;
}

.back-to-top:hover {
	background-color: white;
	border: 2px solid #10888e;
}

.back-to-top:hover i {
	color: #10888e;
}

.act-stick-left {
	position: fixed;
	left: 25px;
	display: none;
	top: 150px;
}

.act-stick-left .tuile-act {
	height: 4em;
	width: 4em;
	border: 2px solid #f8f9fa;
}

.act-stick-left .tuile-act img {
	height: 2em;
}

.act-stick-left .tuile-act:hover {
	height: 4em;
	width: 4em;
}

.act-stick-left .tuile-act:hover img {
	height: 2em;
}

.syndic-texte p, .syndic-texte ul, .syndic-texte ol, .conseil-texte p, .conseil-texte ul, .conseil-texte ol {
	text-align: justify;
}


.col-img-act {
	overflow: hidden;
}

.col-img-act img {
	width: 100%;
}

@media (max-width: 1000px) {
	.col-img-act {
		display: none;
	}
}

.img-syndic {
	overflow: hidden;
}

.img-syndic img {
	width: 100%;
}

.img-syndic-supp {
	overflow: hidden;
}

.img-syndic-supp img {
	width: 100%;
}

@media (max-width: 575px) {
	.img-syndic-supp {
		display: none;
	}
}

.img-syndic-add {
	overflow: hidden;
}

.img-syndic-add img {
	width: 100%;
}

@media (min-width: 576px) {
	.img-syndic-add {
		display: none;
	}
}

.col-img-act-phone {
	overflow: hidden;
}

.col-img-act-phone img {
	width: 100%;
	margin-bottom: 1em;
}

.col-act-phone-supp {
	overflow: hidden;
}

.col-act-phone-supp img {
	width: 100%;
	margin-bottom: 1em;
}

@media (min-width: 1001px) {
	.col-act-phone-supp {
		display: none;
	}
}

.bold-bleu {
	color: #10888e;
	font-weight: bold;
}

.activite-container .row{
	margin-bottom: 2em;
	margin-top: 2em;
}
.mozaique div {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.mozaique div img {
	width:100%;
	min-height: 20em;
}

.mozaique {
	height: 20em;
	overflow: hidden;
	margin-top: 2em;
	margin-bottom: 2em;
}

@media (min-width: 1001px) {
	.activite-section {
		padding-top: 4em;
		padding-bottom: 4em;
		padding-left: 6em;
		padding-right: 6em;
	}
}

@media (max-width: 1000px) {
	.activite-section {
		padding-top: 4em;
		padding-bottom: 4em;
	}
}

.activite-section h2 {
	border-width: 0 0 2px 2px !important;
	border: dotted #10888e;
	padding: .5em;
	margin-bottom: 1em;
}

.card-ancre {
	margin-bottom: 6em;
}

.col-card-ancre {
	padding: 0px !important;
}

.tuile-act {
	border: 1px solid #10888e;
	border-radius: 5em;
	margin: 5px;
	text-align: center;
	background-color: #10888e;
	color: white;
	padding: 1em;
	display: inline-block;
}

@media (min-width: 1001px) {
	.tuile-act {
		height: 5em;
		width: 5em;
	}
	.tuile-act img {
		height: 3em;
	}
}

@media (max-width: 1000px) {
	.tuile-act {
		height: 5em;
		width: 5em;
	}
	.tuile-act img {
		height: 3em;
	}
}

.tuile-act .img2 {
	display: none;
}

.tuile-act-active {
	border: 1px solid #10888e;
	border-radius: 5em;
	margin: 5px;
	text-align: center;
	background-color: white;
	color: white;
	height: 5em;
	width: 5em;
	padding: 1em;
	display: inline-block;	
}

.tuile-act-active img {
	height: 3em;
}

.tuile-act-active .img1 {
	display: none;
}

.tuile-act-active .img2 {
	display: inline-block;
}

.tuile-act:hover {
	border: 1px solid #10888e;
	border-radius: 5em;
	margin: 5px;
	text-align: center;
	background-color: white;
	color: white;
	height: 5em;
	width: 5em;
	padding: 1em;
	display: inline-block;
}

.tuile-act:hover img {
	height: 3em;
}

.tuile-act:hover .img1 {
	display: none;
}

.tuile-act:hover .img2 {
	display: inline-block;
}

#logo {
	height: 4em;
}

.navbar-toggler {
	font-size: 1.5em;
}

.page-footer {
	background-image: url(/build/images/footer2.32a09d3c.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: bottom;
}

.page-footer .footer-couleur {
	background-color: rgba(16, 136, 142, 0.8);
	color: white;
	padding-top: 3em;
}

.page-footer a {
	text-decoration: none;
	color: white;
}

.page-footer a:hover {
	text-decoration: underline;
	color: white;
}

.ariane {
	background-color: #f8f9fa;
	padding-left: 5em;
	padding-bottom: 1em;
}

.ariane a {
	color: #10888e;
}

.ariane a:hover {
	color: #10888e;
	text-decoration: underline;
}

.btn-yellow {
	background-color: #f8b926 !important;
	color: white !important;
	border: 2px solid #f8b926 !important;
	font-weight: bold;
}

.btn-yellow:hover:not([disabled]), .btn-yellow:focus:not([disabled]), .btn-yellow:active:not([disabled]) {
	background-color: white !important;
	color: #f8b926 !important;
	border: 2px solid #f8b926 !important;
	font-weight: bold;
	box-shadow: 0 0 0 0 transparent;
}


.btn-vert {
	/* block info */
	background-color: white;
	color: #d3d427;
	border: 2px solid #d3d427;
	font-weight: bold;
}

.btn-vert:hover:not([disabled]), .btn-vert:focus:not([disabled]), .btn-vert:active:not([disabled]) {
	background-color: #d3d427 !important;
	color: white !important;
	border: 2px solid white !important;
	font-weight: bold;
	box-shadow: 0 0 0 0 transparent !important;
}

.btn-white, .btn-white.disabled {
	/* block info */
	background-color: white;
	color: #f8b926;
	border: 2px solid #f8b926;
	font-weight: bold;
}

.btn-white:hover:not(.disabled), .btn-white:focus:not(.disabled), .btn-white:active:not(.disabled) {
	/* block info */
	background-color: #f8b926 !important;
	color: white !important;
	border: 2px solid white !important;
	font-weight: bold;
	box-shadow: 0 0 0 0 transparent !important;
}

.btn-green, .btn-green:disabled {
	/* block info */
	background-color: #10888e;
	color: white;
	border-color: #10888e;
	font-weight: bold;
}

.btn-green:hover:not([disabled]), .btn-green:active:not([disabled]), .btn-green:focus:not([disabled]), .btn-green:focus:not(.disabled) {
	/* block info */
	background-color: white !important;
	color: #10888e !important;
	border-color: #10888e !important;
	font-weight: bold !important;
	box-shadow: 0 0 0 0 transparent;
}

.yellow-titre {
	color: #f8b926;
}

.bold-span {
	font-weight: bold;
}

.form-row {
	margin-left: 0em;
	margin-right: 0em;
}

@media (min-width: 1000px) {
	.button-recherche, .button-recherche:disabled, .button-recherche:disabled:hover {
		border-radius: 20%;
		background-color: #da303b;
		border: 1px solid #da303b;
		width: 4em;
		height: 4em;
	}
}

@media (max-width: 1000px) {
	.button-recherche, .button-recherche:disabled, .button-recherche:disabled:hover {
		background-color: #da303b;
		border: 1px solid #da303b;
		width: 100%;
	}
}

@media (min-width: 1000px) {
	.button-recherche:hover, .button-recherche:active, .button-recherche:focus {
		border-radius: 20%;
		width: 4em;
		height: 4em;
		background-color: white !important;
		border: 1px solid #da303b !important;
		color: #da303b !important;
		box-shadow: 0 0 0 0 transparent;
	}
}

@media (max-width: 1000px) {
	.button-recherche:hover, .button-recherche:active, .button-recherche:focus {
		background-color: white !important;
		border: 1px solid #da303b !important;
		color: #da303b !important;
		box-shadow: 0 0 0 0 transparent;
		width: 100%;
	}
}

@media (max-width: 1000px) {
	.bil-valid {
		border: 2px solid;
	}
	.bil-valid span {
		display: none;
	}
}

#search {
	margin-bottom: 1em;
}

@media (min-width: 1000px) {
	#search {
		display: none;
	}
}

@media (min-width: 1001px) {
	.barre-recherche {
		padding-right: 1em;
		margin-right: 0em;
		padding-bottom: 2em;
	}
}

@media (max-width: 1000px) {
	.barre-recherche {
		display: none;
	}
}

#formsearch {
	padding-left: 1em;
	padding-right: 1em;
}

@media (max-width: 1000px) {
	#formsearch {
		background-color: #f8f9fa;
		padding-bottom: 1em;
	}
}

.row-recherche {
	margin-top: 1em;
	margin-bottom: 1em;
}


.prix-etiquette {
	background-color: #10888e;
	color: white;
	padding-left: .5em;
	padding-right: .5em;
	display: inline-block;
	text-align: center;
}

.surface-etiquette {
	background-color: #f8b926;
	color: white;
	padding-left: .5em;
	padding-right: .5em;
	display: inline-block;
	text-align: center;
}

.modal-contact {
	max-width: 100em !important;
}

.agence-collab {
	display: flex;
	height: 16em;

}
.agence-collab .row {
	min-height: 12em;
	height: 12em;
}

.agence-collab .swiper-button-next, .agence-collab .swiper-button-prev, .swiper-container-transac .swiper-button-next, .swiper-container-transac .swiper-button-prev {
	color: #10888e;
}

.swiper-button-next, .swiper-button-prev{
	display: none;
}

.agence-collab .swiper-slide {
	display: block;

}


.agence-collab .swiper-slide p{
	text-align: center;
	
}


.modal-prop-bien {
	max-width: 50em !important;

}

.closeModal {
	background-color: #10888e !important;
	opacity: 1 !important;
	color: white !important;
}

.modal-contact-title {
	color: #10888e !important;
	font-size: 1.5em;
	font-weight: bold;
}

.sub-title {
	font-size: 1.4em;
}

.contact-col-agence {
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
}

@media (max-width: 767px) {
	.contact-col-agence {
		border-bottom: 1px dotted #ced4da;
	}
}


.contact-col-form {
	padding-top: 1em;
	border-left: 1px solid #ced4da;

}

#contact .form-control {
	background-color: #f8f9fa;
	border-radius: 18px;
}

#proposezBien .form-control {
	background-color: #f8f9fa;
	border-radius: 18px;
}

.button-contact, .button-contact:disabled {
	background-color: #f8b926;
	border-color: #f8b926;
	width: 100%;
	color: white;
}

.button-contact:hover:not([disabled]), .button-contact:active:not([disabled]), .button-contact:focus:not([disabled]) {
	background-color: white !important;
	border-color: #f8b926 !important;
	color: #f8b926 !important;
	width: 100%;
	box-shadow: 0 0 0 0 transparent;
}

.tab-pane {
	overflow: hidden;
}

@media (min-width: 1001px) {
	.tab-pane {
		height: 35em;
	}
}

@media (max-width: 1000px) {
	.tab-pane {
		height: 20em;
	}
}

.tab-pane img {
	min-height: 100%;
	min-width: 100%;
	max-height: 135%;
	max-width: 135%;
}

.bien-photo {
	background-repeat: no-repeat;
	background-size: cover;
	border: 0px;
	background-position-y : center; 
}

@media (min-width: 1001px) {
	.bien-photo {
		width: 6em;
		height: 4em;
	}
}

@media (max-width: 1000px) {
	.bien-photo {
		width: 5em;
		height: 3em;
	}
}

.bien-photo:hover {
	border: 0px;
}

.alert-contact {
	position: absolute;
	top: 50%;
	z-index: 1000;
}

.btn {
	margin-top: 1em;
	margin-bottom: 1em;
}

.alert-success {
	background-color: #10888e;
	color: white;
	border-color: #10888e;
	margin-bottom: 1em;
	margin-top: 1em;
}

.bien-photo.active {
	border: 2px solid #f8b926;
	border-color: #f8b926 !important;
}

.bien-photo.active:hover {
	border: 2px solid #f8b926 !important;
	border-color: #f8b926 !important;
}

#myTab {
	margin-top: 1em;
	border-bottom: 0px;
}

.photo-list {
	margin-right: 1em;
	margin-bottom: 1em !important;
}

.modal-bien {
	max-width: 90em;
}

.modal-bien .modal-header {
	border-bottom: 0px;
}

.modal-bien .swiper-button-prev, .modal-bien .swiper-button-next {
	color: white;
}

@media (max-width: 1000px) {
	.modal-bien .swiper-button-prev, .modal-bien .swiper-button-next {
		display: none;
	}
}

.modal-bien .close {
	border-radius: 20%;
}

.nav-link {
	margin: .5em;
	
}

a {
text-decoration: none !important;
}

.modal-bien .modal-content {
	background-color: transparent !important;
	border: 0px solid white !important;
	height: 87vh !important;
}

.modal-bien .modal-content .modal-body, .modal-bien .modal-content .swiper-container, .modal-bien .modal-content .swiper-wrapper {
	height: 100%;
}

.modal-bien img {
	max-width: 100%;
	max-height: 100%;
}

.swiper-pagination-bullet-active {
	background: #10888e !important;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	background: lightgrey !important;
	opacity: 1 !important;
}

.swiper-slide {
	margin-bottom: auto;
	margin-top: auto;
}

.form-bien {
	border: 2px solid #f8b926 !important;
	background-color: white;
	font-size: .9em;
}

@media (max-width: 991px) {
	.form-bien {
		display: none;
	}
}

.form-bien-phone {
	border: 2px solid #f8b926 !important;
	background-color: white;
	font-size: .9rem;
}

@media (min-width: 992px) {
	.form-bien-phone {
		display: none;
	}
}

.ref-bien {
	background-color: #f8f9fa;
	padding: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}

.agence-bien {
	border: 1px solid lightgrey;
	margin-top: 1em;
	padding: .5em;
}

.img-agence {
	width: 5em;
	height: 5em;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
}

.link-agence-bien a {
	font-size: 1em !important;
	color: #f8b926 !important;
	font-weight: bold;
	padding-right: .5em;
}

.link-agence-bien a .fa-arrow-circle-left, .fa-arrow-circle-right {
	font-size: 1em !important;
	color: #f8b926 !important;
	font-weight: bold;
	padding-left: .5em;
}

.link-agence-bien a:hover {
	text-decoration: underline;
	color: #f8b926;
}

.btn-phone {
	width: 100%;
}

#phone.phoneok {
	background-color: white;
	color: #f8b926;
	border-color: #f8b926;
	font-weight: bold;
}

.yellow-txt {
	color: #f8b926;
	font-weight: bold;
	font-size: 1em;
}

.card {
	color: black;
}

.img-bien-list {
	height: 13em;
	overflow: hidden;
	background-size: cover;
	background-position-y: center;
}

.img-bien-list img {
	min-width: 100%;
	min-height: 100%;
	max-height: 150%;
	max-width: 150%;
	object-position: 0 -4em;
}

.pagination li a {
	color: #10888e;
}

.pagination li a:hover {
	color: #10888e;
}

.pagination li a:focus {
	border-color: transparent !important;
	box-shadow: 0 0 0 transparent !important;
}

.pagination li.active span {
	background-color: #10888e !important;
	color: white !important;
	border-color: #10888e !important;
}

#mapid {
	height: 30em;
}

#next, #previous {
	text-align: center;
}

.modal-nav {
	font-size: 3em;
	color: white;
}

.titre-home {
	margin-top: 20em;
	color: white;
	padding: 1em;
	background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1000px) {
	.titre-home {
		margin-top: 0em;
	}
}

.carte-bien {
	padding-bottom: 1em;
}

.carte-bien .card {
	height: 100%;
}

.carte-bien a:hover{
	text-decoration: none;
}

.carte-bien .card:hover {
	transform: scale(.98);
}
.form-group-search {
	height: 4em;
}

/*Fin base */
/* ---------- Icon ----------*/
.fa-home {
	/* maison ariane */
	color: #f8b926;
}

.fa-caret-right {
	/* flecheariane */
	color: #d3d427;
	font-size: 1em;
	margin-left: 1em;
	margin-right: 1em;
}

.fa-arrow-circle-left, .fa-arrow-circle-right {
	/* caroussel control home */
	color: #10888e;
	font-size: 2.5em;
}

.fa-arrow-circle-left {
	/* caroussel control home */
	padding-left: 1em;
}

.fa-info-circle {
	/* caroussel control home */
	font-size: 2em;
	margin-right: .5em;
	padding-bottom: .5em;
}

.fa-list-ul {
	/* titre page */
	color: #d3d427;
	font-size: 1em;
	margin-left: 1em;
	margin-right: 1em;
}

/*Fin Icon */
/* ---------- Home ----------*/
.col-home-right {
	/* formulaire div */
	padding-top: 4em;
	background-color: white;
	padding-bottom: 1em;
}

.col-home-left {
	padding-right: 0em;
	background-image: url("/img/home/head-home.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.form-home {
	/* formulaire accueil */
	padding-left: 5em;
	padding-right: 5em;
	padding-top: 2em;
}

@media (max-width: 1000px) {
	.form-home {
		padding-left: 1em;
		padding-right: 1em;
	}
}

.form-title {
	/* formulaire accueil */
	text-align: center;
	background-color: #f8b926;
	color: white;
	font-style: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.card-home {
	/* block formulaire image accueil */
	max-height: 50em;
	overflow: hidden;
	margin-bottom: 2em;
}

@media (max-width: 1000px) {
	.card-home {
		display: none;
	}
}

.card-home-phone {
	/* block formulaire image accueil */
	overflow: hidden;
	margin-bottom: 0em;
}

.card-home-phone .col-home-left {
	height: 15em;
}

@media (min-width: 1001px) {
	.card-home-phone {
		display: none;
	}
}

.button-home, .button-home:disabled {
	/* formulaire accueil */
	margin-top: 2em !important;
	background-color: #f8b926 !important;
	border-color: #f8b926 !important;
	color: white !important;
}

.button-home:hover, .button-home:active, .button-home:focus {
	/* formulaire accueil */
	margin-top: 2em;
	background-color: white !important;
	border-color: #f8b926 !important;
	color: #f8b926 !important;
	box-shadow: 0 0 0 transparent !important;
}

.form-group-home {
	/* formulaire accueil */
	border: 1px solid #ced4da;
	border-radius: .25rem;
	padding: 0.6em;
	padding-left: 0.6em !important;
	padding-right: 0.6em !important;
	background-color: white;
}

.form-group-home-right {
	/* formulaire accueil */
	max-width: 48% !important;
	margin-right: 2%;
}

.form-group-home-left {
	/* formulaire accueil */
	max-width: 48% !important;
	margin-left: 2%;
}

.form-control:focus {
	/* formulaire accueil */
	/* border-color: transparent !important; */
	/* box-shadow: 0 0 0 transparent !important; */
}









.arrow-div {
	/* carroussel control */
	margin-top: 1em;
	margin-bottom: 1em;
}

.block-info {
	/* block info */
	margin-top: 2em;
	background-repeat: no-repeat;
	background-position-y: center;
	background-size: cover;
	min-height: 30em;
	margin-bottom: 2em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.block-transac-home {
	/* block info */
	margin-top: 2em;
	background-repeat: no-repeat;
	background-position-y: center;
	background-size: cover;
	height: 30em;
	margin-bottom: 30em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (min-width: 768px) {
	.block-transac-home, .block-info  {
		background-attachment: fixed;

	}
}


.block-transac-home .text-transac {
	background-color: rgba(16, 136, 142,.5);
	padding: 1.5em;
	margin-top: 2em;
	color: white;
	width: 100%;
	margin-bottom: 6em;
}

.block-transac-bien {
	max-height: 20em;
}

.swiper-container-transac {
	overflow:hidden;
	margin-right: 2em;
	margin-left : 2em;
}

.swiper-container-loc {
	overflow:hidden;
}

.swiper-container-loc .swiper-button-next {
	right: -15px;
	color: #10888e;
}

.swiper-container-loc .swiper-button-prev {
	left: -10px;
	color: #10888e;
}

.swiper-container-loc a:hover {
	text-decoration: none;
}

.swiper-container-loc .card:hover {
	transform: scale(.98);
}

.col-image-transac {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 15em;
}

.col-texte-transac {
	padding: 2em;
}


@media (max-width: 576px) {
	.row-transac-bien {
		height: 43em;
		background-color:white;
	}
	.block-transac-home {
		margin-bottom: 45em;
	}
}

@media (min-width: 577px) and (max-width: 767px) {
	.row-transac-bien {
		height: 40em;
		background-color:white;
	}
	.block-transac-home {
		margin-bottom: 40em;
	}
}


@media (min-width: 768px) and (max-width: 992px) {
	.row-transac-bien {
		height: 35em;
		background-color:white;
	}
	.block-transac-home {
		margin-bottom: 26em;
	}
}

@media (min-width: 993px) {
	.row-transac-bien {
		height: 29em;
		background-color:white;
	}
	.block-transac-home {
		margin-bottom: 20em;
	}
}


@media (max-width: 576px) {
	.text-card-transac {
		display: none;
	}
}

.text-card-transac {
	text-align: left;
	font-size: 90%;
}

@media (max-width: 1000px) {
	.block-info {
		margin-top: 0em;
	}
}

.row-transac-bien img {
	max-height: 20em;
	max-width: 90%;
	margin: 15px;
}

.block-info .text-block-info  {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 2em;
}

.notre-agence .notre-agence-color {
	background-color: rgba(255, 255, 255, 0.9);
	padding-top: 2em;
	padding-right: 2em;
	padding-left: 2em;
}

.block-activite {
	margin-bottom: 5em;
	margin-top: 5em;
}

.block-activite h4 {
	margin-bottom: 1em;
	margin-top: 1em;
}

.block-activite-left {
	/* block activite */
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.block-activite-left {
		display: none;
	}
}

@media (max-width: 450px) {
	.block-info-none {
		display: none;
	}
}
@media (max-width: 575px){
	.notre-agence {
		background-size: cover;
	}
}


.activite-card {
	/* block activite */
	background-size: cover;
	text-align: center;
	font-size: 20px;
	background-color: rgb(0,0,0, 0.5);
	height: 12em;
	padding-top: 1em;
}

.activite-card-img {

	background-size: cover;
	height: 15em;
	padding: 0;
}

.activite-card img {
	max-height: 60%;
	max-width: 100%;
	margin-bottom: 1em;
	margin-top: 1em;
}

.activite-card a {
	color: white;
	text-decoration: none;
}

.activite-card:hover img {
	transform: scale(.9);
}

.activite-card:hover {

	background-color: rgb(0,0,0, 0.7);
}

.block-bien {
	/* block bien */
	min-height: 20em;
	margin-bottom: 2em;
}

.block-bien-color {
	/* block bien */
	background-color: rgba(248, 185, 38, 0.9);
	height: 100%;
	width: 100%;
	min-height: 20em;
	margin-left: 0;
	margin-right: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}

.block-bien-syndic-color {
	/* block bien */
	background-color: rgba(211,212,39,.9);
	height: 100%;
	width: 100%;
	min-height: 20em;
	margin-left: 0;
	margin-right: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}

.block-bien-syndic-color-2 a {
	color: white;
	text-decoration: underline;
}

.block-bien-syndic-color-2 {
	/* block bien */
	background-color: rgba(16, 136, 142,.8);
	height: 100%;
	width: 100%;
	min-height: 20em;
	margin-left: 0;
	margin-right: 0;
	padding-top: 1em;
	padding-bottom: 1em;
}

.block-bien-text {
	/* block bien */
	color: white;
	font-weight: bold;
	text-align: center;
}

/* FIN HOME */
/* Activité */
.block-head {
	background-repeat: no-repeat;
	margin-bottom: 2em;
	background-size: cover;
	background-position: center;
}


@media (min-width: 768px) {
	.block-head {
		background-attachment: fixed;

	}
}

@media (min-width: 1001px) {
	.block-head {
		min-height: 30em;
		max-height: 50em;
	}
}

@media (max-width: 1000px) {
	.block-head {
		min-height: 20em;
		max-height: 30em;
	}
	.block-head h1 {
		font-size: 1.5em;
	}
}

.block-head div {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.block-head div div {
	color: white;
	text-align: center;
}

@media (min-width: 900px) {
	.block-head div div {
		padding-left: 15em;
		padding-right: 15em;
	}
}