hahah/********BODY*******/
body{
	font-family: 'Open Sans', sans-serif;
}
.container{
	margin: 0 auto;

}

/********BARRE DE NAVIGATION*******/
.navbar{
	margin-bottom: 0px;
}

.navbar-inverse{
	margin-bottom: 0px;
	border-radius: 0px;
}
.navbar-inverse .navbar-nav li a {
	font-size: 13px;
}
/********PAGE INDEX*******/
.imageHeader{
	width: 100%;
	height: 42em;
  background-image: linear-gradient(to right, #42D0A2, #3FC005);
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.imageHeader div p{
	font-size: 4em;
	color:white;
}
.getUserFullName{
	font-weight: 700;
}
.paragrapheHeader{
	margin-top: 10px;
	text-align: center;
}

/********PAGE ANNONCE*******/
#barre{
	width:100%;
	height:50px;
	background: #42D0A2;
	cursor: pointer;
	padding-top: 0em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}
#rideau{
	width:100%;
	height:190px;
	background: #F2F4F4;
	display:none;
}
.form-annonces{
	margin-top: 30px;
	text-align: center;
}
/*.form-group{
	width:70%;
}*/
.btn-primary{
	margin-top: 1em;
	background:#42D0A2;
	color:white;
	border:none;
}
.bigmain{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.main {
	display: flex;
	width: 30%;
	height: 435px;
	flex-direction: column;
	align-items: center;
	margin-right: 10px;
	margin-bottom: 18px;
	justify-content: center;
	background: white;
	margin-top: 32px;
}
.photo{
	width: 100%;
}
.photo img{
	width: 100%;
	display: flex;
	margin: 0 auto;
}
.contenu{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 13px;
}
.titreAnnonce{
	font-size: 18px;
	color: #515151;
}
.prixAnnonce{
	font-size: 25px;
	color: #777;
	font-weight: 100;
	margin-bottom: 39px;
}
.prixAnnonce a{
	font-size: 14px;
	text-align: left;
}
.descriptionAnnonce{
	color: #777;
	font-size: 12px;
}
/********PAGE DE CONNEXION*******/
.connexion{
	display: flex;
}
.gauche-connexion{
	width: 35%;
	height: 42em;
	background: #42D0A2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gauche-connexion div{
	width: 90%;
	text-align: center;
	color: white;
}
.gauche-connexion div img{
	width: 50%;
}
.gauche-connexion div p{
	font-style: italic;
	font-weight: 100;
}
.droite-connexion{
	width: 65%;
	height: 42em;
}
.droite-connexion form{
	width: 80%;
	margin: 13em auto;
}

/********PAGE DE INSCRIPTION*******/
.inscription{
	display: flex;
}
.gauche-inscription{
	width: 35%;
	height: 42em;
	background: #FFCF00;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gauche-inscription div{
	width: 90%;
	text-align: center;
	color: white;
}
.gauche-inscription div img{
	width: 50%;
}
.gauche-inscription div p{
	font-style: italic;
	font-weight: 100;
}
.droite-inscription{
	width: 65%;
	height: 42em;
}
.droite-inscription form{
	width: 80%;
	margin: 5em auto;
}
.haha{
	display: flex;
	justify-content: space-between;
}
.haha .form-group{
	width: 49%;
}
.btn-inscription{
	background:#FFCF00;
}

/********PAGE DE PROFIL*******/
.profil{
	width: 100%;
	display: flex;
	margin: 0 auto;
}
.profil-gauche{
	width:25%;
	height: 42em;
	background:#42D0A2;
	text-align: center;
}
.profil-gauche img{
	width:50%;
	margin-top: 20px;
}
.profil-gauche hr{
	width:75%;
	margin-top: 20px;
}
.paragrapheun{
	font-size: 16px;
	font-weight: 600;
	color: white;
}
.paragraphedeux{
	font-size: 12px;
	font-weight: 100;
	color: white;
}
.profil-droite{
	width:75%;
}
.profil-droite div{
	margin : 0 auto;
}
/********PAGE ANNONCE*******/
.bigmain{
	display: flex;
	margin-top: 30px;
}
.gauche-annonce{
	width: 50%;
	text-align: center;
}
.gauche-annonce img{
	width: 80%;
	margin-top: 37px;
}
.droite-annonce{
	width: 50%;
	text-align: center;
	margin-top: 40px;
}
.gris{
	background: #777;
}
.commmentaire{
	background: #515151;
	margin-top: 72px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.body{
	background: #FCFCFC;
}
.btn-primary a{
	color : white;
	text-decoration: none;
}
.table .center{
	text-align: center !important;
	display: flex;
justify-content: center;
	width: 150px;
}
.table .center img{
	width: 50%  !important;
	height:20%;
}
h3{
	margin-top: 40px !important;
	font-weight: 100 !important;
	font-size: 30px;
}
.navbar-default{
	border-color: #f8f8f8;
}
.mainAnnonce {
	display: flex;
	width:33%;
	height: 435px;
	flex-direction: column;
	margin-right: 10px;
	margin-bottom: 30px;
}
.photoAnnonce{
	width: 100%;
}
.photoAnnonce img{
	width: 100%;
	display: flex;
	margin: 0 auto;
}
.contenuAnnonce{
	padding-left: 15px;
	padding-right: 15px;
	color: #777;
	font-size: 12px;
}
.titreAnnonces{
	margin-top: 18px;
	font-size: 18px;
	color: #515151;
}
.prixAnnonces{
	font-size: 16px;
	color: #777;
}
.h1{
	color : white;
}
.nothing{
	text-align: center;
}
.nothing img{
	width: 60%;
}
.message{
	font-size: 40px;
	font-family: 'Monoton', cursive;
	margin-top: 30px;
	padding-bottom: 20px;
}
#comcom{
	font-family: 'Sacramento', cursive;
	font-size: 40px;
	text-align: center;
	color : white;
}
.formcomcom{
	text-align: center;
	margin-bottom: 20px;
}
.formcomcom textarea{
	text-align: center;
	font-style: italic;
	font-weight: lighter;
	padding-top: 20px;
}
.titreAnnoncesModify{
	font-weight: 100;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
.venduPar a{
	color : #42D0A2
}
.hrAnnonce{
	width: 95%;
	margin-bottom: 30px !important;
	margin-top: 10px;
}
.stats{
	font-weight: 700;
	margin-top: 50px;
	color : #42D0A2;
}
.statistiques{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.topStats{
	width: 45%;
	background: #FCFCFC;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 50px;
	text-align: center;
}
.paragrapheStats {
	font-weight: 500;
}
.paragrapheStats{
	line-height: 10px
}
.titreStatistiques{
	margin-top: 50px;
	font-weight: 100;
	text-align: center;
	margin-bottom: 40px;
}
.comcom2{
	text-align: center;
	color: white;
	margin-bottom: 20px;
}
.center{
	display: flex;
  margin: 0 auto;
}
.carte{
	height:300px;
	margin-left:42px;
	margin-top: 50px;
	text-align: center;
}
.messagelargeur{
	width: 600px;
}
.fleurs{
	display: flex;
}

.fleurs p{
	margin-top: 30px;
	font-size: 20px;
	color : #42D0A2;
	font-weight: 100;
}
.avistitre{
	text-align: center !important;
	color: white;
	font-size: 30px;
	margin-bottom: 15px;
	padding-top: 50px;
	font-weight: 100;
}
.commmentaire2{
	background: #515151;
	margin-top: 72px;
	padding-bottom: 30px;
}
.lien{
	color:#FE4365;
}
.super{
	width:10%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
}
.aviscivilite{
	text-align: center;
	display: block;
  margin-top: 20px;
	color:white;
	font-weight: 100;
}
.avistitre2{
	width:50%;
	display: flex;
	margin: -14px auto;
}
.aligner{
	display: block;
	margin: 26px auto;
}
em {
			display: block;
			margin: .5em auto 2em;
			color: #bbb;
		}

		p, p a {
			color: #aaa;
			text-decoration: none;
		}
		p a:hover,
		p a:focus {
			text-decoration: underline;
		}
		p + p { color: #bbb; margin-top: 2em;}
		.detail {position: absolute; text-align: right; right: 5px; bottom: 5px; width: 50%;}

		a[href*="intent"] {
			display:inline-block;
			margin-top: 0.4em;
		}
.rating {
			width: 226px;
			margin: 0 auto 1em;
			font-size: 45px;
			overflow:hidden;
			margin-top: -26px;
			margin-bottom: 10px;
		}
		.rating a {
			float:right;
			color: #aaa;
			text-decoration: none;
			-webkit-transition: color .4s;
			-moz-transition: color .4s;
			-o-transition: color .4s;
			transition: color .4s;
		}
		.rating a:hover,
		.rating a:hover ~ a,
		.rating a:focus,
		.rating a:focus ~ a		{
			color: orange;
			cursor: pointer;
		}
		.rating2 {
			direction: rtl;
		}
		.rating2 a {
			float:none;
			font-size: 20px;
		}
		.commentaireAnnonce{
			width:150px;
		}
		.commentaireAnnonce2{
			width:200px;
		}
