#sp-slide .container{
	width: 100%;
}

.home .body-wrapper {
	background-color: #faf3e0!important;
}

.com-sppagebuilder #sp-main-body {
	padding: 0 50px;
}

.body-wrapper {
	backface-visibility: hidden;
}

.inter .body-wrapper {
    position: relative;
    z-index: 1;
}

.table .body-wrapper::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/images/fond/bar-restaurant-caou-figanieres-2.jpg)!important;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.5;
    z-index: -1;
}

.venir .body-wrapper::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/images/fond/bar-du-caou-figanieres-2.jpg)!important;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.5;
    z-index: -1;
}

.region .body-wrapper::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/images/fond/bar-du-caou-figanieres-5.jpg)!important;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.5;
    z-index: -1;
}

.body-innerwrapper{	
	background: rgba(255,255,255,0.5);
	max-width: 1900px;
	margin: 0 auto;
}

.region .body-innerwrapper{	
	background: transparent;
}

.row.align-items-center {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#sp-logo {
    flex-shrink: 0;
}

#sp-menu {
    flex-grow: 1;
    display: flex;
    justify-content: center; 
}


h1 {
	font-size: 26px;
	color: #585858;
	font-family: 'Alex Brush', cursive;
	text-shadow: 2px 2px 8px rgba(255,255,255, 1);
}

#accueil h1{
	font-family: 'Alex Brush', cursive;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

h2{
	font-size: 22px!important;
}

h3{
	font-size: 18px;
}

h4{
	font-size: 14px!important;
}

.prix h3 {
	color: #585858;
	font-size: 20px;
}

.lt-button:hover, .lt-price-sub .price {
	background: #bbadff;
}

.lt-price-sub .price-bg-bottom {
	border-top: 30px solid #bbadff;
}

#sp-header {
    height: inherit;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: inherit;
    max-width: 1900px;
    position: absolute;
    left: 50%; 
    transform: translateX(-50%);
    width: 100%;
}


#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; 
    width: 100%;
    max-width: 1900px;
    animation: spFadeInDown 0.5s;
	background: rgba(255,255,255,0.8);
	transform: inherit;
}


.logo-image {
	height: 81px;
    transition: height 1s ease;
}

#sp-header.header-sticky img {
    height: 50px;
}


#sp-header.header-sticky img{
	/* animation: spFadeInDown 0.5s; */
	height: 50px;
}

.leaflet-marker-pane img {
	width: 25px !important;
	height: 41px !important;
}

.price h3{
	color: #fff;
}

.lt-service-sub {
	min-height: 330px;
}

.lt-service-sub a {
	font-size: 15px;
}


.lt-price-sub ul li {
	border-bottom: 1px solid #d7d3d3;
}

#lt-booking p {
	color: #fff !important;
	font-weight: bold;
}

.reserve{
	background:#fff;
	opacity: 0.ù8;
}

.sp-megamenu-parent > li > a{
	font-size: 18px!important;
}

.sp-megamenu-parent > li > a {
	font-size: 15px;
} 

.page-header {
	text-align: center;
	padding-top: 120px;
}

h2, .h2 {
	font-size: 20px;
	color: #787878
}

.page-content h2, .item-page h2{
	font-size: 25px !important;
	color: #a70629;
}

.entry-header.has-post-format {
	margin-left: 0px;
}

.sppb-title-subheading{
	text-transform: none!important;
	font-size: 20px!important
}

.sppb-section-title h3 {
	font-size: 45px !important;
	text-shadow: 3px 3px #4f4f4f;
}

#sp-bottom {
	background: #330704!important;
}

#sp-bottom .container{
	max-width: 1800px;
}

.sp-module ul > li > a::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	margin-right: 8px;
	font-weight: 900;
}

#sp-bottom a {
	font-size: 16px;
}

#sp-footer {
	background: #a70629!important;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
	color: #a70629;
}

#sp-footer a {
	color: #fff;
}

.sp-module .sp-module-title {
	color: #a70629;
font-weight: bold;
}

#sp-footer .container-inner {
	padding: 10px 0;
}

/*---------------------------------- Site ------------------------------------*/

.bloc{
	-moz-box-shadow : 2px 2px 4px #b5a49f;
	-webkit-box-shadow : 2px 2px 4px #b5a49f;
	box-shadow : 2px 2px 4px #b5a49f;
	border:1px solid #E1D5E2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	padding: 7px;
	margin: 0 auto;
	overflow: hidden;
	width: 98%;
	background: #f2eff6; 
}

#form-row-autorise label{
	font-weight: normal;
	width: 95%!important;
	float: right!important;
	font-size: 0.8em;
}

.form-horizontal .control-label {
	width: 220px;
	min-width: 220px
}

.icone li {
	margin-bottom: 5px;
	padding: 3px;
}

.fa {
	font-size: 30px;
	margin-right: 10px;
	vertical-align: middle;
	color: #a70629;
}

.bouton{
	-moz-box-shadow : 2px 2px 4px #b5a49f;
	-webkit-box-shadow : 2px 2px 4px #b5a49f;
	box-shadow : 2px 2px 4px #b5a49f;
	border:1px solid #E1D5E2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	padding: 7px;
	background: #a70529 ;
	color: #fff;
	padding: 3px 8px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	text-align: center;
}

.bouton a{
display: block;
text-decoration: none;
color: #fff;
}

.tel{
	font-size: 24px;
}

/*---------------- form -------------------*/
.autorise-label {
	font-weight: normal;
	font-style: italic;
	float: right;
	width: 95%;
}

.autorise-champs {
	margin: 17px 10px 0 0;
}

input.envoi {
	background: #39947f;
	color: #fff;
	padding: 8px;
	white-space: pre-wrap;
}

#system-message-container {
	position: fixed;
	max-width: 350px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10000;
	bottom: inherit;
	right: inherit;
}

joomla-alert[type="info"] {
	background-color: rgba(255, 255, 255, 0.9); /* Couleur de fond pour le message */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/*----------------- marquee ----------------*/
.js-marquee{
	font-size: 25px;
}

/*------------- mobile -------------*/
@media only screen and (max-width: 600px) {
	body {
    font-size: 15px!important;
	}
	.sppb-addon-image-layout-content {
	padding: 10px 15px 15px;
	}
	.logo-image-phone {
	height: 50px!important;
	}
	h1 {
	font-size: 20px;
	}
    .tel {
        font-size: 20px;
    }
	.com-sppagebuilder #sp-main-body {
		padding: 0 5px;
	}
	.page-content h2, .item-page h2 {
	font-size: 18px !important;
	}
}
