/* ------------------------------ 
   Bootstrap
   ------------------------------*/
@import url('bootstrap.min.css');

/* ------------------------------ 
   Fonts
   ------------------------------*/
/*@import url('fonts.css');*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,700,600italic,600,400italic,300italic,300);
@import url(http://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);

/* ------------------------------ 
   Générale
   ------------------------------*/
html, body {
	height: 100%;
}

/*Opera Fix "Footer bas"*/
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px
}

body{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #fff;
}
body.index{
	background: url('/img/bg-home.jpg') no-repeat center 80px fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h1{
	font-size: 17px;
	line-height: 20px;
}

h1.titre-page{
	font-family: Lora, Times, serif;
	font-size: 42px;
	line-height: 44px;
}

h2{
	font-size: 23px;
}

.sous-titre-page{
	font-family: Lora, Times, serif;
	font-size: 32px;
	line-height: 34px;
}

h2.titre-text{
	font-size: 14px;
	text-transform: uppercase;
	font-style: italic;
}

h3{
	font-size: 20px;
}

a{
	color: inherit;
	text-decoration: none;
}

a:hover{
	color: #2ba537;
	text-decoration: underline;
}

hr.mini{
	margin: 5px 0;
}

hr.bd-1{
	border-top: dashed 1px #cfcfcf;
}
hr.bd-2{
	border-top: dashed 2px #cfcfcf;
}

.important{
	color: #cc0000;
}

.text-gris{
	color: #ccc;
}

.text-color{
	color: #2ba537;
}

.bg-blanc{
	background: #fff;
}

.font-serif {
	font-family: Lora, Times, serif;
}

.left{
	float: left;
}

.right{
	float: right;
}

.uppercase{
	text-transform: uppercase;
}

.padding-h-100{
	padding: 0 100px;
}

body.index .btn-footer{
	border: solid 1px #fff;
	color: #fff;
}
body.index .btn-footer:hover{
	background: #fff;
	color: #000;
}

.btn-footer{
	border: solid 1px #000;
	border-radius: 0px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 9px;
}
.btn-footer:hover{
	background: #000;
	color: #fff;
}

.btn-green{
	font-family: Lora, Times, serif;
	font-style: italic;
	background: #2ba537;
	border: solid 1px #6ec176;
	border-radius: 0;
	color: #fff;
}
.btn-green:hover{
	color: #fff;
}

.btn-adherent{
	font-family: Lora, Times, serif;
	font-weight: 700;
	background: url('/img/bg-bloc-login.gif');
	border: solid 1px #bdcfa7;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	margin-top: 10px;
	color: #2ba537;
}

.note-green{
	background: url("/img/bg-note-green.gif");
	padding: 25px 35px;
	color: #fff;
	position: relative;
	margin-bottom: 20px;
}
.note-green:after{
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background: url("/img/folding-note-green.png");
	position: absolute;
	top: 0;
	left: 0;
}
.note-green a:hover{
	color: #fff;
}

.ui-state-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.ui-state-error:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.absolute-bottom{
	position: absolute;
	bottom: 0;
}

/* ------------------------------ 
   StyleSheet
   ------------------------------*/
#wrap {
	min-height: 93%;
}
/*IE7 Fix "Footer bas"*/
.ie7 #wrap {
	display: table;
	height: 93%;
}

#top{
	background: #fff;
	height: 100px;
	padding: 55px 100px 0 100px;
}
#bloc-login{
	font-family: Lora, Times, serif;
	background: url('/img/bg-bloc-login.gif');
	border: solid 1px #bdcfa7;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 20px;
	width: 220px;
	color: #2ba537;
	position: absolute;
	top: -30px;
	z-index: 10;
}
#bloc-login .titre{
	font-size: 24px;
	font-weight: 700;
	margin-top: 7px;
}
#bloc-login .sous-titre{
	font-size: 15px;
	margin-top: 0px;
}
#bloc-login label{
	font-style: italic;
	font-size: 12px;
}
#bloc-login .form-group {
    margin-bottom: 10px;
}
#bloc-login .form-control{
	border-color: #2ba537;
	height: 29px;
}
#bloc-login .btn-link{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #2ba537;
	padding: 2px 5px;
	font-weight: 700;
}
#bloc-login .btn-primary{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2ba537;
	border-color: #2ba537;
	background: #fff;
	font-weight: 700;
	text-align: justify;
	margin-top: 10px;
}
#bloc-login .btn-primary .glyphicon{
	text-indent: 65px;
}
body.index #header{
	padding: 70px 0;
}
#header{
	background: #2ba537;
	padding: 10px 100px;
}
#header-adherent{
	padding: 10px 100px;
}

#navigation{
	padding: 0 100px;
}
#navigation .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
#navigation .nav{
    height: 70px;
}
#navigation .nav > li:first-child > a {
    padding-left: 15px;
}
#navigation .nav > li > a {
    text-transform: uppercase;
	padding-bottom: 10px;
    padding-top: 10px;
	padding-left: 30px;
	font-size: 10px;
	font-weight: 700;
}
#navigation .nav > li:first-child > a:after {
    border: 0;
}
#navigation .nav > li > a:after {
	content: "";
	display: block;
    border: solid 1px #000;
	width: 15px;
	height: 0;
	position: absolute;
	top: 19px;
	left: 0;
}
#navigation .nav > li > a:hover, #navigation .nav > li > a:focus, #navigation .nav > li.active > a {
    background: transparent;
	color: #2ba537;
	padding-bottom: 30px;
}

.nav-introduction:hover, .active .nav-introduction{
	background: url('/img/icon-introduction.png') no-repeat center bottom !important;
}
.nav-avantages:hover, .active .nav-avantages{
	background: url('/img/icon-avantages.png') no-repeat center bottom !important;
}
.nav-offres:hover, .active .nav-offres{
	background: url('/img/icon-offres.png') no-repeat center bottom !important;
}

.btn-youare{
	font-size: 11px;
	font-weight: 700;
	border: solid 1px #fff;
	border-radius: 0;
	padding: 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	opacity: 0.5;
}
.btn-youare:hover, .btn-youare.active{
	background: #fff;
	color: #2ba537;
	opacity: 1;
}

.bloc-youare{
	display: block;
	margin-top: 5px;
}
.bloc-youare:hover{
	text-decoration: none;
}
.youare-pharmacien{
	margin-left: 100px;
}
.bloc-youare .icon-youare{
	text-align: center;
	margin: 15px 0;
	opacity: 0.7;
}
.bloc-youare:hover .icon-youare{
	opacity: 1;
}
.bloc-youare .btn-youare{
	font-size: 14px;
	border: solid 2px #fff;
	padding: 15px;
	opacity: 1;
}
.bloc-youare:hover .btn-youare{
	background: #fff;
	color: #000;
}

#body{
	
}
#footer{
	/*position: absolute;
	bottom: 0;
	width: 100%;*/
	position: relative;
    clear: both;
    margin-top: -30px;
    height: 30px;
	margin-top: 20px;
}

body.index #copyright{
	color: #fff;
}
#copyright{
	font-size: 12px;
}

.galerie{
	margin-top: 40px;
	margin-left: -15px;
	margin-right: -15px;
	height: 572px;
	overflow: hidden;
}
.galerie ul{
	list-style: none;
	margin: 0; padding: 0;
}
.galerie ul li{
	float: left;
	width: 50%;
}
.galerie ul li img{
	width: 100%;
}

#list-adherent{
	list-style: none;
	margin: 0; padding: 0;
	font-family: Lora, Times, serif;
	font-size: 16px;
}
#list-adherent li a{
	display: block;
	background: url('/img/radio-off.png') no-repeat left;
	padding-left: 20px;
	margin-bottom: 7px;
}
#list-adherent li a:hover, #list-adherent li.active a{
	text-decoration: none;
	background: url('/img/radio-on.png') no-repeat left;
	color: #2ba537;
}

#carousel-offres{
	position: relative;
	height: 157px;
	margin-top: 20px;
}
#carousel-offres .arrows{
	position: absolute;
	width: 100%;
	height: 29px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
#carousel-offres .arrows .arrow-left{
	float: left;
}
#carousel-offres .arrows .arrow-right{
	float: right;
}
#carousel-offres ul{
	list-style: none;
	margin-left: 25px; padding: 0;
	position: relative;
	z-index: 10;
}
#carousel-offres ul li{
	float: left;
	margin: 0 4px;
}
#carousel-offres ul li a{
	display: block;
	padding: 4px;
	border: solid 1px #fff;
}
#carousel-offres ul li a:hover, #list-offres li.active a{
	border: solid 1px #53b65d;
}

#maps-pharmacies{
	width: 100%;
	height: 550px;
}

#resultat-pharmacies{
	margin-top: 20px;
}

.cluster{
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background: rgba(255, 0, 0, 0.5);
	border: solid 1px #cc0000;
	border-radius: 25000px;
}
.cluster-1{
	width: 25px;
	height: 25px;
	line-height: 25px;
}
.cluster-2{
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.cluster-3{
	width: 75px;
	height: 75px;
	line-height: 75px;
}

/* ------------------------------ 
   Modification Bootstrap
   ------------------------------*/
/** {
    border-radius: 0 !important;
}*/


/*********************************************************************************************
	-	 RESPONSIVE 	-
**********************************************************************************************/

@media (max-width: 767px) {
	.padding-h-100{
		padding: 0 5px;
	}
	#top{
		height: auto;
		padding: 25px 5px 10px 5px;
	}
	#bloc-login{
		padding: 20px;
		width: 280px;
		margin-top: 10px;
		position: static;
	}
	body.index #header{
		padding: 20px 0;
	}
	#header{
		padding: 10px 5px;
	}
	#header-adherent{
		padding: 10px 5px;
	}
	#navigation{
		padding: 0 5px;
		margin-bottom: 0;
	}
	#navigation .nav{
		height: auto;
	}
	#navigation .nav > li:first-child > a {
		padding-left: 30px;
	}
	#navigation .nav > li > a {
		padding-bottom: 2px;
		padding-top: 2px;
		background: none;
	}
	#navigation .nav > li:first-child > a:after {
		border: solid 1px #000;
	}
	#navigation .nav > li > a:after {
		top: 11px;
	}
	#navigation .nav > li > a:hover, #navigation .nav > li > a:focus, #navigation .nav > li.active > a {
		background: none !important;
		padding-bottom: 2px;
	}
	.youare-pharmacien{
		margin-left: 10px;
	}
	.btn-youare{
		padding: 9px;
	}
	#maps-pharmacies{
		height: 450px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.padding-h-100{
		padding: 0 10px;
	}
	#top{
		padding: 55px 10px 0 10px;
	}
	#header{
		padding: 10px 10px;
	}
	#header-adherent{
		padding: 10px 10px;
	}
	#navigation{
		padding: 0 10px;
	}
	.youare-pharmacien{
		margin-left: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.padding-h-100{
		padding: 0 10px;
	}
	#top{
		padding: 55px 10px 0 10px;
	}
	#header{
		padding: 10px 10px;
	}
	#header-adherent{
		padding: 10px 10px;
	}
	#navigation{
		padding: 0 10px;
	}
	#carousel-offres{
		height: 117px;
	}
	#carousel-offres ul li a img{
		max-height: 107px;
	}
	.youare-pharmacien{
		margin-left: 10px;
	}
}
@media (min-width: 1200px) {
  
}
@media print{
	html, body{
		padding: 0;
		margin: 0;
	}
	a[href]:after {
		content: "";
		font-size: 10px;
		font-weight: normal;
	}
}