.bwa-first-title {
  color: #00b6ad;
  font-weight: bold;
  font-size: 18px;
}

.bwa-second-title {
  color: #F9FAFC;
  font-weight: bold;
  font-size: 3em;
  white-space: pre-wrap;
}

.bwa-third-title {
  font-size: 24px;
}

.bwa-button-resarch {
  font-weight: bold;
  font-size: 21px;
  padding: 20px;
  width: 150px;
  box-shadow: 3px 3px 5px #ccc;
  transition: all 0.3s ease-out;
}

.bwa-button-resarch:hover {
  transform: scale(1.04);
  transition: all 0.3s ease-out;
}

.row-no-margin {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.bwa-home-left {
  background-image: url("/images/bg-final.jpg");
  background-position: center top;
  min-height: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 650px) {
  .bwa-home-left {
    background-attachment: fixed;
  }
}

.bwa-home-margin-top {
  margin-top: 50px;
}

.card-bwa {
  transition: all 0.2s linear 0s;
  cursor: pointer;
}

.scrollbar-bwa {
  margin-top: 1%;
  margin-left: 5%;
  margin-right: 5%;
  overflow: auto;
  max-height: 547px;
  overflow-x: hidden;
}

.bwa-affirmations {
  background-color: #F9FAFC;
}

/*.bwa-carousel-item {
    height:975px;
}*/

@media screen and (max-width: 992px) {
  .bwa-home-left {
    padding-bottom: 50px;
    background: #5A0E6A;
  }

  .scrollbar-bwa {
    max-height: 375px;
  }

  .bwa-carousel-item {
    height: 520px;
  }
}

#more-resources {
  margin-top: 1%;
  box-shadow: 3px 3px 5px black;
}

.card-text-bwa {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
             supported by Chrome, Edge, Opera and Firefox */
}

#accordion button {
  text-decoration: none;
  color: #0c0e12;
}

.news-title:hover {
  text-decoration: none;
}

.img-partner {
  max-width: 100px;
  height: auto;
  margin-top: 1%;
}

.img-partner-small {
  max-width: 285px;
  height: auto;
  margin-top: 1%;
}

.partenaire {
  padding: 25px 0 25px 0;
  background-color: #F9FAFC;
}

.ressource {
  padding: 25px 0 25px 0;
  background-image: url("/images/banner-home-halte-discriminations.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.offre-emploi {
  padding: 25px 0 25px 0;
  background-color: #F9FAFC;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #5A0E6A;
}

.text-resources {
  color: white;
}

.docu {
  padding: 25px 0 25px 0;
  background-color: #F1F1F1;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #5A0E6A;
}

#events {
  padding: 25px 0 25px 0;
  background-image: url("/images/job-dating-banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

#events-title {
  margin-bottom: 25px;
  color: white;
}

.defenseurdroits {
  max-width: 150px;
  height: auto;
}

.download-guide {
  font-size: 1.5em;
}

.row-bwa {
  margin: 15px 5% 15px 5%;
}

.red-icon-bwa {
  color: red;
}

#youtube_videos {
  padding: 25px 0 25px 0;
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.custom-scrollbar {
  overflow-y: scroll;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: grey;
  border-radius: 12px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #5A0E6A;
  border-radius: 12px;
}

.slide-choose {
  background-color: #00b6ad !important;
}

.read-continue,
.read-continue:hover {
  color: #00b6ad;
}

.news-date {
  color: #5A0E6A;
}

