:root {
   --mdc-elevation-box-shadow-for-gss: 
     0px 3px 1px -2px rgba(0, 0, 0, 0.2),
     0px 4px 2px 0px rgba(0, 0, 0, 0.14),
     0px 3px 5px 0px rgba(0, 0, 0, 0.12);
   --mdc-elevation-box-shadow-for-gss-hover:
     0px 8px 5px -2px rgba(0, 0, 0, 0.2),
     0px 10px 10px 0px rgba(0, 0, 0, 0.14),
     0px 6px 14px 0px rgba(0, 0, 0, 0.12);
   --primary: #0a3d67;
}

#wrap {
  display: flex;
  flex-direction: column;
 /* justify-content: center;*/
  padding-top: 5vh;
  align-items: center;
}

#header img {
  background-color: transparent;
  width:540px;
}

.btn {
    box-shadow: var(--mdc-protected-button-container-elevation, var(--mdc-elevation-box-shadow-for-gss));
    transition: all 0.25s ease;
}

.btn:hover {
    color: #fff;
    transform: translateY(-5px);
    box-shadow: var(--mdc-protected-button-container-elevation, var(--mdc-elevation-box-shadow-for-gss-hover));
}

.btn-ueve-blue {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-ueve-orange {
    color: #fff;
    background-color: #ff8500;
    border-color: #ff8500;
}


#footer {
    backdrop-filter:blur(10px);
    position: fixed;
    width:100%;
    bottom:0;
    padding-inline:2rem;

    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    text-align: center;
    overflow: hidden;
}

.text-primary {
   color: var(--primary) !important;
}

#lock-icon {
	height: 50px;
}

#login-text {
	margin: 1rem;
}

#logincontent {
	max-width: 540px !important;
}

.form-control:focus {
/*    color: var(--primary);*/
    background-color: #fff;
    border-color: var(--primary);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.card {
	background-color: whitesmoke;
}

.icon-primary {
	color: var(--primary);
}

.card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    border: none;
}

.card-header {
    padding: .75rem 1.25rem !important;
    margin-bottom: 0 !important;

    background-color: #0a3d67 !important;
    color: #ffffff !important;

    border-bottom: 3px solid #00b3c3 !important;
    font-weight: 600 !important;

    border-radius: 10px 10px 0 0 !important;
}

/* ===== HEADER ===== */
.navbar, .topbar {
    background-color: #0a3d67 !important;
    border-bottom: 3px solid #00b3c3;
    border-radius: 10px !important;
}

/* ===== TITLES ===== */
h1, h2, h3 {
    color: #0a3d67;
    font-weight: 600;
}

/* ===== INPUTS ===== */
input.form-control {
    border-radius: 8px;
    border: 1px solid #ccc;
}

input.form-control:focus {
    border-color: #00b3c3;
    box-shadow: 0 0 0 0.2rem rgba(0,179,195,0.25);
}

/* ===== BUTTON PRIMARY ===== */
.btn-primary {
    background-color: #ff8500;
    border-color: #ff8500;
    border-radius: 8px;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #e67600;
    border-color: #e67600;
}

/* ===== LINKS ===== */
a {
    color: #00b3c3;
}

a:hover {
    color: #0a3d67;
}

/* ===== ALERT ===== */
.alert-warning {
    background-color: #ffbc00;
    border: none;
    color: #333;
}

li {
    padding-inline: 10px;
}

li.ui-state-active {
    background-color: rgba(0, 179, 195, 0.15); /* turquoise léger */
    color: #0a3d67;
    border-radius: 5px;
}

/* ===== FOOTER ===== */
footer {
    color: white;
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
	#wrap { padding-top: 0 !important; }
}

/* ===== DROPDOWN CONTAINER ===== */
.dropdown-menu {
    background-color: #0a3d67;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 0.5rem 0;
}

/* ===== ITEMS ===== */
.dropdown-item {
    color: white;
    padding: 0.5rem 1.25rem;
}

/* ===== LINKS ===== */
.dropdown-item a {
    color: white !important;
    text-decoration: none;
}

/* ===== HOVER ===== */
.dropdown-item:hover {
    background-color: rgba(0, 179, 195, 0.15); /* turquoise léger */
}

.dropdown-item:hover a {
    color: white !important;
    border-radius: 5px;
}

/* ===== ICONS ===== */
.dropdown-item img,
.dropdown-item i {
    margin-right: 8px;
    filter: brightness(0) invert(1); /* icônes blanches */
}

.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");
}

.applogo {
	width: 48px;
	height: 48px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}

.alert {
	text-align: center;
}
