/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #4943ac;
}

/*** Header Area ***/
/* Header Menu */
#sp-top-bar {
	background: transparent;
}

#sp-header {
    top: 0;
    height: 0;
    background: transparent;
}

#sp-header .logo {
	height: 215px;
	transition: height 2s, transform 2s;
	z-index: 99999999999;
	position: relative;
}

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

#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0;
  	background: rgb(0,203,205,.90);
  	box-shadow: 0 0 8px 0 rgb(0 0 0 / 70%);
}

#sp-menu > .sp-column {
	height: 50px;
}

#sp-menu {
	width: calc(100% - 190px);
	padding: 0 10px 0 0;
}

#sp-header .container {
	transition: background 2s, transform 2s;
}

#sp-header.header-sticky .container {
	background: rgb(0, 0, 0, .75);
}

.home #sp-header{
	/*height: 106px;*/
}

body:not(.home) #sp-header {
	background: rgba(0, 0, 0, 0.75);
	position: static;
	height: auto;
}

body:not(.home) .logo-image {
	height: 120px;
}

body:not(.home) #sp-header .logo {
	height: auto;
}

body:not(.home) #sp-header.header-sticky {
    position: fixed;   
	background: rgba(96, 93, 93, 0.31);	
}

#sp-header.header-sticky img{
	height: 100px;  
	transition: height 2s, transform 2s;
}

#sp-header.header-sticky .logo {
	height: 100px;
	transition: height 1s, transform 1s;
}

#sp-page-title {
	position: absolute;
	right: 25px;
	top: 5px;
	z-index: 99999;
}

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

#sp-main-body .container {
	background-color: rgba(255, 255, 255, 0.75); 
	backdrop-filter: blur(6px); 
	border-radius: 12px; 
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	padding: 2rem; 
	transition: all 0.3s ease-in-out;
}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
  	font-size: 18px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
    color: #fff;
	font-size: 18px !important;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

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

.sp-menu-heading{
	font-family: "Noto Sans", sans-serif;
	font-size: 18px!important;
}

.offcanvas-menu .offcanvas-inner {
	font-family: "Noto Sans", sans-serif;
	font-size: 16px !important;
}
.offcanvas-menu .offcanvas-inner ul.menu > li span {
	position: relative;
	display: block;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent .menu-toggler {
	right: 0px;
	position: absolute;
	top: 12px;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);

}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent li.menu-parent .menu-toggler {
	font-weight: 300;
}

.offcanvas-menu .offcanvas-inner ul.menu > li {
	font-weight: 300;
}

body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
	left: 55%;
}

/* Chevron pour tous les niveaux du menu Helix */
body.ltr .sp-megamenu-parent li.sp-has-child > a::after,
body.ltr .sp-megamenu-parent li.sp-has-child > span::after,
body.ltr .sp-dropdown li.sp-has-child > a::after,
body.ltr .sp-dropdown li.sp-has-child > span::after,
body.ltr .sp-dropdown li.sp-has-child > .sp-menu-heading::after {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important; /* solid */
    content: "\f107";
    position: absolute;
	right: 0;
	color: red;
	font-weight: 900;
}

.sp-copyright{
	display: none!important;
	visibility: hidden!important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	position: relative;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #000;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn,
.btn.btn-default,
.slider-btn a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 400;
    font-family: inherit;
    line-height: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 0;
    color: #010101;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 2.1em;
    padding: 15px 35px;
    letter-spacing: 2.5px;
    fill: #ffffff;
    color: #ffffff;
    background-color: #232323;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 60px 60px 60px 60px;
}
.btn.btn-default:hover,
.btn:hover {
    color: #ffffff;
    transform: translateY(8px);
}

.sppb-articles-carousel-link {
	color: #ff1900;
	margin: 5px 0;
}

#sp-bottom {
	background-color: #3f3f3f!important;
}

/*---------- bloc accueil -----*/
.carousel .sppb-column-addons{
background: #fff;
}

.article-details {
	overflow: auto;
}


/*---------------- dernière minute --------------*/

#minute .sppb-addon-article {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	align-items: center;
}

#minute .sppb-article-img-wrap, #minute .sppb-article-info-wrap {
	width: 50%;
}

#minute .sppb-article-img-wrap img {
	max-height: 500px;
	margin: 0 auto;
}

#article-accueil .bx-viewport {
	max-height: 500px;
}

@media (max-width: 768px) {
    #minute .sppb-article-img-wrap,
    #minute .sppb-article-info-wrap {
        width: 100%;
    }
	
	#lnee_276 .newshead .picture, #lnee_276 .newshead .nopicture {
	height: auto;
	min-height: inherit;
	}
}

/*---------------- article accueil --------------*/

#latestnews {
  position: relative;
  overflow: hidden;
  height: 444px;
}


#latestnews li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}


#latestnews li:first-child {
  display: block;
  position: relative;
}

.latestnews-item {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;

}

.lnee .newstitle {
  text-align: center;
  margin-bottom: 10px;
}

.newsintro h3 {
  display: none;
}

#sp-bottom .lnee ul.latestnews-items li p.link a {
  font-size: 12px;
  color: #f56925 !important;
}

#lnee_276 .innernews {
  border: 1px solid #f56925;
  background-color: #000;
  color: rgb(235, 232, 216);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 1px 1px 4px rgba(51, 51, 51, 0.2);
  box-shadow: 1px 1px 10px rgba(51, 51, 51, 0.2);
  margin: 11px;
  padding: 10px;
}

#lnee_276 .newstitle span {
  color: #fe5252;
}

#lnee_276 .newshead .picture {
  width: auto;
  background: #2a303b;
}

#lnee_276 .newshead .picture img {
  max-height: 400px;
  margin: 0 auto;
}

#lnee_276 ul.latestnews-items li.latestnews-item {
  font-size: 18px;
}

#lnee_276 .innernews a:not(.btn) {
  display: block;
  font-style: italic;
}

#lnee_276 .newsinfo .newsintro {
  z-index: 999999;
  position: relative;
  padding: 15px;
}

/* Styles pour l'animation de chargement */
.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*---------- news -----------------------*/

.news .sppb-articles-carousel-meta-date, .news .sppb-articles-carousel-meta-category, .news .bx-controls{
	display: none;
	visibility: hidden;
}

.bx-wrapper {
	margin-bottom: 0;
}

.bx-wrapper img {
	margin: 8px auto 0;
}

/*--------------- dernière minute -----------------*/
.derniere .article-full-image{
	display: none;
	visibility: hidden;
}

/*---------------- maximenu -------------*/
div#maximenuck273 ul.maximenuck {
	background: transparent!important;
}

div#maximenuck273 ul.maximenuck li.maximenuck ul.maximenuck2 a, div#maximenuck273 ul.maximenuck2 a {
	font-size: 14px!important;
	color: #000!important;
}

div#maximenuck273 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck273 ul.maximenuck li.maximenuck.level1 > span.separator {
	font-size: 16px!important;
}

div#maximenuck273 ul.maximenuck li.maximenuck.level1:hover {
	color: #000;
}

/*---------------------- content bottom partenaire -------------------------*/
#partenaire {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    align-items: center;
    max-width: 1200px;     
    margin: 0 auto;        
    gap: 10px;
	padding: 25px 0;	
}

#partenaire img {
    display: block;
    height: auto;      
}


@media (max-width: 768px) {
    #partenaire img {
        max-width: 45%;
    }
}


@media (max-width: 480px) {
    #partenaire img {
        max-width: 100%;
    }
	
}

/*------------------- sponsors -----------------------*/
#sponsor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 0;
}


#sponsor .item {
    flex: 1 1 300px;          
    max-width: 350px;       
    text-align: center;
}

#sponsor img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 10px auto;
}

#sponsor p {
    margin: 0;
    font-size: 0.9rem;
}


@media (max-width: 480px) {
    #sponsor .item {
        flex: 1 1 100%;
    }
}


/*----------------- social ------------------*/
ul.social-icons > li {
	font-size: 30px;
}

ul.social-icons > li a {
	color: red !important;
}

ul.social-icons > li a:hover {
	color: yellow !important;
}
/*------------------------ Connexion ---------------------------------*/
.sclogin-modal{
	z-index: 9999999;
}

.sclogin a {
	color: red !important;
	border: 1px solid #fff !important;
	padding: 0 3px !important;
	font-family: roboto !important;
	font-style: normal !important;
	background: #fff !important;
	 letter-spacing: inherit!important;
	 text-transform: inherit!important;
}

/* Slider */
#slider {
  	margin-top: -150px !important;
}
.slider .sppb-col-md-3 {
    background: rgba(3, 19, 34, 0.39);
}
.slider .sppb-row > div:nth-child(2) {
    z-index: 999;
} 
@keyframes myrotate {
  0%   {transform: scale(1.02);}
  20%  {transform: scale(1.04);}
  40%  {transform: scale(1.06);}
  60%  {transform: scale(1.08);}
  80%  {transform: scale(1.06);}
  100% {transform: scale(1.03);}
}
.slider .sppb-feature-box-title {
  animation: myrotate 3s infinite;
}

/* Dirived */
.dirived {
    margin: 0 auto;
}

/* Title */
.title {
    max-width: 700px;
    margin: 0 auto;
}
.title h3 {
    font-size: 43px;
    line-height: 45px;
    margin-bottom: 20px;
}
.title h6 {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2em;
    color: #000;
    font-style: italic;
}
.title p {
    color: #000;
}

/* SEARCH FORM */
.about-search {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%)!important;
    padding: 30px 25px 40px 25px;
}
#sr-checkavailability-form-130 .action {
    text-align: center;
    margin-top: 30px;
}
.search-hotel {
    z-index: 2!important;
}
.search-hotel .sppb-row-container {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    padding: 10px 20px 20px;
}
.search-hotel .action .btn-block {
    padding: 13px 25px;
    color: #fff;
    margin-top: -14px;
}
.search-hotel .checkin_module,
.search-hotel .checkout_module {
    height: 50px;
    line-height: 40px;
    border-radius:  0;
}
.search-hotel .checkin_module i,
.search-hotel .checkout_module i {
    margin-top: 12px;
}
.search-hotel .search-item label {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.search-hotel .reset {
    padding: 16px 45px;
}
.search-hotel button.primary i {
    font-size: 20px;
}
fieldset .row-fluid {
    float: left;
    width: 100%;
    margin-right: 0%;
}
fieldset .row-fluid:nth-child(4) {
    clear: left;
}
fieldset .row-fluid .row-fluid {
    width: 100%;
}
#coupon_code_check {
    padding: 8px 30px;
    display: inline-block;
    margin-top: 10px;
}

/* About */
.about-right-column {
    padding: 150px 40px 40px 40px;

}
.about-right-column:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80%;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
    display: inline-block;
    position: absolute;
}
.about-title h4 {
    font-size: 43px;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: capitalize;
}
.about-title h6 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em;
}


/* Our */
.our {
    position: relative;
}
.our:before {
    content: "";
    top: 0;
    width: 100%;
    height: 110px;
    position: absolute;
    display: inline-block;
    background: #fff;
    left: 0;
    right: 0;
}
.our-colum-img {
    min-height: 300px;
}
.our-item {

    background: #FFFAF2;
    padding: 40px 20px;
	min-height: 380px;
}
.our-item h4 {
    font-size: 36px;
    padding: 20px 0;
    position: relative;
    margin-top: 35px;
}
.our-item h4:before,
.our-item h4:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 90px;
    height: 1px;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.our-item h4:after {
    top: inherit;
    bottom: 0;
}
.our-item:hover h4:before {
    transform: translateX(-15px);
}
.our-item:hover h4:after {
    transform: translateX(15px);
}

/* Discover */
.discover-column-left:after {
    position: absolute;
    display: inline-block;
    content: "";
    bottom: 0;
    width: 100%;
    height: 40%;
    margin: 0px 0px 0px 0px;
    padding: 50px 75px 25px 75px;
    background-color: transparent;
    background-image: linear-gradient(
180deg
, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
}

/* Testimonial */
.quotes {
    opacity: .4;
}
.leaves {
    position: relative;
    margin-top: -20px;
}
.testimonital-social ul {
    padding-left: 0;
}
.testimonital-social ul li {
    list-style: none;
    display: inline-block;
}
.testimonital-social ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.testimonital-social ul li a:hover {
    background: #222 !important;
}
.testimonital-social ul li a em {
    font-size: 0;
}
.testimonital-social ul li a em:before {
    font-size: 20px;
    color: #fff;
    padding: 17px;
    line-height: 50px;
}

/* Together */
.together h1 span {
    line-height: 100px;
    font-size: 70px;
}

/* Offer */
.offer .sppb-row img {
    box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    -moz-box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    -webkit-box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
.offer-left {
    margin-left: -10%;
    width: 110%;
}
.offer-right {
    margin-top: 100px;
    margin-left: -70px;
    z-index: -1;
    width: 110%;
}

/* Project */
.title-content h2 {
    font-size: 60px;
    line-height: 55px;
    font-weight: 700;
    color: rgb(0, 22, 89);
    letter-spacing: -2px;
    margin-bottom: 25px;
}
.title-content p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: rgb(86, 89, 105);
}
.project-img img {
    height: 667px;
}
.project-img-pen {
    position: absolute;
    bottom: 48px;
    right: 20px;
}

/* Contact */
.contact-content a {
    font-size: 45px;
    font-weight: 900;
    text-decoration: underline;
    color: #fff;
    display: inline-block;
    line-height: 75px;
}

/*------------ marquee --------*/
.marquee .js-marquee{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

/*--------- Ghost -----------------*/
.sp-menu-separator {
	cursor: pointer;
}

.sp-megamenu-parent > li:hover > a {
	color: red;
}

.conteneur{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
}

.adresse-footer p{
	font-size: 16px;
}

.adresse-footer i {
	font-size: 25px;
	margin-right: 10px;
}

#menu-bas a{
	font-size: 16px;
	color: #fff!important;
}

#menu-bas a:hover, #menu-bas a:active{
	text-decoration: underline solid #00cbcb 3px;
}

#menu-bas > li.active > a, #menu-bas > li.active:hover > a {
	text-decoration: underline solid #00cbcb 3px;
}

#sp-page-builder .sppb-section-title .sppb-title-heading, .fond h1 {
	margin-bottom: 25px;
	color: #ff0000;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 4px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	margin-bottom: 25px;
	color: #ff0000;
	font-size: 24px;
	line-height: 30px;
}

h3 {
	color: #3f3f3f;
	font-size: 20px;
	line-height: 25px;
}

h4 {
	font-size: 18px;
	line-height: 20px;
}

.bouton_flip{
	display: block;
	background: #00cbcb;
	color: #fff;
	padding: 10px 8px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #3f8bc3;
	-moz-box-shadow : 2px 2px 4px #b5a49f;
	-webkit-box-shadow : 2px 2px 4px #b5a49f;
	box-shadow : 2px 2px 4px #b5a49f;
	border:1px solid #E1D5E2;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	transition-property: background;
	transition-duration: 3s;
}

#sp-bottom .contact a {
    color: black!important;
}

#sp-bottom .contact a:hover {
    color: #fff!important;
}

/*----------- trombi -------------*/

.trombi-car .sppb-testimonial-carousel-img-wrap {
	height: 100% !important;
	width: 100% !important;
	margin-top: 15px;
}

.trombi-car .sppb-testimonial-carousel-img-wrap img{
	max-height: 133px;
}

.trombi-car .sppb-testimonial-carousel-icon{
	display: none;
}

/*-------------------------- cart org sportive--------------------------------------------*/
:root {
  --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --bg-color: #f0f2f5; /* J'ai gardé un gris très clair pour un peu de contraste, mais vous pouvez le mettre en #ffffff */
  --card-bg: #ffffff;
  --text-color: #333;
  --orange: #e87a30;
  --blue: #00b0f0;
  --purple: #6f2fa0;
  --border-color: #ddd; /* Une bordure légère pour délimiter les cartes */
  --shadow: 0 6px 12px rgba(0, 0, 0, 0.1); /* Ombre plus visible */
  --hover-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* Ombre au survol encore plus marquée */
}


.main-title {
  text-align: center;
  font-size: 2em;
  color: var(--text-color);
  margin-bottom: 40px;
  text-transform: uppercase;
}

.section-title {
  text-align: center;
  font-size: 1.8em;
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: bold;
}

.section-title.orange { color: var(--orange); }
.section-title.blue { color: var(--blue); }
.section-title.purple { color: var(--purple); }

.divider {
  height: 3px; /* Épaisseur un peu plus grande */
  margin: 20px auto;
  width: 50%;
}

.divider.orange { background: var(--orange); }
.divider.blue { background: var(--blue); }
.divider.purple { background: var(--purple); }

.general-info, .team-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.card {
  background: var(--card-bg);
  border: 1px solid var(--border-color); /* Ajout d'une bordure */
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 20px;
  width: 250px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--hover-shadow);
  border-color: var(--orange); /* Change la couleur de la bordure au survol */
}

.card-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #555;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.card p, .card li {
  margin: 5px 0;
  line-height: 1.5;
}

.card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card li {
  font-size: 0.95em;
}

.strikethrough {
  text-decoration: line-through;
  color: #999;
}

/* Rends le design responsive pour les petits écrans */
@media (max-width: 600px) {
  .card {
    width: 100%;
  }
}

/*-------------------------- cart team --------------------------------------------*/

:root {
  --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --bg-color: #f0f2f5;
  --card-bg: #ffffff;
  --text-color: #333;
  --orange: #e87a30;
  --blue: #00b0f0;
  --purple: #6f2fa0;
  --border-color: #ddd;
  --shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  --hover-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

h1 {
	margin-bottom: 25px;
	color: #ff0000;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 4px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}

/* Styles pour les alertes et horaires */
.alert {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background-color: #fff3cd; /* Jaune clair pour l'alerte */
  border: 1px solid #ffeeba;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  text-align: center;
}

.alert img {
  width: 50px;
  height: auto;
}

.alert h3 {
  margin: 0;
  color: #856404; /* Couleur de texte sombre pour un bon contraste */
}

.team-info a {
  color: var(--orange);
  text-decoration: none;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.team-info a:hover {
  text-decoration: underline;
}

.schedule {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}

.schedule-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
}

.schedule-item img {
  width: 25px;
  height: auto;
}

.schedule-alert {
  background-color: #d1ecf1;
  border: 1px solid #bee5eb;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
  font-style: italic;
  max-width: 90%;
  box-sizing: border-box;
}

/* Grille des membres du staff */
.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  justify-items: center;
  margin-top: 40px;
}

.staff-member {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 280px; /* <--- Largeur fixe pour chaque carte */
  box-sizing: border-box; /* S'assure que le padding n'augmente pas la largeur */
}

.staff-member:hover {
  transform: translateY(-5px);
  box-shadow: var(--hover-shadow);
  border-color: var(--orange);
}

.staff-member img {
  width: 120px;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  margin-bottom: 15px;
}

.staff-member h4 {
  margin: 0 0 5px 0;
  font-size: 1.2em;
  color: #555;
  text-transform: uppercase;
}

.staff-member p {
  margin: 0;
  font-size: 0.9em;
  color: #777;
}

.staff-member a {
  color: #696868;
  text-decoration: none;
  font-size: 0.9em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.staff-member a:hover {
  text-decoration: underline;
}

.divider {
  border: none;
  height: 3px;
  background-color: var(--border-color);
  margin: 40px auto;
  width: 80%;
}

.director-info {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 30px;
}

.photo-container {
  text-align: center;
  margin-top: 30px;
}

.photo-container img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.sponsors {
  text-align: center;
  margin-top: 50px;
}

.sponsors h3 {
  font-size: 1.5em;
  color: var(--orange);
}

.button-container {
  text-align: center;
  margin: 30px 0;
}

.button {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--blue);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.button:hover {
  background-color: #008cbf; /* Couleur plus foncée au survol */
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Rends le design responsive pour les petits écrans */
@media (max-width: 768px) {
  .staff-grid {
    grid-template-columns: 1fr;
  }
  .staff-member {
    width: 90%; /* S'adapte à la largeur du conteneur pour les écrans plus petits */
    max-width: 350px; /* Évite que les cartes ne soient trop grandes */
  }
}

/*------------------------------------------------------*/

.bloc-flex {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
	margin: 1px;
	background-image: none;
	background-color: #fff;
	padding: 10px;
}

.bloc-flex .col-lg-6 {
	background: rgb(255,255,255,0.4);
	margin-bottom: 15px;
	min-width: 350px;
	-moz-box-shadow : 2px 2px 4px #b5a49f;
	-webkit-box-shadow : 2px 2px 4px #b5a49f;
	box-shadow : 2px 2px 4px #b5a49f;
	border:1px solid #E1D5E2;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
}

.bloc-flex .col-lg-12 {
	background: rgb(255,255,255,0.4);
	margin-bottom: 15px;
	min-width: 350px;
	border-bottom: 3px solid #0034ff40;
}

.bloc280 {
	width: 280px;
	background:#f2f7ff;
	margin-bottom: 15px;
	text-align: center;
	-moz-box-shadow : 2px 2px 4px #b5a49f;
	-webkit-box-shadow : 2px 2px 4px #b5a49f;
	box-shadow : 2px 2px 4px #b5a49f;
	border:1px solid #E1D5E2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 7px;
	margin: 0 auto 15px;
}

.bloc280 h3{ 
text-align: center;
}

.jaune_c{
	background: rgb(255, 255, 224);
}

.fond .intro, .fond #sp-main-body .container{
	background: rgb(255,255,255,0.4);
	padding: 15px;
	margin-bottom: 15px;
	min-width: 350px;
	-moz-box-shadow : 2px 2px 4px #b5a49f;
	-webkit-box-shadow : 2px 2px 4px #b5a49f;
	box-shadow : 2px 2px 4px #b5a49f;
	border:1px solid #E1D5E2;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
}

.cols-2{
	margin: 0 15px;
}

.cols-2 > div {
	background: rgb(255,255,255,0.4);
	padding: 15px;
	min-width: 350px;
	margin: 1%;
	width: 48%;
}
	
.bloc-flex .article {
	margin-bottom: 5px;
	padding: 20px;
	border: 0;
	border-radius: 3px;
}

/*------------------- vidéo -----------*/

.video-conteneur{
width: 100%; 
min-width: 250px; 
max-width: 450px; 
margin: 0 auto 25px;
}

.video {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.no-style{
	vertical-align: middle;
	margin-right: 15px;
	display: inline;
}


/* image intro */
.article-intro-image {
	display: none;
}

/* Images */
.images {
    background-image: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
}
.images-colum .clearfix {
    float: left;
    width: 20%;
}
.images-colum .clearfix img {
    opacity: 0.75;
    filter: brightness( 99% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg);
}
.images-colum .clearfix:hover img {
    opacity: 1;
    cursor: pointer;
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg);
}

/* Ser */
.ser-item {
    border: 1px solid;
}

.sp-slider h2{
	color: #fff;
	display: inline-block;
	background: rgb(0,0,0, .33);
	padding: 15px;
	border:1px solid #E1D5E2;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	font-size: 35px;
	line-height: 46px;
}


/**			Image float style 			**/

.item-image {
margin-bottom:20px;
}

.pull-left, .pull-right, .pull-center, img[align="left"], img[align="right"] {
display:block;
max-width:100%;
}

.pull-left {
float:left;
}

img[align="left"], .img_caption.left {
float:left;
margin: 0 20px 20px 0 !important;
}
.pull-right {
float:right;
}

img[align="right"], .img_caption.right {
float:right;
margin: 0 0 20px 20px !important;
}

.img_caption img {
margin-bottom:4px;
}

.pull-center {
margin-left:auto !important;
margin-right:auto !important;
text-align:center;
}

.pull-left img, .pull-right img, img[align="left"], img[align="right"] {
margin-top:6px;
}

.js-border .pull-left img, .js-border .pull-right img, .js-border img[align="left"], .js-border img[align="right"] {
margin-top:3px;
}

figcaption, p.img_caption {
font-style:italic;
font-size:85%;
text-align:center;
}

.js-border figcaption {
margin-top:-10px;
}

.img-fulltext-left, .pull-left.item-image {
float:left;
margin-right: 20px;
margin-bottom: 20px;
max-width:100%;
}

.img-intro-left {
float: left;
margin-right: 10px;
margin-bottom: 10px;
max-width:100%;
}

.img-fulltext-right, .pull-right.item-image {
float: right;
margin-left: 20px;
margin-bottom: 20px;
max-width:100%;
}

.img-intro-right {
float: right;
margin-left: 10px;
margin-bottom: 10px;
max-width:100%;
}

.img-fulltext-none {
display:block;
margin:10px 0;
}

.img_caption.none {
margin-left:auto;
margin-right:auto;
}

.trois-img {
	width: 31%;
	min-width: 350px;
}

.nouveau {
	padding: 15px 0;
	background: rgb(234, 248, 249);
	margin-bottom: 15px;
}

/*********************		Special Effects for Images 			******************************************/

.js-border .main_component [class*="effect-image"] img {
display: block;
position: relative;
background: transparent;
border:none;
border-radius: 0;
box-shadow:none;
margin: 0;
padding: 0;
}

[class*="effect-image"] {
position: relative;
float: left;
overflow: hidden;
margin: 20px 1%;
max-width:98%;
text-align: center;
background:#222;
}

@media screen and (min-width: 980px) {

	[class*="effect-image"] {
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.33);
	}

}

[class*="effect-image"] + p, [class*="effect-image"] + h1, [class*="effect-image"] + h2,
[class*="effect-image"] + h3, [class*="effect-image"] + h4, [class*="effect-image"] + h5 {
clear:both;
}


[class*="effect-image"] img {
position: relative;
display: block;
}

[class*="effect-image"] figcaption {
margin-top:0 !important;
padding: 26px 16px 0 16px;
color: #fff;
font-size: 1.25em;
}

[class*="effect-image"] figcaption::before,
[class*="effect-image"] figcaption::after {
pointer-events: none;
}

[class*="effect-image"] figcaption,
[class*="effect-image"] figcaption > a {
position: relative;
}

@media screen and (min-width: 980px) {
	
	[class*="effect-image"] figcaption {
	padding: 2em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	}

	[class*="effect-image"] figcaption {
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right:0;
	font-style:normal;
	}

}

[class*="effect-image"] h3 {
text-transform: uppercase;
text-shadow: 0 0 1px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 1);
font-weight: 300;
}

@media screen and (min-width: 980px) {

	[class*="effect-image"] h3 {
	text-shadow: 0 0 1px rgba(0, 0, 0, 1), 0 0 20px rgba(0, 0, 0, 1);
	}

}

[class*="effect-image"] h3, [class*="effect-image"] p {
margin: 0;
padding:0;
}

[class*="effect-image"] p {
letter-spacing: 1px;
font-size: 70%;
padding: 1em 2em 0.5em 2em;
text-transform: none;
}

[class*="effect-image"] h3 {
color: #fff;
font-size: 25px;
font-weight: bold;
}

[class*="effect-image"] p {
color: #fff;
font-size: 20px;
font-weight: bold;
}

[class*="effect-image"] a, [class*="effect-image"] a:hover {
display:inline-block;
color : white;
font-style:normal;
text-shadow: 0 0 6px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 0);
border:1px solid rgba(255,255,255,0.7);
border-radius:12px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
margin:20px 0;
padding:7px 12px;
font-size:12px;
text-transform:uppercase;
-webkit-transition : all 0.4s linear;
-moz-transition : all 0.4s linear;
-ms-transition : all 0.4s linear;
-o-transition : all 0.4s linear;
transition : all 0.4s linear;
}

[class*="effect-image"] a:hover {
color : white;
font-style:normal;
border:1px solid rgba(255,255,255,0.8);
box-shadow: 0 0 6px rgba(0,0,0,0.4);
background: rgba(0,0,0,0.20);
text-decoration:none;
cursor:pointer;
}

[class*="effect-image"] a:focus {
border:1px solid rgba(255,255,255,0.5);
box-shadow: 0 0 6px rgba(0,0,0,0.4) inset;
}

/*****		EFFECT 01		**********/

@media screen and (min-width: 980px) {

	.effect-image-1:hover {
	background: #2e5d5a;
	}
	
	.effect-image-1 figcaption {
	padding: 3em;
	}

	.effect-image-1 figcaption::before,
	.effect-image-1 figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
	}
	
	.effect-image-1 figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	}
	
	.effect-image-1 figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	-ms-transform: scale(1);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	}

	.effect-image-1 h3 {
	padding-top: 12%;
	transition: transform 0.35s;
	}
	
	.effect-image-1 h3 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
	}
	
	.effect-image-1 p {
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	}
	
	.effect-image-1 img, .effect-image-1 figcaption::before,
	.effect-image-1 figcaption::after, .effect-image-1 p {
	transition: opacity 0.35s, transform 0.35s;
	}
	
	.effect-image-1:hover img {
	opacity: 0.5;
	}
	
	.effect-image-1:hover figcaption::before, .effect-image-1:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	}
	
	.effect-image-1:hover h3, .effect-image-1:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	}
	
	.effect-image-1:hover figcaption::after, .effect-image-1:hover h3,
	.effect-image-1:hover p, .effect-image-1:hover img {
	transition-delay: 0.15s;
	}

}

/* Menu */
.menu-colum, .lt-menu-colum > .sppb-column-overlay {
    border-radius: 20px;
}
.menu-img {
    margin-top: -50px;
    margin-bottom: -50px;
    padding: 0px 50px;
}
.menu-colum .lt-menu-img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.menu-colum:hover .lt-menu-img {
    transform: translateY(8px);
}
.menu .lt-title img {
    max-width: 150px;
}
.menu-price {
    float: left;
    width: 30%;
    text-align: right;
}
.menu-content {
    width: 70%;
    float: left;
}
h4.menu-title {
    margin: 0;
    font-size: 16px;
    color: #000;
}
p.menu-text {
    color: #000;
    font-size: 15px;
}
.menu-price h2 {
    font-size: 30px;
    font-weight: 900;
    color: #c16000;
}
.menu-right {
    width: 100%;
    padding: 0px 0;
    float: left;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}
.jmm-text {
    padding: 21px 20px 32px 20px;
    background: #f5f5f5;
}
.jm-category-module.default .mod-article-image {
    margin-bottom: 0px;
}

/* Bottom */
#sp-bottom {
    padding: 60px 0 30px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 130px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
        background: transparent;
	}
  	.testimonial-item .sppb-media .pull-left, .testimonial-item .sppb-media .pull-right {
    	width: 100% !important;
	}
  	.testimonial-item .sppb-media-body {
        margin: 0 0 30px 0;
        top: 0px;
        left: 0;
	}
	.bloc-flex > div {

	width: 98%;
	}
	#sp-page-builder .sppb-section-title .sppb-title-heading, .fond h1 {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 20px;
	}
	h2 {
	margin-bottom: 5px;
	color: #ff1900;
	font-size: 15px!important;
	line-height: 20px;
	}
	.bloc280 {
	width: 98%;
	}
	.marquee .js-marquee {
	font-size: 18px;
	}
	
	.sp-page-builder .page-content #about {
	background-image: inherit!important;

	}
	.trois-img {
	width: 100%;
	}
	[class*="effect-image"] {
	margin: 5px 1%;
	}
	[class*="effect-image"] h3 {
	font-size: 18px;
	}
	[class*="effect-image"] p {
	font-size: 14px;
	}
	[class*="effect-image"] figcaption {
	padding: 10px 0px 10px 0px;
	}
	.our-item {
	min-height: inherit;
	}
	.sp-page-builder .page-content #bloc {
	padding-top: 0px;
	background: transparent;
	}
	.camera_caption_title {
	font-size: 18px;
	}
	#bloc #camera_wrap_110 .camera_caption {
	font-size: 14px !important;
	}
	.btn, .btn.btn-default, .slider-btn a, #sp_qc_submit {
	font-size: 10px;
	padding: 15px 10px;
	}
	.contact-content a {
	font-size: 25px;
	line-height: 27px;
	}
	.cols-2 {
	margin: 0px;
	}
	.cols-2 > div {
	padding: inherit;
	}
	.mobilhome {
	width: 100%;
	}
	.sp-page-builder .page-content #slider {
	background-image: url(/images/fond-accueil/camping-anduze-gard-cevennes-bel-ete.jpg)!important;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.event-tag .sppb-tab-content ul li {
    	width: 100%;
	}
}

