.header {
  width: 100%;
  height: 800px;
  background-image: url("../IMG/header2.png");
  background-position: center;
  background-size: cover;
}
.header .fond {
  display: flex;
  width: calc(100% - 200px);
  height: 100%;
  background: rgba(21, 68, 113, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 0 100px;
}
.header .fond .div-info {
  padding: 100px 100px;
  margin: auto 0;
  border-radius: 6px;
  background: rgb(21, 68, 113);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header .fond .div-info .info {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header .fond .div-info .info .tel {
  font-size: 32px;
  font-weight: 800;
}
.header .fond .div-info .info .adresse {
  font-weight: 300;
  text-decoration: underline;
}
.header .fond .div-info .info p, .header .fond .div-info .info a {
  color: white;
  text-align: center;
}
.header .fond .div-info .B2 {
  width: 300px;
  height: 50px;
  margin: auto;
}
.header .fond .title {
  margin: auto;
}
.header .fond .title p {
  font-weight: 800;
  font-size: 30px;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .header .fond {
    flex-direction: column;
  }
}

.div-infirm {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.div-infirm .div-text {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.div-infirm .div-text p {
  text-align: center;
}
.div-infirm .list-infirm {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.div-infirm .list-infirm .infirm {
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
}
.div-infirm .list-infirm .infirm img {
  width: 100px;
  margin: 0 auto 20px auto;
}
.div-infirm .list-infirm .infirm p {
  margin: 0 auto;
}

.div-eng {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.div-eng .list-eng {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.div-eng .list-eng .eng {
  display: flex;
  gap: 50px;
  padding: 50px;
  width: 450px;
  margin: auto;
}
.div-eng .list-eng .eng .num {
  font-size: 50px;
  font-weight: 800;
}
.div-eng .list-eng .eng .T2 {
  margin: auto;
}

.div-map {
  padding: 50px 0;
  background: rgb(227, 243, 255);
}
.div-map .div-center {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.div-map .div-center .map {
  width: 100%;
}
.div-map .div-center p {
  margin: auto;
}
.div-map .div-center .B2 {
  width: 350px;
  height: 70px;
  margin: auto;
}

.div-question {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.div-question .list-question {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.div-question .list-question .question {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px rgb(26, 44, 86) solid;
}
.div-question .list-question .question .title {
  display: flex;
}
.div-question .list-question .question .title p {
  margin: auto 0;
}
.div-question .list-question .question .title button {
  margin: 0 0 auto auto;
  font-size: 35px;
}
.div-question .list-question .question .info {
  display: none;
}
.div-question .list-question .question .info p {
  margin-left: 20px;
}/*# sourceMappingURL=equipe.css.map */