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

body
{
	height: 100%;
}

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

.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: 150px;
}

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

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

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

.filters .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: 1280px;
	display: flex;
	flex-direction: row;
	height: 100%;
}

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

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

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

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

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

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

.hidden
{
	display: none;
}

.textOffline
{
	color: red;
}

.login
{
	opacity: 0;
	padding-top: 20px;
	padding-bottom: 160px;
	margin: auto!important;
	max-width: 1280px;
}

.login-container
{
	position:relative;
	width:300px;
	margin:80px auto;
	padding:20px 40px 40px;
	text-align:center;
	background:#fff;
}

.login-container .form-box
{
	box-sizing: border-box;
}

.login-container button
{
	width:100%!important
}

.login-container .output
{
	padding: 20px;
	margin-bottom: 20px;
}

.login-container .form-group 
{
  	margin-bottom: 15px;
}

.login-container .form-group .form-control 
{
  	background-color: #fafafa !important;
	display: block;
	width: 275px;
	height: 34px;
	padding: 6px 12px;
	padding-right: 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.login-container .form-group button, .login-container .form-group input
{
  	margin: 0;
  	font: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
  	color: inherit;
}

.login-container .btn-info 
{
  	color: #fff;
  	background-color: #5bc0de;
  	border-color: #46b8da;
}

.login-container .btn 
{
  	display: inline-block;
  	padding: 6px 12px;
  	margin-bottom: 0;
  	font-size: 14px;
  	font-weight: 400;
  	line-height: 1.42857143;
  	text-align: center;
  	white-space: nowrap;
  	vertical-align: middle;
  	-ms-touch-action: manipulation;
  	touch-action: manipulation;
  	cursor: pointer;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	background-image: none;
  	border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  	border-radius: 4px;
}

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

.liste .titre_liste
{
	padding: 20px;
	font-size: 28px;
	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: 150px;
	line-height: 0;
}

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

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

.liste .item .content .textes .societe
{
	font-weight: bold;
	color : #000000;
	padding-left: 10px;
}

.liste .item .content .textes .titre
{
	font-style: italic;
	color : #000000;
	padding-left: 10px;
}

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

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

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

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

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

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

.detail .item .content .image img
{
	max-width: 320px;
	margin: auto;
}

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

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

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

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

.detail .item .content .form
{
	/* padding: 30px; */
	background-color: white;
}

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

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

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

.detail .item .content .form .form_content form .row_formulaire, .detail .item .content .form .form_content form .row_formulaire2
{
  	display: flex;
  	flex-direction: row;
  	margin: 0px;
}

.detail .item .content .form .form_content form .col_formulaire 
{
  	margin: 0px;
  	display: flex;
  	flex-direction: row;
}

.detail .item .content .form .form_content form label
{
	width: 100%;
  	font-family: helvetica;
  	padding-left: 5px;
  	padding-right: 5px;
  	padding-top: 8px;
  	padding-bottom: 8px;
  	box-sizing: border-box;
  	/* margin-bottom: 10px; */
  	line-height: 27px;
}

.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: 5px;
  	padding-top: 8px;
  	padding-bottom: 8px;
  	box-sizing: border-box;
  	/* margin-bottom: 10px; */
  	line-height: 27px;
}

.detail .item .content .form .form_content form .champs
{
	width: 100%;
}

.detail .item .content .form .form_content form .champs input
{
	background-color: #efefef;
}

.detail .item .content .form .form_content form .radios
{
	border: 1px solid #707070;
	padding-left: 20px;
	display: flex;
}

.detail .item .content .form .form_content form .champs input
{
	text-align: left;
}

.detail .item .content .form .form_content form .labels
{
	/* width: 200px; */
}

.detail .item .content .form .form_content form .labels input
{
	text-align: right;
}

.detail .item .content .form .form_content form input[type="radio"]
{
  	width:20px;
}

.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;
}

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

input[type='radio']
{
	height: 40px!important;
}

@media screen and (max-width:1179px)
{
	.detail .item .content .form .form_content form .row_formulaire 
	{
	  	flex-direction: column;
	}

	.detail .item .content .form .form_content form .table 
	{
	  	overflow: auto;
	}

	.detail .item .content .form .form_content form .labels input
	{
		text-align: left;
	}

	.detail .item .content .form .form_content form .radios
	{
		flex-direction: column; 
	}

	.detail .item .content .form .form_content form .champs
	{
		width: auto;
	}
}


@media screen and (max-width:375px)
{
    .liste .item
	{
		margin-left: 0px;
		margin-right: 0px;
	}

    .liste .item .content
	{
		display: block;
		padding-left: 0px;
		padding-right: 0px;
	}

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

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

	input[type='date']
	{
		/* width: 95%!important; */
	}
}

.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 :  150px } to { width: 150px; }
}

.logoSmall
{
	animation-name:logoSmall;
}

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

.loginVisible
{
	animation-name:loginVisible;
}

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

.loginInVisible
{
	animation-name:loginInVisible;
}

@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;
}
