@charset "UTF-8";

/**
 * Feuille de style regroupant des classes pour les pages CMS créées avec GrapesJs
 */

.cms-link-block {
  display: inline-block;
}

.cms-title {
  padding: 10px;
}

.cms-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.cms-video {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cms-line-break {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.cms-figure {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.cms-figure__image {
  display: block;
  width: 100%;
}

.cms-figure__caption {
  padding: 10px;
  background-color: #fff;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
}

.cms-figure__caption:empty {
  display: none;
}

/*=======================================================*/

/*================= FORM LABELS INPUTS ==================*/

.form-group label:not(.custom-control-label).is-required:after {
  content: " *";
  opacity: 0.6;
}

/*=======================================================*/

/*======================== TABLES =======================*/

th.td-xs,
td.td-xs {
  width: 1px;
  white-space: nowrap;
}

/*=======================================================*/

/*=================== OBFUSCATED LINKS ==================*/

/*<editor-fold desc="show">*/

.js-obflink:hover {
  text-decoration: underline;
  cursor: pointer;
}

/*</editor-fold>*/

/*=================================================================*/

/*                              VENDOR                             */

/*=================================================================*/

/*=======================================================*/

/*======================= BOOTSTRAP =====================*/

.custom-file-label {
  text-align: left;
}

body {
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-0 {
  opacity: 0;
}

@media (min-width: 990px) {
  .nav-link {
    position: relative;
  }

  .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: 50% 50%;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.8);
    transition: transform 250ms;
  }

  .nav-link:hover::after {
    transform: translateX(-50%) scaleX(1);
  }
}

.custom-file-label {
  text-align: left;
}

.header-transparent {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  height: auto;
  padding: 0;
}

.container-header-bwa {
  margin-top: 10px;
}

.logo-halte-bwa {
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  max-height: 70px;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg%27%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.app-topbar {
  padding: 1rem 2rem;
  background-color: #5a0e6a;
  text-align: right;
}

.app-topbar__item,
.app-topbar__item:hover {
  color: #fff;
}

.app-topbar__item:not(:first-child):not(:last-child):after {
  content: "|";
  margin: 0 0.5rem;
}

.bwa-custom-navbar {
  background: #fff;
  font-size: 14px;
}

.bwa-navbar-brand {
  color: white !important;
  margin: 0 10px;
  text-decoration: none !important;
}

.bwa-custom-toggler {
  background-color: #00b6ad;
}

.bwa-navbar-li {
  margin: 0 10px;
  font-size: 1rem;
  font-weight: 500;
}

.bwa-navbar-li--item {
  text-transform: uppercase;
}

#titleWho {
  margin-left: 20%;
}

.bwa-navbar-link-color,
.bwa-navbar-link-color:hover {
  color: #000;
  text-decoration: none;
}

.bwa-navbar-link-color:hover {
  text-decoration: underline;
}

.nav-ul-bwa {
  margin-left: 6%;
}

.btn-nav-1-resp {
  font-weight: 700;
  font-size: 14px;
  padding: 15px;
  width: 165px;
  border: none;
  transition: all 0.3s ease-out;
}

.btn-nav-1 {
  font-weight: 700;
  font-size: 14px;
  padding: 15px;
  width: 100%;
  border: none;
  transition: all 0.3s ease-out;
}

.btn-nav-1:hover,
.btn-nav-1-resp:hover {
  transform: scale(1.04);
  transition: all 0.3s ease-out;
}

.btn-nav-2-resp {
  background-color: #283747;
  border: 4px solid #00b6ad;
  color: #00b6ad;
  font-weight: 700;
  font-size: 14px;
  padding: 11px;
  width: 165px;
  transition: all 0.3s ease-out;
}

.btn-nav-2 {
  background-color: #00b6ad;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease-out;
}

.btn-nav-2:hover,
.btn-nav-2-resp:hover {
  transform: scale(1.04);
  transition: all 0.3s ease-out;
}

.btn-sample {
  border-radius: 0 !important;
  color: #ffffff;
  background-color: #00b6ad;
  border-color: #00b6ad;
}

.btn-sample:hover,
.btn-sample:focus,
.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
  color: #ffffff;
  background-color: #00b6ad;
  border-color: #00b6ad;
}

.btn-sample:active,
.btn-sample.active,
.open .dropdown-toggle.btn-sample {
  background-image: none;
}

.btn-sample.disabled,
.btn-sample[disabled],
fieldset[disabled] .btn-sample,
.btn-sample.disabled:hover,
.btn-sample[disabled]:hover,
fieldset[disabled] .btn-sample:hover,
.btn-sample.disabled:focus,
.btn-sample[disabled]:focus,
fieldset[disabled] .btn-sample:focus,
.btn-sample.disabled:active,
.btn-sample[disabled]:active,
fieldset[disabled] .btn-sample:active,
.btn-sample.disabled.active,
.btn-sample[disabled].active,
fieldset[disabled] .btn-sample.active {
  background-color: #00b6ad;
  border-color: #00b6ad;
}

.btn-sample .badge {
  color: #00b6ad;
  background-color: #ffffff;
}

.btn-sample:focus,
.btn-sample.focus {
  box-shadow: 3px 3px 5px #ccc;
}

.btn-bg-shadow:focus,
.btn-sample.focus {
  box-shadow: none;
}

.card-text-bwa {
  font-size: 1.1em;
}

.shadowbutton {
  box-shadow: 3px 3px 5px #ccc;
  margin-bottom: 1%;
  transition: all 0.3s ease-out;
}

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

.noresult {
  font-family: "Segoe UI";
  font-size: 32px;
  font-weight: 500;
}

.card-body {
  padding: 0.5rem;
}

.job-search-carousel {
  background-color: #283747;
  padding: 2rem 0;
  color: #fff;
}

.job-search-carousel__side-title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 100;
  line-height: 1.5rem;
}

.job-search-carousel__item {
  padding: 1.5rem 3rem;
  border-top-left-radius: 40px;
}

.job-search-carousel__item--step-1 {
  background-color: #00b6ad;
  color: #fff;
}

.job-search-carousel__item--step-2 {
  background-color: #5a0e6a;
  color: #fff;
}

.job-search-carousel__item-title {
  opacity: 0.6;
  font-size: 2.8rem;
  text-transform: uppercase;
  font-weight: 600;
}

.job-search-carousel__btn {
  padding: 0.6rem 2rem;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: #db4f70;
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.job-search-carousel__btn:hover {
  background-color: #db4f70;
  color: #fff;
}

.choice-card {
  display: flex;
}

.choice-card__text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-grow: 1;
  color: #2d2d2d;
  background-color: #fff;
  padding: 1rem;
}

.choice-card.bwa-card-color-on .choice-card__text {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.choice-card__checkbox {
  display: flex;
  align-items: center;
  padding: 1rem;
}

.job-search-carousel__item--step-1 .choice-card__checkbox {
  background-color: #5a0e6a;
}

.job-search-carousel__item--step-1 .bwa-card-color-on .choice-card__checkbox {
  background-color: #00b6ad;
}

.job-search-carousel__item--step-2 .choice-card__checkbox {
  background-color: #00b6ad;
}

.job-search-carousel__item--step-2 .bwa-card-color-on .choice-card__checkbox {
  background-color: #5a0e6a;
}

.choice-card__checkbox:before {
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: 100;
}

.choice-card.bwa-card-color-on .choice-card__checkbox:before {
  content: "";
}

