@charset "UTF-8";


body {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	color: #555;
}
h1, h2, h3, h4, h5, h6 {
	color: #141414;
	font-weight: 500;
	line-height: 1.1;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Raleway', sans-serif;
}
a {
  text-decoration: none;
  -webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}
p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}
b, strong {
	font-weight: bold;
}
#sp-header {
	height: inherit;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
	position: relative;
	background: transparent;
  -webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
#sp-header.header-sticky {
	animation-name: menu_sticky;
	animation-duration: 0.60s;
	animation-timing-function: ease-out;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.16);
	left: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
@keyframes menu_sticky {
  0%   {margin-top:-100px;}
  50%  {margin-top: -90px;}
  100% {margin-top: 0;}
}
#sp-header #sp-logo {display: table; margin: auto;}
#sp-header .logo {
	height: inherit;
	display: inline-block;
	margin: 0;
	align-items: center;
}
.logo-image {
	height: inherit !important;
}

#sp-header .logo img {max-width: 100px;}

/* Mobile navigation (Joomla 4 markup with the legacy Helix template).
 * The offcanvas module is now rendered as a bare .mod-menu list, while the
 * original template only styles lists wrapped in .sp-module. */
@media (max-width: 991.98px) {
	body.ltr.offcanvs-position-right .offcanvas-menu {
		right: 0;
		width: min(320px, 88vw);
		max-width: 100%;
		transform: translateX(100%);
		overflow-x: hidden;
		overflow-y: auto;
		background: #fff;
		box-shadow: -8px 0 30px rgba(0, 0, 0, .16);
	}

	body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
		transform: translateX(0);
	}

	/* Keep the page in place: the overlay already communicates menu state. */
	body.ltr.offcanvs-position-right.offcanvas-active .body-wrapper {
		right: 0;
	}

	.offcanvas-overlay {
		position: fixed;
	}

	.offcanvas-menu .offcanvas-inner {
		padding: 64px 26px 30px;
	}

	.offcanvas-menu .offcanvas-inner > .mod-menu {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.offcanvas-menu .offcanvas-inner > .mod-menu > li {
		display: block;
		width: 100%;
		margin: 0;
		border-bottom: 1px solid rgba(127, 50, 90, .14);
	}

	.offcanvas-menu .offcanvas-inner > .mod-menu > li > a,
	.offcanvas-menu .offcanvas-inner > .mod-menu > li > span {
		display: block;
		width: 100%;
		padding: 13px 4px;
		color: #7f325a;
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.35;
	}

	.offcanvas-menu .offcanvas-inner > .mod-menu > li > a:hover,
	.offcanvas-menu .offcanvas-inner > .mod-menu > li > a:focus {
		padding-left: 9px;
		color: #141414;
	}

	/* Helix uses old Font Awesome names; provide dependable CSS glyphs. */
	#offcanvas-toggler .fa::before {
		content: "\2630";
		font-family: Arial, sans-serif;
		font-size: 25px;
		font-weight: 400;
	}

	.close-offcanvas {
		top: 18px;
		right: 18px;
		width: 34px;
		height: 34px;
		line-height: 32px;
		font-size: 0;
	}

	.close-offcanvas .fa::before {
		content: "\00d7";
		font-family: Arial, sans-serif;
		font-size: 25px;
		font-weight: 300;
	}
}


.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	padding: 0 15px;
	line-height: 100px;
	font-size: 12px;
	margin: 0;
	display: inline-block;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
	color: #141414;
	font-family: 'Raleway', sans-serif;
	letter-spacing: .5px;
}


@media (max-width: 1200px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	padding: 0 10px;
}
}

.sp-megamenu-parent > li.active > a {
	font-weight: 600;
}


#sp-header.header-sticky .sp-megamenu-parent > li > a, #sp-header.header-sticky .sp-megamenu-parent > li > span {
	line-height: 60px;
}

#sp-header.header-sticky  .logo img {max-width: 90px;}

/* */

.border-top-section {border-top: 1px solid #f5f5f5;}

/* PAGE TITLE */

.sp-page-title {
	/* padding: 200px 0 80px; */
	padding: 90px 0 80px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}

.sp-page-title .sp-page-title-heading {
	font-weight: normal;
	font-size: 24px;
	line-height: 25px;
	color: #7f325a;
	font-family: 'Kalam', cursive;
	display: block;
}

.sp-page-title .sp-page-title-sub-heading {
	font-weight: 600;
	font-size: 40px;
	margin-top: 0;
	color: #141414;
	margin-bottom: 10px;
	line-height: 1.1;
}

/* */

/* BLOG SINGLE */

.sp-megamenu-parent > li.default-menu, .com-content .sp-megamenu-parent > li.hidden-blog, .com-search .sp-megamenu-parent > li.hidden-blog {display: none;}

.com-content .sp-megamenu-parent > li.default-menu, .com-search .sp-megamenu-parent > li.default-menu, .sp-megamenu-parent > li.hidden-blog {display: inline-block;}


.article-details .article-full-image {
	text-align: center;
	margin-bottom: 0;
}

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
}

.article-details .article-header h1, .article-details .article-header h2 {
	font-size: 2.25rem;
	margin-bottom: 0;
	margin-top: 25px;
	font-family: 'Kalam', cursive;
	font-size: 30px;
}

.article-details .article-info {
	margin-bottom: 1rem;
	height: 40px;
}

.article-info > span {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	position: relative;
}

.article-info > span + span::before {
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	content: "|";
}

.article-social-share .social-share-icon ul li a {
	border: 1px solid transparent;
}

.article-details .article-ratings-social-share {
	margin-bottom: 2rem;
}

.article-details p, .article-details blockquote, .article-details div.row {
	margin-bottom: 30px;
}

.article-details div.row p {margin-bottom: 10px;}

.article-details blockquote {
	border-left: 0;
	background-color: #f7f7f7;
	padding: 50px 60px 30px 85px;
	position: relative;
	font-size: 17.5px;
}

.article-details blockquote:before {
	content: "\f10d";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 32px;
	position: absolute;
	top: 30px;
	left: 50px;
	color: #555;
	font-style: italic;
}

.article-details blockquote p {
	font-size: 22px;
	font-weight: 700;
	color: #7f325a;
	font-style: italic;
	line-height: 32px;
	margin-bottom: 20px;
}

.article-details blockquote footer {
	text-align: right;
	font-style: italic;
	font-weight: 700;
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #555;
}

.mt-3, .my-3 {
	margin-top: 2rem !important;
}


/* Sidebar */

#sp-left .sp-module, #sp-right .sp-module {
	margin-top: 0;
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0;
	margin-bottom: 50px;
}

#sp-right input, #sp-left input  {
background: #fff;
border: 1px solid #f1f1f1;
color: #9a9a9a;
display: inline-block;
font-size: 16px;
font-weight: 300;
height: 55px;
letter-spacing: 0;
padding-left: 20px;
padding-right: 60px;
position: relative;
-webkit-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
  line-height: 28px;
outline: none;
box-shadow: none;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
}

#sp-right input:focus, #sp-left input:focus  {
border: 1px solid #7f325a !important;
background: #fff;
color: #000;
display: inline-block;
font-size: 16px;
font-weight: 300;
height: 55px;
letter-spacing: 1px;
padding-left: 20px;
padding-right: 60px;
position: relative;
-webkit-transition: all 500ms ease 0s;
transition: all 500ms ease 0s;
  line-height: 28px;
outline: none;
box-shadow: none !important;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
}

#sp-right .input-group-btn .btn, #sp-left .input-group-btn .btn {
	background: #7f325a none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	height: 55px;
	padding: 11px 0;
	  border-radius: 0;
	  width: 55px;
	  border: none;
}

#sp-right .input-group-btn .btn:hover, #sp-left .input-group-btn .btn:hover {
	background: #141414 none repeat scroll 0 0;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
	margin: 0 0 35px;
	padding-bottom: 0;
	border-bottom: 0px solid #f3f3f3;
	position: relative;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 400;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	border-bottom: 1px solid #eaeaea;
	margin: 0;
	padding-bottom: 0px;
}


#sp-left .sp-module ul.categories-module, #sp-right .sp-module ul.categories-module {
	margin-top: -15px;
}

.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
	margin: 0;
	font-weight: normal;
	color: #848484;
	position: relative;
	width: 100%;
	transition: .5s ease;
	line-height: 54px;
	display: block;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

#sp-left .sp-module ul > li a, #sp-right .sp-module ul > li a {color: inherit;}

#sp-left .sp-module ul.categories-module > li a:before, #sp-right .sp-module ul.categories-module > li a:before {
	content: "\f105";
	position: absolute;
	font-size: 16px;
	font-family: FontAwesome;
	right: 0px;
	top: 0px;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#sp-left .sp-module ul > li a:hover, #sp-right .sp-module ul > li a:hover {
	color: #7f325a;
	transition: .5s ease;
}

#sp-left .sp-module ul.latestnews > li a, #sp-right .sp-module ul.latestnews > li a {
    color: #303030 !important;
}

#sp-left .sp-module ul.latestnews > li a:hover, #sp-right .sp-module ul.latestnews > li a:hover {
    color: #7f325a !important;
	transition: .5s ease;
}

#sp-left .latestnews .media-body small, #sp-right .latestnews .media-body small {
	color: #848484;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	display: block;
}

#sp-left .latestnews .media-body small:before, #sp-right .latestnews .media-body small:before {color: #7f325a;}

#sp-right .owl-item {margin-top: -20px;}

#sp-right .item {
    position: relative;
    transition: .5s ease-in-out;
    overflow: hidden;
}

#sp-right .item .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
	margin: 0;
}

#sp-right .item .lower-content {
    position: relative;
    padding: 0;
    border-left: 0px;
}

#sp-right .item .lower-content h4 {
    margin-bottom: 10px;
    margin-top: 15px;
    line-height: 26px;
    font-size: 16px;
}

#sp-right .item .lower-content .post-meta {
    color: #7f325a;
    font-size: 15px;
    margin-bottom: 7px;
}

#sp-right .item .lower-content .post-meta i {
    margin-right: 5px;
    font-family: FontAwesome;
}

.latestnews li {
	position: relative;
	margin-bottom: 35px !important;
	padding-bottom: 35px !important;
	border-bottom: 1px solid #363636;
}

#sp-right .latestnews li, #sp-left .latestnews li {
	position: relative;
	margin-bottom: 20px !important;
	padding-bottom: 20px !important;
	border-bottom: 1px solid #363636;
}

.latestnews li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.latestnews .media img {
	max-width: 70px;
}

.latestnews .media-body {padding-left: 20px;}

.latestnews .media-body span a {
	position: relative;
	top: -5px;
	font-size: 16px;
	color: #999 !important;
	line-height: 26px;
	margin: 0;
	padding: 0;
	font-weight: 500;
	display: block;
	font-family: 'Raleway', sans-serif;
}

.latestnews .media-body small {
	color: #7f325a;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	display: block;
}

.latestnews .media-body small:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	content: "\f073";
	margin-right: 3px;
}

#sp-left .sp-module .tagspopular ul > li, #sp-right .sp-module .tagspopular ul > li {
	border-bottom: 0px solid #eaeaea;
	padding-bottom: 0px;
	display: inline-block;
	margin: 0;
}

#sp-left .sp-module .tagspopular ul > li > a, #sp-right .sp-module .tagspopular ul > li > a {
	display: block;
	padding: 0 20px 0 0;
	font-weight: normal;
	font-size: 15px;
	color: #555;
	line-height: 32px;
	background: #fff;
	border-radius: 2px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#sp-left .sp-module .tagspopular ul > li > a:hover, #sp-right .sp-module .tagspopular ul > li > a:hover {
	color: #7f325a;
}

#sp-left .sp-module .tagspopular {margin-top: -10px;}

/* */

/* BOTTOM */

#sp-bottom {
	padding: 0;
	font-size: 14px;
	line-height: inherit;
}

#sp-bottom .sp-module {
	margin-bottom: 0;
}

#sp-footer {
	font-size: 14px;
	padding: 0;
	text-align: center;
}

#sp-footer .sp-copyright {color: #a2a2a2;}

#sp-footer .sp-copyright a {color: #7f325a;}

#sp-footer .sp-copyright a:hover {color: #fff;}

/* Import Flaticon Fonts */



	/*
  	Flaticon icon font: Flaticon
  	Creation date: 11/05/2018 00:47
  	*/

@font-face {src: url("https://essence-du-the.com/templates/silvia/css/fonts/Flaticon.eot"); src: url("https://essence-du-the.com/templates/silvia/css/fonts/Flaticon.eot#iefix") format("embedded-opentype"),
       url("https://essence-du-the.com/templates/silvia/css/fonts/Flaticon.woff") format("woff"),
       url("https://essence-du-the.com/templates/silvia/css/fonts/Flaticon.ttf") format("truetype"),
       url("https://essence-du-the.com/templates/silvia/css/fonts/Flaticon.svg#Flaticon") format("svg"); font-family: "Flaticon"; font-weight: normal; font-style: normal; font-display: swap}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {src: url("https://essence-du-the.com/templates/silvia/css/fonts/Flaticon.svg#Flaticon") format("svg"); font-family: "Flaticon"; font-display: swap}
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
font-style: normal;
}

.flaticon-market:before { content: "\f100"; }
.flaticon-apple:before { content: "\f101"; }
.flaticon-spoon:before { content: "\f102"; }
.flaticon-drinks:before { content: "\f103"; }
.flaticon-spaguetti:before { content: "\f104"; }
.flaticon-cooking-1:before { content: "\f105"; }
.flaticon-menu:before { content: "\f106"; }
.flaticon-chef-1:before { content: "\f107"; }
.flaticon-wine-bottle:before { content: "\f108"; }
.flaticon-cutlery-2:before { content: "\f109"; }
.flaticon-fast-food:before { content: "\f10a"; }
.flaticon-kitchen:before { content: "\f10b"; }
.flaticon-rice:before { content: "\f10c"; }
.flaticon-wedding-cake:before { content: "\f10d"; }
.flaticon-wedding-dinner:before { content: "\f10e"; }
.flaticon-champagne:before { content: "\f10f"; }
.flaticon-review:before { content: "\f110"; }
.flaticon-cocktail:before { content: "\f111"; }
.flaticon-breakfast:before { content: "\f112"; }
.flaticon-hamburger:before { content: "\f113"; }
.flaticon-fish:before { content: "\f114"; }
.flaticon-birthday-cake:before { content: "\f115"; }
.flaticon-ice-cream:before { content: "\f116"; }
.flaticon-coffee-cup-2:before { content: "\f117"; }
.flaticon-shop:before { content: "\f118"; }
.flaticon-chef:before { content: "\f119"; }
.flaticon-water:before { content: "\f11a"; }
.flaticon-salad:before { content: "\f11b"; }
.flaticon-coffee-cup-1:before { content: "\f11c"; }
.flaticon-fruit:before { content: "\f11d"; }
.flaticon-cutlery-1:before { content: "\f11e"; }
.flaticon-cheers:before { content: "\f11f"; }
.flaticon-cooking:before { content: "\f120"; }
.flaticon-tray:before { content: "\f121"; }
.flaticon-dish:before { content: "\f122"; }
.flaticon-restaurant:before { content: "\f123"; }
.flaticon-cutlery:before { content: "\f124"; }
.flaticon-coffee-cup:before { content: "\f125"; }
.flaticon-diet:before { content: "\f126"; }

/* ********************************************************************************************************************************************* */
/* ****************************************************************** ADD CSS ****************************************************************** */
/* ********************************************************************************************************************************************* */
.footer-contact-link p a {
	color: #a2a2a2 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-transform: initial !important;
}
header#sp-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,.8);
}
.sp-page-title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0,0,0,.8);
}
.sp-page-title > .container {
    position: relative;
    z-index: 1;
}
.sp-page-title .sp-page-title-heading {
    color: #fff;
}
.res-date-text > p {
	width: max-content;
}
#sp-header .logo img {
    max-width: 100%;
}
.sppb-addon.pretext p {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}
.sp-page-title .sp-page-title-heading {
    font-weight: normal;
    font-size: 24px;
    line-height: 25px;
    color: #7f325a;
    font-family: 'Kalam';
    display: block;
}
.sp-page-title .sp-page-title-sub-heading {
	color: #fff;
}
.sp-page-title .sp-page-title-sub-heading:after {
	content: '';
    display: block;
	background-image: url(https://essence-du-the.com/images/white-separator2.png);
	background-size: contain;
	background-position: center center;
    background-repeat: no-repeat;
    margin: 15px auto 0;
    width: 200px;
    height: 19px;
}
body:not(.home) #sp-main-body {
	position: relative;
}
body:not(.home) #sp-main-body:after , .jchoptimize-responsive-images__loaded{
	content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 310px;
    /* height: 600px; */
    left: 0px;
    bottom: 0px;
    z-index: -1;
	background-repeat: no-repeat;
    background-size: contain;
    /* background-size: cover; */
    background-attachment: scroll;
    background-position: 50% 100%;@media (max-width: 576px) {&{background-image: url("https://essence-du-the.com/images/jch-optimize/rs/480/images_home__three__about__bg.avif")}}@media (min-width: 577px) and (max-width: 768px) {&{background-image: url("https://essence-du-the.com/images/jch-optimize/rs/768/images_home__three__about__bg.avif")}}@media (min-width: 769px) {&{background-image: url("https://essence-du-the.com/images/jch-optimize/ng/images_home__three__about__bg.webp")}}}
.content-padding-30 .sppb-media-content {
    padding: 30px;
	background-color: #fff;
}
.shadow-hover .sppb-addon-wrapper > div:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 30%) !important;
}
.shadow-hover .sppb-addon-wrapper > div:after {
    content: '';
    position: absolute;
    border: 0;
    height: 2px;
    width: 0;
    left: 50%;
    bottom: 0;
    background-color: #7f325a;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.shadow-hover .sppb-addon-wrapper > div:hover:after {
    left: 0;
    width: 100%;
}
.article-details,#sp-component .blog {
	margin-bottom: 200px;
}
.blog .article-list .article,.page-actu .sppb-addon-articles .sppb-addon-article {
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: relative;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.blog .article-list .article:after,.page-actu .sppb-addon-articles .sppb-addon-article:after {
	content: '';
	position: absolute;
	border: 0;
	height: 2px;
	width: 0;
	left: 50%;
	bottom: 0;
	background-color: #7f325a;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.blog .article-list .article:hover,.page-actu .sppb-addon-articles .sppb-addon-article:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.blog .article-list .article:hover:after,.page-actu .sppb-addon-articles .sppb-addon-article:hover:after {
	left: 0;
	width: 100%;
}
.page-actu .sppb-addon-articles .sppb-article-meta {
	margin: 0;
	background-color: #fff;
	padding: 0 10px;
}
.page-actu .sppb-addon-articles .sppb-article-meta > span {
	display: inline-block;
	margin: 0;
	color: #555;
	font-size: 14px;
	height: 50px;
	padding: 0 15px;
	position: relative;
	line-height: 50px;
}
.page-actu .sppb-addon-articles .sppb-article-meta > span a:hover {
	color: #141414;
}
.page-actu .sppb-addon-articles .sppb-article-meta > span:after {
	content: '';
	position: absolute;
	height: 10px;
	border-right: 1px solid #d2d2d2;
	top: 50%;
	right: 0;
	margin-top: -5px;
}
.page-actu .sppb-addon-articles .sppb-article-meta > span:last-child:after {display: none;}
.page-actu .sppb-addon-articles img {width: 100%;}
.page-actu .blog-content {
	background-color: #fff;
	position: relative;
	padding: 30px;
}
.page-actu .sppb-meta-date {
	font-family: 'Kalam', cursive;
	width: 80%;
	height: 50px;
	border-radius: 15px;
	background-color: #7f325a;
	border: 3px solid #fff;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translate3D(-50%, 0, 0);
	-webkit-transform: translate3D(-50%, 0, 0);
	-moz-transform: translate3D(-50%, 0, 0);
	-ms-transform: translate3D(-50%, 0, 0);
	-o-transform: translate3D(-50%, 0, 0);
	display: block;
	font-size: 25px;
	line-height: 1;
}
.page-actu .blog-content h3,.blog .article-list .article h2 {
	font-family: 'Kalam', cursive;
	font-size: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.page-actu .blog-content h3 > a,.blog .article-list .article h2 > a {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}
.article-info > span a:hover,.article-list .article .readmore a:hover,.page-actu .blog-content h3 > a:hover,.blog .article-list .article h2 > a:hover {
	color: #7f325a;
}
.page-actu .blog-content .sppb-readmore {
	font-size: 15px;
}
.page-actu .blog-content .sppb-readmore:hover {
	color: #141414;
}
.blog .article  .article-info > span {
    font-size: 14px;
    height: auto;
    line-height: inherit;
    padding: 0;
    position: relative;
}
.blog .article  .article-info > span a {
    color: #fff;
}
.blog .article  .article-info {
	font-family: 'Kalam', cursive;
    height: 50px;
    border-radius: 15px;
    background-color: #7f325a;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
}
.page-content .sppb-btn.focus, .page-content .sppb-btn:focus {
    outline: 0;
    box-shadow: none;
}
@media (min-width: 1380px) {
	body .sppb-row-container {
		max-width: 1140px;
	}
}
/* ***** EXO : 2022-05-16 ***** */
#sp-bottom .res-number > a {
	color: #7f325a;
}
#sp-bottom .res-number > a:hover {
	color: #fff;
}

/* Contrastes accessibles du pied de page. */
#sp-bottom,
#sp-bottom .reservation-box,
#sp-bottom .sppb-addon-content {
	color: #bdbdbd;
}

#sp-bottom a,
#sp-bottom .res-number > a,
#sp-bottom .footer-contact-link a {
	color: #dda9c5;
}

#sp-bottom a:hover,
#sp-bottom a:focus {
	color: #fff;
}
/* **** / EXO : 2022-05-16 **** */



@media (max-width: 768px) {
	.com-baforms-wrapper .ba-form-page {
		padding: 0px !important;
		/* width: 100% !important; */
	}
}
@media (max-width: 767px) {
	#sp-bottom #sp-bottom1 .ft-fixed-area .reservation-wrap {
		display: table;
		width: 100%;
	}
	#sp-bottom #sp-bottom1 .ft-fixed-area .reservation-wrap .res-title {
		text-align: center;
	}
	#sp-bottom #sp-bottom1 .ft-fixed-area .res-date-time {
		width: 100%;
		float: none;
	}
	#sp-bottom #sp-bottom1 .ft-fixed-area .reservation-wrap .res-number {
		text-align: center;
	}
	#sp-bottom #sp-bottom1 .ft-fixed-area .reservation-box {
		margin-top: 0;
	}
}
@media (max-width: 450px) {
	.res-date-text > p {
		width: auto;
		margin-bottom: 0px;
		text-align: center;
	}
	#sp-bottom #sp-bottom1 .ft-fixed-area .reservation-wrap .res-time .res-time-item p {
		text-align: center;
	}
	/* #sp-bottom #sp-bottom1 .ft-fixed-area .reservation-wrap { */
		/* display: table; */
		/* width: 100%; */
	/* } */
	#sp-bottom #sp-bottom1 .ft-fixed-area .reservation-wrap .res-title {
		/* text-align: left; */
	}
	/* #sp-bottom #sp-bottom1 .ft-fixed-area .res-date-time { */
		/* width: 100%; */
		/* float: none; */
	/* } */
	#sp-bottom #sp-bottom1 .ft-fixed-area .reservation-wrap .res-number {
		/* text-align: left; */
	}
	/* #sp-bottom #sp-bottom1 .ft-fixed-area .reservation-box { */
		/* margin-top: 0; */
	/* } */
	#sp-bottom #sp-bottom1 .res-date-dot {
		display: none;
	}
	#sp-bottom #sp-bottom1 .ft-fixed-area .reservation-wrap .res-date {
		width: 100%;
		float: none;
		/* overflow: hidden; */
	}
	#sp-bottom #sp-bottom1 .ft-fixed-area .reservation-wrap .res-time {
		width: 100%;
		float: none;
		padding-left: 5px;
		/* color: #7f325a; */
	}
}
/* ***** EXO : 2022-06-13 ***** */
@media (max-width: 767px) {
	#contact .ft-fixed-area .reservation-wrap .too-long div.res-date {
		width: 42%;
	}
	#contact .ft-fixed-area .reservation-wrap .too-long div.res-time {
		width: 58%;
	}
}
/* **** / EXO : 2022-06-13 **** */
/* EXO 20230523 */
form#adminForm {
	padding: 10px;
	background-color: #fff;
}
form#adminForm .nav-link {
  display: block !important;
}
form#adminForm .nav-item:nth-child(3) {
  display: none !important;
}
form#adminForm #editor-xtd-buttons {
  display: none !important;
}
form#adminForm .hasPopover,
form#adminForm .hasTooltip {
  display: inline-block !important;
}
form#adminForm .pop-helper {
  display: block !important;
}
/* .btn.button-select {
	display: none;
} */
.btn.btn-outline-secondary.wf-media-upload-button {
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
}
.btn.btn-outline-secondary.wf-media-upload-button:after {
	content: "Sélectionner";
}
/* /EXO 20230523 */
/* EXO 20230925 */
@media (min-width: 1921px) {
	body:not(.home) #sp-main-body:after {
		height: 400px;
		background-size: cover;
	}
}
/* /EXO 20230925 */
/* EXO 20240521 */
.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.article-list .article .article-intro-image {
    margin-top: 0px;
}
.article-list .article .article-intro-image img {
    width: 100%;
}
/* /EXO 20240521 */
/* /EXO 20240523 */
.page-item.active .page-link:hover {
    border-color: #880e4f;
    background-color: #880e4f;
    color: #ffffff;
}
.page-item .page-link:hover,
.page-item.active .page-link {
    color: #fff;
    background-color: #7f325a;
    border-color: #7f325a;
}
.article-list .article .article-intro-image div.img_caption {
	position: relative;
}
.article-list .article .article-intro-image p.img_caption {
	text-align: center;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0px;
	position: absolute;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	box-shadow: 0px -25px 15px #fff inset;
}
/* /EXO 20240523 */
/* EXO 20250113 */
/* @media (min-width: 768px) {
	.modal-body {
		margin-left: auto;
		margin-right: auto;
		max-width: 90%;
	}
} */
/* /EXO 20250113 */

