.titleRencontre h1 {
  text-align: center;
  margin: 20px 0px;
  opacity: 0.5;
  color: #82CBCE;
  font-family: haboro-contrast-normal, sans-serif;
  font-weight: 700;
  font-size: 32px;
  padding: 0% 10%;
}
.titleRencontre h2 {
  color: #15181a;
  font-size: 18px;
  font-family: paralucent, sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 20px 0px;
  opacity: 0.6;
  line-height: 30px;
  padding: 0% 20%;
}

.headerBase {
  display: flex;
  justify-content: space-between;
  padding: 10px 40px 0px 40px;
}
.headerBase h1 {
  color: #82CBCE;
  font-family: haboro-contrast-normal, sans-serif;
  font-weight: 700;
  font-size: 32px;
}
.headerBase section {
  display: flex;
  align-items: center;
}
.headerBase section div {
  display: flex;
  align-items: center;
}
.headerBase section h2 {
  font-weight: 400;
  margin: 0px 3px 0px 0px;
  font-size: 20px;
  color: #616B70;
  font-family: proxima-nova, sans-serif;
  opacity: 0.4;
}
.headerBase section figure {
  margin: 0px 0px 0px 5px;
  width: 30px;
  height: 30px;
}
.headerBase section figure img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}
.headerBase section i {
  font-size: 19px;
  transform: rotate(-46deg);
  margin: 5px 0px 0px 0px;
}

.feed-rencontre {
  min-height: 60vh;
  overflow-y: hidden;
}
.feed-rencontre .headerRencontre {
  display: flex;
  justify-content: space-around;
  margin: 35px 0px;
}
.feed-rencontre .headerRencontre input {
  background-color: #ffffff;
  border: 1px dotted black;
  border-radius: 7px;
  text-align: center;
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
  font-family: paralucent, sans-serif;
  font-weight: 300;
  padding: 7px 8px 5px 8px;
  letter-spacing: 1px;
  margin: 10px 0px 25px 0px;
}
.feed-rencontre .headerRencontre select {
  text-align: center;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: 2px;
  border: none;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  background-color: #353535;
  padding: 8px 0px 8px 10px;
  border-radius: 20px;
  color: white;
  text-transform: uppercase;
}
.feed-rencontre .rencontreShow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.feed-rencontre .rencontreShow figure {
  min-width: 30%;
  height: 105px;
  margin: 4px 4px;
  position: relative;
}
.feed-rencontre .rencontreShow figure .mainProfileBox {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.feed-rencontre .rencontreShow figure .mainProfileBox img {
  width: 100%;
  border-radius: 7px;
  height: 100%;
  object-fit: cover;
  border: 1px solid #82CBCE;
}
.feed-rencontre .rencontreShow figure .mainProfileBox section {
  position: absolute;
  width: 100%;
  height: 100%;
}
.feed-rencontre .rencontreShow figure .mainProfileBox section h1 {
  margin: 10px 0px 0px 10px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: white;
}
.feed-rencontre .rencontreShow figure .mainProfileBox section h2 {
  margin: 0px 0px 0px 10px;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  color: white;
}
.feed-rencontre .rencontreShow figure .mainProfileBox section p {
  font-family: haboro-contrast-normal, sans-serif;
  color: white;
  font-size: 14px;
  position: absolute;
  right: 15%;
  bottom: 15%;
  border: 1px solid white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feed-rencontre .rencontreShow figure .mainProfileBox section div {
  display: none;
  width: 100%;
  height: 30px;
  background: linear-gradient(74deg, rgba(249, 188, 255, 0.4654236695) 0%, rgba(140, 254, 255, 0.6082808123) 100%);
  position: absolute;
  bottom: 0%;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.feed-rencontre .rencontreShow figure .mainProfileBox section div ul {
  position: absolute;
  display: flex;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  align-items: center;
}
.feed-rencontre .rencontreShow figure .mainProfileBox section div ul li {
  list-style-type: none;
  background-color: #9ed1c0;
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 8px;
  text-transform: uppercase;
}

.notPreniumRencontre {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(249, 188, 255, 0) 0%, #82cbce 100%);
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 0%;
  top: 100px;
  display: none;
}
.notPreniumRencontre p {
  bottom: 30%;
  position: absolute;
  background-color: #dfa5d3;
  color: white;
  padding: 5px 25px;
  border-radius: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.notPreniumRencontre p:hover {
  animation: bounceAccount 2s cubic-bezier(0.28, 0.84, 0.42, 1) infinite;
}
@keyframes bounceAccount {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  20% {
    transform: scale(0.9, 1.1) translateY(-6px);
  }
  55% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  65% {
    transform: scale(1, 1) translateY(-3px);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
.notPreniumRencontre p a {
  font-weight: 900;
}

.headerProfilRencontre {
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
}
.headerProfilRencontre i {
  color: #9ed1c0;
  margin: 20px 0px;
  font-size: 20px;
  cursor: pointer;
}

.profilRencontreMain {
  min-height: 100vh;
}
.profilRencontreMain header {
  padding: 0px 25px;
}
.profilRencontreMain header figure {
  width: 100%;
  height: 370px;
}
.profilRencontreMain header figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.profilRencontreMain header figure div {
  display: flex;
  justify-content: space-between;
  padding: 0% 5%;
  width: 100%;
  transform: translate(0px, -50px);
}
.profilRencontreMain header figure div i {
  color: white;
  font-size: 20px;
  cursor: pointer;
}
.profilRencontreMain header section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0px 0px 0px;
}
.profilRencontreMain header section div h1 {
  font-size: 22px;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  color: #82CBCE;
  opacity: 0.8;
}
.profilRencontreMain header section div h2, .profilRencontreMain header section div h3, .profilRencontreMain header section div h4 {
  color: #15181a;
  font-size: 16px;
  font-family: paralucent, sans-serif;
  font-weight: 300;
  opacity: 0.6;
}
.profilRencontreMain header section p {
  font-family: haboro-contrast-normal, sans-serif;
  color: #aeaeae;
  font-size: 25px;
  border: 1px solid #aeaeae;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilRencontreMain .mediaProfileRencontre {
  margin: 20px 0px 0px 0px;
}
.profilRencontreMain .mediaProfileRencontre section {
  display: flex;
  justify-content: space-evenly;
}
.profilRencontreMain .mediaProfileRencontre section figure {
  width: 30%;
  height: 100px;
}
.profilRencontreMain .mediaProfileRencontre section figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.profilRencontreMain .mediaProfileRencontre div {
  margin: 20px 0px 0px 0px;
}
.profilRencontreMain .mediaProfileRencontre div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  align-items: center;
}
.profilRencontreMain .mediaProfileRencontre div ul li {
  list-style-type: none;
  background-color: #9ed1c0;
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  margin: 5px 0px;
}
.profilRencontreMain footer h1 {
  color: #15181a;
  font-size: 18px;
  font-family: paralucent, sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 20px 0px;
  opacity: 0.5;
}
.profilRencontreMain footer h1 span {
  font-size: 20px;
  color: #616B70;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}
.profilRencontreMain footer section {
  padding: 0px 5%;
}
.profilRencontreMain footer section article {
  width: 100%;
  height: 100%;
  background-color: #f7f9fd;
  padding: 20px 25px;
  margin: 15px 0px;
}
.profilRencontreMain footer section article h1 {
  color: #707070;
  font-family: haboro-contrast-normal, sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-align: start;
}
.profilRencontreMain footer section article div {
  margin: 10px 0px;
}
.profilRencontreMain footer section article h2 {
  color: #15181a;
  font-size: 18px;
  font-family: paralucent, sans-serif;
  font-weight: 300;
  text-align: start;
  opacity: 0.5;
}
.profilRencontreMain footer section article p {
  font-size: 16px;
  font-family: agenda, sans-serif;
  color: #82CBCE;
}

.trierRdesktop {
  display: none;
}

@media (min-width: 800px) {
  .feed-rencontre {
    display: flex;
    justify-content: space-evenly;
  }
  .feed-rencontre .headerRencontre {
    margin: 0px 0px;
  }
  .feed-rencontre .headerRencontre input {
    height: 30px;
  }
  .feed-rencontre .headerRencontre select {
    display: none;
  }
  .feed-rencontre .trierRdesktop {
    display: block;
  }
  .feed-rencontre .trierRdesktop select {
    margin: 10px 0px 25px 0px;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
    letter-spacing: 2px;
    border: none;
    font-family: proxima-nova, sans-serif;
    font-weight: 900;
    background-color: #353535;
    padding: 8px 0px 8px 10px;
    border-radius: 20px;
    color: white;
    text-transform: uppercase;
  }
  .feed-rencontre .rencontreShow {
    max-width: 80%;
    height: fit-content;
  }
  .feed-rencontre .rencontreShow figure {
    height: 185px;
    margin: 10px 4px;
  }
  .feed-rencontre .rencontreShow figure p {
    bottom: 20% !important;
    right: 5% !important;
  }
  .feed-rencontre .rencontreShow figure div {
    display: block !important;
  }

  .headerProfilRencontre {
    display: none;
  }

  .profileRencontreMobile {
    display: none;
  }

  .profileRencontreDesktop {
    height: 95vh;
    height: 80vh;
    display: flex;
    align-items: center;
  }
  .profileRencontreDesktop header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10%;
    height: 40px;
    position: absolute;
    top: 100px;
  }
  .profileRencontreDesktop header .goBackRencontre {
    font-size: 30px;
    opacity: 0.2;
    border: 1px solid black;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 20;
  }
  .profileRencontreDesktop header .goBackRencontre:hover {
    opacity: 0.5;
  }
  .profileRencontreDesktop header .addFriendsClick {
    font-size: 16px;
    opacity: 0.8;
    border: 1px solid #82CBCE;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 20;
    color: #82CBCE;
  }
  .profileRencontreDesktop header .addFriendsClick:hover {
    opacity: 1;
  }
  .profileRencontreDesktop .contentProfilR {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }
  .profileRencontreDesktop .contentProfilR figure {
    width: 40%;
    height: 340px;
    display: flex;
    align-items: end;
  }
  .profileRencontreDesktop .contentProfilR figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
  }
  .profileRencontreDesktop .contentProfilR figure div {
    position: absolute;
    margin: 0px 0px 20px 20px;
  }
  .profileRencontreDesktop .contentProfilR figure div h1 {
    font-size: 28px;
    font-family: proxima-nova, sans-serif;
    font-weight: 900;
    color: #82CBCE;
    opacity: 0.9;
  }
  .profileRencontreDesktop .contentProfilR figure div h2, .profileRencontreDesktop .contentProfilR figure div h3, .profileRencontreDesktop .contentProfilR figure div h4 {
    color: #fff;
    font-size: 22px;
    font-family: paralucent, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0.9;
  }
  .profileRencontreDesktop .contentProfilR .sCtnProR {
    width: 40%;
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  .profileRencontreDesktop .contentProfilR .sCtnProR h1 {
    color: #15181a;
    font-size: 18px;
    font-family: paralucent, sans-serif;
    font-weight: 300;
    text-align: center;
    opacity: 0.5;
  }
  .profileRencontreDesktop .contentProfilR .sCtnProR h1 span {
    font-family: haboro-contrast-normal, sans-serif;
    color: #aeaeae;
    font-size: 25px;
  }
  .profileRencontreDesktop .contentProfilR .sCtnProR article {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }
  .profileRencontreDesktop .contentProfilR .sCtnProR article figure {
    width: 30%;
    height: 100px;
  }
  .profileRencontreDesktop .contentProfilR .sCtnProR article figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
  }
  .profileRencontreDesktop .contentProfilR .sCtnProR h2 {
    text-align: center;
    cursor: pointer;
    font-size: 10px;
    letter-spacing: 2px;
    border: none;
    font-family: proxima-nova, sans-serif;
    font-weight: 900;
    background-color: #353535;
    padding: 8px 0px 8px 10px;
    border-radius: 20px;
    color: white;
    text-transform: uppercase;
    width: 90%;
    max-width: 290px;
  }
  .profileRencontreDesktop .contentProfilR .sCtnProR h2:hover {
    background-color: #82CBCE;
    color: #37383f;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    animation: shake 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  }
  @keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
  }
  .profileRencontreDesktop .contentProfilR .sCtnProR nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    align-items: center;
  }
  .profileRencontreDesktop .contentProfilR .sCtnProR nav ul li {
    list-style-type: none;
    background-color: #9ed1c0;
    color: white;
    padding: 3px 10px;
    border-radius: 20px;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    margin: 5px 0px;
  }
}
.popUpQuestions {
  position: absolute;
  background-color: #f7f9fd;
  width: inherit;
  height: inherit;
  display: none;
}
.popUpQuestions footer {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.popUpQuestions footer .closeQpopUp {
  right: 5%;
  top: -4%;
  cursor: pointer;
  margin: 0px 0px 0px 130px;
  color: #f25959;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  background-color: #1c1e1c00;
  width: 31px;
  height: 31px;
  border: 1px solid #ca5056;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  font-weight: 600;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.popUpQuestions footer .closeQpopUp:hover {
  box-shadow: rgba(110, 43, 105, 0.25) 0px 30px 60px -12px inset, rgba(128, 54, 54, 0.3) 0px 18px 36px -18px inset;
}
.popUpQuestions footer h1 {
  color: #15181a;
  font-size: 18px;
  font-family: paralucent, sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 20px 0px;
  opacity: 0.5;
}
.popUpQuestions footer h1 span {
  font-size: 20px !important;
  color: #616B70;
  font-family: proxima-nova, sans-serif !important;
  font-weight: 900;
}
.popUpQuestions footer article {
  width: 100%;
  height: 100%;
  background-color: #f7f9fd;
  padding: 20px 75px;
  margin: 15px 0px;
  flex-direction: column;
}
.popUpQuestions footer article h3 {
  color: #707070;
  font-family: haboro-contrast-normal, sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-align: start;
}
.popUpQuestions footer article div {
  margin: 10px 0px;
}
.popUpQuestions footer article h4 {
  color: #15181a;
  font-size: 18px;
  font-family: paralucent, sans-serif;
  font-weight: 300;
  text-align: start;
  opacity: 0.5;
}
.popUpQuestions footer article p {
  font-size: 16px;
  font-family: agenda, sans-serif;
  color: #82CBCE;
}

/*# sourceMappingURL=feed-rencontre.css.map */
