<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: La bellevilloise
Theme URI: https://them.es/starter
Author: Atome.red
Author URI: https://atome.red
Description: site de La bellevilloise
Version: 3.3.5
Requires at least: 5.0
Tested up to: 6.2
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: la-bellevilloise
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */


/* From http://codex.wordpress.org/CSS */
.tribe-events-pro .tribe-events-pro-photo__event-date-tag {
	width: 100% !important;
}

.tribe-events-pro-photo__event-title a {
	color: #fff !important;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*HEADER*/
#menu-navigation{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
header.small {
	max-width: 100%;
    position: relative;
	z-index: 99998;
	top: 0 !important;
  }
  
 
nav .container1{
	
	width: 100% !important;
	align-items: center !important;
	text-align: center;
	justify-content: center !important;
	margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
	
}
div.container1{
	margin: 0px 0px;
}
#menu-item-72555{
	position:relative;
	order: 1;
}

#menu-item-165{
	position:relative;
	order: 1;
}

.nav-item{
	display: flex;
	align-items: center;
	text-align: center;
	margin: 0.4%;
   }

.nav-item a img{
 width: 15rem;
 height: auto;
 transition: widht 0.5s ease-out !important;
 border-radius: 3px;
}
  
  header.small a img {
	width: 8rem;
	transition: width 0.5s ease-in !important;
  }
.entry-title{
	display: none;
}

#header-elementor{
	display: flex;
  position: fixed;
  width: 100%;
  height: 100px;
  background-color: #fff !important;
}
.nav-link{
	color: #1c1f6b !important;
	font-weight: 600 !important;
}

button.navbar-toggler{
	display: none !important;

	
}
.navbar {
	    --bs-navbar-padding-y: 0rem !important;
		box-shadow: 0 3px 5px #dedddc;
		
}
/*TEXTE DEFILANT*/

body { 
	
	font-family: 'Poppins', sans-serif !important;
	background-color: #253380 !important;
                                                
 }

.marquee {
	display: flex;
  height: 85px;
  width: 100%;
  background-color: #1F2041!important;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.marquee div {
  display: block;
  width: 400%;
  height: 40px;
  position: absolute;
  overflow: hidden;
  animation: marquee 20s linear infinite;
}

.marquee:hover div {
	animation-play-state: paused;
  }

.marquee span {
  float: left;
  font-size: 210%;
  color: #fff;
  font-weight: 600;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

main#main.container{
	padding: 0px 0px;
}


body.elementor-editor-active .elementor.elementor-edit-mode .elementor-element.elementor-section {
    overflow: visible;
    /* margin-top: -25px; */
}
/* SECOND HEADER */
.second-header{
	display: flex;
	background-color: #ed1942!important;
	justify-content: end;
	padding: 5px 30px;
	/* position: fixed;
    width: 100%; */
}

.second-header ul{
	display: flex;
	list-style-type: none;
	margin: 0px 0px 0px;
}

.second-header li {
	display: inline-block;
	margin-left: 12px;
  }

.second-header ul li a i{
	color: #fff !important;
}
.second-header ul li a {
	color: #fff !important;
	text-decoration: none;
}

.second-header ul li a p{
	font-size: 13px;
	padding: 2px 0px;
	margin: 0px 0px 0px;
}

/* FOOTER */

#footer{
	background-color: #f1c363 !important;
	
		padding-bottom: 1.5%;
}


.media-link{

		display: flex;
		justify-content: center;
		padding: 5px 30px;
}

.media-link ul{
	display: flex;
	list-style-type: none;
	margin: 0px 0px 0px;
	padding: 0px;
}

.media-link li {
	display: inline-block;
	margin-left: 20px;
  }

.media-link ul li a i{
	font-size: 24px;
	color: #1b1968 !important;
}
.media-link ul li a {
	color: #1b1968 !important;
	text-decoration: none;
}
.container-fluid .col-md-3:last-child {
	margin-right: 0;
  }
/* PRE FOOTER */
#pre_footer {
    width: 100%;
    background-color: #ede4d8;
    margin: 0 auto;
    padding: 20px;
	display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
#pre_footer &gt; section &gt; div &gt; p{
	margin: 0;
	font-weight: 400;
	color: #4b4b4b;
	font-size: 13px;
}
#pre_footer &gt; section &gt; div &gt; p &gt; a{
color: #000;
font-weight: 600;
}
#pre_footer &gt; section &gt; div &gt; p &gt; a:hover{
	color: #ed1742;
	}
  /* LOGO SUP */
  .div-logo-sup{
	display: none;
	align-items: center;
	justify-content: center;
	text-align: center;
  }


/* CURSOR */
.cursor {
	pointer-events: none;
	position: fixed;
	display: block;
	border-radius: 0;
	mix-blend-mode: difference;
	top: 0;
	left: 0;
	z-index: 9999999999999999; 
	
  }
  
  .circle {
	  position: absolute;
	  display: block;
	  width: 26px;
	  height: 26px;
	  border-radius: 20px;
	 transform: scale(1);
	transition: transform 0.2s ease-out;
  }
  
  .circle.active {
	transform: scale(2);
  }

  
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	
	.navbar .nav-item:hover .dropdown-menu{ display: block;  position: absolute;
		top: 100%;
		left: 0;
		border: none;
		background-color: transparent !important;
	}
	.navbar .nav-item:hover .dropdown-menu a.dropdown-item{
	background-color: #fff;
	color: #ed1742;
	border: 0.5px #ed1742 solid;
    border-radius: 3px;
    margin-bottom: 3px;
	font-weight: 600;
	font-size: 14px;
	padding: 8px 10px;
	}

	.navbar .nav-item:hover .dropdown-menu a.dropdown-item:hover{
		background-color: #ed1742;
		color: #fff;
		transition: all 0.3s ease-in-out;
		}
	
}
/* ============ desktop view .end// ============ */



/* THE EVENT CALENDAR */
.tribe-events-pro .tribe-events-pro-photo__event-details {
    flex: auto;
    margin-top: -3px;
    display: grid !important;
}

.tribe-events-pro .tribe-events-pro-photo__event-title {
	font-size: 12px !important;
	font-weight: normal;
  }
   
  .tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-photo__event-title {
	font-size: 16px !important;
  }
   
 
  #comments{
	display: none;
  }
  .tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-photo__event {
	margin-bottom: 60px;
	flex: 0 0 35%;
  padding: 10px;
  
  }
  .tribe-events-pro .tribe-events-pro-photo__event-title {
     margin: 0 !important; 
}

	.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
		
		display: none !important;  /* Cacher la liste deroulante sur la barre de recherche pour afficher en mode liste, photo,etc */
	}

	.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn {
		width: auto;
		height: 90%;
		margin-right: 2px;
	}
  /* END OF THE EVENT CALENDAR */
 


.home .tribe-events-c-top-bar,.home .tribe-events-header, /* .home*/ .tribe-event-date-end, .tribe-events-header__events-bar,
/* .home*/ .tribe-events-pro-photo-nav,/*  .home*/ .tribe-events-c-nav, /* .home */.tribe-common-c-btn-border,
/* .home*/ .tribe-events-c-subscribe-dropdown__button,/* .home*/ .tribe-events-c-subscribe-dropdown__container{
    display: none !important;
}

/* .home*/ div.tribe-common-l-container.tribe-events-l-container{
	padding: 0 !important;
	max-width: 85% !important;
}



/* EVENT PAGE */

.tribe-events-pro .tribe-events-pro-photo__event-date-tag-datetime{	
	padding-top: 10px;
	display: block !important;
}

div#sidebar.col-md-4.order-md-first.col-sm-12.order-sm-last{
	display: none;
}

.col-md-8 {
    width: 100% !important; 
}
.tribe-events-pro .tribe-events-pro-photo__event-date-tag {
	position: relative !important;
    order: 2 !important;
	margin-top: -10px
	
    /* flex: none;
    margin-right: var(--tec-spacer-2);
    width: 40px;
    background-color: #bd0f32;
    padding: 10px 40px 0 20px;
    margin-left: -15px;
	border-radius: 0px 0px 0px 5px; */
	
} 

.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper {
    display: grid !important;

}

.tribe-events-pro .tribe-events-pro-photo__event-date-tag-datetime {
    display: flex !important;
    flex-direction: row!important;
    text-align: center;
}

/* .home */.tribe-events-pro .tribe-events-pro-photo__event-date-tag-month, /* .home*/ .tribe-events-pro-photo__event-date-tag-daynum, .tribe-events-pro-photo__event-date-tag-year{
	
	color: #e6bf71 !important;
    font-weight: 800 !important;
    font-size: 16px !important;
	text-transform: lowercase !important;
	margin-right: 5px !important;
}

#tribe-events-pg-template {
    margin: 0 auto !important;
    max-width: 10048px !important;
	padding: 0 !important;
	overflow: hidden !important;
    
}

.tribe-events-back{
	display: none;
}
.tribe-events-single-event-title{
	color: #fff !important;
}
div.tribe-events-single-event-description.tribe-events-content &gt; strong &gt; p {
	color: #e6bf71 !important;
}

/* .tribe-events-single-event-title, .tribe-events-schedule, 
.tribe-events-single&gt;.tribe_events {
padding: var(--tec-spacer-0) var(--tec-spacer-4) var(--tec-spacer-0)!important;
} */


  body.single-tribe_events {
	/* background: rgba(255, 255, 255, 0.5) url('https://labellevilloise.atome.red/wp-content/uploads/2023/05/Nouveau-projet.png') center/cover repeat fixed !important; */
	color: #fff; /* Couleur du texte */
	margin-top: 150px;
}


  .tribe-events-single&gt;.tribe_events{
	margin-top: -20px !important;
	margin-bottom: 100px;
	overflow: visible !important;
  }
	.tribe-events-end-date, .tribe-events-start-date{
		text-decoration: none !important;
	}

	.tribe-events-event-image{
		display: none !important;
		margin-left: 0 !important;
		overflow: hidden;
		display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
	box-sizing: border-box;
  width: 100%;
  margin: 20px; 
  margin-top: 1550px;
	}

	.tribe-events-event-image img{
   		object-fit: cover !important;
		   width: 100%;
		/* position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0; */
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 2;
		filter: drop-shadow(0 0 20px rgba(0,0,0,.2));
		height: 360px;
		
	}

	.tribe-events-single-event-description{
    text-align: justify !important;
	padding-left: 0px;
padding-right: 0px;
color: #fff;
margin-top: 20px;
}

				div.tribe-events-single-event-description.tribe-events-content &gt; p &gt; a {
					border: 1px #e6bf71 solid;
					/* border-bottom: 1px #ed1742 solid; */
					color: #ed1742;
					font-weight: 700;
					padding: 10px 20px;
					margin-top: 10xp;
					border-radius: 5px;
					position: relative;
					top: 30px;
					/* bottom: 200px; */
					transition: width 0.3s ease-out;
					display: flex;
					width: 15%;
					text-align: center;
					align-items: center;
					justify-content: center;
				
			}

			div.tribe-events-single-event-description.tribe-events-content &gt; p &gt; a:hover{
  color: #fff !important;
  background-color: #e6bf71;  
  transition: width 0.3s ease-out;
			}

.single-tribe_events #main {
					padding-top:0px !important ;
				  }

.tribe-events-pro-photo__event-cost{
display: none;
}

.tribe-events-notices {
   
    margin: 70px 0 18px !important;
	margin: 70px 10px 18px !important; 
   
}
	
.single-tribe_events .tribe-events-single .tribe-events-event-meta {
	display: none;
background-color: transparent;
color: #ffffff !important;
margin-top: 90px;
}

.tribe-events-meta-group .tribe-events-single-section-title {
    color: #fff !important;
   
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
    color: #ffffff !important;
   
}
#tribe-events-footer{
	display: none;
}
.tribe-events-meta-group.tribe-events-meta-group-gmap {
    flex-basis: 100%;
    margin-top: var(--tec-spacer-1);
    padding-top: var(--tec-spacer-5);
    width: auto;
    display: none;
}
.tribe-events-meta-group.tribe-events-meta-group-venue {
    order: 1;
    display: none;
}
#tribe-events-content &gt; div.tribe-events-schedule.tribe-clearfix{
	display: none;
}
abbr[title] {
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
}
div.tribe-events-single-event-description.tribe-events-content &gt; p:nth-child(10) &gt; span &gt; a{
	
    text-decoration: none !important;
}
.tribe-events-content a {
    /* border-bottom: 0px #e6bf71 solid !important; */
   
    font-weight: 800;
}
#main{
	margin-top: 5rem !important;
}
#main.no-admin-bar {
	margin-top: 7.2rem !important;
  }

  .elementor-editor-active #main {
	margin-top: 5rem !important;
  }
  
.breakpoint-medium.tribe-events .tribe-events-l-container {
   
    padding:0 !important;
}
.tribe-events-pro .tribe-events-pro-photo__event-featured-image {
    display: block;
    width: 100%;
    height: 390px;
    /* object-fit: cover; */
    object-position: center;
}
.tribe-events-pro-photo__event {
  
    margin-right: -30px !important;
}
/* RESPONSIVE TABLETTE */
@media (max-width: 820px) {
	.elementor-edit-area-active, .elementor-edit-area-active .e-con {
		top: 20px !important;
	}
	/* #main {
		margin-top: 7.8rem !important;
	} */
	.home .prev-arrow {
		left: -170px !important;
	}
	.home .next-arrow {
		right: -170px !important;
	}
	.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-photo__event {
		margin-bottom: 60px;
		flex: 0 0 36%;
		padding: 10px;
	}
	.tribe-events-pro .tribe-events-pro-photo__event-featured-image {
		display: block;
		width: 100%;
		height: 250px;
		/* object-fit: cover; */
		object-position: center;
	}
	.wpr-mobile-menu-display-dropdown .wpr-mobile-mega-menu-wrap {
   
		background-color: #253380;
		padding-bottom: 130%;
		padding-left: 25px;
		padding-right: 25px;
		width: 820px !important;
		
	}
}
/* RESPONSIVE MOBILE */
@media (max-width: 765px) {
	/* #main {
		margin-top: 7.8rem !important;
	} */
	#footer {
		background-color: #f1c363 !important;
		padding-bottom: 10%;
	}
	.blue-footer{
		padding: 10% 7% !important;
	}
	#wrapper &gt; div.container-fluid.bg-danger.blue-footer &gt; div &gt; div:nth-child(1){
		margin-bottom: 15px !important;
	}
	#wrapper &gt; div.container-fluid.bg-danger.blue-footer &gt; div &gt; div:nth-child(2){
		margin-bottom: 15px !important;
	}
	#wrapper &gt; div.container-fluid.bg-danger.blue-footer &gt; div &gt; div:nth-child(3){
		margin-bottom: 15px !important;
	}
	
	.tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-photo__event {
		margin-bottom: 60px;
		flex: 0 0 33.33%;
	  padding: 10px;
	  
	  }
	.single-tribe_events .tribe-events-single .tribe-events-event-meta {
		background-color: transparent;
		color: #ffffff !important;
		margin-top: 70px;
	}
	.tribe-events-single-event-title{
		color: #fff !important;
	}
	div.tribe-events-single-event-description.tribe-events-content &gt; strong &gt; p {
		color: #fff !important;
	}
	body.single-tribe_events {
		/* background: rgba(255, 255, 255, 0.5) url('https://labellevilloise.atome.red/wp-content/uploads/2023/05/Nouveau-projet.png') center/cover repeat fixed !important; */
		color: #fff; /* Couleur du texte */
		margin-top: 0px;
	}
	.tribe-events-event-image{
		margin-left: 0 !important;
		overflow: hidden;
		display: none !important;
    align-items: center;
    text-align: center;
    justify-content: center;
	box-sizing: border-box;
  width: 100%;
  margin: 20px; 
  margin-top: 0px;
	}
	.tribe-events-event-image img{
		object-fit: contain !important;
	 /* position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0; */
	 background-size: contain;
	 background-repeat: no-repeat;
	 background-position: center;
	 z-index: 2;
	 filter: drop-shadow(0 0 20px rgba(0,0,0,.2));
	 height: auto;
	 
 }
 .tribe-events-event-image-back{
	display: none !important;
 }
	.tribe-events-single&gt;.tribe_events{
		margin-top: -20px !important;
		margin-bottom: 40px;
		overflow: visible !important;
	  }
	div.tribe-common-l-container.tribe-events-l-container {
		padding: 0 !important;
		max-width: 93% !important;
	}

	.footer-block{
		width: 95% !important;
	}
	body.admin-bar #header.fixed-top {
		
		background-color: white !important;
		padding: 0;
		height: 0;
		top: 14.2px;
	}
	
	
	.container1{
		background-color: #fff;
	}
	div.container1 {
		margin: 46.2px 0px;
	}
	.col-md-2 {
	  margin: 10px !important;
	}

	#menu-item-161{
		position:relative;
		order: 1;
	}

	#menu-item-162{
		position:relative;
		order: 1;
		display: block;
	}

	#menu-item-163{
		position:relative;
		order: 1;
	}
	#menu-item-158{
		display: block;
	}
	
	.nav-item{
		display: flex;
		align-items: center;
		text-align: center;
	   }
	   .nav-item a {
		font-size: 14px;
		text-align: start;
		color: #ed1742;
	   }
	.nav-item a img{
		display: none;
		
	 /* width: 15rem;
	 height: auto;
	 position: relative; */
	 
	}
	
	.entry-title{
		display: none;
	}
	
	.nav-link{
		color: #fff !important;
		font-weight: 400 !important;
	}
	.div-logo-sup{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #ed1942;
	padding: 10px 0px;
  }

  #menu-navigation {
    display: flex;
    width: 100%;
   align-items: flex-start;
    justify-content: center;
    padding: 0px 20px;
	
	
}
.text-select-page{
	
	color: #114b9b;
	font-size: 14px;
}
.navbar-toggler{
	
	margin-right: 20px;
	margin-top: -50px;
}
button.navbar-toggler{
	display: flex !important;
	background: none;
    border: none;
    cursor: pointer;
    outline: none;
	
}
.fa-bars{
	color: #fff !important;
	font-size: 30px;
	stroke-width: 1px;
}

.navbar-toggler:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: 0;
	text-decoration: none;
	}

	.navbar-collapse {
		background-color: #07233b !important;
		box-shadow: 0px 0px 0px #dddcdc;
		background: none;
		border-bottom: 2px #ed1942 solid;
   
		}

		.logo-sup{
			width: 10rem;
			height: auto;
		  }
		  body.admin-bar #header.fixed-top {
			top: var(--wp-admin--admin-bar--height);
			
		}

		.second-header{
			display: none;
		}

		.navbar-nav .dropdown-menu {
			border: none;
		}

		.menu-sidebar {
			position: fixed;
			right: -250px; /* Change the value to adjust the distance from the right */
			height: 100vh;
			width: 100vh; /* Change the value to adjust the width */
			overflow: auto;
		
			z-index: 1000;
			background-color: #fff; /* Change the background color to match your design */
		  }
		  
		  .menu-sidebar.show {
			right: 0;
		  }
		  
		  .menu-sidebar ul {
			list-style: none;
			padding: 0;
			margin: 0;
		  }
		  
		  .menu-sidebar li {
			margin: 0;
		  }
		  
		  .menu-sidebar li a {
			display: block;
			padding: 15px;
			text-decoration: none;
			font-weight: 500 !important;
			font-size: 14px;
		text-align: start;
		color: #ed1742;
		  }
		  
		  
		  #navbar {
			position: fixed;
			right: -100%;
			width: 100%;
			height: 100%;
			background: #fff;
			transition: all 0.3s ease-in-out;
			margin-top: 11px;
		}
		
		#navbar.open {
			right: 0;
		}
		
		.navbar-collapse {
			position: relative;
			height: 100% !important;
		}
		
		.navbar-collapse .nav-link {
			display: block;
			padding: 1rem;
			transition: all 0.3s ease-in-out;
		}
		
		
		body.admin-bar #header.fixed-top {
			top: 0 !important;
		}

		.navbar-nav .dropdown-menu {
			background-color: #07233b !important;
		}
		
		

	/* THE EVENT CALENDAR HOME */

	.tribe-events-pro .tribe-events-pro-photo__event-featured-image, .tribe-events-pro .tribe-events-pro-photo__event-featured-image-link {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	

	.tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper {
		flex: none;
		margin-bottom: var(--tec-spacer-2);
		width: 169px;
    height: 170px;
		overflow: hidden;
	}
	.tribe-events-pro-photo__event {
		width: 300px !important;
		margin-right: 134px !important;
}

body.page-id-105 .tribe-events-pro-photo__event {
	width: 300px !important;
	margin-right: 134px !important;
}

body.page-id-105 .tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper {
	flex: none;
	margin-bottom: var(--tec-spacer-2);
	width: 169px;
	height: 170px;
	overflow: hidden;
}
.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper {
		
	width: 138px;

}


.carousel-arrow {	
	width: 60px !important;
	position: absolute;
	top: 40% !important;
}
div.container1 {
    margin: 0px 0px !important;
}

.marquee {
    display: flex;
    height: 52px;
    width: 100%;
    background-color: #1F2041!important;
    overflow: hidden;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.marquee span {
	float: left;
	font-size: 100%;
	color: #fff;
	font-weight: 600;
	margin-left: -5px;
  }
  .marquee div {
   
    width: 1000%;
}

/* SINGLE EVENT */
.tribe-events-event-image {
    /* margin-top: 125px; */
}

div.tribe-events-single-event-description.tribe-events-content &gt; p &gt; a {
    border: 1px #e6bf71 solid;
	border-bottom: 1px #e6bf71 solid !important;
    color: #fff;
    background-color: #1a1357;
    font-weight: 700;
    padding: 10px 20px;
    margin-top: 10xp;
    border-radius: 50px;
    position: relative;
    top: 30px;
    bottom: 200px;
    transition: width 0.3s ease-out;
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}
div.tribe-events.tribe-common{
	margin-top: 0px ;
}

div.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix &gt; div.tribe-events-meta-group.tribe-events-meta-group-details{
	margin-top: 10px;
}

#tribe-events-content &gt; div.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix{
	padding-left: 20px;
}
#tribe-events-content &gt; div.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix &gt; div.tribe-events-meta-group.tribe-events-meta-group-details &gt; dl &gt; dd.tribe-events-event-categories{
	padding-bottom: 20px;
}
#tribe-events-content &gt; h1{
	margin-bottom: 20px;
}


#fixedButtonContainer {
	display: block !important;
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0px; 
	z-index: 9999;
	background-color: #161E4D;
	padding: 15px;} 
  
  #fixedButton {
	
	display: flex;
    padding: 5px 20px;
    background-color: #e6bf71;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    /* text-align: center; */
    justify-content: center;
    color: #161E4D;

  }
  

  
  .cursor{
	display: none;
  }
/* ELEMENTOR */
.elementor-edit-area-active, .elementor-edit-area-active .e-con {
    top: 45px !important;
}
.elementor-button {
    width: 100% !important;
}
.tribe-events-meta-group .tribe-events-single-section-title {
    color: #fff !important;
    font-size: 17px;
    margin-bottom: 20px;
}
#tribe-events-content &gt; div.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix &gt; div.tribe-events-meta-group.tribe-events-meta-group-details &gt; dl &gt; dt.tribe-events-start-datetime-label,
#tribe-events-content &gt; div.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix &gt; div.tribe-events-meta-group.tribe-events-meta-group-details &gt; dl &gt; dt.tribe-events-end-datetime-label,
#tribe-events-content &gt; div.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix &gt; div.tribe-events-meta-group.tribe-events-meta-group-details &gt; dl &gt; dt.tribe-events-event-cost-label,
#tribe-events-content &gt; div.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix &gt; div.tribe-events-meta-group.tribe-events-meta-group-details &gt; dl &gt; dt.tribe-events-event-categories-label{
	color: #e6bf71 !important;
}

.wpr-mobile-menu-display-dropdown .wpr-mobile-mega-menu-wrap {
   
    background-color: #253380;
    padding-bottom: 100%;
	padding-left: 25px;
    padding-right: 25px;
	width: 100% !important;
}

.elementor-72739 .elementor-element.elementor-element-02ecd10 .wpr-mobile-nav-menu .wpr-mobile-sub-menu-item {
    padding-left: 35px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 100;
    font-style: italic;
}

.elementor-72739 .elementor-element.elementor-element-02ecd10 .wpr-mobile-nav-menu &gt; li, .elementor-72739 .elementor-element.elementor-element-02ecd10 .wpr-mobile-sub-menu li {
  
    border-bottom: 0.5px #fff solid;
}

  .fa-chevron-left, .fa-chevron-right {
    font-size: 30px !important;
}
  .prev-arrow {
	left: 10px !important;
	
  }
  .next-arrow {
	right: 10px !important;
  }

  .home .prev-arrow {
	left: -28px !important;
	
  }
  
  .home .next-arrow {
	right: -28px !important;
  }

  .page-id-72736 #footer, .page-id-106 #footer, .events-single #footer {
	padding-bottom: 30%;
  }

  /* TEXT DEROULABLE */

  .deroulable {
	overflow: hidden;
	max-height: 250px; /* DÃ©finissez la hauteur maximale souhaitÃ©e pour l'affichage initial du texte */
	position: relative;
  }
  
  .deroulable.active {
	max-height: none;
  }
  
  .deroulable.active::after {
	content: "&gt;"; /* Code Unicode pour la flÃ¨che vers le haut */
	position: absolute;
	bottom: -12px;
	transform: rotate(-90deg);
	font-size: 20px;
	font-weight: 700;
	right: 185px;
	color: #fff;
	
  }
  
  .deroulable:not(.active)::before {
    content: "";
    position: absolute;
    /* top: 0; */
	bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
	background: rgb(37,51,128);
	background: linear-gradient(0deg, rgba(37,51,128,1) 12%, rgba(255,255,255,0) 100%);
    z-index: 1;
}

.deroulable:not(.active)::after {
    content: "&gt;";
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
}

  .tribe-events-pro-photo__event-title-link{
	font-size: 16px;
  }

  .fa-search{
	left: -215px;
    margin-top: 10px;
  }
	
  .elementor-72739 .elementor-element.elementor-element-9e33d3a .hfe-input-focus .hfe-search-form__input:focus{
	background-color: #00000000;
  }

  .hfe-search-form__input {
	padding: 0;
	margin: 0;
  }

 header &gt; div &gt; div.elementor-column.elementor-col-25.elementor-top-column.elementor-element.elementor-element-0d43145 &gt; div &gt; div &gt; div &gt; nav.wpr-mobile-nav-menu-container &gt; div.wpr-mobile-mega-menu-wrap &gt; div &gt; div &gt; form{
	margin-top: 15px;
 }

}

	/* END OF MOBILE */

  /* RESPONSIVE */

  
  /* Personnalisation de la grille de photos */

.tribe-events-photo-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -10px;
}

.tribe-events-photo-grid-item {
    width: 200px;
    margin: 0 10px;
}

.tribe-events-photo-grid-image {
    max-width: 100%;
    height: auto;
}

/* Personnalisation des flÃ¨ches */

.tribe-events .tribe-events-c-nav__list {
   
    justify-content: center !important;
    align-items: center;
    text-align: center;
}

.tribe-events-c-nav__list-item--prev,
.tribe-events-c-nav__list-item--next{
	/* position: absolute;
    top: 42%; */
    transform: translateY(-50%);
    width: 55px !important;
    height: 55px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px #ff0033;
	margin: 20px !important;
    cursor: pointer;
	justify-content: center !important;
    transition: background-color 0.5s ease-in-out; /* Ajout de la transition de couleur */
}

.tribe-events-c-nav__list-item--prev:hover,
.tribe-events-c-nav__list-item--next:hover{
    background-color: #f04164; /* Changement de couleur lors du hover */
}


.tribe-events-c-nav__list-item--prev{
	left: -6.5%;
}

.tribe-events-c-nav__list-item--next{
	right: -6.5%;
}


.tribe-events-c-nav__list-item--next:before{
	transform: rotate(45deg);
}

/* div &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div.fl-module.fl-module-rich-text.fl-node-7e9yov56wgm3 &gt; div &gt; div &gt; div &gt; div &gt; nav &gt; ul &gt; li.tribe-events-c-nav__list-item.tribe-events-c-nav__list-item--prev &gt; a &gt; svg{
display: none;
} */

div &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div.fl-module.fl-module-rich-text.fl-node-7e9yov56wgm3 &gt; div &gt; div &gt; div &gt; div &gt; nav &gt; ul &gt; li.tribe-events-c-nav__list-item.tribe-events-c-nav__list-item--prev &gt; a &gt; span{
display: none;
}

div &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div.fl-module.fl-module-rich-text.fl-node-7e9yov56wgm3 &gt; div &gt; div &gt; div &gt; div &gt; nav &gt; ul &gt; li.tribe-events-c-nav__list-item.tribe-events-c-nav__list-item--next &gt; a &gt; span{
	display: none;
}
/* div &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div.fl-module.fl-module-rich-text.fl-node-7e9yov56wgm3 &gt; div &gt; div &gt; div &gt; div &gt; nav &gt; ul &gt; li.tribe-events-c-nav__list-item.tribe-events-c-nav__list-item--next &gt; a &gt; svg{
	display: none;
} */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-icon-svg   {
margin-right: 0px !important;
width: 12px !important;
}

.tribe-events .tribe-events-c-nav__prev-icon-svg, .tribe-events .tribe-events-c-nav__next-icon-svg{
    margin-right: 0px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-icon-svg   {
	margin-left: 0px !important;
	}
	
.tribe-events .tribe-events-c-nav__next-icon-svg{
		margin-left: 0px !important;
		
	}

	/* .tribe-events-pro-photo__event-date-tag-month, .tribe-events-pro-photo__event-date-tag-daynum, .tribe-events-pro .tribe-events-pro-photo__event-datetime{
		color: #fff !important;
		position: relative !important;

    
	} */

	.tribe-events-pro-photo__event-datetime {
		
		display: none !important;
	}

	.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg path {
		fill: #c51034 !important;
	}
	

	.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-icon-svg path {
		fill: #c51034 !important;
	}
	#post-105 &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div.fl-module.fl-module-rich-text.fl-node-7e9yov56wgm3 &gt; div &gt; div &gt; div &gt; div &gt; header &gt; div.tribe-events-c-top-bar.tribe-events-header__top-bar &gt; nav{
		display: none !important;
	}

	.tribe-events button.tribe-events-c-top-bar__datepicker-button {
		color: #e6bf71 !important;
		font-size: 20px !important;
		
	}

.tribe-common .tribe-common-c-svgicon__svg-fill {
    fill: #e6bf71 !important;
}

	/* SEARCH BAR */
	#ecsa-search.layout-small {
		max-width: 100% !important;
	}

	#ecsa-search.layout-small input, #ecsa-search.layout-small span.twitter-typeahead {
		max-width: 100% !important;
		height: 55px !important;
		}

		.widget_eventscalendarsearchaddonwidget{
			display: flex;
			
		}

		#ecsa-search.layout-small .ecsa-search-icon {
			margin-top: 10px;
			margin-right: 10px;
		}

		#ecsa-search .icon-img {
			
			background: transparent !important;
			
		}

		#ecsa-search .icon-img img {
			width: auto;
			height: 80% !important;
			vertical-align: middle;
			display: inline-block;
			opacity: 1 !important;
		}

		#ecsa-search input[type="text"] {
			display: block;
			font-size: 12px !important;
			width: 100%;
			padding: 15px !important;
			margin-bottom: 5px;
			color: #222;
			background-color: #fff;
			border: 0px solid transparent !important;
			border-radius: 5px !important;
			-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
			-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
			box-shadow: 0 0 5px rgb(202 202 202 / 30%) !important;
		}

		.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-c-events-bar {
			display: none;
		}

		#ecsa-search.layout-small .tt-menu {
			max-width: 100% !important;
				position: absolute !important;
				margin-top: 50px;
			

		}

		.tt-menu::-webkit-scrollbar {
			width: 10px;
		  }
		  
		  .tt-menu::-webkit-scrollbar-track {
			background-color: transparent !important;
		  }
		  
		  .tt-menu::-webkit-scrollbar-thumb {
			background-color: #ed1742 !important;
			border-radius: 100px;
		  }
		  #ecsa-search .tt-menu::-webkit-scrollbar-thumb {
			background-color: #ed1742 !important;
			outline: 1px solid #ed1742 !important;
		}

		#ecsa-search .tt-menu::-webkit-scrollbar-track {
			-webkit-box-shadow: inset 0 0 6px rgb(137 88 88 / 30%) !important;
		}

		.fl-node-nwp14xuj8hiz &gt; .fl-module-content {
			
			position: relative;
			
		}

		#post-105 &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div.fl-module.fl-module-rich-text.fl-node-7e9yov56wgm3 &gt; div &gt; div &gt; div &gt; div{
			padding: 0 !important;

		}

		.tribe-common--breakpoint-medium.single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-subscribe-dropdown {
			
			margin-top: 0 !important;
		}

		.border01{
			border-bottom: 3px #114b9b solid;
			width: 14%;
			margin-left:19% ;
			border-radius: 15px;
			margin-bottom: 10px;
		}

		.edit-link{
			display: none !important;
		}
		
		#ecsa-search &gt; span &gt; input.typeahead.tt-hint{
			background: none 0% 0% / auto repeat scroll padding-box border-box #b81032 !important;
		}

		#ecsa-search &gt; span &gt; input.typeahead.tt-input::placeholder{
			color: #ffffffd1 !important;
		}

		#post-105 &gt; div &gt; div.fl-row.fl-row-full-width.fl-row-bg-color.fl-node-tzvqwsju182c &gt; div &gt; div &gt; div &gt; div &gt; div &gt; div.fl-module.fl-module-rich-text.fl-node-7e9yov56wgm3 &gt; div &gt; div &gt; div &gt; div &gt; header &gt; div.tribe-events-c-top-bar.tribe-events-header__top-bar{
		
    
		}

		/* #post-105 &gt; div &gt; div.fl-row.fl-row-full-width.fl-row-bg-color.fl-node-tzvqwsju182c &gt; div &gt; div &gt; div &gt; div.fl-col.fl-node-83eckagb9r2x.fl-col-has-cols &gt; div &gt; div.fl-module.fl-module-rich-text.fl-node-7e9yov56wgm3 &gt; div &gt; div &gt; div &gt; div &gt; header{
			float: right !important;
    position: absolute;
    right: -30%;
   
		} */

		.fl-builder-content .fl-node-c4mjarygfqsx .fl-rich-text, .fl-builder-content .fl-node-c4mjarygfqsx .fl-rich-text *:not(b, strong) {
			font-size: 14px;
	
		}

		.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
			background: #ed1742 !important;
			border: 0;
			color: #f7f7f7;
			transition: all .5s;
		}

		.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit]:hover {
			background: #9f0e2b !important;
			border: 0;
			color: #f7f7f7;
			transition: all .5s;
		}

		.tribe-events-c-nav__prev-label,.tribe-events-c-nav__next-label{
			display: none;
		}

		/* SLIDER EVENT */

		.tribe-common .tribe-common-g-row {
			display: flex;
			flex-wrap: nowrap !important;
		}

	/* Conteneur du slider */
.tribe-events-pro-photo {
	overflow-x: scroll !important;
  overflow: hidden; /* Ajout de la propriÃ©tÃ© overflow */
  max-width: 100%;
  }
  
  /* Ã‰lÃ©ments du slider */
  .tribe-events-pro-photo__event {
	width: 300px !important; /* Ajustez la largeur selon vos besoins */
	margin-bottom: 0 !important;
  }
 
  /* Supprime les styles par dÃ©faut du lien sur les images */
  .tribe-events-pro-photo__event-featured-image-link {
	text-decoration: none !important;
  }
  
  /* Cache la barre de dÃ©filement par dÃ©faut */
  .tribe-events-pro-photo::-webkit-scrollbar {
	display: none !important;
  }
  

  /* FLECHES */

  .carousel-arrow {
	position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 400px;
    height: 70px;
    /* background-color: #ffffff; */
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
	transition: transform 0.3s ease;

  }
  
  .home .prev-arrow {
	left: -130px;
	
  }
  
  .home .next-arrow {
	right: -130px;
  }

 /* body.page-id-105  */.prev-arrow {
	left: -40px;
	
  }
  
  /* body.page-id-105  */.next-arrow {
	right: -40px;
  }

  
  
  .fa-chevron-left, .fa-chevron-right{
	font-size: 40px;
  }

  
  /*.home */ .tribe-event-date-start ,/* .home */.tribe-event-date-end {
    color: #e6bf71!important;
    font-weight: 800 !important;
   
}

.tribe-events .tribe-events-l-container {
    min-height: auto !important;
   
}

.elementor-edit-area-active, .elementor-edit-area-active .e-con {
   
    top: 33px;
}
.fixedButtonContainer{
display: none;
}

/* ADMIN BAR
@media screen and (max-width: 600px){
#wpadminbar {
    position: fixed !important;
}
} */


#tribe-events-content &gt; h1{
	display: none;
}
#tribe-events-pg-template .tribe-events-content ol li, #tribe-events-pg-template .tribe-events-content ul li, .tribe-events-after-html ol li, .tribe-events-after-html ul li, .tribe-events-before-html ol li, .tribe-events-before-html ul li {
    line-height: 1.7;
     margin: 0 0 0px !important;
}

.tribe-events-content ol:last-child, .tribe-events-content p:last-child, .tribe-events-content ul:last-child {
    margin-bottom: 0px !important; 
}

.tribe-events-content h2, .tribe-events-content h3, .tribe-events-content h4, .tribe-events-content h5, .tribe-events-content h6 {
    margin-bottom: 0em !important;
}

/* .tribe-events-content a {
    border-bottom: 1px solid #ffffff00;
    color: #253380;
    transition: var(--tec-transition-color);
} */
div &gt; p &gt; a{
	border-bottom: 0px solid var(--tec-color-link-accent) !important;
}


div.tribe-events-single-event-description.tribe-events-content &gt; div.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix &gt; div.tribe-events-meta-group.tribe-events-meta-group-details &gt; dl &gt; dt.tribe-events-event-categories-label{
	display: none;
}
div.tribe-events-single-event-description.tribe-events-content &gt; div.elementor.elementor-73809 &gt; section.elementor-section.elementor-top-section.elementor-element.elementor-element-5935566d.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no &gt; div &gt; div.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-32a19ae0 &gt; div &gt; div.elementor-element.elementor-element-779a740b.elementor-widget.elementor-widget-shortcode &gt; div &gt; div &gt; div &gt; dt{
display: none;
}
.tribe-events-event-categories-label{ 
display: none !important;
}


.hfe-search-form__input{
	/* display: none; */
    /* margin-top: 1.5% !important; */
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 60px !important;
    height: 5% !important;
    z-index: 10;
	display: none;
}
.close-icon {
	
	color: #fff !important;
	right: 28px;
	position: relative;
  z-index: 10;
  top: 0px;
  }
  
  .hfe-search-form__input::placeholder {
	color: #ffffffc1 !important; /* Remplacez cette valeur par la couleur souhaitÃ©e */
	font-style: italic;
  }

  .placeholder-item {
	visibility: hidden;
	width: 0;
	height: 0;
  }
  </pre></body></html>