@font-face {
    font-family: 'indySerif';
    src: 'font/indySerif/INDYSerifRegular/INDYSerifRegular.ttf';
}

* {
    margin: 0;
    padding: 0;
    font-family: 'indySerif';
  }

  p, li{
      font-size: 1.3em;
  }

  header > a{
    width: 25%;
  }

  footer  a{
      width: 33%;
  }

  .logo{
      width: 100%;
  }

  .titre{
      font-size: 2.5em;
  }
  
header, footer, .redirection, .copyright{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.copyright{
    width: 33%;
}

.redirection > a{
    background-color: white;
    border-radius: 15px;
}

.redirection > a:hover{
    background-color: #E3E1DE;
}

.nav{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 50%;
}

.nav *{
    padding: 5px;
}

footer{
    display: flex;
    background-color: black;
    color: white;
}

  .map {
      width: 75%;
      height: 46em;
      border: 0;
  }

  .main{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      min-height: 10em;
  }

  .main *, #infosCorse p, #infosCorseSud p, #infosHauteCorse p{
      padding: 10px;
  }

  .leSelect{
    background-color: aliceblue;
      margin: 0 auto;
      width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
  }

  #corse{
    border: 0.5px solid #777;
    border-radius: 0.25em;
    font-size: 1.3rem;
    background-color: #fff;
  }

  #infosCorse, #infosCorseSud, #infosHauteCorse{
    background-color: aliceblue;
    margin: 0 auto;
  display: flex;
  text-align: center;
  flex-direction: column;
  padding: 10px;
  }

  #infosCorseSud, #infosHauteCorse{
      display: none;
  }

  .moustache, .correlation{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .moustache img, .correlation img{
      max-width: 100%;
      height: auto;
  }

  .img1{
    min-width: 900px;
  }

  .img2{
      min-width: 50px;
  }

  .moustache > *, .correlation > *{
      padding: 10px;
  }

  .BTT{
      width: 50%;
      height: 2rem;
      border: 0;
    font-size: 1rem;
    color: #fff;
    background-color:  rgba(220, 0, 0, 1);
    border-radius: 8px;
  }

  .divBTT{
      width: 34%;
  }

  .divBTT a{
      width: 100%;
  }

  .BTT:hover{
      cursor: pointer;
      background-color: rgba(170, 0, 0, 1);
  }


