/* Modification du body */

body, html {
  margin: 0;
  padding: 0;
}

/* Modification de la barre de menu */

.nav-link{
    color: #F8F9FA;
}

.nav-link:hover{
    color: #FCA311 !important;
    transition: 0.7s;
}

.nav-link:focus{
    color: #F8F9FA;
}

.nav-link.active{
    color: #FCA311 !important;
}

.navbar-nav .nav-link {
    margin: 0 50px; 
    font-size: 1.1rem;
}

.navbar {
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}

/* Logo */

.presentation{
    color: #F8F9FA;
    font-size: 18px;
}

.finliste{
    text-decoration: none;
    color: white;
}

.finliste:hover{
    color: #14213D;
    transition: 0.7s;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: scale(1.07);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 1);
}

.modal .modal-dialog {
  max-width: 600px;
}

.modal .modal-content {
  height: 400px;
  overflow-y: auto; /* scroll */
}
.btn-allcrea {
  background-color: #14213D;
  color: white;
  border: none;
}

.btn-allcrea:hover {
  background-color: #283458;
  color: white;
}



.btn{
  border: none;
}

.navbar-toggler {
  border: none;
  background: transparent;
  padding: 8px;
  outline: none;
}

/* Changement de couleur de l’icône du burger */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Hover : légère opacité + effet visuel */
.navbar-toggler:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

h4{
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #14213D;
  text-decoration: underline;
}

.services{
    color: #14213D;
    text-align: left;
    font-weight: 600;
}

.liste-compacte {
  line-height: 1.2;
 
}

em{
  font-weight: normal;
}

h6{
  margin-left: 40px;
  color: #14213D;
  font-weight: 600;
  text-decoration: underline;
  font-size: 18px;
}

.cgu{
  color: #14213D;
  margin-left: 20px;
}

.cguliste{
  color: #14213D;
  margin-left: 20px;
}

.card-text{
  color: white;
}

