.pageFlex {
  display: flex;
}
.col1 {
  background-image: url(../images/fond.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 1em;
  width: 17.5em;
}
.logo {
  margin-top: 2em;
  text-align: center;
}
.titre {
  height: 2.5em;
  background-color: white;
  border-radius: 25px;
  margin-right: 0;
  padding: 0.5em;
  text-align: center;
  line-height: 1.25em;
}
.t1 {
  margin-top: 3em;
  color: #c5000b;
}
.t2 {
  margin-top: 20em;
  color: #0084d1;
}
.col2 {
  position: relative;
}
.bloc {
  width: 3em;
}
.b1 {
  height: 10em;
  border-bottom: 2px solid #999999;
}
.b2 {
  height: 22.5em;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
}
.b3 {
  height: 24.5em;
  border-right: 2px solid #999999;
}
.rond {
  width: 3em;
  height: 3em;
  border-radius: 50%;
}
.r1 {
  background-color: #c5000b;
  position: absolute;
  top: 8.75em;
  left: 1.5em;
  border: 6px solid white;
}
.r2 {
  background-color: white;
  margin-right: -15em;
  margin-bottom: -15em;
  position: absolute;
  top: 31em;
  left: 1.5em;
  border: 6px solid #0084d1;
}
.encart {
  border-radius: 0 25px 25px 25px;
  background-color: white;
  width: 40em;
  padding: 1em;
  margin-left: 1em;
}
.qui {
  margin-top: 10em;
  height: 18em;
  border: 3px solid #c5000b;
}
.comment {
  margin-top: 3.5em;
  padding-left: 0;
  padding-top: 0.5em;
}
.referent, .membre, .externe, .retour {
  display: flex;
}
.pseudoTitre {
  align-self: center;
}
.referent img, .membre img, .externe img {
  width: 2em;
  margin-left: -2.25em;
  z-index: 1;
}
.ref span {
  font-weight: bold;
  color: #0000ff;
}
.mem span {
  font-weight: bold;
  color: #c5000b;
}
.pseudoTitre {
  margin-left: 0.2em;
}
.retrait {
  margin-left: 1em;
  line-height: 1.2;
}
.telecharger {
  margin-left: 2em;
  background-color: #0084d1;
  border-radius: 15px;
  padding: 0.5em;
}
.telecharger a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
.qui .retrait {
  list-style-type: disc;
}
.r3 {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #999999;
  margin-left: -1em;
}
.retour {
  padding: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.retour a {
  text-decoration: none;
  color: #999999;
  margin-left: 1em;
}
