.logo {
  margin-top: 20px;
  width: 90px;
  height: 90px;
}
.Corps-Contact{
  margin-bottom: 30px;
}
.Corps-Contact p{
  font-family: 'Open Sans', sans-serif;
}

.Block-Réseau>article {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.Corps-Contact .Mini-logo {
  width: 40px;
  height: 40px;
}

.Corps-Contact h5 {
  font-family: 'Montserrat', sans-serif;
  color: #999999;
  font-size: 20px;
}

.Corps-Contact h2 {
  margin-left: 20px;
}

.Corps-Contact .Box-General p {
  text-align: center;
  color: white;
  margin: 5px;
}

.Corps-Contact .Box-Contact {
  background-color: #292d33;
}

.Corps-Contact .Box-Contact>* {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Corps-Contact .Titre_G {
  font-family: 'Cinzel Decorative', cursive;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width:949px) {

  .Corps-Contact .Titre_G {
    font-size: 5vw;
  }

  .Corps-Contact .Box-General {
    display: grid;
    grid-template-columns: 88%;
    justify-content: center;
  }

  .Corps-Contact .Box-Carte>iframe {
    width: 100%;
    height: 350px;
    border: 0;
  }

  .Corps-Contact .Box-Contact {
    display: grid;
    grid-template-areas:
      "Address"
      "Bureau"
      "Equipe"
      "Réseau";
    justify-content: space-evenly;
    align-content: center;
    padding-bottom: 20px;
  }
}

@media (min-width:950px) and (max-width:1549px) {
  .Corps-Contact .Titre_G {
    font-size: 37px;
  }

  .Corps-Contact .Box-General {
    display: grid;
    grid-template-columns: 65%;
    justify-content: center;
  }

  .Corps-Contact .Box-Carte>iframe {
    width: 100%;
    height: 300px;
    border: 0;
  }

  .Corps-Contact .Box-Contact {
    display: grid;
    grid-template-areas:
      "Address Bureau"
      "Equipe Réseau";
    justify-content: space-evenly;
    align-content: center;
    padding-bottom: 20px;
  }
}

@media (min-width:1550px) {
  .Corps-Contact .Titre_G {
    font-size: 45px;
  }

  .Corps-Contact .Box-General {
    display: grid;
    grid-template-columns: 40% 30%;
    justify-content: center;
  }

  .Corps-Contact .Box-Carte>iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }

  .Corps-Contact .Box-Contact {
    display: grid;
    grid-template-areas:
      "Address Bureau"
      "Equipe Réseau";
    justify-content: space-evenly;
    align-content: center;
  }
}