/*div class presentationequipe*/
.presentationequipe {
  
   text-align: center;
    font-size: 20px;
}

/*section equipe */
.equipe-section {
  margin-top: 2px;
  margin-bottom: 2px;
}

/*div class equipe*/
.equipe {
  display: flex;
  justify-content: center;
  padding: 2px;
  align-items: center;
  background-color: transparent;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 70px;
  margin-right: auto;
  width: 50%;
  min-width: 800px;
}

/*boite/box*/
.equipe-carre {
  width: 80%;
  display: flex;
  flex-direction: column;
}

/*image*/
.equipe img {
  width: 25vh;
  height: 30vh;
  border-radius: 100px;
  margin-left: 2px;
  margin-right: 2px;
  border: 5px solid #e0e0e0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
/*header2 texte*/
.equipe h1{
	color: #fff;
}

.equipe h2 {
  margin: 32px 32px;
  font-family: Didot, sans-serif;
  font-weight: 600;
  font-size: 45px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 25px;
  
}
/*header3 texte*/
.equipe h3 {
  margin: 32px 32px;
  font-family: Didot, sans-serif;
  font-weight: 200;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 35px;
}

/*paragraphe texte*/

.equipe p {
  margin: 32px 32px;
  font-family: Didot, sans-serif;
  font-weight: 200;
  font-size: 13px;
  color: #ffffff;
  font-size: 20px;
  
}

/*footer*/

footer {
  margin: 50px 0px 0px 0px;
  background-color: #7746bc;
  height: 60px;
  color: whitesmoke;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
