#entete h1 {
	color: #fff;
	margin-left:12px;
	margin-right:150px;
	padding: 16px 0 16px 0px;
	font-size: 2.2em;
	font-weight: bold;
}
#entete h1 img {
	vertical-align: text-bottom;
	margin-bottom: -4px;
}

div.conteneur_liste {
	padding-bottom: 8px;
	background: #d2d2d0;
}
div#results p.nombre {
	background: #c5c5c5;
	text-align: right;
	padding: 12px 22px;
	color: #e6142d;
}
div#results p.nombre span {
	font-size: 1.1em;
	font-weight: bold;
}
div.conteneur_liste p.tri {
	background: #fff;
	border: solid #c5c5c5;
	border-width: 0 0 0 1px;
	font-weight: bold;
	padding: 3px 0 3px 1%;
	width:50%;
}
div.conteneur_liste p.tri a {
	padding: 0 0.25em;
	border-left: solid 1px #c5c5c5;
	font-weight: normal;
}
div.conteneur_liste p.tri a.first {
	border-left: 0;
}

p.subtitle {
	text-align: right;
	color:#e6142d;
	font-weight:bold;
	background:#D2D2D2;
	clear:left;
	padding-right: 15px;
	padding-top: 6px;
}

ul.liste_resultats {
	list-style: none;
	border: solid 1px #c5c5c5;
	background: #fff;
}
ul.liste_resultats li {
	list-style: none;
	border-bottom: dashed 1px #e6142d;
	padding-bottom: 0.5em;
	margin:0 10px 0.5em 10px;
}
ul.liste_resultats li.last {
	border:0;
}
ul.liste_resultats li.first {
	padding-top: 8px;
}
table.liste_annonce {
	width:100%;
}
table.liste_annonce td {
	vertical-align: top;
}
table.liste_annonce td.images {
	width:140px;
	text-align: center;
}
table.liste_annonce td.plus {
	width:155px;
}
table.liste_annonce h3 {
	margin-bottom: 0.3em;
}
table.liste_annonce h3 span {
	color: #e6142d;
}
table.liste_annonce p {
	margin-bottom: 0.3em;
}
table.liste_annonce p.adresse {
	margin-bottom: 0.5em;
}
table.liste_annonce td.plus span {
	display: block;
	color:#686868;
	font-weight: normal;
}
table.liste_annonce td.plus p.prix {
	color: #d0130d;
	font-weight: bold;
}
table.liste_annonce td.plus p.charges {
	color: #e6142d;
	font-weight: bold;
}
table.liste_annonce td.plus p.reference {
	font-weight: bold;
}
table.liste_annonce td.dte {
	text-align: right;
	padding-right: 0.5em;}
table.liste_annonce td h3 a {
	color: #181613;
	text-decoration: none;
}
table.liste_annonce td h3 a:hover {
	text-decoration: underline;
}
table.liste_annonce td a {
	color: #e6142d;
}
table.liste_annonce td a img {
	border: 0;
}

.aside_card {
	display: flex;
	flex-direction: column;
	background-color: var(--color-secondary);
	border-radius: 20px;
	color: var(--color-white);
	padding: 2rem;
}

.aside_card a:not(.btn) {
	color: var(--color-tertiary);
}

.aside_card .aside_card-title  {
	font-family: var(--font-extra-bold);
	font-variant: small-caps;
	margin-bottom: 0.5rem;
}

.aside_card .aside_card-sub_title {
	font-size: 1rem;
}

.aside_card .aside_card-sub_title, 
.aside_card .aside_card-text {
	margin-bottom: 1rem;
	line-height: 1.1rem;
}

.aside_card .aside_card-footer  {
	display: flex;
	flex-wrap: wrap;
	margin: 0.5rem 0;
}

.aside_card .aside_card-footer-end {
	justify-content: end;
}

@media screen and (max-width: 1086px) {
    .aside_card .aside_card-footer-end:has(.btn) {
        justify-content: start; 
    }
}

.aside_card form {
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
}

.aside_card .input:not(:has(input[type="checkbox"])):lasrt-child {
	margin-bottom: 0;
}

#lodger_login .aside_card-footer .btn-group{
	margin-top: 2rem;
}

.aside_bloc .checkbox input {
	width: auto;
}

.bloc_infos .recap h3 {
	margin-bottom: 0.8rem;
}

.bloc_infos li {
	list-style: none;
	font-size: 0.9rem;
	padding: 0.3rem 0;
}

.main_bloc .main_bloc-content h3 {
	font-family: var(--font-semi-bold);
	margin-bottom: 1.5rem;
	font-size: 1.1rem;
}

.main_bloc .main_bloc-content p,
.main_bloc-full .main_bloc-content p {
	font-size: 1.1rem;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

.main_bloc .main_bloc-content img,
.main_bloc-full .main_bloc-content img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.main_bloc-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#bloc_search_form {
    width: 100%;
}

form .form_group {
	display: flex;
	gap: 3rem;
	padding: 0.4rem 0;
}

form .form_group .form_group-actions {
	display: flex;
	justify-content: flex-end;
	gap: 1rem;
	width: 100%;
	margin: 1rem 0;
}

form .form_group-filters {
	margin: 0.8rem 0;
	padding: 0.4rem 0;
}

.input.date {
	width: 100%;
}

.input.date#SearchDateFilter {
    width: 48% !important;
}

@media screen and (max-width: 744px) {
    form .form_group {
		flex-direction: column;
		gap: 0.2rem;

		& .input.date,
			.input.date#SearchDateFilter {
			width: 100%!important;
		}
	}

	form .form_group .form_group-filters {
		width: 100%;
	}

	form .form_group .form_group-actions {
		flex-direction: column;
	}

	form .form_group .form_group-actions .btn {
		width: 100%;
	}
}

form .form_group#filters-more-criterias {
	margin: 2rem 0 3rem 0;
}

form .form_group .form_group-filters {
	display: flex;
	flex-direction: column;
	width: 33%;
	row-gap: 0.5rem;
}

@media screen and (max-width: 744px) {
	form .form_group .form_group-filters {
		width: 100%;
		margin: 0.5rem 0;
		padding: 0;
	}

	form .form_group#filters-more-criterias {
		margin: 0;
	}

}

img.encadreleft,img.encadrecenter,img.encadreright {
	border: solid 1px #636162;
}
.main_bloc img.encadreright {
	float: right;
	margin: 0 0 10px 10px;
}
.main_bloc img.encadreleft {
	float: left;
	margin: 0 10px 10px 0;
}
p.plus_criteres {
	margin: 10px 0;
	padding: 10px 0 10px 4px;
	border-color: #e6142d;
	border-style: dashed;
	border-width: 1px 0;
}
p.plus_criteres a {
	text-decoration: none;
	padding-left: 15px;
	background: url(images/puce_plus.png) no-repeat left center;
	color: #e6142d;
	font-size: 1.1em;
}
p.plus_criteres a:hover {
	text-decoration: underline;
}

table.resume_annonce td {
	vertical-align: top;
	padding-right: 10px;
}
table.resume_annonce td h2 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
	color: #000;
}
table.resume_annonce td h2 span {
	color: #e6142d;
}
table.resume_annonce td.plus {
	padding-left: 5px;
	border-left: dashed 1px #b8b8b8;
	padding-right: 0;
}
table.resume_annonce td.plus span {
	display: block;
	color:#686868;
	font-weight: normal;
}
table.resume_annonce td.plus p.prix {
	color: #d0130d;
	font-weight: bold;
	margin-bottom: 0.5em;
}
table.resume_annonce td.plus p.charges {
	color: #e6142d;
	font-weight: bold;
	margin-bottom: 0.5em;
}
table.resume_annonce td.plus p.reference {
	font-weight: bold;
}
p.reference {
	font-size: 0.9em;
}
div.detail_annonce p {
	margin: 4px 0 4px 16px;
}
div.detail_annonce .align p,div.detail_annonce .resume_annonce p {
	margin: 4px 0;
}
div.detail_annonce .resume_annonce p.adresse {
	margin: 4px 0 16px 0;
}
p.no_results {
	padding: 10px 0;
	font-weight: bold;
}
.Annonce_window {
	display: flex;
	flex-direction: column;
	max-height: 350px !important;
}
.Annonce_window hr {
	width: 60%;
	text-align:center;
	margin: 5px 5px 5px 100px;
}
.Annonce_window h3 {
	margin-bottom: 0.6em;
}
.Annonce_window h3 span {
	color:#e6142d;
}
.Annonce_window h3 a {
	text-decoration: none;
	color: #000;
}
.Annonce_window h3 a:hover {
	text-decoration: underline;
}
.Annonce_window .images_annonce {
	width: 125px;
	float: left;
}
.Annonce_window .resume {
	display: flex;
	flex-direction: column;
	width: fit-content;
	margin-left: 180px;
}
.Annonce_window p.lien_detail, .Annonce_window div.annonce {
	clear: both;
}
.Annonce_window div.annonce p {
	margin: 3px 0;
}
.Annonce_window div.annonce p.adresse {
	padding-top: 10px;
}
.Annonce_window p.lien_detail {
	margin: 5px 0;
}
.Annonce_window p.lien_detail a {
	color:#e6142d;
}
.Annonce_window .resume span {
	display: block;
	color:#686868;
	font-weight: normal;
}
.Annonce_window .resume p.prix {
	color: #d0130d;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.Annonce_window .resume p.charges {
	color: #e6142d;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.Annonce_window .resume p.reference {
	font-weight: bold;
}

.detail_annonce h3 {
	font-size: 1.05em;
	color:#e6142d;
}
.detail_annonce ul {
	list-style: none;
}
.detail_annonce ul li {
	margin:4px 0 4px 16px;
}
.fiche_annonce .images_annonce ul li img {
	border: 1px solid #fff;
	border-left: 0;
	border-right: 0;
}
.fiche_annonce .images_annonce ul li img.active {
	border: 1px solid red;
}
.fiche_annonce .images_annonce .view {
	height: 210px;
	border:1px solid #C5C5C5;
	vertical-align: middle;
	display: table-cell;
	width: 210px;
	text-align: center;
	line-height:210px;
}
.fiche_annonce .images_annonce .view img {
	border: 0;
	vertical-align: middle;
}
.fiche_annonce .images_annonce #viewmap {
	padding-top: 1px;
	clear:left;
}

ul.icones li { display: inline; padding: 0 2px;}
ul.icones li img {border: 0;}

p.sauver {
	text-align: right;
	margin-bottom: 0.6em;
}
p.sauver a {
	color:#e6142d;
}
p.sauver a.sauver {
	margin-left:2em;
}
p.sauver a.imprimer {
	color:#686868;
}

li.ajouter {
	margin-top: 1em;
	font-weight: bold;
}
li.ajouter a {
	color:#e6142d;
}


/* html body#top.body_default div#page div#conteneur div.main-success a.fermer */

.main-error,
.main-info,
.main-success,
.main-warning {
  position: relative; 
  margin: 0 0 1rem 0;
  width: 100%;
  padding: 20px 0px 20px 0px!important
}

#messages_flash p,
.main-error p,
.main-info p,
.main-success p,
.main-warning p {
	display: block;
	margin: 0;
	max-width: 90%;
	margin-left: 3rem;
}

.main-success {
  overflow: auto;
  color: #333;
  font-weight: bold;
  font-size: 1.1em;
  background: #edf9eb url("/space/img/icons/accept.png") no-repeat 7px 50%; }

.main-error {t;
  overflow: auto;
  color: #e2001a;
  font-weight: bold;
  font-size: 1.1em;
  background: #fce5e8 url("/space/img/icons/error.png") no-repeat 7px 50%; }

.main-warning {
  overflow: auto;
  color: #f45703;
  font-weight: bold;
  font-size: 1.1em;
  background: #fdedd3 url("/space/img/icons/warning.png") no-repeat 7px 50%; }

.main-error .fermer,
.main-info .fermer,
.main-success .fermer,
.main-warning .fermer {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  text-indent: -999em;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 0.85em;
  overflow: hidden;
  background: transparent url("/space/img/css/fnd/livesearch/icon-reset.gif") no-repeat 0 0; }

.main-error .fermer:hover,
.main-info .fermer:hover,
.main-success .fermer:hover,
.main-warning .fermer:hover {
  background-position: 0 -12px; }

.message,
.main-info {
  overflow: auto;
  font-weight: bold;
  font-size: 1.1em;
  background: var(--color-alert-infos) url("/space/img/icons/info.png") no-repeat 7px 50%;
}

.main-info span a,
.main-success span a,
.main-error span a,
.main-warning span a {
  margin-left: 15px;
  font-size: .915em;
  font-weight: normal; }

.error {
  color: #e2001a;
  font-weight: bold; }
  
.detect_arnaque {
    height: 10%;
    background-color: #C75757;
    color: #ffffff;
    padding: 2px;
    border-radius: 2px;
}

p.discussion-indesirable {
    color: #C75757;
    padding: 8px;
    border-radius: 6px;
    font-weight: bold;
    border: solid 2px #C75757;
}

.clear {
	clear: both;
}

.help_container  {
	position: absolute;
	top: 10px;
	left: 270px;
	z-index: 1;
}

.help_container .help_container-bouton {
	width: max-content!important;
	padding: 0;
	border: none;
	background: none;
	cursor: help;
}

.help_container .help-content {
	position: absolute;
    bottom: 43px;
	right: 0;
    display: inline-flex;
    justify-content: flex-end;
    flex-direction: column;
    width: max-content;
    max-width: 300px;
    height: auto;
    min-height: 30px;
    margin-bottom: 0;
    padding: 0.8rem;
    text-align: left;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    white-space: normal;
    z-index: 0;
    font-size: 0.9rem;
    color: var(--color-text);
    border-radius: 5px;
    -webkit-transform: translate(34px, 11px);
    -ms-transform: translate(34px, 11px);
    transform: translate(34px, 11px);
    background: var(--color-secondary-lighter);
	border-radius: 10px;
}

.help_container .help-content::before {
    content: "";
    display: block;
    position: absolute;
    right: 35px;
    bottom: -8px;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid var(--color-secondary-lighter);
}

.help_container .help-content-hidden {
	display: none;
    -webkit-transform: translate(34px, -999em);
    -ms-transform: translate(34px, -999em);
    transform: translate(34px, -999em);
}
