#section-partenaires-text {
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  #section-partenaires-text {
    overflow: visible !important;
  }
}
#section-partenaires-text .section-title {
  margin-bottom: 10px;
}
#section-partenaires-text .section-title .title {
  font-size: 32px;
  color: #FF074D;
  text-align: center;
  line-height: 60px;
  font-weight: 800;
}
@media (max-width: 991px) {
  .home-communaute {
    overflow: visible !important;
  }
}
.home-communaute .txt .pre {
  margin-bottom: 25px;
}
.home-communaute .txt p,
.home-communaute .txt ul,
.home-communaute .txt li,
.home-communaute .txt p {
  font-size: 18px;
  color: #5F0085;
  line-height: 27px;
  font-weight: 400;
}
.home-communaute .txt ul {
  list-style: disc;
  margin-left: 15px;
}
.home-communaute .ctas {
  margin-top: 40px;
}
.home-communaute .ctas .btns-list {
  display: flex;
  justify-content: space-evenly;
  margin: auto;
}
@media (min-width: 992px) {
  .home-communaute .ctas .btns-list {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .home-communaute .ctas .btns-list {
    flex-direction: column;
  }
}
.home-communaute .ctas .btns-list .btn-element {
  position: relative;
}
@media (max-width: 991px) {
  .home-communaute .ctas .btns-list .btn-element {
    margin: 10px 0;
  }
}
.home-communaute .ctas .btns-list .btn-element .btns {
  user-select: none;
  position: relative;
  cursor: pointer;
  border: 2px solid #FF074D;
  border-radius: 24px;
  background-color: #fff;
  width: 270px;
  height: 48px;
  line-height: 44px;
}
@media (max-width: 991px) {
  .home-communaute .ctas .btns-list .btn-element .btns {
    margin: auto;
  }
}
.home-communaute .ctas .btns-list .btn-element .btns ul {
  display: flex;
  justify-content: center;
}
.home-communaute .ctas .btns-list .btn-element .btns ul li p {
  display: inline;
  font-size: 16px;
  color: #FF074D;
  text-align: center;
  line-height: 24px;
  font-weight: 800;
}
.home-communaute .ctas .btns-list .btn-element .btns ul .chevron {
  display: flex;
}
.home-communaute .ctas .btns-list .btn-element .btns ul .chevron i {
  display: inline;
  margin: auto 0 auto 20px;
  color: #FF074D;
  position: unset;
}
.home-communaute .ctas .btns-list .btn-element .selector {
  border: 2px solid #FF074D;
  border-radius: 24px;
  background-color: #fff;
  width: 270px;
  position: absolute;
  top: 0;
  transition: .2s;
  padding-top: 44px;
  height: 0px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-communaute .ctas .btns-list .btn-element .selector {
    left: 0px;
    right: 0px;
    margin: auto;
  }
}
.home-communaute .ctas .btns-list .btn-element .selector .scrollable {
  padding: 10px 15px;
  overflow-y: auto;
  max-height: 200px;
}
.home-communaute .ctas .btns-list .btn-element .selector .scrollable a {
  color: #5F0085;
  display: block;
  margin: 7px 0;
}
.home-communaute .ctas .search {
  font-size: 16px;
  color: #FF074D;
  line-height: 24px;
  font-weight: 800;
  text-decoration: underline;
  margin: 30px auto 0;
  display: block;
  width: fit-content;
}
