body {
	position: relative;
  }

.navbar, .navbar-brand {
	padding: 0 !important;
}

#navLogoGe {
	padding: 5px;
}

#navTitleGe {
	vertical-align:-25%;
}

.navbar.navbar-dark.bg-dark {
	background: rgba(100,100,100,0.4) !important;
}

.navbar-dark .navbar-nav .nav-link {
	color: white !important;
}

.navbar-dark .navbar-nav .nav-link.active {
	background: rgba(50,50,50,0.4) !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
	color: rgb(80, 80, 80) !important;
}

.transparency {
	background: rgba(255,255,255,0.9) !important;
}

a.arrow {
	padding-top: 190px;
	color: white;
}

#title img {
	margin-top:-10px;
	margin-right:10px;
}

#countDownContainer {
	width: 40vw;
}

#countDownContainer p {
	text-align: center;
	font-weight: bolder;
	color:rgb(56,32,81);
	font-size: 3vh;
	text-shadow:  rgb(251,109,41) 0 0 10px;
}

.parallax {
	background-position: 50% 0;
	background-attachment: fixed;
	background-size: auto;
	-moz-background-size: auto;
	-webkit-background-size: auto;
	-o-background-size: auto;
	height: auto;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

#headband {
	background-size: cover;
	padding: 500px 0;
  }

@supports ( -webkit-touch-callout : none) {
  #headband {
	background-attachment:scroll
  }
}

@supports not ( -webkit-touch-callout : none) {
  #headband {
	background-attachment: fixed;
  }
}

@media (orientation: landscape) {
  #headband {
	background-image: url("/assets/images/HEADER_WEB_GE2025.png");
  }
}

@media (orientation: portrait) {
  #headband {
	background-image: url("/assets/images/HEADER_MOBILE_GE2025.jpg");
  }
}

.center {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#concept {
	background-image: url("/assets/images/public.jpg");
	padding: 10% 0;
}

.carousel-control-next, .carousel-control-prev {
	top:25% !important;
	height: 50% !important;
}

#carouselVideoCSM {
	margin-bottom: 5%;
}

#benevolat {
	background-image: url("/assets/images/benevoles2.jpg");
	padding: 15% 0;
}

.benevoleMotiv {
	margin: 0 auto;
	max-width: 620px !important;
}

#programmation {
	background-image: url("/assets/images/artiste.jpg");
	opacity: 0.9;
	padding: 15% 0;
}

/* svg generated from https://www.fffuel.co/nnnoise/
*/
#coming {
	background-image: url("/assets/images/noise.svg");
	padding: 2% 0 2% 0;
}

#mapid {
	height: 180px;
	min-height: 400px;
	margin-bottom: 5%;
}

footer {
	padding-top: 10px;
}

.gotolineResponsive {
	display: inline-block;
}

.arobase::before {
    content: "\000040";
    font-size: inherit !important;
}
.arobase span {
	font-size: 1px;
    font-size: 0.1px;
    text-indent: -999px;
    width: 1px;
    overflow: hidden;
}

swiper-slide {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* This gives a 16:9 aspect ratio (height / width * 100 = 9 / 16 * 100 = 56.25%) */
  }

  /* Make iframe take full size of the wrapper */
swiper-slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

:root {
	--swiper-navigation-color: white;
}

swiper-container {
	--swiper-navigation-size: 25px;
}
