/*

:: LISTE DES MEMBRES DU C.A. -----------------------------------------------------------

*/

.membre_ca .photo {
  float: left;
  width: 180px;
  margin-bottom: 15px;
}
.membre_ca .description {
  float: left;
  width:552px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.membre_ca .description h3 {
  margin-top: 0;
  margin-bottom: 3px;
}
#container .membre_ca .description hr {
  margin: 6px 0;
}
.membre_ca .autre {
  float: left;
  margin-left: 21px;
  margin-bottom: 15px;
}
.membre_ca .autre div {
  background-color: #e9e9e9;
  margin-top: 34px;
  padding: 16px 20px 1px;
  width: 141px;
}

/*

:: DISTINCTIONS -----------------------------------------------------------

*/

#distinctions .annee {
  float: left;
  width: 200px;
  font-size: 75px;
  color: #d2d2d2;
  margin-top: 15px;
}
#distinctions .texte {
  width: 540px;
  float: left;
}
#distinctions .texte h3 {
  border-bottom: 1px dotted #bfbfbf;
  margin-top: 22px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

/*

:: COMITÉ DE DIRECTION -----------------------------------------------------------

*/
.comite_direction {
  /*background-color: #e9e9e9;*/
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  zoom: 1;
}
.container-row {
  width: 100%;
  text-align: center;
  display: inline-flex;
}
.container-person {
  width: 24%;
  display: inline-block;
  text-align: center;
  padding-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  box-sizing: border-box;
}
.container-person img{
 margin-bottom: 15px;
}
.container-person p {
  max-width: 180px;
  /* padding-bottom: 15px; */
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /* border-bottom: 1px dotted #bfbfbf; */
}
.container-person strong, .container-person em {
  font-size: 14px;
  color: #496530;
}