@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css");

@media (max-width: 770px) {
  .hidden-on-very-small {
    display: none;
  }
  .show-on-very-small {
    visibility: visible;
  }

  #nos_offres .table { 
    font-size: 0.74rem; 
  }

}
@media (max-width: 1400px) {
  .hidden-on-small {
    display: none;
  }
}


/* @media (min-width: 1400px){
  .hidden-on-big {
    display: none;
  }
} */


/* Typographie */
body {
  font-family: "Roboto", sans-serif;
}

section {
  display: flex;
  justify-content: center;
  /* margin-left: 20% !important;
  margin-right: 20% !important; */
}

.contact-div {
  width: 90%;
  max-width: 600px;
}

.navbar {
  background: rgba(255, 255, 255, 0.399);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
  max-width: 100%;
  height: auto;
}

.card {
  border: none;
}

#center{
  text-align: center;
  align-items: center;
}

#titre-menu {
  position: absolute;
  color: white;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
