.titre-nouvelle-recherche {
  background-color: #F6F7FB;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("/images/sponsor_forum_img.jpg");
}

.row {
  margin-left: 0;
  margin-right: 0;
}

#nbResult {
  padding-left: 2%;
  padding-top: 1%;
  padding-bottom: 1%;
  color: #00b6ad;
  font-size: 24px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #5A0E6A;
}

#moreOffers {
  margin-bottom: 2%;
  transition: all 0.3s ease-out;
}

#moreOffers:hover {
  transform: scale(1.04);
  transition: all 0.3s ease-out;
}

.lieu {
  padding-top: -3%;
}

.featurette-heading {
  padding-top: 2%;
}

@media (max-width: 768px) {
  #recipeCarousel .carousel-inner .carousel-item > div {
    display: none;
  }

  #recipeCarousel .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

#recipeCarousel .carousel-inner .carousel-item.active,
#recipeCarousel .carousel-inner .carousel-item-next,
#recipeCarousel .carousel-inner .carousel-item-prev {
  display: flex;
}

/* display 3 */

@media (min-width: 768px) {
  #recipeCarousel .carousel-inner .carousel-item-right.active,
  #recipeCarousel .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }

  #recipeCarousel .carousel-inner .carousel-item-left.active,
  #recipeCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}

@media (max-width: 767px) {
  #recipeCarousel .carousel-inner .carousel-item-right.active,
  #recipeCarousel .carousel-inner .carousel-item-next {
    transform: translateX(100%);
  }

  #recipeCarousel .carousel-inner .carousel-item-left.active,
  #recipeCarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-100%);
  }
}

#recipeCarousel .carousel-inner .carousel-item-right,
#recipeCarousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.bwa-card-color-on {
  background-color: #00b6ad !important;
  color: white;
}

#validResearchButton:hover {
  transform: scale(1.04);
  transition: all 0.3s ease-out;
}

#validResearchButton {
  transition: all 0.3s ease-out;
}

.form-filter {
  width: 300px;
  margin: auto;
}

.form-center {
  margin-bottom: 1%;
}

.divFilterButton {
  margin-bottom: -2%;
  padding-bottom: 2%;
}

.div-filter {
  margin-top: 1%;
}

.bwa-button-resarch {
  box-shadow: 3px 3px 5px black;
}

.card-affirmation {
  box-shadow: 3px 3px 5px black;
}

#title-affirmation {
  color: white;
}

#body {
  background-color: #F1F1F1;
}

.noresult {
  margin-bottom: 2%;
  color: #572761;
}

.carousel-control-prev {
  left: -8%;
  border-bottom: 0;
  font-size: 40px;
  color: #444;
}

.carousel-control-next {
  right: -8%;
  border-bottom: 0;
  font-size: 40px;
  color: #444;
}

#ytbprev {
  left: -3%;
  border-bottom: 0;
  font-size: 40px;
  color: #444;
  width: 3%;
}

#ytbnext {
  right: -3%;
  border-bottom: 0;
  font-size: 40px;
  color: #444;
  width: 3%;
}

#job_offers {
  padding-top: 2%;
}

.hover-affirmations:hover {
  color: #00b6ad;
}

.hover-affirmations::before {
  color: #00b6ad;
}

.carousel-indicators li {
  margin-bottom: -30px;
}

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

@media (max-width: 768px) {
  #ytbcarousel .carousel-inner .carousel-item > div {
    display: none;
  }

  #ytbcarousel .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

#ytbcarousel .carousel-inner .carousel-item.active,
#ytbcarousel .carousel-inner .carousel-item-next,
#ytbcarousel .carousel-inner .carousel-item-prev {
  display: flex;
}

/* display 3 */

@media (min-width: 768px) {
  #ytbcarousel .carousel-inner .carousel-item-right.active,
  #ytbcarousel .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }

  #ytbcarousel .carousel-inner .carousel-item-left.active,
  #ytbcarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}

@media (max-width: 767px) {
  #ytbcarousel .carousel-inner .carousel-item-right.active,
  #ytbcarousel .carousel-inner .carousel-item-next {
    transform: translateX(100%);
  }

  #ytbcarousel .carousel-inner .carousel-item-left.active,
  #ytbcarousel .carousel-inner .carousel-item-prev {
    transform: translateX(-100%);
  }
}

#ytbcarousel .carousel-inner .carousel-item-right,
#ytbcarousel .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

#job_offers {
  padding-top: 2%;
}

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

.youtube img {
  width: 100%;
  top: 0;
  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;
}

.thumb {
  overflow: hidden;
}

.thumb img {
  margin: -9.5% 0;
  width: 100%;
}

div.jGrowl.displayArea {
  position: absolute;
  right: 0%;
  top: 12%;
}

/**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */

.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #00b6ad;
  color: #00b6ad;
  -webkit-animation: dotFlashing 1s infinite linear alternate;
          animation: dotFlashing 1s infinite linear alternate;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.fa-3x {
  margin-top: 1%;
}

.dot-flashing::before,
.dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.card:hover h3 {
  color: #00b6ad;
}

.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #e5c49e;
  color: #e5c49e;
  -webkit-animation: dotFlashing 1s infinite alternate;
          animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #00b6ad;
  color: #00b6ad;
  -webkit-animation: dotFlashing 1s infinite alternate;
          animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes dotFlashing {
  0% {
    background-color: #00b6ad;
  }

  50%, 100% {
    background-color: #e5c49e;
  }
}

@keyframes dotFlashing {
  0% {
    background-color: #00b6ad;
  }

  50%, 100% {
    background-color: #e5c49e;
  }
}

