/*** Reset ***/
@font-face {
	font-family: 'Nexa';
	src: url('../fonts/NexaFreeBoldwebfont.eot');
	src: local('NexaFreeBoldwebfont'), url('../fonts/NexaFreeBoldwebfont.woff') format('woff'), url('../fonts/NexaFreeBoldwebfont.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: 'Nexa';
	src: url('../fonts/NexaFreeLightwebfont.eot');
	src: local('NexaFreeLightwebfont'), url('../fonts/NexaFreeLightwebfont.woff') format('woff'), url('../fonts/NexaFreeLightwebfont.ttf') format('truetype');
}

@font-face {
	font-family: 'Vandella';
	src: url('../fonts/Vandella.otf');
	src: local('Vandella'), url('../fonts/Vandella.woff') format('woff'), url('../fonts/Vandella.ttf') format('truetype');
}

.font-title,
.font-title2 {
	color: #ffffff;
	font-size: 50px;
}

.font-title {
	font-family: 'Vandella';
}

.univers .font-title,
.univers .font-title2 {
	font-size: 22px;
}

body {
	color: #3A3A3A;
	font-family: 'Nexa';
}

li {
	list-style: none;
}

a {
	color: #3A3A3A;
}

h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	text-transform: uppercase;
}

embed[src='#'],
img[src='#'] {
	visibility: hidden;
	display: none;
}

.margin-bottom {
	margin-bottom: 10px;
}

.margin-top{
	margin-top: 10px;
}

.margin-left{
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;
}

.margin-bottom-large {
	margin-bottom: 20px;
}

.margin-top-large{
	margin-top: 20px;
}

.margin-left-large{
	margin-left: 20px;
}

.margin-right-large {
	margin-right: 20px;
}

.margin {
	margin: 10px;
}

.margin-large {
	margin: 20px;
}

.padding-bottom {
	padding-bottom: 10px;
}

.padding-top {
	padding-top: 10px;
}

.padding-left {
	padding-left: 10px;
}

.padding-right {
	padding-right: 10px;
}

.padding-bottom-large {
	padding-bottom: 20px;
}

.padding-top-large {
	padding-top: 20px;
}

.padding-left-large {
	padding-left: 20px;
}

.padding-right-large {
	padding-right: 20px;
}

.padding-small-left {
	padding-left: 5px;
}

.padding-small-right {
	padding-right: 5px;
}

.padding {
	padding: 10px;
}

.padding-large {
	padding: 20px;
}

.padding-extra-large {
	padding: 50px 0;
}

.padding-extra-large-both {
	padding: 50px;
}

.no-padding {
	padding: 0!important;
}

.no-padding-left {
	padding-left: 0!important;
}

.no-padding-right {
	padding-right: 0!important;
}

.no-padding-top {
	padding-top: 0!important;
}

.no-margin {
	margin: 0!important;
}

.w-100 {
	width: 100%;
}

.center-vertical-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.margin-auto {
	display: table;
	margin: auto;
}

.no-margin-top {
    margin-top: 0;
}

.page-header{
	margin: 0;
    padding: 0;
	border: 0;
}

.page-header h1 {
	padding: 0 0 20px;
}

.clr, .clear {
	clear: both;
	height: 0;
}

.img-responsive {
	display: initial;
}

.button-text {
	background: transparent;
	border: none;
	color: #CBD401;
}

.box{
	position: relative;
	width: 100%;
}

.box-small {
	width: 15%;
	margin: auto;
}

.box:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.box .content {
	position:  absolute;
	top: 10%;
	left: 10%;
	bottom: 10%;
	right: 10%;
}

.box .content img{
	width: 100%;
	height: 100%;
}

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.upload-btn-wrapper .upload-btn {
	cursor: pointer;
}

.upload-btn-wrapper .upload-btn div {
	background-color: #CBD401;
	border-radius: 50%;
	padding: 10px;
	color: #ffffff;
	float: left;
	cursor: pointer;
}

.upload-btn-wrapper .upload-btn span {
	margin-left: 10px;
	padding-top: 8px;
	display: inline-block;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.synergifiles .control-label {
	margin-bottom: 10px;
}

.synergifiles .controls {
	margin-bottom: 20px;
}

.upload-img-wrapper {
    margin-top: 15px;
}

.upload-img-wrapper img {
	max-height: 160px;
	max-width: 100%;
}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: inherit;
}

.panel {
	border: none;
}

.panel-default>.panel-heading {
	background-color: #ffffff;
	color: #515071;
	border-radius: 20px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: none;
}

a:focus, a:hover {
	color: inherit;
}

.vertical-menu ul li {
	display: block !important;
}

form#ju-contact .form-horizontal + div {
	display :none;
}

#gruemenu ul {
	text-align:center!important;
	box-shadow: none !important;
}
#gruemenu ul li { float:none!important}

#gruemenu > ul > li > a { border: none !important;}



.multi-item-carousel .carousel-inner > .item {
	-webkit-transition: 500ms ease-in-out left;
	transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
	left: -25%;
}
.multi-item-carousel .carousel-inner .active.right {
	left: 25%;
}
.multi-item-carousel .carousel-inner .next {
	left: 25%;
}
.multi-item-carousel .carousel-inner .prev {
	left: -25%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
	.multi-item-carousel .carousel-inner > .item {
		-webkit-transition: 500ms ease-in-out left;
		transition: 500ms ease-in-out left;
		-webkit-transition: 500ms ease-in-out all;
		transition: 500ms ease-in-out all;
		-webkit-backface-visibility: visible;
		backface-visibility: visible;
		-webkit-transform: none!important;
		transform: none!important;
	}
}
.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
	background-image: none;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
}

.moduletable h3 {
	text-align: center;
	margin: 0 0 20px;
	font-size: 18px;
}

.odd {
	background-color: #515071;
	color: #ffffff;
}

.odd-title {
	color: #515071;
}

.slider_accueil {
	background-color: #ffffff;
	position: relative;
}

.slideshowckslider_accueil {
	margin: 0!important;
}

.slider_accueil .camera_wrap .camera_pag {
	background-color: transparent;
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.slider_accueil .camera_wrap .camera_pag .camera_pag_ul {
	text-align: center;
}

.slider_accueil .camera_wrap .camera_pag .camera_pag_ul li,
.slider_accueil .camera_wrap .camera_pag .camera_pag_ul li:hover span  {
	background: #ffffff;
}

.slider_accueil .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,
.slider_accueil .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span,
.slider_accueil .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent:hover > span {
	background-color: #CBD401;
}

.home-fiches {
	padding: 20px;
	background-color: #515071;
}

.home-fiches h3 {
	color: #ffffff;
}

.home-fiches .fiche {
	margin-top: 50px;
}

.bottom-page {
	background-color: #ffffff;
	padding: 20px;
}

.block-center {
	margin: auto;
}

.contenu-page {
	background-color: #ffffff;
}

.flex-wrap {
	flex-wrap: wrap;
	display: flex;
}

.flex {
	display: flex;
}

.spbb-flex .sppb-row {
	display: flex;
	flex-wrap: wrap;
}

.spbb-flex .sppb-row div.sppb-col-md-4{
	display: flex;
}

.spbb-flex .sppb-row div.sppb-col-md-4 .sppb-column{
	background-color: #ffffff;
}

.spbb-flex .sppb-row div.sppb-col-md-4 .sppb-column .fiche{
	margin: 0;
	display: flex;
	flex-direction: column;
}

.spbb-flex .sppb-row div.sppb-col-md-4 .sppb-column .fiche a.read-more{
	flex: 1 0 auto;
}

.sppb-carousel-inner > .sppb-item {
	max-height: 400px;
	overflow: hidden;
}

.sppb-carousel-inner > .sppb-item > img, .sppb-carousel-inner > .sppb-item > a > img {
	max-height: 400px;
	width: auto;
	margin: auto;
}

.well {
	min-height: 20px;
	padding: 0;
	margin-bottom: 0;
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.background-white {
	background: #ffffff;
}

.background-purple {
	background: #515071;
}

.text-white {
	color: #ffffff;
}

.text-light {
	color: #B0B0B0;
}

.title-color {
	color: #515071;
}

.odd .title-color {
	color: #ffffff;
}

.label-color {
	font-weight: bold;
	color: #CBD401;;
}

.div-center {
	display: table;
	margin: auto;
}

/***** template ****/
.caroussel-home img {
	width: 100%;
}

.icones-home .sppb-row,
.caroussel-home .sppb-row {
	margin: 0;
}

.icones-home .sppb-row .sppb-col-md-12,
.caroussel-home .sppb-row .sppb-col-md-12{
	padding: 0;
}


.title-images-wrapper {
	position: relative;
}

.title-images-wrapper .title-image-wrapper {
	position: relative;
	overflow:hidden;
	max-height:425px;
}

.title-images-wrapper .title-image-wrapper .title-image {
	width: 100%;
}

.title-image-wrapper .title-text {
	position: absolute;
	left: 5%;
	bottom: 15%;
}

.univers {
	margin-top: 70px;
}

.univers .link-to-other {
	height: 200px;
	overflow: hidden;
}

.univers .link-to-other img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 200px;
	transform: translateY(-50%) translateX(-50%);
}

.univers .link-to-other h4 {
	position: absolute;
	left: 10%;
	bottom: 10%;
	color: #ffffff;
	font-weight: bold;
	font-size: 30px;
}

.logo{
	max-width: 100%;
}

.form-horizontal .control-label {
	text-align: left;
}

.form-rounded {
	border-radius: 16px;
	border: none;
	padding: 12px;
}

a.link {
	color: #A7AAB9;
	text-decoration: underline;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.control-group {
	margin-bottom: 10px;
}

.control-group .control-label label {
	width: 100%;
	padding: 0;
	margin: 0;
	color: #999999;
}

.ambassadeurs .control-group .control-label label {
	color: #515071;
}

.ambassadeurs .ambassadeurs-left {
	padding-top: 15px;
}

#footer {
	padding: 30px 0 15px;
	background-color: #3a3955;
}

#footer h4 {
	color: #ffffff;
}

#footer p {
	color: #e2e2e2;
}

#footer #gruemenu li {
	width: 50%;
	float: left !important;
	text-align: left;
}

#footer #gruemenu li a {
	font-weight: bold;
	padding: 10px 10px 10px 0;
}

#footer .custom a {
	color: #e2e2e2;
}

#footer .moduletable {
	padding-bottom: 20px;
}

#sub-footer {
	background-color: #3a3955;
	padding: 10px;
	color: #e2e2e2;
	font-weight: bold;
}

#sub-footer p {
	margin: 0;
}

#sub-footer a {
	padding: 0;
	color: #e2e2e2;
}

#pharmacies-list {
	height: 500px;
	position: relative;
	margin: 20px 0;
}

div#body {
	background-color: #ebebe2;
}

header #gruemenu li a {
	font-weight: bold;
}

header #gruemenu li.active {
	border-bottom: 4px solid #CBD401;
}

header .header-connexion {
	text-align: right;
	padding: 10px 10px 20px;
}

header .header-connexion img {
	margin-right: 10px;
}

header .header-connexion .nav>li>a {
	display: initial;
	font-weight: bold;
	text-decoration: underline;
	color: #54554f;
}

div.small-page #body {
	background-color: #515071;
}

div.small-page #body .top {
	color: #ffffff;
	display: flex;
	padding: 30px 0;
}

div.small-page #body .inner-top{
	margin: auto;
}

div.small-page #body .inner-top .moduletable{
	margin-left: -15px;
	margin-right: -15px;
}

div.small-page #body .component {
	padding-bottom: 40px;
}

div.small-page #body .component .inner-component{
	background-color: #ffffff;
	padding: 40px;
}

#body .titre-small-page,
div.small-page #body .top .titre-small-page {
	padding: 10px 0;
}

div.small-page #body .top .titre-small-page hr,
#body .titre-small-page hr{
	width: 15%;
	margin: 0;
	border: 1px solid #CBD401;
}

div.small-page #body .top .titre-small-page h1 {
	color: #CBD401;
	text-transform: none;
}

#body .component .titre-small-page{
	padding: 30px 0 20px 5%;
}

#body .component .titre-small-page hr{
	width: 10%;
}

#body .component .inner-body{
	padding: 20px 5% 50px;
}

/*** Override ***/
.btn-primary {
	background-color: #CBD401;
	color: #ffffff !important;
	border-radius: 20px;
	text-transform: uppercase;
	border: none;
	padding: 12px 30px;
	font-weight: bold;
	text-shadow: none;
}

.btn-danger {
	color: #ffffff !important;
	border-radius: 20px;
	text-transform: uppercase;
	border: none;
	padding: 12px 30px;
	font-weight: bold;
	text-shadow: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
	background-color: #CBD401;
}

.btn-primary-small {
	padding: 8px 16px;
	text-transform: none;
	color: #ffffff;
}

.btn-danger-small {
	padding: 8px 16px;
	text-transform: none;
    border-radius: 4px;
	color: #ffffff;
}

.btn-primary-small-padding {
	padding: 12px 30px;
}

.btn-round {
	border-radius: 50%;
	padding: 12px;
}

/*** Forms ***/
.synergiform div.controls label {
	color: #999999;
}

.synergiform div.controls input[type="text"],
.synergiform div.controls input[type="password"],
.synergiform div.controls input[type="email"],
.synergiform div.controls input[type="tel"],
.synergiform div.controls select,
.synergiform div.controls textarea{
	border: 1px solid #e5e5e5;
	margin: 10px 0;
	padding: 8px 8px;
	width: 100%;
	background: #ffffff;
	border-radius: 0;
	transition: none;
	box-shadow: none;
}

.synergiform div.controls input[type="text"],
.synergiform div.controls input[type="password"],
.synergiform div.controls input[type="email"],
.synergiform div.controls input[type="tel"],
.synergiform div.controls select {
	height: 40px;
}

.synergiform div.controls select[multiple="multiple"] {
	height: 120px;
}

#ju-contact .synergiform div.controls textarea {
	width: 100% !important;
}

.synergiform div.controls textarea{
	border: 2px solid #e5e5e5;
	padding: 8px 4px;
}

.synergiform div.small-link {
	float: right;
}


.synergiform div.small-link a {
	color: #E4E2E2;
	text-decoration: underline;
	font-weight: bold;
}

.synergiform div.controls button[type="submit"]{
	float: right;
	margin: 10px 0;
}

.synergiform div.controls button[type="submit"].center{
    float: none;
}

.bottom {
	background-color: #EDF2F2;
	padding: 20px;
}

.sngp-tabs .nav-tabs {
	border: none;
	margin-top: 20px;
}

.sngp-tabs .nav-tabs li {
	border-radius: 8px;
	margin-right: 10px;
	background: #ffffff;
	text-align: center;
	padding: 0 8px;
	color: #3A3A3A;
	font-weight: bold;
	border: none;
}

.sngp-tabs .nav-tabs li a {
	border: 0;
	text-transform: uppercase;
	font-size: 12px;
}

.sngp-tabs .nav-tabs li.active,
.sngp-tabs .nav-tabs li:hover,
.sngp-tabs .nav-tabs li:hover a,
.sngp-tabs .nav-tabs>li.active>a,
.sngp-tabs .nav-tabs>li.active>a:focus,
.sngp-tabs .nav-tabs>li.active>a:hover,
.sngp-tabs .nav-tabs>li>a:focus,
.sngp-tabs .nav-tabs>li>a:hover{
	background: #CBD401;
	color: #ffffff;
	border: none;
}

.sngp-tabs .tab-content {
	margin-top: 40px;
}

.page-partenaires-back .sngp-tabs .tab-content {
	margin-top: 15px;
}

.bloc-promo-wrapper {
	margin: 0 0 30px 0;
}

.bloc-promo-wrapper .bloc-promo {
	background: #ffffff;
	padding: 40px 20px 20px;
	width: 100%;
}

.bloc-promo-wrapper .bloc-promo .infos {
	margin-bottom: 40px;
}

.bloc-promo-wrapper .bloc-promo .infos img {
	margin-bottom: 10px;
	max-height: 300px;
}

.bloc-promo-wrapper .bloc-promo .infos h5 {
	text-transform: uppercase;
	font-weight: bold;
}

.bloc-promo-wrapper .bloc-promo .infos h6 {
	color: #999999;
	font-weight: bold;
	font-size: 13px;
}

.bloc-promo-wrapper .bloc-promo .prix {
	margin-top: 20px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

.bloc-promo-wrapper .bloc-promo .prix .prix-init {
	color: #999999;
	font-weight: bold;
	text-decoration: line-through;
}

.bloc-promo-wrapper .bloc-promo .prix .prix-promo {
	color: #CBD401;
	font-weight: bold;
}


@media (min-width: 992px) {
	.moduletable.contact-adresse {
		margin-top: -50px;
		float: right;
	}
}

.moduletable.contact-adresse p,
.moduletable.contact-adresse h4 {
	margin: 0;
	font-weight: bold;
}

.fiche {
	background: #ffffff;
	margin-top: 20px;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.fiche .fiche-wrapper {
	position: relative;
	height: 150px;
	overflow: hidden;
}

.fiche img{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.fiche .infos {
	color: #3A3A3A;
	padding: 20px;
}

.fiche .infos h4 {
	margin: 10px 0 20px;
}

.fiche .infos a.read-more {
	color: #CBD401;
	font-weight: bold;
	float: right;
	margin-top: 20px;
	text-decoration: underline;
}

.page-pharmacies .pharmacies-title {
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.page-pharmacies #pharmacies-list .pharmacie div.inner-pharmacie {
    background-color: #ffffff;
	margin-bottom: 10px;
	cursor: pointer;
}

.postit {
	color: #515071;
	font-weight: bold;
	padding: 6px 12px;
	margin: 0 10px;
	border: 1px solid #999999;
}

.people h5 {
	font-weight: bold;
	font-size: 18px;
}

.people h6 {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.page-pharmacie .pharmacie-images {
	position: relative;
}

@media (min-width: 992px) {
	.page-pharmacie .img-pharmacie-wrapper {
		position: relative;
		background-color: #CBD401;
		overflow: hidden;
		height: 250px;
	}

	.page-pharmacie .img-pharmacie-wrapper .img-pharmacie {
		position: absolute;
		top: -100%;
		left: 0;
		right: 0;
		bottom: -100%;
		width: 100%;
	}


	.page-pharmacie .img-pharmacie-small {
		border-radius: 50%;
		background: #ffffff;
		position: absolute;
		left: 43%;
		right: 43%;
		width: 14%;
		bottom: -28%;
	}

}


@media (max-width: 992px) {
	.page-pharmacie .img-pharmacie-wrapper {
		position: relative;
		background-color: #CBD401;
		min-height: 150px;
	}

	.page-pharmacie .img-pharmacie-wrapper .img-pharmacie {
		width: 100%;
	}


	.page-pharmacie .img-pharmacie-small {
		border-radius: 50%;
		background: #ffffff;
		position: absolute;
		left: 35%;
		right: 35%;
		width: 30%;
		bottom: -15%;
	}

}


.page-pharmacie .img-pharmacie-small .content {
	left: 5%;
	right: 5%;
	top: 5%;
	bottom: 5%;
}

.page-pharmacie .title-pharmacie {
	padding: 6% 0 20px 0;
	text-align: center;
	background: #ffffff;
}

.partenaire {
	margin-bottom: 30px;
}

.partenaire .inner-partenaire {
	background: #ffffff;
	text-align: center;
	padding: 15px;
}

.partenaire .inner-partenaire img {
	height: 100px;
}

.univer-icon {
	color: #515071;
	font-size: 36px;
	text-transform: uppercase;
}

/** Espace pro **/
.espace-pro h1 {
	color: #515071;
	font-size: 26px;
	text-transform: none;
}

.espace-pro .counter {
	background-color: #CBD401;
	padding: 4px 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 20px;
	display: inline-block;
}

.espace-pro .table thead tr th {
	border: none;
	color: #515071;
}

.espace-pro .table tbody tr {
	padding-bottom: 5px;
	background-color: inherit;
}


.espace-pro .table {
	border-collapse:separate;
	border-spacing:0 8px;
}

.espace-pro .table tbody tr td {
	border: none;
	background-color: #ffffff;
	padding: 8px;
	font-weight: bold;
}

.espace-pro .table tbody tr td.actions {
	text-align: right;
}

.espace-pro .table tbody tr td.actions a {
	color: #CBD401;
	margin: 0 6px;
	font-size: 16px;
}

.espace-pro .table tbody tr td:first-child {
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
}

.espace-pro .table tbody tr td:last-child {
	border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;
}

.espace-pro .search-block {
	float: left;
	background-color: #ffffff;
	border-radius: 16px;
	padding: 6px;
	margin: 20px 30px 0 0;
}

.espace-pro .search-block .button {
	background: transparent;
	border: 0;
	font-size: 17px;
	color: #CBD401;
}

.espace-pro .search-block input[type="text"]{
	background: transparent;
	border: none;
	margin: 0;
}

/*** Etiquette ***/
.etiquette {
	margin: auto;
	position: relative;
}

.etiquette .etiquette-top {
	color: #000000;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

.etiquette #etiquette-text {
	left: 0;
	right: 0;
	text-align: center;
	white-space: nowrap;
}

.etiquette #etiquette-text,
.etiquette #etiquette-prix-wrapper {
	position: absolute;
	text-align: center;
}

.etiquette #etiquette-prix-barre {
	text-decoration: line-through;
}

.controls .buttons .select-size {
	width: 73% !important;
}

.controls .buttons .button {
	width: 8%;
	border: 1px solid #e5e5e5;
	margin: 10px 0 0 1%;
	padding: 12px;
	text-align: center;
	cursor: pointer;
}

.controls .buttons .button.active {
	background-color: #515071;
	color: #ffffff;
}

.fondateur img {
	border-radius: 50%;
	height: 250px;
	width: 250px;
}

.liste ul {
	padding-left: 20px;
}

.liste ul li {
	list-style-type: disc;
}

.link-pdf {
	background-color: #CBD401;
	padding: 8px 6px;
	font-weight: bold;
	color: #ffffff;
}

.partenaire-name {
	text-transform: uppercase;
	font-weight: bold;
	color: #515071;
}

.partenaire-title {
	font-weight: bold;
	color: #515071;
}

.pharmacie-form h3 {
	background-color: #515071;
	color: #ffffff;
	padding: 10px;
	font-size:18px;
}

.pharmacie-form .control-label label {
	color: #515071;
}

.pharmacie-form div.controls input[type="text"],
.pharmacie-form div.controls input[type="password"],
.pharmacie-form div.controls select,
.pharmacie-form div.controls textarea {
	margin-top: 5px;
}

.pharmacie-form .schedule-left {
	float:left;
	padding: 13px 0 14px;
	width: 15%;
	cursor: pointer;
}

.pharmacie-form .schedule-right {
	float: left;
	width: 85%;
}

.pharmacie-form .services .services-add #service-add-input {
	float: left;
	width: 70%;
}

.pharmacie-form .services .services-add button {
	float: left;
	margin: 7px 0 0 10px;
}

.pharmacie-form .services #services-list .service-item {
	background: #ffffff;
	padding: 8px;
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 20px;
	cursor: pointer;
}

.pharmacie-form .services #services-list .service-item .cross {
	float: right;
	font-weight: bold;
}

.pharmacie-form #field-people h5 {
	font-weight: bold;
	color: #515071;
	margin: 0 0 12px;
}

.pharmacie-form #field-people table thead {
	font-weight: bold;
	color: #515071;
}

.pharmacie-form #field-people table thead tr th {
	padding: 0 8px 8px;
}

.pharmacie-form #field-people table tbody tr td {
	background: #ffffff;
	padding: 8px;
}

.pharmacie-form #field-people table tbody tr td span {
	color: #CBD401;
	cursor: pointer;
}

.pharmacie-form #field-people label {
	color: #515071 !important;
}

.pharmacies-list-pro .pharmacie-item img {
	max-height: 120px;
	max-width: 100%;
	margin-top: 20px;
}

#login-form .text-login {
	color: #515071;
}

.background-purple #login-form .text-login {
	color: #ffffff;
}

.img-pharmacien {
	text-align: center;
}

.img-pharmacien img {
	height: 100px;
	margin-bottom: 30px;
}

.simpleModal {
	z-index: 1000000 !important;
}

.simpleModal .alert-message .close {
	display: none;
}

/*** scan ordonnance ***/
.scan-block {
	margin-bottom: 20px;
}

.scan-block h2 {
	background-color: #CBD401;
	color: #ffffff;
	font-weight: bold;
	font-size: 25px;
	padding: 15px;
}

.scan-block.disabled h2 {
	background-color: #999999;
}

.scan-block .scan-wrapper {
	padding: 15px;
}

.scan-block.disabled .scan-wrapper {
	display: none;
}

.ordo-pdf {
	width: 100%;
	min-height: 400px;
	margin-bottom: 30px;
}

.ordo-pdf-small {
	float: left;
	max-height: 200px;
	max-width: 200px;
	margin-bottom: 30px;
}

.scanner-pharmacies {
	max-height: 400px;
	overflow-y: auto;
}

.scanner-pharmacies .pharmacie {
	max-height: 200px;
}

.scanner-pharmacies .pharmacie.selected .wrapper {
	border: 4px solid #CBD401;
}

.scanner-pharmacies .pharmacie .wrapper {
	background: #ffffff;
	width: 100%;
	cursor: pointer;
}

.scanner-pharmacies .pharmacie .wrapper img{
	margin: auto;
	height: 100%;
}

.scanner-pharmacies .pharmacie .content {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	padding: 10px;
	text-align: center;
	background: #c3c3c3;
	opacity: 0.7;
	color: #000000;
}

.snrgfieldbox .btn {
    margin-top: 27px;
}

.block {
	display: block;
}

.commandes-list div {
	padding: 10px;
}

.commandes-list div a {
	color: #ffffff;
	background-color: #515071;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	display: block;
}