@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* h4, */

/* liens ------------------------ */
a {
	color: #06c;/*bleu */
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #CC3300; /*rouge */
}
.red {
	color: #CC3300;
	text-decoration: underline;
}
.grey {
	color: #777;/*grey */
}
/* arrondis --------------------- */
.roundme-sm {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.roundme-md {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
/* couleurs -------------------- */
.colordme-light {
	background-color: #F5F5F5; /* Gris clair, ariane */
}
.colorbg01 {
		background-color: #FC6; /* Orange clair titreBox searsh*/
}
.colorbg02 {
	background-color: #036; /* Bleu Foncé titreBox */
	color: #FFFFFF;
}
.bg {
	background-color: white;
}
.colorselect {
		background-color: #F5F5F5; /* Orange clair titreBox searsh*/
		margin-left: 10px;	
}
/* Liste ---------------------- */
ul {
	padding:0;
	margin:0;	
}
li {
	list-style-type: none;
	font-weight: normal;
	padding-left: 11px;
	line-height: 20px;
	margin-left: -5px;	
}
li a {
	text-decoration:none;
}
li a span {
	color:#333;
}

.list01 li:before, .list02 li:before, .list03 li:before  {
	padding-right: 5px;
	content: url(/2015images/bullet01.gif);
}

/* Région bas du site : interlignage plus grand */
.list02 li {
	line-height: 25px;
}

.list03 li:before {
	content: url(/2015images/bullet02.gif);
}
.list03 li a {
	color: white;
}
.list03 li a:hover {
	color: white;
	text-decoration: underline;
}

.lh02 li {
	line-height: 25px;
}

/* Boostrap complement */
	.text-left{text-align:left}
	.text-right{text-align:right}
	.text-center{text-align:center}
	
	.list-inline {
		padding-left: 0;
		margin-left: -5px;
		list-style: none;
	}
	.list-inline > li {
		  display: inline-block;
		  padding-right: 5px;
		  padding-left: 5px;
		
	}
	.list-inline li:before {
		content: none;
	}
	
	/* breadcrumb */
	.breadcrumb {
		padding: 8px 15px;
		margin-bottom: 20px;
		list-style: none;
		margin-top: 10px;
	}
	.breadcrumb a {
		color: black;
	}
	.breadcrumb a:hover {
		text-decoration: underline;
	}
	.breadcrumb > li {
		display: inline-block;
	}
	.breadcrumb > li:before {
		padding: 0 5px;
		content: url(/2015images/bullet03.gif);
	}
	.breadcrumb > .active {
		color: #777; /*gris txt */
	}
	/* breadcrumb */
	
	.nav-tabs > li > a {
   		background-color: #eeeeee;
	}
	
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}


.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* ../Boostrap complement */




/* HEADER */

	header {
		background-color: #2a84c6; /* bleu logo */
		border-bottom: 1px solid black;
		background-image: none;
	}
	@media (min-width: 768px) {
	header {
		background-color: #d4eefb; /* bleu ciel idem bg image */
		background-image: url(/2015images/tetiere.jpg);
		background-position: 50% 0%;
		padding: 10px 0px 10px 0px;
	}
	}

	.baseline {
	color: white;
	text-align: center;
	font-weight: 500;
	}
	@media (min-width: 768px) {
	.baseline {
		color: black;
		text-align: left;
		font-size: 1.1428em; /* 16px 16:14 */
		margin-top: 10px;
	}
	}
		
	.logo	{
		background-color: #2a84c6; /* bleu logo */
		text-align: center;
	}
	@media (min-width: 768px) {
	.logo      {
		float: left;
		padding: 10px;
	}
	}	
	
	.flags {
		text-align: right;
		margin-bottom: 20px;
	}
	.flags a img {
		width: 25px;
	}
	.flags a {
		color: black;
		text-decoration: underline;
	}
	
	.slidemenu {
	position: fixed;
	top: 5px;
	left: 5px;
	z-index: 1000;
	}
	
/* ../HEADER */



	/* CONTENT ***********************************************/	

	.content {
		background-color: #F5F5F5;
	}
	
	.titrepage {
		display: block;
		background-color: #2A84C6;
		font-size: 1.1428em;/* 16px 16:14 */
		color: #FFFFFF;
		padding-top: 6px;
		padding-right: 6px;
		padding-bottom: 6px;
		padding-left: 12px;
	}
	
	/* box moteur de recherche */
	.boxsearch {
		background-color: #FFAF36; /* Orange */
		padding: 10px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		margin-bottom: 40px;
	}
	/* ../box moteur de recherche */
	
	/* titre en haut de la box */
	.boxheading {
		display: block;
		text-align: center;
		padding: 5px;
		font-size: 1.0714em;/* 15px 16:14 */
		margin-bottom: 15px;
		font-weight: normal;
	}

	.boxgradient {
		padding: 10px;
		border: 1px solid #999;
		background-image: url(/2015images/gradient-bloc.jpg);
		background-repeat: repeat-x;
		background-position: top;
		background-color: white;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
	}
	
	
	/* htfix ***********************************************/	
	.htfixacc03{
		height: auto; /* accueil : carte france */
		overflow-y: hidden;
	}	

	@media (min-width: 992px) {
		.htfixacc03 {
			height: 520px; /* accueil : carte france */
		}
	}
	/* ./htfix ***********************************************/	
	
	.tabs01 {
		margin-top: 40px;
		margin-bottom: 10px;
	}
	.space {
		margin-bottom: 40px;
	}
	.marginb {
		margin-bottom: 15px;
	}
	.margint {
		margin-top: 15px;
	}

	/* ./CONTENT ***********************************************/	
	
	
	
	/* annsmall ***********************************************/	
	.groupeann {
		border: 1px solid #999; /* Gris foncé */
		background-color: #F7F7F7; /* Gris très clair */
		padding: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
  	}
	
	.annsmall h3 {
	display: block;
	margin: 0;
	padding: 0;
	}
	.annsmall .stitle {
	display: block;
	padding: 0;
	font-size: 0.9285em;/* 13px 13:14 */
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	}
	
	.annsmall p {
	margin-top: 0px;
	margin-bottom: 0px;
	}

	.annsmallpic {
		float: left;
		width: 50%;
	}
	.annsmalltxt {
		float: right;
		width: 50%;		
	}
	@media (min-width: 768px) {
	.annsmallpic img {
		height: 80px;
		width:  105px;
	}

	}
	@media (min-width: 992px) {
	.annsmallpic {
		width: 52%;
	}
	.annsmallpic img {
		height: 105px;
		width:  140px;
	}
	.annsmalltxt {
		width: 48%;		
	}
	}
	@media (min-width: 1200px) {
	.annsmallpic {
		width: 55%;
	}
	.annsmallpic img {
		height: 100px;
		width:  135px;
	}
	.annsmalltxt {
		width: 45%;		
	}
	}

	.annsmalltxt p {
		font-size: 0.7857em;/* 11px 11:14 */
		margin-bottom: 10px;
	}
	
	.annsmalltxt span {
	display: block;
	font-size: 18px;
	color: #06c;
	font-weight: bold;
	}
	
	/* ./annsmall ***********************************************/	
	
	


	
	
	
	/* annsxs ***********************************************/
	.annxs {
		margin-bottom: 15px;
	}
	.annxspic {
		width: 100%; /* largeur PicSmall */
	}
	.annxstxt {
		text-align: center;
	}
	@media (min-width: 768px) {
	.annxspic {
	width: 80px;
	float: left;
	margin-right: 10px;
	}	
	.annxstxt {
		text-align: left;
		margin-left: 10px;
		font-size: 0.9285em; /* 13px 13:14 */
	}	
	}	
	


	/* ./annsxs ***********************************************/
	
	
	/* France/Region */
	#map {
	width: 100%;
	height: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	@media (min-width: 768px) {
	#map {
		width: 100%;
		height: 650px;
	}

	}
	
	.map {
		width: 95%;
		height: 350px;
	}
	@media (min-width: 768px) {
	.map {
		width: 100%;
		height: 650px;
	}
	}
	
	/* France/Departement */
	.tri {
		margin-bottom: 20px;
		text-align: right;
	}
	
	
	/* FOOTER ***********************************************/	
	footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #2A84C6;
	color: #FFFFFF;
	}
	
	.txtfooter {
	display: block;
	margin-top: 30px;
	text-align: justify;
	}
	@media (min-width: 768px) {
	.txtfooter {
	margin-top: 0px;
	}
	}
	.footerflags a {
		color: white;
	}
	.footerflags a:hover {
		color: white;
		text-decoration:underline;
	}
	.footerflags {
	content: none;
	margin-top: 25px;
	text-align: center;
	}
	@media (min-width: 992px) {
	.footerflags {
	text-align: right;
	}
	}
	/* ./FOOTER ***********************************************/	
	
	

.listannonce li {
	font-size: 0.8571em;/* 12px 12:14 */
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	background-image: url(/2015images/gradient-bloc.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: white;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.listannonce li:hover{
	border: 1px solid #000;
}
.plus1pt{
	font-size: 1.8571em;/* 12px 12:14 */
}

.annbigheader {
	margin-bottom: 10px;
}
.annbigheader a {
	text-decoration: underline;
}
.annbigheader h3 {
	color: #000;
	font-size: 1.4em;
}
.annbigheader span {
	color: #777;
}
.annbigheader strong {
	font-weight: normal;
}


.annbigpic {
	float: left;
	width: 50%;
	padding-right: 15px;
}
.annbigtxt {
		float: left;
		width: 50%;
		text-align: justify;
	}
.annbigprice {
		float: none;
		text-align: center;
		color: #06c;
		clear: both;
}
.annbigbtn {
	float: none;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.annbigprice {
		float: none;
		text-align: right;
		color: #06c;
	}
.annbigprice span {
		font-size: 22px;
		font-weight: bold;
}
@media (min-width: 768px) {
	.annbigpic {
		float: left;
		width: 25%;
		padding-right: 15px;
	}
	.annbigtxt {
		float: left;
		width: 60%;
		text-align: justify;
	}
	.annbigprice {
		float: right;
		width: 10%;
		text-align: center;
		clear: none;
	}
	.annbigprice span {
		display: block;
		font-size: 22px;
		font-weight: bold;
	}
}

.annbigfooter{
	clear: both;
	text-align: left;
	font-size: 1.0769em;/* 13px 14:13 */
}


/* autocomplete ***********************************************/
.autocomplete-suggestions {
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
/* ./autocomplete ***********************************************/


/* carousel ***********************************************/
@media (min-width: 768px) {
.space-vignette {
	margin-top: 15px;
	text-align: center;
}
}
@media (min-width: 992px) {
.space-vignette {
  margin-top: 0px;
}	
}
@media (min-width: 1200px) {	
.space-vignette {
  text-align: right;
}
}
	
.carousel-inner > .item > img {
	margin: 0 auto;
	max-height: 270px !important;
}
.carousel-inner {
	height: 270px !important;
}
.chevron{
	width:50%;
	position:absolute;
	top:40%;
}
.chevron-left{left:5%;}
.chevron-right{right:5%;}

@media (min-width: 768px) {
	.carousel-inner > .item > img {
		margin: 0 auto;
		max-height: 300px !important;
	}
	.carousel-inner {
		height: 300px !important;
	}
	.chevron{
		width:40%;
	}
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}	
.selected img {
	opacity:0.5;
}

.price {
	color: #06c;
	margin-bottom: 15px;
	font-size: 1.2em;
}
.price span {
	font-weight: bold;		
}

.opacity:hover {
	opacity:0.5;
}


      
        	

/* ./carousel ***********************************************/

.vignette {
	width: 96px;
	height: 62px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 10px;
}
@media (min-width: 1200px) {
.vignette {
	width: 120px;
	height: 78px;
}
}
.vignette:hover {
	opacity:0.5;
}  

@media (min-width: 768px) {

}
/* Portrait tablets and medium desktops */
@media (min-width: 992px) {
	
	

}	
/* Large desktops and laptops */
@media (min-width: 1200px) {

	
}
