.fond-description {
  background-repeat: repeat;
  background-image: url('../img/jocare/sigle_bleu.png');
}
.fond-description-opaque {
  background: rgba(255,255,255, 0.9);
}
.fond-basique {
  background: rgba(255,255,255, 0);
}

.font-equipe {
  font-size: 1.2rem;
  font-weight: 500;
  color: #0a4f70;
}
.font-equipe-bold {
  opacity: 1;
  font-weight: bold;
  font-size: 1.5rem;
}
.font-equipe-intro-fin {
  font-size: 1.5rem;
}

.img-responsive {
  max-width: 500px;
  width: 100%;
  height: auto;
}

.rencontre {
  background-image: url('../img/jocare/rencontre.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  height: 300px;
}
.prenom-gauche {
  font-size: 3rem !important;
  font-weight: 900 !important;
  text-align: right !important;
  margin-right: 3rem!important;
  margin-left: 3rem!important;
  color: #fcc71c;
}
.prenom-droite {
  font-size: 3rem !important;
  font-weight: 900 !important;
  text-align: left !important;
  margin-right: 3rem!important;
  margin-left: 3rem!important;
  color: #fcc71c;
}
.description-prenom {
  color: white;
  width: 160px;
}

.nous-contacter {
  background-color: #fcc71c;
  border-radius: 20px;
}

.btn-secondaire {
  margin: 0.25rem 0.75rem;
  color: white;
  font-weight: bold;
  border-radius: 1.5rem !important;
  border-color: #f87BC6;
  background-color: #f87BC6;
}


/** Quand ecran < md */
@media screen and (max-width: 768px) {
  .prenom-gauche, .prenom-droite {
    font-size: 2.3rem !important;
    text-align: center !important;
    margin-right: 0rem!important;
    margin-left: 0rem!important;
  }
}
