.hikashop_footer {
	display: none;
}
body {
	color: #fff;
	background-image: url("/images/bg.png");
}
p {
	text-align: justify;
	text-indent: 30px;
}
a {
	color:#c3bcb4;
}
a:hover {
	color:#fff;
}

/* menu */
ol ol, ol ul, ul ol, ul ul {
	list-style-type: none;
}
#sp-header {
  border-bottom: 3px solid #614c36;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after {
	margin-left: 8px!important;
}
.sp-megamenu-parent > li > a {
	padding: 0 10px!important;
}
@media only screen and (max-width: 1200px) {
	.sp-menu-item a .fa {
		display: none;
	}
}
.offcanvas-menu {
	width: 240px;
}
.offcanvas-menu .offcanvas-inner {
    padding: 50px 30px;
}
.menu-inspiration {
	list-style-type: none;
}
.sp-module-content ul {
    padding-inline-start: 0;
}
.sp-dropdown-inner .sp-module-title {
	font-family: 'Open Sans', sans-serif!important;
}
@media only screen and (min-width: 992px) {
	.col-lg-3 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}
}



/* Titles */
.sp-page-title .sp-page-title-heading {
	font-family: 'Bad Script', sans-serif;
	font-size: 32px;
	padding-left: 10px;
	color: #b99d80;
}
.sp-page-title {
	background: rgb(32,53,81); 
	background-image: url("/images/guitar-musical.png");
	background-position: right;
	background-repeat: no-repeat;
	height: 100px;
}
.sp-menu-item a .fa {
	margin-right: 4px;
}
.sp-module-title {
	text-align: center;
}

/* Boutique */
a.hikacart {
	color: #fff;
	background-color: #e8901c;
	border-color: #1f3450;
}
div.hikashop_subcontainer {
    border: 1px solid #614c36;
    padding: 0;
    background: rgb(64 56 48 / 62%)!important;
    box-shadow: 0 0 5px #000;
}
.hikashop_subcontainer.thumbnail {
  padding-bottom: 1rem;
}
.hikashop_product_listing_image {
	width: 100%;
	max-width: initial!important;
    border-radius: 5px 5px 0 0;
}
.hikashop_category_name {
	font-weight: 550;
  margin-bottom: 10px;
}
.hk-row-fluid {
	justify-content: center;
}
.hika_edit {
	background-color: initial!important;
}
.hikashop_product_image_subdiv {
    width: 100%!important;
}
.hikashop_category_image,
.hikashop_product_image {
    margin: 0 0 10px;
  	overflow: hidden;
	height: initial!important;
}
#hikashop_category_information_module_ .hikashop_product_image {
	height: initial!important;
	max-height: 300px!important;
}
span.hikashop_product_name {
	padding: 5px;
	min-height: 65px;
}
.hikashop_product_price_full  {
	display: inline-block;
	padding: 15px 0;
}
.hikashop_listing_img_title {
	padding-bottom: 16px;
	min-height: 268px;
}
.hikashop_product_quantity_field {
	text-align: right;
	width: 40px!important;
}
.hikashop_cart_product_quantity_value {
	display: flex!important;
}
.hikashop_cart_product_quantity_value div {
	margin-right: 5px;
}
#hikashop_main_image {
	box-shadow: 3px 3px 5px black;
}
.hikashop_checkout .table {
	border: 3px solid #999;
	border-radius: 10px;
}
.hikashop_checkout_payment_images {
	display: flex;
}
.hikashop_checkout_payment_images img {
	margin-right: 5px;
}
@media only screen and (max-width: 991px) {
	#hikashop_category_information_module_130 .hikashop_product_image {
		height: initial!important;
	}
	.hikashop_subcontainer.thumbnail {
		max-width: 450px;
		margin:auto;
	}
}

#sp-main-body {
	padding: 30px 0;
}

/* Galerie */
.rc_galleryimg {
	box-shadow: 0 0 2px;
	border-radius: 3px!important;
}

/* Articles images */
.image-relief, 
.a-propos-home .img-container img,
.article-details img {
	box-shadow: 2px 2px 5px #1f1d20;
	border-radius: 5px;
}
.imageright {
	 float: right; 
	 margin: 0 15px 15px;
	 text-align: center;
	 font-weight: bold;
}
.imageright > img {
	width: 100%;
}
@media only screen and (max-width: 400px) {
	.article-details img {
		width: 95%!important;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.imageright {
		 width: 95%!important;
		 margin-left: auto;
		 margin-right: auto;
	}
}

/* Home page section */
.a-propos-home {
	padding: 5rem 0 4rem;
}
.a-propos-home > h3,
.produits-vedettes-home > h3,
.rendez-vous-home h3 {
	text-align: center;
	font-weight: 900;
}
.produits-vedettes-home > h3 {
	margin-top: 5rem;
	margin-bottom: 2rem;
}
@media all {
	.rendez-vous-home, .sp-module.produits-vedettes-home {
		padding: 2rem 4rem;
		border-top-width: 3px;
		border-top-style: solid;
		border-image: radial-gradient(circle, #cca783, rgba(0,0,0,0)) 1;
	}
	.produits-vedettes-home .albums-main-container {
		display: flex;
		justify-content: center;
		align-content: stretch;
		align-items: stretch;
	}
	.produits-vedettes-home .albums-container {
		padding: 10px;
		display: flex;
		height: auto;
	}
}
@media only screen and (min-width: 992px) {
	.produits-vedettes-home .albums-main-container {
		flex-wrap: no-wrap;
		flex-direction: row;
	}
	.produits-vedettes-home .albums-container {
		width: 20%;
	}
}
@media only screen and (max-width: 992px) {
	.produits-vedettes-home .albums-main-container {
		flex-wrap: wrap;
		flex-direction: row;
	}
	.produits-vedettes-home .albums-container {
		width: 33.333%;
	}
}
@media only screen and (max-width: 500px) {
	.rendez-vous-home, .sp-module.produits-vedettes-home {
		padding: 2rem 2rem;
	}
	.produits-vedettes-home .albums-main-container {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.produits-vedettes-home .albums-container {
		width: 100%;
	}
}
.produits-vedettes-home .product {
	border: 1px solid #614c36;
	padding: 0;
	background: rgb(64 56 48 / 62%) !important;
	box-shadow: 0 0 5px #000;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.produits-vedettes-home img {
	border-radius: 10px 10px 0 0;
	width: 100%;
	margin-bottom: 15px;
}
.produits-vedettes-home p {
	text-indent: initial;
	text-align: center;
	font-weight: bold;
}
.spectacle-home > h3 {
	display: none;
}
.produits-vedettes-home {
	max-width: 1140px;
	margin: 0 auto 2rem;
}
.a-propos-home .row {
	margin: 4rem 0;
}
.a-propos-home .img-container {
	display: flex;
	justify-content: center;
}
.a-propos-home .img-container div {
	width: 49%;
	margin-bottom: 60px;
}
.a-propos-home .img-container img {
	width: 97%;
}

.a-propos-home .img-container div:first-of-type {
	margin-right: 1%;
}
.a-propos-home .img-container div:last-of-type {
	position: relative;
	top: 50px;
	margin-left: 1%;
}
.a-propos-home .description {
	display: flex;
	flex-direction: column;
	align-content: center;
}
.a-propos-home .signature {
	text-align: right;
	font-size: 30px;
	font-family: 'Bad Script', sans-serif;
}
.spectacle-home {
	position: relative;
	padding: 6rem 0;
	background-image: url(https://lucieetserge.com/images/galerie/la-reunion/lucie-serge-ile-reunion-03.jpg);
	background-position: center center;
	background-size: cover;
	min-height: 550px;
	text-align: center;
}
.ic-1 {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.container p {
	text-indent: initial;
}

/* Agenda */
#jevents_body {
    border: 1px solid #DDD;
	background-color: initial;
}
#jevents_body .jev_evdt_title {
	border-bottom: 1px solid;
}
.ic-back {
	font-size: initial;
}
.small {
	font-size: initial;
}
.ic-info {
	background: rgba(0,0,0,0.2);
}
.ic-event-header {
	background: rgba(232, 144, 28, 0.3);
}
.ic-info-box {
	background: #826b54;
}
.ic-info-box-header {
	background: rgba(232, 144, 28, 0.4);
	border-bottom: 3px solid #614c36;
}
.ic-info .ic-details {
    text-align: center;
	font-size: 130%;
}
.ic-info .ic-details p {
	text-indent: initial;
	text-align: center;
}
.ic-image img {
    border: 0px solid #203551;
    margin-left: auto;
    margin-right: auto;
}

/* Témoignages */
.owl-item {
	display: flex;
	flex-direction: column;
}
.set_testimon, .contactformbody .cellinput {
	border: 3px solid #ab793e;
	border-radius: 10px;
	box-shadow: inset 0 0 15px #ab793e;
}
.reviews-block__slide {
	display: flex;
	flex-direction: column;
    background: #fff;
    padding: 34px 40px!important;
	margin: 8px;
	border-radius: 10px;
}
.reviews-block__text {
	order: 2;
}
.reviews-block__person {
	order: 1;
	padding-right: 15px!important;
}
.reviews-block__person-data {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.reviews-block__person-role::before {
	content: '“ ';
}
.reviews-block__person-role {
	font-family: 'Bad Script', sans-serif!important;
	font-size: 130%!important;
	font-weight: bold;
}
.reviews-block__person-role::after {
	content: ' ”';
}
.reviews-block__person-name {
	color: #000;
	order: 2;
	font-family: 'Bad Script', sans-serif!important;
	text-align: right;
	font-size: 100%!important;
	font-weight: bold;
	padding: 10px 0;
}
.reviews-block__text::after {
	content: ''!important;
}


/* Contact Form */
.contactformbody {
	background-image: initial!important;
}
.contactformbody .formcontact {
	background: rgb(58 33 8 / 31%);
    border-radius: 4px;
    padding: 1rem 2rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
}
.contactformbody .cellinput {
	margin: 5px 0;
  	border: none!important;
}
.contactformbody .captcha {
	width: 95%;
	padding: 5px;
	margin: 5px;
	border: none;
	box-shadow: initial;
}
.contactformbody textarea {
	width: 100%;
	height: 200px;
	border-radius: 4px;
	border: none;
	padding: 8px;
}
.contactformbody input[type="text"] {
	width: 100%;
	padding: 8px;
	border-radius: 4px;
	border: none;
}
.submitbutton input {
	padding: 16px 32px;
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
    margin-top:8px;
  	background:#2a61c9;
	display: block;
  	border:none;
}
.spdetect {
	position: fixed;
	top: -200px;
	display: none;
}
.fielderror {
	border: 2px solid red!important;
}
.list-group-item {
	background-color: initial;
	background: rgba(0, 0, 0 , 0.1);
}
.contactformbody .errormessage {
	font-weight: bold;
	font-size: 130%;
	background: rgba(255, 0, 0, 0.5);
	padding: 5px;
	border-radius: 10px 10px 0 0;
}
.frmmessage {
	display: none;
	margin: 15px 0;
	padding: 10px;
	border-radius: 10px;
	background-color: rgba(255, 0, 0, 0.3);
	color: #fff;
}
#sbtn:active {
	background: #0e357e;
}