.table-mch {
  width: 80%;
  margin-bottom: 1rem;
  vertical-align: top;
  font-size:xx-large;
  color: #f82249;
}
.table-mch td, th{
  text-align: center;
}

#intro {
  width: 100%;
  height: 140vh;
  background: url("../img/gallerie/23gal (97).jpg") top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding-top: 100px;
}

.presentation{
  margin-top: 90px;
}
.presentation h1{
  font-size: 30px;
}
#intro:before {
  content: "";
  background: rgba(6, 12, 34, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 20px 15px;
}

#intro h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

#intro h1 span {
  color: #f82249;
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

.nav-link {
  color: rgba(202, 206, 221, 0.8);
}

.nav-link :hover{
  color: #fff;
}
.nav-menu a {
  padding: 8px;
  color: rgba(202, 206, 221, 0.8);
  font-weight: 900;
  font-size: 14px;
  outline: none;
}

.nav-menu a:hover {
  color: #fff;
}
.bg-body-mch {
  background: rgba(6, 12, 34, 0.98);
  padding: 15px 0;
  transition: all 0.5s;
  height: 100px;
}
.pied{
  background: rgba(6, 12, 34, 0.98);
}
.containeur{
  margin: 20px;
}

.container-popup {
  position: relative;
  text-align: center;
  bottom: 5%;
  }
  .popup{
    display: none;
    position: fixed;
    text-align: center;
    top: 0%;bottom:0%;
    border: 2px solid #666;
    width: 100%;
    background-color: black;
  }

  .table-mch {
    width: 80%;
    margin-bottom: 1rem;
    vertical-align: top;
    font-size:xx-large;
    color: #f82249;
  }