html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
  background-color: black;
  color: white;
}

body {
    margin-bottom: 60px;
    background-color: black;
    color: white;
}



/*LAYOUT*/

.TitreLayout {
    font-size: 30px;
}

.FooterConfig {
    font-family: cursive;
    color: rgb(102, 102, 102);
    border-top: grey solid 1px;
}

/*  IMAGES */

.Image_FullBand_Index {
    width: 1500px;
    height: auto;
}