@import url(bootstrap.css);

@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');

.body{
    font-family: "Space Mono", sans-serif !important;
    background-color: #214077 !important;
}
p{
    font-family: "Space Mono" !important;
}

.btn-warning{
  background-color: #FFCE00 !important;
}
.icotrans img {
    width: 2em;
    height: 2em;
  }

.navbar {
    font-family: "Space Mono";
    font-size:medium;
    text-transform: uppercase;
    letter-spacing: 0.1em;
} 
.navbar .navbar-brand{
    font-size: 2.25em;
    font-family: "Audiowide";
    color: white;
}
.nav-link{
  color: #ffc;
}
.nav-link:hover, .nav-link:focus{
    color: #FFCE00 !important;
}

li > a {
  text-decoration: none;
  color: black;
}
.ink1{
    font-family: "Audiowide";
}
.ink2{
    font-family: "Space Mono" !important;
    color: #FFCE00;
    font-size: 0.6em;
}  
.bat_img{
    height: 600px;
    width: 400px;
}

.homeicon{
    height: auto;
    width: 40px;
  }
  
.service {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
  }
  

.bg-featured-blog {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 15rem;
  }
    
.fflabel{
  font-family: "Space Mono";
  font-size: 0.9em;
}
.ff{
    font-family: 'Audiowide';
    font-weight: 400 !important;
}  
.ff2{
    font-family: 'Space Mono';
    font-weight: 700 ;
}
.ff3{
  font-family: "Protest Riot";
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2em;
}
.ff4{
  font-family: "Space Mono";
  font-weight: 400 !important;
}

/*Partie Domaine d'interventioin */
.accordion-header {
    background-color: #3498db; /* Couleur de fond de l'en-tête de l'accordéon */
  }

  .accordion-button {
    color: black; /* Couleur du texte de l'accordéon */
    font-family: 'Space Mono', cursive; /* Police de l'accordéon */
    background-color: #FFCE00;
  }
  .accordion-button:hover, .accordion-button:focus{
    background-color: #FFCE70;
  }

  .accordion-body {
    background-color: aliceblue; /* Couleur de fond du contenu de l'accordéon */
    color: #333333; /* Couleur du texte du contenu de l'accordéon */
    font-size: 1em;
    font-family: "Space mono";
  }
  .accordion-body li{
    
    list-style-type:none;
  }

 
  .floating-button{
    position: fixed;
      bottom: 20px; /* Ajustez la distance par rapport au bas de la page selon vos préférences */
      right: 20px; /* Ajustez la distance par rapport à la gauche de la page selon vos préférences */
      z-index: 1000; /* Assurez-vous que le bouton est au-dessus des autres éléments de la page */
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
  }


.card-title , .modal-title{
  font-family: "Space Mono";
  font-size: large;
}

.consulnav{
  font-family: 'Space Mono';
  font-weight: 700  !important;
  font-size: 0.45em !important;
  text-transform: capitalize;
  color: #FFCE00;
  position :relative;
  width: auto;  
  top: 18px;
  left: -155px;
}
.sadenav{
  position: relative;
  font-size: .95em;
  top: -4px;
}

.btn-warning:hover, .btn-warning:focus{
  background-color: #ec9f10 !important;
  color: rgb(58, 58, 58) !important;
}