html
{
	height: 90%;
	font-family: helvetica;
}

body
{
	height: 100%;
	/* background-color: #000000;	 */
}

div
{
	line-height: 1.2;
	padding: 0;
	margin: 0;
}

.hidden
{
	display: none;
}

.header
{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	color: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

.header .content_header
{
	margin: auto;
}

.header .content_header img
{
	width: 120px;
}

.filters, .filters_notifications
{
	display: none;
	max-width: 640px;
	margin: auto;
	padding-bottom: 20px;
	background-color: white;
}

.filters .bts_filters, .filters_notifications .bts_filters
{
	display: flex;
	flex-direction: column;
}

.filters .bts_filters .selected, .filters_notifications .bts_filters .selected
{
	background-color: #000000;
	color: white;
}

.filters .bts_filters div, .filters_notifications .bts_filters div
{
	width: 100%;
	color: #000000;
	text-align: center;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
}

.filters .form_budget
{
	display: none;
}

.footer
{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 80px;
	background-color: #ffffff;
	border-top: 1px solid #000000;
}

.footer .content_footer
{
	margin: auto!important;
	max-width: 640px;
	display: flex;
	flex-direction: row;
	height: 100%;
}

.footer .content_footer .col1
{
	display: flex;
	flex-direction: row;
	width: 40%;
	height: 100%;
}

.footer .content_footer .col1 a
{
	width: 100%;
	height: 100%;
}

.footer .content_footer .col1 .container_img
{
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
}

.footer .content_footer .col1 .container_img img
{
	width: 30px;
	height: 30px;
	margin: auto;
	cursor: pointer;
}

.footer .content_footer .col1 .pastille
{
	position: absolute;
	top: 10px;
	left: 55%;
	background-color: red;
	border-radius: 100%;
	width: auto;
	/* height: auto; */
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	color: white;
	line-height: 12px
}

.footer .content_footer .col2
{
	display: flex;
	flex-direction: row;
	width: 20%;
	height: 100%;
}

.footer .content_footer .bt_filters
{
	width: 60px;
	height: 60px;
	margin-top: -25px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.footer .content_footer .col3
{
	display: flex;
	flex-direction: row;
	width: 40%;
	height: 100%;
}

.footer .content_footer .col3 a
{
	width: 100%;
	height: 100%;
}

.footer .content_footer .col3 .container_img
{
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
}

.footer .content_footer .col3 .container_img img
{
	width: 30px;
	height: 30px;
	margin: auto;
	cursor: pointer;
}

.hidden
{
	display: none;
}

.textOffline
{
	color: red;
}

.notifications
{
	opacity: 0;
	padding-top: 0px;
	padding-bottom: 160px;
	margin: auto!important;
	max-width: 640px;
}

.notifications .item
{
	margin-left: 10px;
	margin-right: 10px;
	border-top: 1px solid #000000;
	cursor: pointer;
	background-color: white;
}

.notifications .item .content
{
	display: flex;
	flex-direction: row;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.notifications .item .content .textes
{
	width: 100%;
}

.notifications .item .content .textes .row_1
{
	padding: 10px;
}

.notifications .item .content .textes .row_1 .favorite::before
{
	font-family:"dashicons";
	content:"\f154";
	line-height:13px;
	vertical-align:top;
	color: black;
}

.notifications .item .content .textes .row_1 .favorite_active::before
{
	font-family:"dashicons";
	content:"\f155";
	line-height:13px;
	vertical-align:top;
	color: #000000;
}

.notifications .item .content .textes .titre
{
	color : #000000;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.2;
}

.notifications .item .content .textes .date
{
	color : #000000;
	padding-left: 10px;
	line-height: 1.2;
}

.notifications .item .content .textes .famille
{
	color : #000000;
	line-height: 1.2;
}

.notifications .item .content .textes .operation
{
	color : #000000;
	padding-left: 10px;
	line-height: 1.2;
}

.notifications .item .content .textes .description
{
	color : #000000;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 1.2;
}

.liste
{
	opacity: 0;
	padding-top: 0px;
	padding-bottom: 160px;
	margin: auto!important;
	max-width: 640px;
}

.liste .titre_liste, .notifications .titre_liste
{
	padding: 20px;
	font-size: 26px;
	line-height: 1.2;
	color : #000000;
	text-align: center;
}

.liste .item
{
	margin-left: 10px;
	margin-right: 10px;
	border-top: 1px solid #000000;
	cursor: pointer;
	background-color: white;
}

.liste .item .content
{
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 10px;
}

.liste .item .content .image
{
	width: 120px;
	line-height: 0;
}

.liste .item .content .image img
{
	width: 100%;
}

.liste .item .content .textes
{
	width: 100%;
}

.liste .item .content .textes .titre
{
	color : #000000;
	padding-left: 10px;
	line-height: 1.2;
}

.liste .item .content .textes .ville
{
	font-weight: bold;
	padding-left: 10px;
	line-height: 1.2;
}

.detail
{
	opacity: 0;
	padding-top: 10px;
	background-color: white;
	margin: auto!important;
	max-width: 640px;
	padding-bottom: 160px;
}

.detail .item
{
	margin-left: 10px;
	margin-right: 10px;
}

.detail .item .content .image
{
	position: relative;
}

.detail .item .content .image .infos
{
	position: absolute;
	top: 10px;
	left: 10px; 
}

.detail .item .content .image .vignette img
{
	width: 178px;
}

.detail .item .content .image img
{
	width: 100%;
}

.detail .item .content .textes
{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.detail .item .content .textes .titre
{
	color : #000000;
	line-height: 1.2;
	font-size: 20px;
}

.detail .item .content .textes .ville
{
	font-weight: bold;
	line-height: 1.2;
	font-size: 28px;
	color : #000000;
	text-decoration: underline;
}

.detail .item .content .textes .infos
{
	padding-top: 20px;
	/* padding-left: 10px; */
	line-height: 1.2;
	display: flex;
	flex-direction: column;
}

.detail .item .content .textes .infos dir
{
	padding: 15px;
	line-height: 1.2;
	height: 20px;
	width: 320px;
	margin: auto;
	border: 1px solid #000000; 
	margin-bottom: 10px;
	font-size: 20px;
	color : #000000;
}

.detail .item .content .youtube .titre
{
	padding-bottom: 20px;
	font-size: 28px;
	line-height: 1.2;
	color : #000000;
}

.detail .item .content .lots
{
	padding-top: 20px;
	line-height: 1.2;
}

.detail .item .content .lots .titre
{
	padding-bottom: 20px;
	font-size: 28px;
	line-height: 1.2;
	color : #000000;
}

.detail .item .content .lots table
{
	width: 100%;
	border-collapse: collapse;
}

.detail .item .content .lots table .head
{
	background-color: #000000;
	color: white;
}

.detail .item .content .lots table .libre
{
	color: #276639;
}

.detail .item .content .lots table .optionne
{
	color: #f99208;
}

.detail .item .content .lots table .reserve
{
	color: #b52f2f;
}

.detail .item .content .lots table td
{
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
}

.detail .item .content .texte_datagrid
{
	padding-top: 20px;
	line-height: 1.2;
}

.detail .item .content .texte_presentation
{
	padding-top: 20px;
	line-height: 1.2;
}

.detail .item .content .texte_presentation .titre
{
	padding-bottom: 20px;
	font-size: 28px;
	line-height: 1.2;
	color : #000000;
}

.detail .item .content .googlemap
{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	height: 300px;
}

.detail .item .content .iframe_googlemap
{
	overflow:hidden;
	border:0px;
	width:100%;
	height:100%;
}

.detail .item .content .documents
{
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.2;
}

.detail .item .content .documents .titre
{
	padding-bottom: 20px;
	font-size: 28px;
	line-height: 1.2;
	color : #000000;
}

.detail .item .content .documents table td
{
	padding: 5px;
}

.detail .item .content .documents table td a
{
	text-decoration: none;
	color: black;
}

.detail .item .content .form
{
	line-height: 1.2;
	padding: 30px;
	background-color: black;
}

.detail .item .content .form .texte
{
	padding-bottom: 30px;
	font-size: 18px;
	color: white;
	line-height: 1.2;
}

.detail .item .content .form .titre
{
	padding-bottom: 30px;
	font-size: 20px;
	color: white;
	line-height: 1.2;
}

.detail .item .content .form .form_content form
{
	width: 100%;
	font-size: 16px;
}

.detail .item .content .form .form_content form .row_formulaire 
{
  	display: flex;
}

.detail .item .content .form .form_content form .col_formulaire 
{
  	width: 100%;
  	margin: 0px;
  	display: flex;
  	flex-direction: column;
}

.detail .item .content .form .form_content form input, 
.detail .item .content .form .form_content form select, 
.detail .item .content .form .form_content form textarea 
{
  	width: 100%;
  	font-family: helvetica;
  	border: 1px solid #707070;
  	background-color: #FFFFFF;
  	padding-left: 5px;
  	padding-right: 1px;
  	padding-top: 13.3px;
  	padding-bottom: 13.3px;
  	box-sizing: border-box;
  	margin-bottom: 10px;
  	text-align: center;
  	line-height: 27px;
  	color: black;
}

.detail .item .content .form .form_content form input[type="submit"], #site select 
{
  cursor: pointer;
}

.detail .item .content .form .form_content form select 
{
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
  	background: #FFFFFF url('ionicons/arrow-down-b.png');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  	background-repeat: no-repeat;
  	background-size: 20px 20px;
  	background-position: 98% center;
  	flex-shrink: 0;
  	color: black;
}

.detail .item .content .form .form_content form .reponse 
{
  	padding-top: 10px;
}


@media screen and (max-width:320px)
{
    .liste .item .content
	{
		display: block;
	}

	.liste .item .content .image
	{
		width: 100%;
	}

	.liste .item .content .textes
	{
		padding-top: 10px;
	}
}

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animated_overlay{-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}

@keyframes margeTop
{
	from { margin-top :  calc(50vh) } to { margin-top: 10px; }
}

.margeTop
{
	animation-name:margeTop;
}

@keyframes logoSmall
{
	from { width :  120px } to { width: 100px; }
}

.logoSmall
{
	animation-name:logoSmall;
}

@keyframes listeVisible
{
	from { opacity :  0 } to { opacity: 1 }
}

.listeVisible
{
	animation-name:listeVisible;
}

@keyframes listeInVisible
{
	from { opacity :  1 } to { opacity: 0 }
}

.listeInVisible
{
	animation-name:listeInVisible;
}

@keyframes detailVisible
{
	from { opacity :  0 } to { opacity: 1 }
}

.detailVisible
{
	animation-name:detailVisible;
}
