html, body {
    height:100% !important;
}

body
{
    margin:0;
    padding:0;
    background-color:#f1f1f1;
    font-family: 'Exo 2', sans-serif;
    font-size: 0.875rem;
}

.navbar{
z-index: 1;
}

.container_slider{
height: 80%; 
align-content: center;
}

.card{
  margin-top: auto;
  margin-bottom: auto;
  background-color: rgba(0,0,0,0.5) !important;
  max-width: 720px;
}

.card-index{
margin-top: auto;
margin-bottom: auto;
background-color: rgb(233, 237, 255) !important;
max-width: 720px;
}

.card-body-index{
padding: 1rem;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.input-group-prepend span{
width: 50px;
background-color: #FFC312;
color: black;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: black;
background-color: #FFC312;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}

.orangelink
{
	color: #ffbc00 !important;
}

.badge
{
border-radius: 0;
text-align: inherit !important;
}

.badge-primary {
    background-color: #007bff5e !important;
}

.input-group-text
{
border-radius: 0;
}

.nav-link {
    padding: 0 0.5rem 0 0.5rem;
    font-size: 1rem;
}

.navbar
{
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
}

.avatar {
    max-height: 58px;
}

.background-image-login {
    background-image: url('../../img/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    min-height: 100vh;
}

.background-image-index {
    background-image: url('../../img/bg01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    min-height: 100vh;
}

.camera-video {
    max-width: 320px;
    max-height: 600px;
    margin: 0 auto;
    border: solid 1px #2b2b2b5e;
}

/* Styles pour la fenêtre modale */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    max-width: 95%;
    height: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.7);
  }
  
  .modal-content {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  /* Styles pour la barre de progression */
  .progress-bar {
    background: #ddd;
    height: 20px;
    border-radius: 5px;
  }
  
  .progress {
    width: 0;
    height: 100%;
    background: green;
    border-radius: 5px;
  }
  
  /* Styles pour le bouton OK */
  #okButton {
    background: green;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  #map-container {
    width: 100%;
    height: 300px;
    border: 1px solid #747474; 
  }

  .online-button {
    background-color: green;
    color: white;
  }
  
  .offline-button {
    background-color: red;
    color: white;
  }

