
body {
 
    position: relative;
    border-radius: 0 !important;
	background-color: #ffffff;
	
}
@media (orientation: landscape) {
  .hero-section {
    height: 100vh;
    max-height: unset;
  }
}

.hide {
  display: none;
}


.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-color: var(--dark-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
  padding: 45px;
}



.custom-btn {
  background: #01426A;
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: #007DBA;
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}



.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}


.video-wrap {
  z-index: -100;
 background-color: black;


}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
  opacity: 0.86;
  background-color: black;
}


.site-header {

  padding-top: 0px;
  padding-bottom:0px;
	height: 0px !important;
}



.hero-section {
  position: relative;
  overflow: hidden;
  padding-top:150px;
  height: 100vh ;
  vertical-align: middle;

}

.hero-section small {
  color: var(--white-color);
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.5;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 80%;
  padding-bottom: 10%;
}

.hero-section .container .row {
  height: 100%;
}


.site-footer {
  background-color: #01426A;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}



.site-footer-bottom {
  border-top: 0px solid #1f1c1c;
  margin-top: 20px;
}





  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
 

 .hero-section {
  position: relative;
  overflow-y: auto; /* added property */
  height: 100vh;
  vertical-align: middle;
}

  }


	
	.shadow-sm {
		
  box-shadow: 0 0.125rem 0.25rem rgba(255,255,255,0.0) !important;
	
}



.navbar-light{
		
 padding-top: 8px !important;
	padding-bottom: 12px !important;
	-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
	
}







.container {
	max-width: 860px !important;
	margin: auto;

}

.bulle {
background-color: rgba(0, 0, 0, 0.4); 
	border-radius: 12px;
	padding-top: 6px;
	padding-bottom: 30px;
	margin: auto;
  	margin-bottom: 15%; /* updated value */
	line-height:  1.2rem;
  	box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);



}

.bulle h1 {
color: #fff !important;
font-size: 2.8rem;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);


}

.bulle p {
color: #fff !important;	
font-size: 1.1rem;
padding: 10px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);


}
.bulle sup {
  background: none;
  font-size: 1.6rem;
  font-style: italic;
  color: #007DBA;
  animation: bounce 1s linear;
}



.bulle svg {
  filter: url(#shadow);
}





.bg-very-light-gray {
  background-color: transparent!important;
}


.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}




.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-toggler {
	color: rgba(255,255,255,0.75);
	border-color: rgba(255,255,255,0.7)
}


.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #fff !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	font-weight: 700;
}


.nav-link:hover {
  
  color: #f4cd48 !important;
 
}

