/* 

TemplateMo - Finance Business

https://templatemo.com/tm-545-finance-business

*/
@import url(https://db.onlinewebfonts.com/c/dacba4f24dce9ed8773caad5972beb69?family=Valken+Regular);

@font-face {
    font-family: "Valken Regular";
    src: url("https://db.onlinewebfonts.com/t/dacba4f24dce9ed8773caad5972beb69.eot");
    src: url("https://db.onlinewebfonts.com/t/dacba4f24dce9ed8773caad5972beb69.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/dacba4f24dce9ed8773caad5972beb69.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/dacba4f24dce9ed8773caad5972beb69.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/dacba4f24dce9ed8773caad5972beb69.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/dacba4f24dce9ed8773caad5972beb69.svg#Valken Regular")format("svg");
}

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
	scrollbar-width: auto; /* "auto" | "thin" | "none" */
  scrollbar-color: #836797 #dab63a; /* couleur de la poignée et de la piste */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::-webkit-scrollbar {
  width: 12px; /* Largeur de la barre de défilement */
}

body::-webkit-scrollbar-track {
  background: #dab63a; /* Couleur de fond de la piste */
}

body::-webkit-scrollbar-thumb {
  background: #836797; /* Couleur de la poignée */
}

body::-webkit-scrollbar-thumb:hover {
  background: #836797be; /* Couleur de la poignée au survol */
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

.spanBlue{
	color: #836797;
}

p.spanBlue{
	color: #836797;
}

p.spanOrange{
	color: #dab63a;
}

.spanGreen{
	color: #6ad225;
}

a.filled-button {
	margin-top: 42px;
	background-color: #dab63a;
	color: whitesmoke;
	font-size: 20px;
	text-transform: uppercase;
	border: 3px solid #dab63a;
	font-weight: 700;
	padding: 13px 31px;
	border-radius: 31px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button1,
a.filled-button2,
a.filled-button3 {
	background-color: #dab63a;
	color: whitesmoke;
	font-size: 20px;
	text-transform: uppercase;
	border: 3px solid #dab63a;
	font-weight: 700;
	padding: 13px 31px;
	border-radius: 31px;
	display: inline-block;
	transition: all 0.3s;
	margin-top: 42px;
	margin-left: 42px;
}

a.filled-button4 {
	background-color: #dab63a;
	color: whitesmoke;
	font-size: 20px;
	text-transform: uppercase;
	border: 3px solid #dab63a;
	font-weight: 700;
	padding: 13px 31px;
	border-radius: 31px;
	display: inline-block;
	transition: all 0.3s;
	margin-top: 42px;
	margin-bottom: 42px;
}

a.filled-button5 {
	background-color: #836797;
	color: whitesmoke;
	font-size: 20px;
	text-transform: uppercase;
	border: 3px solid #836797;
	font-weight: 700;
	padding: 13px 31px;
	border-radius: 31px;
	display: inline-block;
	transition: all 0.3s;
	margin-top: 42px;
	margin-bottom: 42px;
	margin-left: 420px;
}

a.filled-button:hover {
	background-color: whitesmoke;
	color: #dab63a;
}

a.filled-button1:hover {
	background-color: whitesmoke;
	color: #dab63a;
}
a.filled-button2:hover {
	background-color: whitesmoke;
	color: #dab63a;
}
a.filled-button3:hover {
	background-color: whitesmoke;
	color: #dab63a;
}

a.filled-button4:hover {
	background-color: whitesmoke;
	color: #dab63a;
}

a.filled-button5:hover {
	background-color: whitesmoke;
	color: #836797;
}

a.border-button {
	background-color: transparent;
	color: whitesmoke;
	border: 2px solid whitesmoke;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: whitesmoke;
	color: #dab63a;
}

.section-heading {
	background-color: #202020;
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 42px;
	font-weight: 700;
	color: whitesmoke;
}

.section-heading em {
	font-style: normal;
	color: #dab63a;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 21px;
	color: rgb(219, 218, 218);
	letter-spacing: 1px;
}

.section-heading2 {
	
	text-align: center;
	margin-bottom: 80px;
}

.section-heading2 h2 {
	
	font-size: 42px;
	font-weight: 600;
	color: #0d0d0d;
	opacity: 100%;
}

.section-heading2 em {
	background-color: whitesmoke;
	font-style: normal;
	color: #dab63a;
}

.section-heading2 em:hover {
	background-color: #dab63a;
	font-style: normal;
	color: whitesmoke;
}

.section-heading2 span {
	display: block;
	margin-top: 21px;
	text-transform: uppercase;
	font-size: 21px;
	color: #666;
	letter-spacing: 1px;
}

.opening_hours{
	background-color: whitesmoke;
	padding-bottom: 42px;
}

.section-heading3 {
	/* margin-left: 42px;
	margin-right: 42px; */
	padding-top: 24px;
	padding-bottom: 24px;
	border: #dab63a solid 4px;
	background-color: whitesmoke;
	text-align: center;
	margin-bottom: 84px;
	margin-top: 42px;
}

.section-heading3 h2 {
	
	font-size: 42px;
	font-weight: 600;
	color: #110600;
}

.section-heading3 em {
	font-style: normal;
	color: #dab63a;
}

.section-heading3 span {

	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 21px;
	color: #666;
	letter-spacing: 1px;
}

.section-heading3 span em {
	color: #836797;
}

.more-info4 .right-content2 p em{
	font-style: normal;
	font-weight: 700;
	color: #dab63a;
}

img.calendar {
	width: 84%;
}

.list-hours li{	
	text-align: left;
	color: #110600;
	font-size: 24px;
	margin-top: 24px;
}

.list-hours .list-hours-item.today2 {
	font-weight: bold;
	color: #dab63a;
}



.section-heading4 {
	background-color: whitesmoke;
	text-align: center;
	margin-bottom: 42px;
	margin-top: 42px;
}

.section-heading4 h2 {
	font-size: 42px;
	font-weight: 600;
	color: whitesmoke;
}

.section-heading4 em {
	font-style: normal;
	color: #dab63a;
}

.section-heading4 span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 21px;
	color: #836797;
	letter-spacing: 1px;
}

.section-heading6 {
	
	background-color: whitesmoke;
	text-align: center;
	margin-bottom: 64px;
	margin-top: 31px;
}

.section-heading6 h2 {
	font-size: 31px;
	font-weight: 700;
	color: whitesmoke;
}

.section-heading6 h4 {
	font-family: Valken Regular;
	margin-top: 42px;
	margin-bottom: 24px;
	font-size: 36px;
	text-transform: none;
	font-weight: 700;
	color: #836797;
}

.section-heading6 em {
	font-style: normal;
	color: #836797;
}

.section-heading6 span {
	display: block;
	/* margin-top: 15px; */
	text-transform: none;
	font-size: 24px;
	color: #202020;
	text-align: right;
	letter-spacing: 1px;
}

.section-heading6 img{
	width: 4.2%;
	height: 4.2%;
	margin-right: 13px;
}

.section-heading3 p{
	font-size: 18px;
}

.section-container {
	width: 100%;
	max-width: 2300px;
	margin: 20px auto;
	border: 4px solid #836797;
	border-radius: 13px;
	overflow: hidden;
	background-color: whitesmoke;
}

.section-header {
	background-color: #dab63a;
	color: whitesmoke;
	padding: 16px;
	font-size: 1.3em;
	font-weight: 600;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}

.section-content {
	padding: 20px;
	max-height: 164px; /* Hauteur initiale réduite */
	overflow: hidden;
	transition: max-height 0.4s ease-in-out;
}

.section-container.open .section-content {
	max-height: 2900px; /* Ajustez selon le contenu */
}

ul {
	text-align: left;
	padding: 0;
	margin: 0;
	list-style-type: disc;
	/* padding-left: 20px; */
}

li {
	margin-bottom: 8px;
}

.toggle-button {
	display: block;
	
	width: 100%;
	background-color: #dab63a;
	color: whitesmoke;
	border: 3px solid #dab63a;
	padding: 13px;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: 600;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
}

.toggle-button:hover {
	background-color: whitesmoke;
	color: #dab63a;
	border: 3px solid #dab63a;
}

.section-heading2 {
	text-align: center;
	margin-bottom: 80px;
}

#preloader {
  overflow: hidden;
  background: #dab63a;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: whitesmoke;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: whitesmoke;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.sub-header {
	background-color: #dab63a;
	height: 46px;
	line-height: 46px;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: whitesmoke;
	font-size: 14px;
	font-weight: 600;
}

.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li a {
	color: whitesmoke;
	transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
	color: #836797;
	/* opacity: 0.75; */
}



/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: transparent!important;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 20px 0px;
}
.background-header .navbar {
	padding: 10px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #836797!important;
	box-shadow: 0px 1px 10px rgba(102, 128, 153, 0.42);
}
.background-header .navbar-brand h2 {
	color: #dab63a!important;
	background-color: transparent !important;
}
.background-header .navbar-brand img {
	
	margin-top: -10px;
}
.background-header .navbar-nav a.nav-link {
	color: whitesmoke!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.current,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #dab63a!important;
	font-weight: 700 !important;
}
/* .navbar .navbar-brand {
	float: 	left;
	margin-top: 9px;
	outline: none;
} */

.navbar .navbar-brand img{
	width: 12%;
	position: relative;
	left: 0px;
	top: -2px;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.navbar .navbar-brand h2 {
	color: whitesmoke;
	background-color: #202020bc;
	padding: 10px 24px 10px 24px;
	margin-top: -72px;
	margin-left: 84px; 
	text-transform: uppercase;
	font-size: 42px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	
	font-style: normal;
	font-size: 16px;
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 21px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;	
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.7px;
	color: whitesmoke;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #dab63a;
	font-weight: 700;
	text-align: center;
	background-color: #836797aa;	
	border-bottom: 3px solid #dab63a;
	border-top-right-radius: 13px;
	border-top-left-radius: 13px;
	border-bottom-left-radius: 24%;
	border-bottom-right-radius: 24%;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: whitesmoke;
	background-color: whitesmoke;	
	height: 42px;
	outline: none;
	border-radius: 13px;
	position: absolute;
	right: 31px;
	top: 42px;
	margin-right: 54px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #dab63a;
	font-size: 31px;
	line-height: 26px;
	font-family: 'FontAwesome';
	margin-top: 24px;
}

/* split image */



/* image fade effect */

.bas, .haut{
	
	width:640px;
	height:420px;
	position:absolute;
	left:0;
}

.fondu{
  margin-top:100px;
  margin-left:50px;
  position:relative;
  height:420px;
  width:640px;
  float:left;
  border-radius: 13px;
  
}

.fondu img{
	transition:opacity 2s linear;
}

.fondu img.haut:hover{
	opacity: 0;
}

.bas2, .haut2{
	width:640px;
	height:420px;
	position:absolute;
	left:0;
}

.fondu2{
	margin-top:100px;
	margin-left:50px;
	position:relative;
	height:420px;
	width:640px;
	float:left;
	
  }
  
  .fondu2 img{
	margin-left: -42px;
	border-radius: 13px;
	border: 3px solid #dab63a;
	margin-top: -24px;
	transition:opacity 2s linear;
  }
  
  .fondu2 img.haut2:hover{
	  opacity: 0;
  }

  .bas3, .haut3{
	width:640px;
	height:420px;
	position:absolute;
	left:0;
	}

	.fondu3{
		margin-top:50px;
		margin-left:50px;
		position:relative;
		height:420px;
		width:640px;
		margin-left: -142px;
		float:left;
		border-radius: 13px;
		border:#836797 4px solid;
	}
	
	.fondu3 img{
		transition:opacity 2s linear;
	}
	
	.fondu3 img.haut3:hover{
		opacity: 0;
	}

	.bas4, .haut4 {
    position: absolute;
    top: 0; /* aligne en haut */
    left: 0;
    width: 542px;
    height: 813px;
}

	.fondu4 {
    position: relative;
    width: 542px;
    height: 813px;
    margin: 0 auto; /* centre horizontalement */
}
	
	.fondu4 img{
		transition:opacity 2s linear;
	}
	
	.fondu4 img.haut4:hover{
		opacity: 0;
	}



/* Banner Style */

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item h4 .spanOrange{
	color: #dab63a;
}

.Modern-Slider .item .img-fill {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height:95vh;
	
}

.Modern-Slider .item-1 .img-fill {
	background-image: url(../images/expo3.jpg);
	
}

.Modern-Slider .item-2 .img-fill {
	background-image: url(../images/expo4.jpg);
	
}

.Modern-Slider .item-3 .img-fill {
	background-image: url(../images/expo2.jpg);
	
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#dab73a;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .NextArrow:before{
  content:'\f105';
}

.Modern-Slider .NextArrow:hover{
	color: #dab63a;
}

.Modern-Slider .PrevArrow {
  position:absolute;
  top:50%;
  left:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#dab73a;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .PrevArrow:before{
  content:'\f104';
}

.Modern-Slider .PrevArrow:hover{
	color: #dab63a;
}

ul.slick-dots {
  display: none!important;
}

.Modern-Slider .text-content {
	background-color: #00000084;
	text-align: right;
	padding: 24px 24px;
  	width: 42%;
  	position: absolute;
	margin-top: 420px;
  	margin-left: 1140px; 
  	transform: translate(-50%, -50%);
	border-radius: 13px;
}

.Modern-Slider .item h6 {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color:#dab63a;
  animation:fadeOutRight 1s both;
}

.Modern-Slider .item h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color:rgb(212, 219, 231);
  overflow:hidden;
  animation:fadeOutLeft 1s both;
}

.Modern-Slider .item p {
	text-align: right;
	max-width: 570px;
	color:rgb(212, 219, 231);
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 40px;
	margin-left: 310px;
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active h6{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {background:#000;}


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}


/* President's word */

.section-heading .presSpeech{
	position: relative;
	
	
	width: 84%;
	padding: 42px;
	padding-bottom: 42px;
	margin-top: -720px;
	margin-left: 80px;
	margin-bottom: -80px;
}

.section-heading .img-responsive img{
	background-image: url(../images/expo.jpg);
	/* background-image: cover; */
	background-size: cover;
	background-position: center center;
	background-repeat: repeat;
}
.section-heading .presSpeech h2 {
	justify-content: left ;
	padding-top: 42px;
	font-size: 420px;
	font-weight: 700;
	color: whitesmoke;
}

.more-info3 .right-content2{
	
	background-color: #0d0d0d;
}

.more-info3 .right-content2 h2 {
	font-size: 54px;
	font-weight: 700;
	margin-bottom: 35px;
	color: whitesmoke;
}

.more-info3 .right-content2 p {
	text-align: justify;
	font-size: 18px;
	font-weight: 500;
	padding: 42px;
	margin-bottom: 35px;
	color: whitesmoke;
}

.more-info3 .right-content2 h3 {
	font-size: 22px;
	font-weight: 700;
	color: whitesmoke;
}

.more-info3 .right-content2 h3 .spanOrange {
	font-size: 22px;
	font-weight: 700;
	color: #dab63a;
}


/* .section-heading img{
	padding-top: -420px;
} */

/* Request Form */

.request-form {
	background-color: #dab63a;
	padding: 24px 0px;
	color: whitesmoke;
}

.request-form h4 {
	font-size: 22px;
	font-weight: 600;
}

.request-form span {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
}

.request-form a.border-button {
	margin-top: 12px;
	float: right;
}

/* Services */

.services {
	padding-top: 84px;
	padding-bottom: 84px;
	background-color: whitesmoke;
}

.service-item img {
	width: 100%;
	overflow: hidden;
}

.service-item .down-content {
	background-color: whitesmoke;
	padding: 30px;
}

.service-item .down-content h4 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.service-item .down-content p {
	margin-bottom: 20px;
	font-size: 16px;
}

/* Workshops cards style */

.cards-section {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 42px;
	padding: 24px;
  }
  
  .card {
	width: 300px;
	height: 400px;
	perspective: 1000px;
	cursor: pointer;
	position: relative;
  }
  
  .card-inner {
	background: #dab63a;
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 0.8s;
	transform-style: preserve-3d;
  }
  
  .card:hover .card-inner {
	transform: rotateY(180deg);
  }
  
  .card-front, .card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	border: 3px solid #dab63a;
	/* border-radius: 24px; */
	overflow: hidden;
  }
  
  .card-front {
	background: #dab63a;
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  .card-front img {
	width: 100%;
	height: 78%;
	object-fit: cover;
  }
  
  .card-front h3 {
	margin: 13px;
	font-size: 1.2rem !important;
	color: #836797 !important;
	text-align: center !important;
  }
  
  .card-back {
	background-color: #836797;
	color: whitesmoke;
	transform: rotateY(180deg);
	padding: 13px;
	display: flex;
	flex-direction: column; /* Ajoutez cette ligne pour aligner les éléments en colonne */
	align-items: flex-start; /* Aligne les éléments à gauche */
	text-align: left;
  }

  .card-back p {
	text-align: left !important;	
	font-size: 16px;
	margin-top: -31px;
  }
  
  /* Popup */
  .popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999;
  }
  
  .popup-content {
	background: #836797;
	padding: 30px;
	width: 100%;
	max-width: 600px;
	border-radius: 16px;
	position: relative;
  }
  
  .popup-content h3 {
	color: #836797;
  }
  
  .close {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 30px;
	cursor: pointer;
	color: #dab63a;
  }
  




/* Fun Facts */

.fun-facts {
	/* margin-top: 142px; */
	background-image: url(../images/expo42.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 140px 0px;
	color: whitesmoke;
}

.fun-facts span {
	text-transform: uppercase;
	font-size: 22px;
	color: whitesmoke;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.fun-facts h2 {
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 42px;
}

.fun-facts em {
	font-style: normal;
	color: #dab63a;
}

.fun-facts p {
	font-size: 18px;
	color: whitesmoke;
	margin-bottom: 40px;
}

.fun-facts .left-content {
	
	margin-right: 45px;
}

.count-area-content {
	text-align: center;
	background-color: rgba(44, 44, 44, 0.42);
	padding: 25px 30px 35px 30px;
	margin: 15px 0px;
}

.count-digit {
    margin: 5px 0px;
    color: #dab63a;
    font-weight: 700;
    font-size: 42px;
}
.count-title {
    font-size: 22px;
    font-weight: 600;
    color: whitesmoke;
    letter-spacing: 0.5px;
}



/* More Info */

.more-info {
	
	background-color: whitesmoke;
}

.more-info2 {
	/* margin-top: 140px; */
	background-color: #0d0d0d;
}

.more-info .left-image img {
	width: 100%;
	height: 100%;
	border-radius: 13px;
	overflow: hidden;
	border: 4px solid #dab63a;
}

.more-info4 .center-image img {
    margin: 0; /* enlève les décalages */
    width: 100%;
    height: 100%;
    border-radius: 13px;
    overflow: hidden;
    border: 4px solid #dab63a;
}

/* .more-info .left-image img:hover {
	width: 150%;
	margin-left: -54px;
	overflow: hidden;
	margin-top: 42px;
	border: 2px solid #dab63a;
} */

.more-info .left-image2 img {
	width: 100%;
	height: 100%;
	border-radius: 13px;
	border: 4px solid #836797;
	overflow: hidden;
	margin-left: -142px;
}

/* .more-info .left-image2 img:hover {
	width: 120%;
	margin-left: -84px;
	overflow: hidden;
	margin-top: 24px;
	border: 2px solid #dab63a;
} */

.more-info .right-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	margin-top: 42px;
	background-color: whitesmoke;
}

.about-info .more-info-content {
	background-color: transparent;
}

.about-info .right-content {
	padding: 0px!important;
	margin-top: 42px;
	margin-right: 31px;
}

.more-info .right-content {
	padding: 0px 45px 45px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 20px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content em {
	font-style: normal;
	color: #dab63a;
}

.more-info .right-content p {
	font-size: 18px;
	margin-bottom: 84px;
}

.more-info .right-content2 {
	padding: 30px 45px 45px 30px;
}

.more-info .right-content2 span {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info2 .right-content2 span {
	text-transform: uppercase;
	font-size: 20px;
	color: #c1bdbd;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content2 h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
	color: whitesmoke;
}

.more-info2 .right-content2 h2 {
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 35px;
	color: whitesmoke;
}

.more-info .right-content2 em {
	font-style: normal;
	color: #dab63a;
}

.more-info2 .right-content2 em {
	font-style: normal;
	color: #dab63a;
}

.more-info .right-content2 p {
	margin-bottom: 30px;
	color: whitesmoke;
}

.more-info2 .right-content2 p {
	font-size: 18px;
	margin-bottom: 30px;
	color: whitesmoke;
}

.more-info .right-content3 {
	padding: 0px 45px 45px 30px;
}

.more-info .right-content3 span {
	text-transform: uppercase;
	font-size: 20px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content3 h2 {
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content3 p {
	font-size: 18px;
	margin-bottom: 84px;
}

.more-info .right-content3 em {
	font-style: normal;
	color: #dab63a;
}

/* Workshops style */

.workshops .section-heading5{
	background-color: #836797;
	text-align: center;
	padding-bottom: 84px;
	padding-top: 84px;
}

.more-info4 .right-content2{
	
	background-color: #836797	;
}

.more-info4 .right-content2 h2 {
	font-size: 54px;
	font-weight: 700;
	margin-bottom: 35px;
	color: whitesmoke;
}

.more-info4 .right-content2 p {
	text-align: justify;
	font-size: 18px;
	font-weight: 500;
	padding: 42px;
	margin-bottom: 35px;
	color: whitesmoke;
}

.more-info4 .right-content2 h3 {
	font-size: 22px;
	font-weight: 700;
	color: whitesmoke;
}

.more-info4 .right-content2 a {
	color: whitesmoke;
}

.more-info4 .right-content2 a:hover {
	color: #dab63a;
}

.more-info4 .right-content2 h3 .spanOrange {
	font-size: 22px;
	font-weight: 700;
	color: #dab63a;
}

.more-info4 .right-content2  .spanOrange a {
	font-size: 18px;
	font-weight: 600;
	color: #dab63a;
}

.more-info4 .right-content2 .book-seller {
	font-size: 42px;
	margin-left: 202px;
}

.more-info4 .right-content2 .book-seller2 {
	font-size: 54px;
	margin-left: 242px;
}

.more-info4 .right-content2  .spanOrange a:hover {
	font-size: 18px;
	font-weight: 600;
	color: whitesmoke;
	border-bottom: 1px solid #dab63a;
}


/* Testimonials Style */

.about-testimonials {
	margin-top: 0px!important;
}

.testimonials {
	
	background-color: #202020;
	padding: 142px 0px;
}

.testimonials .section-heading h2 {
	text-transform: none;
	font-size: 42px;
	font-weight: 700;
	color: whitesmoke;
}
.testimonial-item .inner-content {
	text-align: center;
	background-color: whitesmoke;	
	padding: 30px;
	border-radius: 13px;
	border: 2px solid #dab63a;
}
.testimonial-item p {
	font-size: 16px;
	font-weight: 400;
}
.testimonial-item h4 {
	font-size: 24px;
	font-weight: 700;
	color: #1e1e1e;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.testimonial-item span {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 18px;
	color: #dab63a;
}
.testimonial-item img {
	max-width: 84px;
	border-radius: 50%;
	margin: 25px auto 0px auto;
}

/* button back-to-top style */

#back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #836797;
	color: #dab63a;
	border: 2px solid #dab63a;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	font-size: 24px;
	display: none;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 1000;
  }

  #back-to-top:hover {
	background-color: #dab63a;
	color: #836797;
	border: 2px solid #836797;
  }

/* Map Style */

.mapouter{
	margin-left: 42px;
	border: 4px solid #836797;
}

 /* --- POPUP RGPD STYLES --- */
 #cookie-popup {
	position: fixed;
	bottom: 20px;
	left: 20px;
	right: 20px;
	max-width: 420px;
	margin: auto;
	background: #202020;
	color: whitesmoke;
	padding: 20px;
	border: 2px solid #836797;
	border-radius: 13px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.15);
	display: none;
	z-index: 9999;
	font-family: 'Poppins', sans-serif;
  }

  #cookie-popup .title-cookies{
	display: flex;
	align-items: center; 
	gap: 10px;
  }

  #cookie-popup img {
	max-height: 60px;
	margin-bottom: 10px;
  }

  #cookie-popup h2 {
	margin-top: 0;
	font-size: 28px;
	font-weight: 700;
	color: #836797;
  }

  #cookie-popup h4 {
	color: wheat;
	margin-top: 0;
	font-size: 20px;
  }

  #cookie-popup p {
	color: whitesmoke;
	font-size: 16px;
	line-height: 1.5;
  }

  #cookie-popup p .spanOrange{
	font-weight: 600;
	color: #dab63a;
  }

  #cookie-popup a {
	color: #dab63a;
	font-weight: 600;
	text-decoration: underline;
  }

  #cookie-popup .btn {
	display: inline-block;
	margin-top: 13px;
	margin-left: 131px;
	padding: 8px 16px;
	background: #836797;
	color: whitesmoke;
	border: 2px solid #836797;
	border-radius: 7px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
  }

  #cookie-popup .btn:hover {
	color: #836797;
	background: whitesmoke;
	border: 2px solid #836797;
  }


/* Call Back Style */

.callback-services {
	border-top: 1px solid #eee;
	padding-top: 140px;
}

.contact-us {
	background-color: whitesmoke;
	padding: 140px 0px;
}

.contact-us .contact-form {
	background-color: transparent!important;
	padding: 0!important;
}

.callback-form {
	background-color: #202020;
	padding-top: 84px;
	padding-bottom: 84px;
}

.callback-form .section-heading h2{
	text-transform: none;
	font-size: 42px;
	font-weight: 700;
	color: whitesmoke;
}



.callback-form2 {
	background-color: transparent!important;
	background-image: url(../images/geometricalPattern4.png);
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 64px;
	padding-bottom: 64px;
}

.callback-form .contact-form {
	background-color: #dab63a;
	padding: 84px;
	border-radius: 13px;
	text-align: center;
}

.callback-form .contact-form input {
	border-radius: 42px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 24px;
	color: #6a6a6a;
	font-size: 16px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 42px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 22px;
	height: 130px;
	max-height: 240px;
	min-height: 130px;
	display: inline-block;
	padding: 16px;
	color: #6a6a6a;
	font-size: 16px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: #dab63a;
	color: whitesmoke;
	border: 3px solid whitesmoke;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 42px;
	padding: 13px 31px 13px 31px;
	margin-top: 42px;
	
	
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: whitesmoke;
	border: 3px solid #836797;
	color: #836797;
	
}

.contact-us .contact-form button.filled-button {
	background-color: #dab63a;
	color: whitesmoke;
	border: 3px solid #dab63a;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 13px 31px;
	border-radius: 31px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: whitesmoke;
	color: #dab63a;
	border: 3px solid #dab63a;
}

/* Calendar layout */

.calendar-container {
	width: 100%;
	max-width: 1000px;
	color: #836797;
	margin: auto;
	text-align: center;
	font-family: sans-serif;
	border: 3px solid #dab63a;
	border-radius: 13px;
	overflow: hidden;
  }
  
  .calendar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #836797;
	border-bottom: 3px solid #dab63a;
	padding: 24px;
  }
  
  .calendar-header button {
	width: 54px;
	border-radius: 20px;
	color: whitesmoke;
	background-color: #dab63a;
	border: 2px solid whitesmoke;
  }
  
  .calendar-header h2 {
	color: #dab63a !important;
	margin: 0;
	font-size: 1.2rem;
  }
  
  table {
	width: 100%;
	border-collapse: collapse;
  }
  
  th, td {
	width: 14.28%;
	padding: 10px;
	border: 1px solid #836797;
	text-align: center;
	vertical-align: middle;
  }
  
  .day-cell {
	cursor: pointer;
	transition: background-color 0.2s ease;
  }
  
  .day-cell:hover {
	background-color: #836797;
	color: #dab63a;
  }
  
  .event-day a {
	display: block;
	text-decoration: none;
	color: inherit;
  }
  
  .today {
	outline: 4px solid #dab63a;
	border-radius: 50%;
	padding: 5px;
  }
  
  .event-legend {
	max-width: 600px;
	margin: 20px auto;
	font-family: sans-serif;
  }
  
  .event-legend h3 {
	text-align: center;
	font-size: 31px;
	margin: 42px 0;
	color: #dab63a;
  }
  
  .event-legend ul {
	list-style: none;
	padding-left: 0;
  }
  
  .event-legend li {
	padding: 4px 0;
	font-size: 0.95rem;
  }

/* Privacy policy layout */

.services2{
	background-color: #202020;
	border-bottom: 2px solid #836797;

}

.services2 .section-heading h2{
	padding-top: 84px;
	margin-bottom: 42px;
	color: #836797;
	text-transform: none;
	font-size: 54px;
	font-weight: 700;
}

.services2 .section-heading span{
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 24px;
	color: whitesmoke;
	letter-spacing: 1px;
}

.services2 .section-heading p{
	color: whitesmoke;
	font-size: 20px;
	text-align: justify;
}

.services2 .section-heading em{
	color: #836797;
}



/* Partners Style */

.contact-partners {
	margin-top: -8px!important;
}

.partners {
	border: 4px solid #836797;
	background-color: whitesmoke;
	padding: 60px 0px;
}

.partners .owl-item {
	text-align: center;
	cursor: pointer;
}

.partners .partner-item img {
	max-width: 156px;
	margin: auto;
}



/* Footer Style */

footer {
	background-color: #232323;
	padding: 42px 0px;
	color: whitesmoke;
}

footer h4 {
	color: whitesmoke;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}
footer p {
	color: whitesmoke;
}

footer ul.social-icons {
	margin-top: 42px;
	text-align: center;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 54px;
	height: 54px;
	display: inline-block;
	line-height: 54px;
	text-align: center;
	background-color: #836797;
	color: #dab63a;
	
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: #dab63a;
	color: #836797;
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: whitesmoke;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	color: #dab63a;
}

footer .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
	background-color: transparent;
	color: whitesmoke;
	background-color: #dab63a;
	border: 3px solid whitesmoke;
	/* border: none; */
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

footer .contact-form button.filled-button:hover {
	background-color: whitesmoke;
	color: #dab63a;
	border: 3px solid #dab63a;
}



/* Sub-footer Style */

.sub-footer {
	border-top: 2px solid #6ad225;
	background-color: #343434;
	text-align: center;
	
}

.sub-footer p {
	color: whitesmoke;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.4px;
}

.sub-footer a {
	color: whitesmoke;
}

.sub-footer img {
	width: 9%;
	margin-left: 13px;
}

footer .sub-footer {
	text-align: center;
	margin-top: 40px;
	/* padding: 24px 0px; */
}


.page-heading {
	position: relative;
	text-align: center;
	background-color: #836797;
	padding-top: 130px;
	color: whitesmoke;
	height: 97vh;
}

.page-heading h1 {
	text-transform: capitalize;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 4px;
	margin-bottom: 24px;
	z-index: 100;
	position: relative;
}

.page-heading span {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: whitesmoke;
	display: block;
	z-index: 100;
	position: relative;
}

.page-heading .spanOrange {
	text-transform: capitalize;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #dab63a;
	margin-left: 22px;
	position: relative;
}

/* .page-heading img{
	
	margin-top: 242px;
	margin-left: 142px;
} */



.bouq1 img{
	/* width: 24%; */
	/* width: 31%; */
	width: 36%;
	/* margin-top: -24px; */
	/* margin-top: -54px; */
	margin-top: 24px;
	margin-left: 80px;
	background-size: contain;
	position: absolute;
	z-index: 0;
} 

.bouq2 img{
	/* width: 24%; */
	/* width: 31%; */
	width: 36%;
	/* margin-top: -24px; */
	/* margin-top: -54px; */
	margin-top: 57px;
	margin-left: 600px;
	background-size: contain;
	position: absolute;
	z-index: 0;
} 

.bouq3 img{
	/* width: 24%; */
	/* width: 31%; */
	width: 36%;
	margin-top: 57px;
	/* margin-top: -54px; */
	margin-left: 760px;
	background-size: contain;
	position: absolute;
	z-index: 0;
} 




/* team */

.team {
	background-color: whitesmoke;
	
	padding-top: 84px;
	/* padding-bottom: 84px; */
}

.team-item img {
	width: 100%;
	overflow: hidden;
}

.team-item .down-content {
	background-color: whitesmoke;
	padding: 30px;
}

.team-item .down-content h4 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}

.team-item .down-content span {
	color: #dab63a;
	font-weight: 700;
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
}

.team-item .down-content p {
	margin-bottom: 20px;
	font-size: 16px;
	color: #343434;
}

/*
---------------------------------------
Popular Categories
---------------------------------------
*/

.popular-categories {
	margin-top: 120px;
  }
  
  .popular-categories .section-heading {
	text-align: center;
	margin-bottom: 80px;
  }
  
  .popular-categories .naccs {
	position: relative;
	background-color: #836797;
	border-radius: 13px;
	margin-top: 84px;
	margin-bottom: 84px;
  }
  
  .popular-categories .icon {
	display: inline-block;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	text-align: center;
	line-height: 62px;
	color: #836797;
	background-color: whitesmoke;
	margin-right: 15px;
  }
  
  .popular-categories .icon img {
	max-width: 27px;
  }
  
  .popular-categories .naccs .menu div.first-thumb {
	border-top-left-radius: 13px;
  }
  
  .popular-categories .naccs .menu div.last-thumb {
	margin-bottom: 0px;
	border-bottom-left-radius: 13px;
  }
  
  .popular-categories .naccs .menu div {
	color: whitesmoke;
	font-size: 16px;
	background-color: #8d99af;
	margin-bottom: 1px;
	width: 287px;
	height: 126px;
	text-align: left;
	padding: 0px 15px;
	line-height: 126px;
	cursor: pointer;
	position: relative;
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .popular-categories .naccs .menu div.active,
  .popular-categories .naccs .menu div.active .thumb {
	background-color: #dab63a;
  }
  
  .popular-categories ul.nacc {
	position: relative;
	min-height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .popular-categories ul.nacc li {
	opacity: 0;
	transform: translateX(-50px);
	position: absolute;
	list-style: none;
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .popular-categories ul.nacc li.active {
	transition-delay: 0.3s;
	position: relative;
	z-index: 2;
	opacity: 1;
	transform: translateX(0px);
  }
  
  .popular-categories ul.nacc li {
	width: 100%;
  }
  
  .popular-categories .nacc .thumb .left-text {
	margin-left: 31px;
  }
  
  .popular-categories .nacc .thumb .left-text h4 {
	color: whitesmoke;
	font-size: 20px;
	font-weight: 700;
	line-height: 35px;
	margin-bottom: 30px;
  }
  
  .popular-categories .nacc .thumb .left-text p {
	color: whitesmoke;
	font-size: 16px;
	margin-bottom: 42px;
  }
  
  .popular-categories .nacc .thumb .right-image {
	border: 2px solid #dab63a;
	border-radius: 13px;
	padding: 0px;
	display: inline-flex;
  } 
  
  .popular-categories .nacc .thumb img {
	border-radius: 13px;
  }
  
  .popular-categories .nacc .thumb .left-text .main-white-button a{
	width: 100%;
	text-align: center;
  }

/*
---------------------------------------
Category Post
---------------------------------------
*/

.category-post {
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 120px;
  }
  
  .category-post .naccs {
	position: relative;
	border-radius: 13px;
  }
  
  .category-post .icon {
	display: inline-block;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	text-align: center;
	line-height: 62px;
	color: #8d99af;
	background-color: whitesmoke;
	margin-right: 15px;
	float: left;
  }
  
  .category-post .naccs .menu div h4 {
	position: absolute;
	left: 81px;
	top: 50%;
	color: whitesmoke;
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	display: inline;
  }
  
  .category-post .icon img {
	max-width: 27px;
  }
  
  .category-post .naccs .menu div.first-thumb  {
	border-bottom-left-radius: 13px;
  }
  
  .category-post .naccs .menu div.last-thumb {
	margin-bottom: 0px;
	border-bottom-right-radius: 13px;
  }
  
  .category-post .naccs .menu div {
	color: whitesmoke;
	margin: 0px;
	width: 42%;
	font-size: 10px;
	background-color: #8d99af;
	height: 132px;
	line-height: 132px;
	display: inline-block;
	float: left;
	text-align: left;
	cursor: pointer;
	position: relative;
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .category-post .naccs .menu div .thumb {
	padding: 30px 0px;
	margin-left: 25px;
	margin-right: 25px;
  }
  
  .category-post .naccs .menu div.active,
  .category-post .naccs .menu div.active .thumb {
	background-color: #dab63a;
  }
  
  .category-post ul.nacc {
	position: relative;
	min-height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .category-post ul.nacc li {
	opacity: 0;
	transform: translateX(-50px);
	position: absolute;
	list-style: none;
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .category-post ul.nacc li.active {
	transition-delay: 0.3s;
	position: relative;
	z-index: 2;
	opacity: 1;
	transform: translateX(0px);
  }
  
  .category-post ul.nacc li {
	width: 100%;
  }
  
  .category-post .nacc .thumb h4 {
	color: #2a2a2a;
	font-size: 20px;
	font-weight: 700;
	line-height: 35px;
	margin-bottom: 25px;
  }
  
  .category-post .nacc .thumb .main-white-button {
	text-align: right;
	margin-top: 42px;
  }
  
  .category-post .nacc .thumb .main-white-button a {
	background-color: #836797;
	color: whitesmoke;
  }
  
  .category-post .nacc .thumb .main-white-button a i {
	background-color: whitesmoke;
	color: #836797;
  }
  
  .category-post .top-content {
	margin-top: 80px;
	padding-bottom: 60px;
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
  }
  
  .category-post .description {
	padding-bottom: 60px;
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
  }
  
  .category-post .general-info p {
	margin-bottom: 30px;
  }
  
  .category-post .top-content .top-icon {
	background-color: #2b2d42;
	width: 250px;
	height: 132px;
	border-radius: 7px;
	position: relative;
	padding: 30px;
	display: inline-block;
  }
  
  .category-post .top-content .top-icon h4 {
	position: absolute;
	left: 30px;
	top: 50%;
	color: #fff;
	transform: translateY(-50%);
	font-size: 15px;
	font-weight: 400;
	width: 100%;
	display: inline;
  }
  
  .category-post .top-content .top-icon .icon {
	display: inline-block;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	text-align: center;
	line-height: 62px;
	color: #8d99af;
	background-color: #fff;
	margin-right: 15px;
	float: left;
	left: 0;
  }
  
  .category-post .nacc .thumb .text-icon img {
	max-width: 31px;
	margin-right: 10px;
  }
  
  .category-post .nacc .thumb span.list-item {
	font-size: 16px;
	color: #8d99af;
	font-weight: 500;
	line-height: 30px;
  }

/* 
---------------------------------------------
Listing Page
--------------------------------------------- 
*/


.listing-page {
	margin-top: 120px;
	margin-bottom: 120px;
  }
  
  .listing-page .section-heading {
	text-align: center;
	margin-bottom: 80px;
  }
  
  .listing-page .naccs {
	position: relative;
  }
  
  .listing-page .icon {
	display: inline-block;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	text-align: center;
	line-height: 62px;
	color: #8d99af;
	background-color: whitesmoke;
	margin-right: 15px;
  }
  
  .listing-page .icon img {
	max-width: 27px;
  }
  
  .listing-page .naccs .menu div.first-thumb {
	border-radius: 13px;
  }
  
  .listing-page .naccs .menu div.last-thumb {
	margin-bottom: 0px;
	border-radius: 13px;
  }
  
  .listing-page .naccs .menu div {
	color: whitesmoke;
	font-size: 15px;
	border-radius: 13px;
	background-color: #8d99af;
	margin-bottom: 30px;
	height: 126px;
	text-align: left;
	padding: 0px 15px;
	line-height: 126px;
	cursor: pointer;
	position: relative;
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .listing-page .naccs .menu div.active,
  .listing-page .naccs .menu div.active .thumb {
	background-color: #2b2d42;
  }
  
  .listing-page ul.nacc {
	height: auto !important;
	position: relative;
	min-height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .listing-page ul.nacc li {
	display: none;
	opacity: 0;
	transform: translateY(-50px);
	position: absolute;
	list-style: none;
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .listing-page ul.nacc li.active {
	display: block;
	transition-delay: 0s;
	position: relative;
	z-index: 2;
	opacity: 1;
	transform: translateY(0px);
  }
  
  .listing-page ul.nacc li {
	width: 100%;
  }
  
  .listing-page .item .listing-item {
	display: inline-flex;
	background-color: #f7f7f7;
	border-radius: 7px;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
  }
  
  .listing-page .item .left-image {
	float: left;
	overflow: hidden;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	position: relative;
	z-index: 1;
  }
  
  .listing-page .item .left-image .hover-content .main-white-button a i {
	font-size: 12px;
	width: 23px;
	height: 23px;
	line-height: 23px;
  }
  
  .listing-page .item .left-image .hover-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 11;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
  }
  
  .listing-page .item .listing-item:hover .left-image .hover-content {
	opacity: 1;
	visibility: visible;
  }
  
  .listing-page .item .left-image img {
	overflow: hidden;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
  }
  
  .listing-page .item .right-content {
	display: inline-block;
	padding: 45px;
  }
  
  .listing-page .item .right-content h4 {
	font-size: 20px;
	color: #2a2a2a;
	font-weight: 700;
	margin-bottom: 20px;
  }
  
  .listing-page .item .right-content h6 {
	font-size: 15px;
	font-weight: 500;
	color: #8d99af;
  }
  
  .listing-page .item .right-content span.price {
	color: #2a2a2a;
	font-size: 15px;
	margin-top: 30px;
	display: block;
	margin-bottom: 15px;
  }
  
  .listing-page .item .right-content span.price .icon {
	width: 30px;
	height: 30px;
	background-color: #8d99af;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	display: inline-block;
	margin-right: 10px;
  }
  
  .listing-page .item .right-content span.price .icon img {
	max-width: 16px;
	text-align: center;
	display: inline-block;
  }
  
  .listing-page .item .right-content span.details {
	display: block;
	margin-bottom: 30px;
	font-size: 15px;
	color: #8d99af;
  }
  
  .listing-page .item .right-content span.details em {
	font-style: normal;
	color: #2a2a2a;
  }
  
  .listing-page .item .right-content span.info {
	line-height: 30px;
  }
  
  .listing-page .item .right-content span.info img {
	max-width: 30px;
	margin-right: 15px;
	display: inline;
  }
  
  .listing-page .owl-dots {
	margin-top: 15px;
	text-align: center;
  }
  
  .listing-page .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background-color: #8d99af;
	border-radius: 50%;
	margin: 0px 5px;
	transition: all .3s;
  }
  
  .listing-page .owl-dots .active {
	width: 14px;
	height: 14px;
  }

  .section-heading h2 {
	font-size: 35px;
	margin-bottom: 25px;
	text-transform: capitalize;
	color: #2a2a2a;
	font-weight: 700;
	position: relative;
	z-index: 2;
	line-height: 44px;
  }
  
  .section-heading h6 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	color: #8d99af;
  }
  
  .main-white-button a {
	display: inline-block;
	background-color: whitesmoke;
	font-size: 16px;
	font-weight: 500;
	color: #836797;
	text-transform: capitalize;
	padding: 12px 25px;
	border-radius: 7px;
	letter-spacing: 0.25px;
	transition: all .3s;
  }
  
  .main-white-button a i {
	margin-right: 10px;
	width: 22px;
	height: 22px;
	background-color: #836797;
	color: whitesmoke;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
  }
  
  .main-white-button a:hover {
	background-color: #dab63a;
	color: whitesmoke;
  }


  
  .background-header .main-nav .nav li:last-child .main-white-button a {
	background-color: #836797;
	color: whitesmoke !important;
  }
  
  .background-header .main-nav .nav li:last-child .main-white-button a i {
	background-color: whitesmoke;
	color: #836797;
  }
  
  


/* Single Service */

.single-services {
	margin-top: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 30px 30px;
	display: inline-block;
	background-color: #dab63a;
  	font-size: 20px;
  	color: #121212;
  	letter-spacing: 0.5px;
  	font-weight: 700;
  	transition: all 0.3s;
}
#tabs ul li a i {
	float: right;
	margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: whitesmoke;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
	margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
	max-width: 100%;
	overflow: hidden;
}
.tabs-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
}



/* Contact Information */

.contact-information {
	border: #dab63a 4px solid;
	
	background-color: transparent!important;
	background-image: url(../images/geometricalPattern3.jpg);
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 64px;
	padding-bottom: 64px;
}

.contact-information2 {
	border: #dab63a 4px solid;
	/* background-color: #dab63a; */
	background-color: transparent!important;
	background-image: url(../images/geometricalPattern7.png);
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 64px;
	padding-bottom: 64px;
}

.contact-information .contact-item {
	border: #dab63a 4px solid;

	border-radius: 42px;
	padding: 24px 84px;
	background-color: #dab63a;
	text-align: center;
}

.contact-information2 .contact-item {
	border: #dab63a 4px solid;

	border-radius: 42px;
	padding: 60px 30px;
	background-color: whitesmoke;
	text-align: center;
}

.contact-information .contact-item1 {
	border: #dab63a 4px solid;

	border-radius: 101px;
	padding: 24px 42px;
	background-color: whitesmoke;
	text-align: center;
}

.contact-information .contact-item1 i {
	color: #dab63a;
	font-size: 54px;
	margin-bottom: 40px;
	
	transition: all 0.2s ease;
}

.contact-information .contact-item1 i:hover {
	animation: wiggle 2s linear infinite;
	font-size: 84px;
	margin-bottom: 10px;
	transform: translateY(120px);
}

.contact-information .contact-item1 h4 {
	color: #2f2c2b;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 50px;
}

.contact-information .contact-item1 p {
	color: rgb(43, 40, 40);
	font-size: 16px;
	margin-bottom: 20px;
}

.contact-information .contact-item1 a {
	font-weight: 700;
	color: #dab63a;
	font-size: 18px;
}

.contact-information .contact-item2 {
	border: #dab63a 4px solid;
	border-radius: 101px;
	padding: 60px 30px;
	background-color: rgb(242, 237, 232);
	text-align: center;
	margin-bottom: 24px;
}

.contact-information .contact-item2 i {
	color: #dab63a;
	font-size: 54px;
	margin-bottom: 40px;
	
	transition: all 0.2s ease;
}

.contact-information .contact-item2 i:hover {
	animation: wiggle 2s linear infinite;
	font-size: 84px;
	margin-bottom: 10px;
	transform: translateY(120px);
}

.contact-information .contact-item2 h4 {
	color: #2f2c2b;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 50px;
}

.contact-information .contact-item2 p {
	color: rgb(43, 40, 40);
	font-size: 16px;
	margin-bottom: 20px;
}

.contact-information .contact-item2 a {
	font-weight: 700;
	color: #dab63a;
	font-size: 18px;
	margin-left: -20px;
}

.contact-information .contact-item3 {
	border: #dab63a 4px solid;

	border-radius: 101px;
	padding: 60px 30px;
	background-color: rgb(242, 237, 232);
	text-align: center;
}

.contact-information .contact-item3 i {
	color: #dab63a;
	font-size: 54px;
	margin-bottom: 40px;
	
	transition: all 0.2s ease;
}

.contact-information .contact-item3 i:hover {
	animation: wiggle 2s linear infinite;
	font-size: 84px;
	margin-bottom: 10px;
	transform: translateY(120px);
}

.contact-information .contact-item3 h4 {
	color: #2f2c2b;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 20px;
}

.contact-information .contact-item3 p {
	color: rgb(43, 40, 40);
	font-size: 16px;
	margin-bottom: 20px;
}

.contact-information .contact-item3 a {
	font-weight: 700;
	color: #dab63a;
	font-size: 18px;
}

.contact-information .contact-item4 {
	border: #dab63a 4px solid;

	border-radius: 101px;
	padding: 60px 30px;
	background-color: rgb(242, 237, 232);
	text-align: center;
}

.contact-information .contact-item4 i {
	color: #dab63a;
	font-size: 54px;
	margin-bottom: 40px;
	
	transition: all 0.2s ease;
}

.contact-information .contact-item4 i:hover {
	animation: wiggle 2s linear infinite;
	font-size: 84px;
	margin-bottom: 10px;
	transform: translateY(120px);
}

.contact-information .contact-item4 h4 {
	color: #2f2c2b;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 50px;
}

.contact-information .contact-item4 p {
	color: rgb(43, 40, 40);
	font-size: 16px;
	margin-bottom: 20px;
}

.contact-information .contact-item4 a {
	font-weight: 700;
	color: #dab63a;
	font-size: 18px;
	margin-left: -20px;
}

/*Keyframes wiggle */

@keyframes wiggle {
	0%, 10% {
	  transform: rotateZ(0);
	}
	15% {
	  transform: rotateZ(-15deg);
	}
	20% {
	  transform: rotateZ(10deg);
	}
	25% {
	  transform: rotateZ(-10deg);
	}
	30% {
	  transform: rotateZ(6deg);
	}
	35% {
	  transform: rotateZ(-4deg);
	}
	40%, 100% {
	  transform: rotateZ(0);
	}
  }

.more-info2 .contact-item {
	background-color: transparent!important;
	background-image: url(../images/fondGeometrique4.png);
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


/*
---------------------------------------------
Footer
---------------------------------------------
*/

footer {
	
	padding-top: 80px;
  }
  
  footer h4 {
	font-size: 24px;
	font-weight: 700;
	color: #836797;
	margin-bottom: 31px;
  }
  
  footer p,
  footer a {
	color: whitesmoke;
  }
  
  footer .logo img {
	max-width: 184px;
	margin-bottom: 31px;
  }
  
  footer .helpful-links {
	margin: 0px 45px;
  }
  
  footer .helpful-links ul li {
	display: block;
	margin-bottom: 15px;
  }
  
  footer .helpful-links ul li a {
	font-size: 19px;
	transition: all .3s;
  }
  
  footer .helpful-links ul li a:hover {
	color: #dab63a;
	border-bottom: 1px solid #dab63a;
  }
  
  footer .contactUs p {
	text-align: left;
	font-size: 19px;
	margin-bottom: 25px;
  }
  
  footer .contactUs a {
	text-align: left;
	transition: all .4s;
  }
  
  footer .contactUs a:hover {
	color: #dab63a;
	border-bottom: 1px solid #dab63a;
  }

  footer .footer-item {
	max-width: 442px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
footer .footer-item p{
	font-size: 19px;
}
  .page-section {
	margin-top: 120px;
  }
  
  .section-heading h2 {
	font-size: 35px;
	margin-bottom: 25px;
	text-transform: capitalize;
	color: #2a2a2a;
	font-weight: 700;
	position: relative;
	z-index: 2;
	line-height: 44px;
  }
  
  .section-heading h6 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	color: #8d99af;
  }
 
  .popular-categories .naccs .menu div.first-thumb {
    border-top-right-radius: 7px;
  }
  .popular-categories .naccs .menu div.last-thumb {
    border-bottom-left-radius: 0px;
  }
  .recent-listing .item .left-image,
  .listing-page .item .left-image {
    float: none;
    width: 100%;
  }
  .category-post .top-content .top-icon .icon {
    left: 45%;
  }
  .recent-listing .item .left-image,
  .listing-page .item .left-image {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 7px;
  }
  .recent-listing .item .listing-item,
  .listing-page .item .listing-item {
    display: inline-block;
  }
  .recent-listing .item .right-content ul.rate,
  .listing-page .item .right-content ul.rate {
    top: 20px;
  }
  .recent-listing .item .right-content .main-white-button,
  .listing-page .item .right-content .main-white-button {
    position: relative;
    left: 0px;
    bottom: 0px;
    margin-top: 30px;
  }
  .recent-listing .item .right-content h4 {
    margin-top: 20px;
  }
  footer {
    text-align: center;
  }
  footer .about,
  footer .helpful-links {
    margin-bottom: 45px;
  }
  .category-post .icon {
    transform: translateX(0px);
  }
  .category-post .top-content .top-icon,
  .category-post .nacc .thumb .main-white-button a {
    text-align: center;
    width: 100%;
  }
  .category-post .nacc .thumb .main-white-button  {
    margin-top: 30px;
  }
  .category-post .top-content .top-icon .icon {
    margin-left: -60px;
  }
  .category-post .top-content .top-icon h4 {
    left: 86px;
  }
  .description .text-icon {
    margin-top: 30px;
  }
  form#contact {
    margin-top: 45px;
    margin-bottom: 55px;
  }

/* Responsive Style */

@media (max-width: 1200px) {
	.popular-categories .icon {
	  margin-left: 50%;
	  transform: translateX(-33px);
	  text-align: center;
	  display: inline-block;
	}
	.category-post .naccs .menu div.active .thumb {
	  position: relative;
	}
	.category-post .icon {
	  position: absolute;
	  left: 50%;
	  transform: translateX(15px);
	}
	.category-post .top-content .top-icon h4 { 
	  left: 86px;
	}
	form#search-form {
	  padding: 30px;
	}
	.popular-categories .naccs .menu .thumb,
	.category-post .naccs .menu div h4 {
	  color: transparent;
	}
	.recent-listing .item .right-content,
	.listing-page .item .right-content {
	  padding: 30px;
	  position: relative;
	}
	.recent-listing .item .right-content h4,
	.listing-page .item .right-content h4 {
	  margin-bottom: 10px;
	}
	.recent-listing .item .right-content .main-white-button,
	.listing-page .item .right-content .main-white-button {
	  left: 30px;
	  bottom: -30px;
	}
	.recent-listing .item .right-content span.price,
	.listing-page .item .right-content span.price {
	  margin-top: 15px;
	}
	.recent-listing .item .right-content ul.rate,
	.listing-page .item .right-content ul.rate {
	  left: 30px;
	  top: -5px;
	}
	.recent-listing .item .right-content span.details,
	.listing-page .item .right-content span.details {
	  margin-bottom: 15px;
	}
  }
  @media only screen and (max-width: 414px) {
	html, body {
		overflow-x: hidden;
	  }
	  .bouq1, 
	  .bouq2,
	  .bouq3 img{
		  display: none;
	  }
	  .fun-facts span {
		  text-align: center;
	  }
	  .fun-facts h2 {
		  text-align: center;
	  }
	  .fun-facts p {
		  font-size: 22px;
	  }
	  .team-item .down-content h4 {
		  font-size: 26px;
	  }
	  .team-item .down-content span {
		  font-size: 22px;
	  }
	  .team-item .down-content p {
		  font-size: 20px;
	  }
	  .section-heading3 p{
		  font-size: 18px;
	  }
	  .list-hours li{
		  font-size: 17px;
		  margin: 15px 0px 0px;
	  }
	  span#monday1.ml-auto,
	  span#tuesday1.ml-auto,
	  span#wednesday1.ml-auto{
		  font-size: 26px;
		  margin-top: -8px;
	  }
	  .sub-header {
		  display: none;
	  }
	  .section-heading6 img{
		  width: 8.4%;
		  height: 8.4%;
		  margin-top: 4px;
		  margin-right: 13px;
	  }
	  .service-item .down-content {
		  padding: 13px;
	  }
	  .service-item .down-content h4 {
		  font-size: 28px;
		  margin-top: 13px;
		  letter-spacing: 0.25px;
		  margin-bottom: 16px;
	  }
	  .service-item .down-content p {
		  margin-bottom: 20px;
		  font-size: 22px;
	  }
	  a.filled-button1{
		  margin-top: 42px;
		  margin-left: 101px;
	  }
   
	/* Conteneur principal */
	.popular-categories .naccs .menu div {
	  width: 49px !important;
	  }
	  #events .row {
		  flex-direction: column;
		  display: flex;
	  }
	  #events .col-lg-3,
	  #events .col-lg-5,
	  #events .col-lg-7,
	  #events .col-lg-9 {
		  width: 100%;
		  max-width: 100%;
		  flex: 0 0 100%;
	  }
	  #events .menu {
		  display: flex;
		  flex-wrap: wrap;
		  justify-content: space-evenly;
		  gap: 0px !important;
		  margin-bottom: 20px;
		  margin-top: 10px;
		  margin-left: -16px;
	  }
	  #events .menu .thumb {
		  flex: 1 1 45%;
		  text-align: center;
		  padding: 10px;
		  border-radius: 8px;
	  }
	  #events .menu .icon img {
		  text-align: center;
		  width: 24px;
		  height: 24px;
	  }
	  #events ul.nacc > li {
		  margin-bottom: 30px;
	  }
	  #events .left-text {
		  text-align: center;
		  margin-bottom: 15px;
	  }
	  #events .left-text h4 {
		  margin-left: -20px;
		  font-size: 1.3em;
	  }
	  #events .left-text p {
		  margin-left: -20px;
		  font-size: 1em;
	  }
	  #events .main-white-button {
		  text-align: center;
	  }
	  #events .right-image img {
		  max-width: 100%;
		  height: auto;
		  display: block;
		  margin: 0 auto;
	  }
	  #events .right-image {
		  text-align: center;
		  margin-top: 15px;
	  }
	  .calendar-container table td {
		padding: 6px;
		font-size: 0.8rem;
		}
	  .workshops .section-heading5 h3{
		  margin-bottom: -142px;
	  }
	  .fondu2 img{
		  width: 59%!important;
		  height: 59%!important;
		  margin-left: -38px!important;
		  margin-top: 42px!important;
	  }
	  .more-info4 .right-content2 p{
		  text-align: left;
		  font-size: 20px;
		  padding: 13px;
	  }
	  .more-info4 .right-content2 .spanOrange a{
		  font-size: 20px;
	  }
	  .main-white-button a{
		  margin-top: 24px;
		  margin-left: -31px!important;
		  font-size: 20px!important;
	  }
  
	/* Optionnel : espacement pour les thumb */
	#events .thumb {
	  padding: 10px;
	}
	
	.popular-categories .icon{
	  width: 54px;
	  height: 54px;
	  margin-left: 64%;
	  transform: translateX(-38px);
	  text-align: center;
	  display: inline-block;
	}
	  .calendar-header h2 {
	  font-size: 1rem;
	  }
	  th, td {
	  font-size: 0.75rem;
	  padding: 6px;
	  }
	  .calendar-header button {
	  font-size: 1rem;
	  padding: 4px 8px;
	  }
	  .event-legend {
	  padding: 0 10px;
	  }
	  .event-legend li {
	  font-size: 0.85rem;
	  }
	  .navbar .navbar-brand img{
	  float: 	left;
	  margin-top: 10px;
	  margin-left: 4px;
	  outline: none;
	  width: 24%;
	  }
	  .services {
		  padding-top: 42px;
		  padding-bottom: 42px;
		  background-color: whitesmoke;
	  }
	  .Modern-Slider .item .img-fill {
		  height:100vh;
	  }
	  .Modern-Slider .text-content {
		  background-color: #000000a2;
		  text-align: right;
		  margin-top: 440px!important;
		  margin-left: 212px !important;
		  padding: 24px;
		  width: 74%!important;
		  height: 54%!important;
	  }
	  .Modern-Slider .item p {
		  width: 284px!important;
		  font-size: 22px!important;
		  line-height: 24px;
		  margin-left: -14px!important;
	  }
	  .Modern-Slider .item-1 p {
		  margin-top: 124px!important;
	  }
	  .Modern-Slider .item-2 p {
		  margin-top: 154px!important;
	  }
	  .Modern-Slider .item-3 p {
		  margin-top: 44px!important;
	  }
	  .Modern-Slider .item h6 {
		margin-bottom: 15px!important;
		font-size: 24px;
	  }
	  .Modern-Slider .item h4 {
		  margin-top: 24px!important;
		  margin-left: -14px!important;
		  margin-bottom: 42px!important;
		  font-size: 26px;
		  line-height: 42px;
		  letter-spacing: 1px;
		  width: 284px;
	  }
	  .Modern-Slider .NextArrow{
		right:5px;
		border-radius: 50px;
		background-color: #00000078;
	  }
	  .Modern-Slider .PrevArrow {
		left:5px;
		border-radius: 50px;
		background-color: #00000078;
	  }
	  a.filled-button {
		  text-align: center;
		  font-size: 17px;
		  padding: 10px 24px;
		  /* margin-top: 84px !important;  */
	  }
	  a.filled-button5 {
		  font-size: 22px;
		  margin-top: 42px;
		  margin-left: 49px !important;
	  }
	  .services2 .section-heading p{
		  font-size: 22px;
		  text-align: left;
	  }
	  .more-info .right-content{
		  padding: 0px;
	  }
	  .more-info .right-content p{
		  font-size: 22px;
	  }
	  .more-info2 .right-content2 p {
		  font-size: 22px!important;
		  margin-bottom: 13px;
	  }
	  .more-info .left-image img{
		  width: 60%!important;
		  height: 60%!important;
		  margin-top: -104px!important;
		  margin-left: -42px!important;
	  }
	  .more-info .right-content {
		  padding: 0px;
	  }
	  .more-info .more-info-content {
		  margin-top: 13px;
		  margin-bottom: -242px;
	  }
	  .more-info-content .right-content p{
		  font-size: 22px;
		  margin-bottom: 42px;
	  }
	  .more-info-content .right-content2{
		  margin-top: 42px;
		  margin-bottom: 242px;
	  }
	  .more-info-content .right-content3{
		  margin-top: -164px!important;
		  margin-bottom: -74px!important;
	  }
	  .more-info-content .right-content3 p{
		  font-size: 22px;
	  }
	  .more-info-content .right-content2 p{
		  font-size: 22px;
	  }
	  .more-info-content .left-image2 img{
		  width: 70%!important;
		  height: 70%!important;
		  margin-top: -84px!important;
		  margin-left: -38px!important;
	  }
	  .more-info-content .left-image3 img{
		  width: 100%;
		  height: 100%;
		  margin-top: -220px;
	  }
	  .testimonials {
		  margin-top: 242px;
		  padding-top: 84px;
		  padding-bottom: 42px;
	  }
	  .testimonial-item h4{
		  font-size: 26px;
	  }
	  .testimonial-item span{
		  font-size: 20px;
	  }
	  .testimonial-item p{
		  font-size: 18px;
	  }
	  .callback-form{
		  padding-top: 24px;
		  padding-bottom: 24px;
	  }
	  .callback-form .contact-form {
		  padding: 24px;
		  border-radius: 24px;
	  }
	  .contact-information2 .contact-item {
		  padding: 42px 10px;
	  }
	  .contact-information .contact-item4 p{
		  font-size: 20px !important;
	  }
	  .contact-information .contact-item3 p{
		  font-size: 20px !important;
	  }
	  .contact-information .contact-item2 {
		  margin-top: 24px;
		  margin-bottom: 24px;
	  }
	  .contact-information .contact-item2 p{
		  font-size: 20px !important;
	  }
	  .contact-information .contact-item2 a{
		  font-size: 17px !important;
	  }
	  .contact-information .contact-item3 a{
		  font-size: 24px !important;
	  }
	  .contact-information .contact-item4 a{
		  font-size: 24px !important;
	  }
	  .mobile-top-fix {
		margin-top: 30px;
		margin-bottom: 10px;
	  }
	  .mobile-bottom-fix {
		margin-bottom: 30px;
	  }
	  .mobile-bottom-fix-big {
		margin-bottom: 60px;
	  }
	  .page-heading {
		  padding-top: 154px;
		  height: 100vh;
	  }
	  .page-heading h1{
		  font-size: 50px;
	  }
	  .page-heading span{
		  font-size: 26px;
	  }
	  .page-heading .spanOrange {
		  font-size: 58px !important;
		  margin-left: 0px !important;
	  }
	  .navbar .navbar-toggler {
		  top: 20px;
		  right: -31px;
	  }
	  .navbar .navbar-brand img{
	  width: 16%!important;
	  left: -26px!important;
	  top: -20px!important;
	  }
	  .navbar .navbar-brand h2{
		  display: none;
		  }
	  .navbar .navbar-brand {
		  position: absolute;
		  left: 31px;
		  top: 13px;
		  width: auto;
	  }
	  .navbar:after {
		  display: none;
	  }
	  #navbarResponsive {
		  z-index: 99999;
		  position: absolute;
		  top: 79px;
		  left: 0;
		  width: 100%;
		  text-align: center;
		  background-color: #836797;
		  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	  }
	  .navbar .navbar-nav .nav-item {
		  padding-left: 124px;
		  border-bottom: 1px solid whitesmoke;
	  }
	  .navbar .navbar-nav .nav-item:last-child {
		  border-bottom: none;
	  }
	  .navbar .navbar-nav a.nav-link {
		  font-size: 24px !important;
		  text-align: center;
		  padding: 25px 0px;
		  color: whitesmoke!important;
	  }
	  .navbar .navbar-nav .nav-link:hover,
	  .navbar .navbar-nav .active>.nav-link,
	  .navbar .navbar-nav .nav-link.current,
	  .navbar .navbar-nav .nav-link.show,
	  .navbar .navbar-nav .show>.nav-link {
		  color: #dab63a!important;
		  border-bottom: none!important;
	  }
	  .mapouter{
		  margin-left: -42px;
	  }
  /* button back-to-top style */
	  #back-to-top {
		  left: 50%;
		  transform: translateX(-50%);
		  right: auto;
	  }
	  footer .footer-item {
		  margin-bottom: 30px;
		  padding-bottom: 30px;
	  }
	  footer .last-item {
		  border-bottom: none;
	  }
  }


/* @media (max-width: 768px) {
	.sub-header {
		display: none;
	}
	
	.navbar .navbar-brand img{
		float: 	left;
		margin-top: 10px;
		margin-left: 4px;
		outline: none;
		width: 24%;
	}
	.Modern-Slider .item h6 {
	  margin-bottom: 15px;
	  font-size: 18px;
	}
	.Modern-Slider .item h4 {
	  margin-bottom: 25px;
	  font-size: 28px;
	  line-height: 36px;
	  letter-spacing: 1px;
	}
	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	}
	.request-form {
		text-align: center;
	}
	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.more-info .right-content  {
		
		padding: 30px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
} */

@media (max-width: 844px) {
	html, body {
	  overflow-x: hidden;
	}
	.bouq1, 
	.bouq2,
	.bouq3 img{
		display: none;
	}
	.page-heading {
		padding-top: 142px !important;
	}
	.page-heading h1{
		font-size: 50px !important;
	}
	.page-heading span{
		font-size: 22px !important;
	}
	.page-heading .spanOrange {
		font-size: 50px !important;
	}
	#cookie-popup .btn{
		margin-left: 94px !important;
	}
	.navbar .navbar-nav a.nav-link{
		margin-left: -31px !important;
	}
	.Modern-Slider .item h4{
		margin-left: -24px !important;
	}
	a.filled-button {
		font-size: 16px !important;
	}
}

@media (max-width: 992px) {
	html, body {
	  overflow-x: hidden;
	}
	.bouq1, 
	.bouq2,
	.bouq3 img{
		display: none;
	}
	.fun-facts span {
		text-align: center;
	}
	.fun-facts h2 {
		text-align: center;
	}
	.fun-facts p {
		font-size: 22px;
	}
	.team-item .down-content h4 {
		font-size: 26px;
	}
	.team-item .down-content span {
		font-size: 22px;
	}
	.team-item .down-content p {
		font-size: 20px;
	}
	.section-heading3 p{
		font-size: 18px;
	}
	.list-hours li{
		font-size: 17px;
		margin: 15px 0px 0px;
	}
	span#monday1.ml-auto,
	span#tuesday1.ml-auto,
	span#wednesday1.ml-auto{
		font-size: 26px;
		margin-top: -8px;
	}
	.sub-header {
		display: none;
	}
	.section-heading6 img{
		width: 8.4%;
		height: 8.4%;
		margin-top: 4px;
		margin-right: 13px;
	}
	.service-item .down-content {
		padding: 13px;
	}
	.service-item .down-content h4 {
		font-size: 28px;
		margin-top: 13px;
		letter-spacing: 0.25px;
		margin-bottom: 16px;
	}
	.service-item .down-content p {
		margin-bottom: 20px;
		font-size: 22px;
	}
	a.filled-button1{
		margin-top: 42px;
		margin-left: 101px;
	}
 
  /* Conteneur principal */
  .popular-categories .naccs .menu div {
	width: 49px !important;
	}
	#events .row {
		flex-direction: column;
		display: flex;
	}
	#events .col-lg-3,
	#events .col-lg-5,
	#events .col-lg-7,
	#events .col-lg-9 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	#events .menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		gap: 0px !important;
		margin-bottom: 20px;
		margin-top: 10px;
		margin-left: -16px;
	}
	#events .menu .thumb {
		flex: 1 1 45%;
		text-align: center;
		padding: 10px;
		border-radius: 8px;
	}
	#events .menu .icon img {
		text-align: center;
		width: 24px;
		height: 24px;
	}
	#events ul.nacc > li {
		margin-bottom: 30px;
	}
	#events .left-text {
		text-align: center;
		margin-bottom: 15px;
	}
	#events .left-text h4 {
		margin-left: -20px;
		font-size: 1.3em;
	}
	#events .left-text p {
		margin-left: -20px;
		font-size: 1em;
	}
	#events .main-white-button {
		text-align: center;
	}
	#events .right-image img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	#events .right-image {
		text-align: center;
		margin-top: 15px;
	}
	.workshops .section-heading5 h3{
		margin-bottom: -142px;
	}
	.more-info4 .right-content2 .book-seller2 {
		font-size: 31px;
		margin-left: 13px;
	}
	.more-info4 .right-content2 .book-seller {
		font-size: 22px;
		margin-left: 0px;
		font-weight: 600;
	}
	.fondu2 img{
		width: 69%;
		height: 69%;
		margin-left: -36px;
		margin-top: 64px;
	}
	.more-info4 .right-content2 p{
		text-align: left !important;
		font-size: 20px;
		padding: 13px;
	}
	.more-info4 .right-content2 .spanOrange a{
		font-size: 20px;
	}
	.main-white-button a{
		margin-top: 24px;
		margin-left: -31px!important;
		font-size: 20px!important;
	}
	.more-info4 .center-image img {
		margin-top: -84px;
		margin-left: 154px;
		margin-bottom: 142px !important;
		width: 64%;
		height: 64%;
		border-radius: 13px;
		overflow: hidden;
		border: 4px solid #dab63a;
	}
	.fondu4{
		margin-bottom: -242px !important;
	}

  /* Optionnel : espacement pour les thumb */
  #events .thumb {
    padding: 10px;
  }
  
  .popular-categories .icon{
	width: 54px;
	height: 54px;
	margin-left: 64%;
	transform: translateX(-38px);
	text-align: center;
	display: inline-block;
  }
	.calendar-header h2 {
	font-size: 1rem;
	}
	th, td {
	font-size: 0.75rem;
	padding: 6px;
	}
	.calendar-header button {
	font-size: 1rem;
	padding: 4px 8px;
	}
	.event-legend {
	padding: 0 10px;
	}
	.event-legend li {
	font-size: 0.85rem;
	}
	.navbar .navbar-brand img{
	float: 	left;
	margin-top: 10px;
	margin-left: 4px;
	outline: none;
	width: 24%;
	}
	.services {
		padding-top: 42px;
		padding-bottom: 42px;
		background-color: whitesmoke;
	}
	.Modern-Slider .item .img-fill {
		height:100vh;
	}
	.Modern-Slider .text-content {
		background-color: #000000a2;
		text-align: right;
		margin-top: 440px!important;
		margin-left: 212px !important;
		padding: 24px;
		width: 74%!important;
		height: 54%!important;
	}
	.Modern-Slider .item p {
		width: 284px!important;
		font-size: 22px!important;
		line-height: 24px;
		margin-left: -14px!important;
	}
	.Modern-Slider .item-1 p {
		margin-top: 124px!important;
	}
	.Modern-Slider .item-2 p {
		margin-top: 154px!important;
	}
	.Modern-Slider .item-3 p {
		margin-top: 44px!important;
	}
	.Modern-Slider .item h6 {
	  margin-bottom: 15px!important;
	  font-size: 24px;
	}
	.Modern-Slider .item h4 {
		margin-top: 24px!important;
		margin-left: -14px!important;
		margin-bottom: 42px!important;
		font-size: 26px;
		line-height: 42px;
		letter-spacing: 1px;
		width: 284px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	  border-radius: 50px;
	  background-color: #00000078;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	  border-radius: 50px;
	  background-color: #00000078;
	}
	a.filled-button {
		text-align: center;
		font-size: 17px;
		padding: 10px 24px;
		/* margin-top: 84px !important;  */
	}
	a.filled-button5 {
		font-size: 22px;
		margin-top: 42px;
		margin-left: 49px !important;
	}
	.services2 .section-heading p{
		font-size: 22px;
		text-align: left;
	}
	.more-info .right-content{
		padding: 0px;
	}
	.more-info .right-content p{
		font-size: 22px;
	}
	.more-info2 .right-content2 p {
		font-size: 22px!important;
		margin-bottom: 13px;
	}
	.more-info .left-image img{
		width: 60%!important;
		height: 60%!important;
		margin-top: -104px!important;
		margin-left: -42px!important;
	}
	.more-info .right-content {
		padding: 0px;
	}
	.more-info .more-info-content {
		margin-top: 13px;
		margin-bottom: -242px;
	}
	.more-info-content .right-content p{
		font-size: 22px;
		margin-bottom: 42px;
	}
	.more-info-content .right-content2{
		margin-top: 42px;
		margin-bottom: 242px;
	}
	.more-info-content .right-content3{
		margin-top: -164px!important;
		margin-bottom: -74px!important;
	}
	.more-info-content .right-content3 p{
		font-size: 22px;
	}
	.more-info-content .right-content2 p{
		font-size: 22px;
	}
	.more-info-content .left-image2 img{
		width: 70%!important;
		height: 70%!important;
		margin-top: -84px!important;
		margin-left: -38px!important;
	}
	.more-info-content .left-image3 img{
		width: 100%;
		height: 100%;
		margin-top: -220px;
	}
	.testimonials {
		margin-top: 242px;
		padding-top: 84px;
		padding-bottom: 42px;
	}
	.testimonial-item h4{
		font-size: 26px;
	}
	.testimonial-item span{
		font-size: 20px;
	}
	.testimonial-item p{
		font-size: 18px;
	}
	.callback-form{
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.callback-form .contact-form {
		padding: 24px;
		border-radius: 24px;
	}
	.contact-information2 .contact-item {
		padding: 42px 10px;
	}
	.contact-information .contact-item4 p{
		font-size: 20px !important;
	}
	.contact-information .contact-item3 p{
		font-size: 20px !important;
	}
	.contact-information .contact-item2 {
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.contact-information .contact-item2 p{
		font-size: 20px !important;
	}
	.contact-information .contact-item2 a{
		font-size: 17px !important;
	}
	.contact-information .contact-item3 a{
		font-size: 24px !important;
	}
	.contact-information .contact-item4 a{
		font-size: 24px !important;
	}
	.mobile-top-fix {
	  margin-top: 30px;
	  margin-bottom: 10px;
	}
	.mobile-bottom-fix {
	  margin-bottom: 30px;
	}
	.mobile-bottom-fix-big {
	  margin-bottom: 60px;
	}
	.page-heading {
		padding-top: 154px;
		height: 100vh;
	}
	.page-heading h1{
		font-size: 50px;
	}
	.page-heading span{
		font-size: 26px;
	}
	.page-heading .spanOrange {
		font-size: 58px !important;
		margin-left: 0px !important;
	}
	.navbar .navbar-toggler {
		top: 20px;
		right: -31px;
	}
	.navbar .navbar-brand img{
	width: 16%!important;
	left: -26px!important;
	top: -20px!important;
	}
	.navbar .navbar-brand h2{
		display: none;
		}
	.navbar .navbar-brand {
		position: absolute;
		left: 31px;
		top: 13px;
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 79px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #836797;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		padding-left: 124px;
		border-bottom: 1px solid whitesmoke;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		font-size: 24px !important;
		text-align: center;
		padding: 25px 0px;
		color: whitesmoke!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.current,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #dab63a!important;
		border-bottom: none!important;
	}
	.mapouter{
		margin-left: -42px;
	}
/* button back-to-top style */
	#back-to-top {
		left: 50%;
		transform: translateX(-50%);
		right: auto;
	}
	footer .footer-item {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	

  }

@media (max-width: 1366px){

	.navbar .navbar-brand h2{
		display: none;
	}
	.navbar .navbar-brand img{
		width: 31%;
		left: -4px;
		top: 2px;
	}
	.navbar .navbar-nav a.nav-link {
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 0.9px;
		width: 160px;
		margin-top: 0px;
	}
	.sub-header {
		display: none;
	}
	.Modern-Slider .item .img-fill{
		height: 100vh;
	}
	.Modern-Slider .text-content {
		background-color: #00000073;
		text-align: right;
		margin-top: 942px;
		margin-left: 542px;
		padding: 24px;
		width: 74%;
		height: 540px;
	}
	.Modern-Slider .item p {
		width: 284px;
		font-size: 24px;
		line-height: 24px;
		margin-left: 420px;
	}
	.Modern-Slider .item h6 {
	  margin-bottom: 15px;
	  font-size: 26px;
	}
	.Modern-Slider .item h4 {
		margin-top: 24px;
		margin-left: 420px;
		margin-bottom: 42px;
		font-size: 28px;
		line-height: 42px;
		letter-spacing: 1px;
		width: 284px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	  border-radius: 50px;
	  background-color: #00000078;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	  border-radius: 50px;
	  background-color: #00000078;
	}
	.Modern-Slider .item-1 p {
		margin-top: 54px;
	}
	.Modern-Slider .item-2 p {
		margin-top: 142px;
	}
	.Modern-Slider .item-3 p {
		margin-top: 42px;
	}
	.more-info2 .right-content2 span {
		font-size: 18px;
		margin-top: 13px;
		margin-bottom: 13px;
	}
	.more-info2 .right-content2 h2 {
		margin-bottom: 16px;
	}
	.more-info2 .right-content2 p {
		font-size: 16px;
		margin-bottom: 13px;
	}
	.page-heading{
		height: 100vh;
	}
	.page-heading h1{
		font-size: 58px;
		top: 142px;
	}
	.page-heading span{
		font-size: 31px;
		top: 142px;
	}
	.page-heading .spanOrange{
		font-size: 58px;
		top: 4px;
	}
	.page-heading img.bottom-image1{
		position: absolute;
		bottom: -1px; 
		left: 50%;
		transform: translateX(-50%);
	}
	.bottom-image1 {
		position: absolute;
		bottom: calc(4%); /* ou un calcul plus précis */
		left: calc(50% - 50px); /* si l’image fait 100px de large */
	}
	.page-heading img.bottom-image2{
		position: absolute;
		bottom: -1px;
		left: calc(50% - 520px);
		transform: translateX(-50%);
	}
	.bottom-image2 {
		position: absolute;
		bottom: calc(4%); /* ou un calcul plus précis */
		left: calc(50% - 50px); /* si l’image fait 100px de large */
	}
	.page-heading img.bottom-image3{
		position: absolute;
		bottom: -1px;
		left: calc(50% - 680px);
		transform: translateX(-50%);
	}
	.bottom-image3 {
		position: absolute;
		bottom: calc(4%); /* ou un calcul plus précis */
		left: calc(50% - 50px); /* si l’image fait 100px de large */
	}
	.bouq1 img{
		width: 64% !important;
	}
	.bouq2 img{
		width: 64% !important;
	}
	.bouq3 img{
		width: 64% !important;
	}
	.service-item .down-content {
		padding: 4px;
	}
	.service-item .down-content h4 {
		font-size: 24px;
		margin-top: 13px;
		letter-spacing: 0.25px;
		margin-bottom: 16px;
	}
	.service-item .down-content p {
		font-size: 22px;
	}
	a.filled-button1{
		font-size: 18px;
		margin-top: 104px;
		margin-left: 42px;
	}
	a.filled-button3 {
		font-size: 18px;
		margin-top: 74px;
		margin-left: 42px;
	}
	a.filled-button5{
		margin-left: 320px;
	}
	.section-heading3 span{
		font-size: 24px;
	}
	.section-heading3 p{
		font-size: 20px;
	}
	.contact-information .contact-item2 p{
		padding-top: 22px;
		padding-bottom: 9px;
	}
	.contact-information .contact-item4 p{
		padding-top: 22px;
		padding-bottom: 9px;
	}
	.contact-information .contact-item2 a{
		font-size: 14px !important;
		padding-left: 4px;
	}
	.contact-information .contact-item3 a{
		font-size: 20px !important;
	}
	.contact-information .contact-item4 a{
		font-size: 20px !important;
	}
	.mapouter{
		margin-left: -55px;
	}
	.more-info4 .right-content2 p {
		text-align: justify;
		font-size: 20px;
		font-weight: 400;
		padding: 13px;
		margin-bottom: 24px;
		
	}
	.fondu2{
		margin-left:50px;
		height:340px;
		width:540px;
		float:left;
		
	  }
	/* .fondu2 img{
		width: 100%;
		height: 100%;
		margin-left: -42px;
		margin-top: -42px;
	  } */
	.popular-categories .nacc .thumb img {
	width: 100%;
	height: 50%;
	}
	.popular-categories .nacc .thumb .left-text .main-white-button a{
		width: 50%;
		margin-left: 90px;
	}
	.popular-categories .nacc .thumb .left-text h4 {
		font-size: 19px;
		font-weight: 600;
		line-height: 31px;
		margin-left: 60px;
		margin-bottom: 13px;
	  }
	.popular-categories .nacc .thumb .left-text p {
		margin-left: 60px;
		margin-bottom: -4px;
	  }
	.main-white-button a{
		border-radius: 31px;
		background-color: #dab63a;
	}
	.more-info .left-image img{
		width: 80%;
		height: 80%;
		margin-left: -94px;
	}
	.more-info .left-image2 img {
		width: 90%;
		height: 90%;
		margin-left: -54px;
	} 
}