/* THEME DARK */
body {
	background : rgba(1, 4, 30, 1) !important;
}
.fond.type-accueil.texte_gauche > .container-fluid {
	background: linear-gradient(to right, #04315D 0%, #04315D 15%, rgba(1, 4, 30, 0) 100%) !important;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
	.texte_gauche #ds-global-footer-container {
		background: linear-gradient(to right, rgba(1, 4, 30, 0.95) 0%, rgba(1, 4, 30, 0.95) 40%, rgba(1, 4, 30, 0) 100%) !important;
	}
	.texte_droite #ds-global-footer-container {
		background: linear-gradient(to left, rgba(1, 4, 30, 0.95) 0%, rgba(1, 4, 30, 0.95) 40%, rgba(1, 4, 30, 0) 100%) !important;
	}
}
.fond.type-accueil.texte_droite > .container-fluid {
	background: linear-gradient(to left, rgba(1, 4, 30, 0.95) 0%, rgba(1, 4, 30, 0.95) 40%, rgba(1, 4, 30, 0) 100%) !important;
}

.fond.type-lien.texte_gauche > .container-fluid {
	background: linear-gradient(to right, #04315D 0%, #04315D 15%, rgba(1, 4, 30, 0) 100%) !important;
}
.fond.type-lien.texte_droite > .container-fluid {
	background: linear-gradient(to right, #04315D 0%, #04315D 15%, rgba(1, 4, 30, 0) 100%) !important;
}
.fond.type-media > .container-fluid {
	background:linear-gradient(to right, #04315D 0%, #04315D 15%, rgba(1, 4, 30, 0) 100%) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

@media screen and (max-width: 1200px) {
.ariane #ds-global-footer-container {
	background:rgba(1, 4, 30, 0.9) !important;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
}

@media screen and (max-width: 768px) {
	.fond.type-accueil.texte_gauche > .container-fluid,
	.fond.type-accueil.texte_droite > .container-fluid,
	.fond.type-lien.texte_gauche > .container-fluid,
	.fond.type-lien.texte_droite > .container-fluid,
	.fond.type-media.texte_gauche > .container-fluid,
	.fond.type-media.texte_droite > .container-fluid {
		background:linear-gradient(to bottom, rgba(1, 4, 30, 0) 300px,  rgba(0, 0, 27, 0.95) 390px) !important;
		/*linear-gradient(to bottom, rgba(1, 4, 30, 0) 300px,  rgba(0, 0, 27, 0.95) 390px) !important;*/
		/*linear-gradient(to bottom, rgba(1, 4, 30, 0) 40%, rgba(1, 4, 30, 0.95) 50%) !important;*/
	}
	#ds-global-footer-container {
		background:rgba(1, 4, 30, 0.9) !important;
	}
	
}

/* Navigation */

.nav-header {
  background-color: white !important;
}

.menu {
  background-color: #050B25 !important;
}

.menu h2,
.menu h2 a,
.menu h2 a:hover {
  color: #2af6f7;
	text-decoration:none;
}

.menu li a {
  color: white;
}

.niveau h1 {
  color: white;
	font-weight:bold;
}

.niveau h2 {
  color: white;
}

.niveau h3 {
  color: white;
}

.niveau p {
  color: white;
}

.niveau .btn {
  color: #E9F7FF;
  border-color: #E9F7FF;
  background: rgba(0, 86, 134,0.2);
}

.niveau .btn:hover {
  color: #E9F7FF ;	
  border-color: #E9F7FF ;
  background: rgba(0, 86, 134,0.8);
}

.niveau-un,
.niveau-deux {
  background-image: url("../img/dark-bg.png");
}

.lien_under-p a:hover, 
.lien_under-p a {
  color: white;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
	display: block;
}
.lien_under-p a:hover {
  color: #2af6f7;
}
.liens {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.liens > div > p a {
    color:white;
	text-decoration:none;
}
.liens > div > p {
  color:#7a8092 !important;
}

.fancybox-bg {
    background: rgba(1, 4, 30,0.9) !important;
}

.carousel-caption {
    background: rgba(1, 4, 30,0.3) !important;
}

/* Custom modal content */
.modal-content {
	background-color: rgba(0, 0, 0, 0) !important; /* Black with 80% opacity */
	z-index: 1060 !important; /* Ensure modal content is above the backdrop */
}

.bottom-content {
            position: absolute;
            bottom: 10%;
            width: 60%;
            text-align: middle;
        }
		
/* .btn-card {
            border: 1px solid #ffffff; /* White border */
            background-color: transparent; /* Transparent background */
            color: #ffffff; /* White text color */
            padding: 10px 20px; /* Padding */
            text-transform: uppercase; /* Uppercase text */
            font-weight: bold; /* Bold font */
            transition: background-color 0.3s, color 0.3s; /* Smooth transition */
            cursor: pointer; /* Pointer cursor */
			display: flex; /* Use flexbox for alignment */
            justify-content: center; /* Center horizontally */
        } */

/* .btn-card:hover {
	background-color: #ffffff; /* White background on hover */
	color: #007bff; /* Blue text color on hover */
} */

.card {
    height: 100%;
}

.HF3ds .ds-footer__corporate-links,
.HF3ds .ds-footer__corporate-links *,
.HF3ds .ds-footer__corporate-legal,
.HF3ds .ds-footer__corporate-legal * {
	color:#fff !important;
}
.ds-footer__corporate > .ds-container > .ds-row > .ds-col.ds-col--xs-4.ds-col--lg-6 > .ds-row > .ds-col.ds-col--xs-4 a {
	color:#2af6f7 !important;
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    padding: 10px;
    border-radius: 50%;
}

.play-button {
    width: 50px; /* Adjust the size of the play button */
    height: 50px;
    opacity: 0.8; /* Semi-transparent play button */
}