@charset "UTF-8";
/**********************************************************************************************************************
Pour toutes les tailles d'écran
**********************************************************************************************************************/
a[href="#filtres"] {
  margin-left: -15px;
}

#filtres {
  background-color: #0C3C56;
}

.decouvrez_formation {
  background-color: #fff;
}

.coupdepoing {
  background-color: #fff;
  padding-top: 15px;
}

.cardBureautique {
  border-bottom: 5px solid #E8BD00;
}

.cardCyber {
  border-bottom: 5px solid #006FB9;
}

.cardDev {
  border-bottom: 5px solid #CB1417;
}

.cardDevops {
  border-bottom: 5px solid #76284F;
}

.cardIot {
  border-bottom: 5px solid #00A099;
}

.cardManagement {
  border-bottom: 5px solid #669A2F;
}

.cardReseaux {
  border-bottom: 5px solid #203C88;
}

.cardMakers {
  border-bottom: 5px solid #EB6250;
}

.cardIA {
  border-bottom: 5px solid #000;
}

.cardSys {
  border-bottom: 5px solid #009EE3;
}

.btnCP200 {
  font-size: 0.7rem;
}

.btnCP329 {
  font-size: 0.7rem;
}

.card-header {
  background-color: transparent;
}

.titre_formation > p {
  margin-bottom: 0;
}

.carouselFormations {
  height: 40vh;
}
.carouselFormations > .carousel-inner {
  overflow-y: auto;
}

.carousel-inner {
  height: 80%;
}

.carousel-control-next, .carousel-control-prev {
  display: none;
}

.card-deck .card {
  background-color: #7DBEC0;
}

.front, .back {
  height: auto;
}

h5 {
  margin-bottom: 0;
}

.carousel-indicators {
  position: inherit;
}

.carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
}

#makerHubFront {
  background: url("https://www.technobel.be/images/innovations_makerhub_small.gif") no-repeat center;
}

#playZoneFront {
  background: url("https://www.technobel.be/images/innovations_play-zone_small.gif") no-repeat center;
}

#seriousGamingFront {
  background: url("https://www.technobel.be/images/innovations_seriousgaming_small.jpg") no-repeat center;
}

.flip-container {
  width: 100%;
}

.card-text {
  text-overflow: ellipsis;
  overflow: hidden;
  hyphens: auto;
}

.fa-minus {
  display: none;
}

.card-body {
  min-height: 15vh;
}

.description > p:first-child {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  /*N'est pas reconnu mais à laisser dans le css pour que cela fonctionne*/
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.description > p:not(:first-child) {
  display: none;
}

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

.carousel-indicators li, .carousel-indicators .active {
  height: auto;
  text-indent: initial;
  text-align: center;
  width: auto;
  background-color: transparent;
}

li[data-slide-to]:hover {
  cursor: pointer;
}

.carousel-indicators li > span > .fa-circle {
  color: #fff;
}

.carousel-indicators li.active > span > .fa-circle {
  color: #F1951C;
}

.flecheDown {
  display: flex;
}

.flecheRight {
  display: none;
}

#filtre {
  width: auto;
}

.collapse.show#filtres {
  display: flex;
}

#df {
  display: inherit;
}

.fa-spinner {
  margin: 50px 0 50px 0;
}

.switch input {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.nomFormation {
  position: absolute;
  right: 8px;
  width: 80%;
}

/* Container */
.switch {
  height: 45px;
  margin-right: 10px;
  position: relative;
  width: 300px;
}

/* Background unchecked */
.switch label {
  border-radius: 5px;
  display: block;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
  width: 100%;
}

/* Slider unchecked */
.switch label span:nth-child(3) {
  background: rgba(155, 155, 155, 0.4);
  border-radius: 5px;
  display: block;
  height: 35px;
  left: 6px;
  position: absolute;
  top: 5px;
  transition: all 0.5s ease;
  width: 35px;
  z-index: 3;
}

/* Icon styles */
.switch .fontawesome-ok {
  font-size: 28px;
  left: 20px;
  position: relative;
  top: 13px;
  z-index: 2;
}

.switch .fontawesome-remove {
  font-size: 29px;
  left: 51px;
  position: relative;
  top: 12px;
  z-index: 2;
}

/* Checked States */
.switch input:not(:checked) ~ label {
  background: rgba(255, 255, 255, 0.4) !important;
}

.switch input:checked ~ label[for=bureautique], .switch input:not(:checked) ~ label[for=bureautique] span:nth-child(3) {
  background-color: #E8BD00;
}

.switch input:checked ~ label[for=SoftSkills], .switch input:not(:checked) ~ label[for=SoftSkills] span:nth-child(3) {
  background-color: #7659A1;
}

.switch input:checked ~ label[for=cyber], .switch input:not(:checked) ~ label[for=cyber] span:nth-child(3) {
  background-color: #006FB9;
}

.switch input:checked ~ label[for=dev], .switch input:not(:checked) ~ label[for=dev] span:nth-child(3) {
  background-color: #CB1417;
}

.switch input:checked ~ label[for=devops], .switch input:not(:checked) ~ label[for=devops] span:nth-child(3) {
  background-color: #76284F;
}

.switch input:checked ~ label[for=iot], .switch input:not(:checked) ~ label[for=iot] span:nth-child(3) {
  background-color: #00A099;
}

.switch input:checked ~ label[for=management], .switch input:not(:checked) ~ label[for=management] span:nth-child(3) {
  background-color: #669A2F;
}

.switch input:checked ~ label[for=reseaux], .switch input:not(:checked) ~ label[for=reseaux] span:nth-child(3) {
  background-color: #203C88;
}

.switch input:checked ~ label[for=makers], .switch input:not(:checked) ~ label[for=makers] span:nth-child(3) {
  background-color: #EB6250;
}

.switch input:checked ~ label[for=sys], .switch input:not(:checked) ~ label[for=sys] span:nth-child(3) {
  background-color: #009EE3;
}

.switch input:checked ~ label[for=filiere], .switch input:not(:checked) ~ label[for=filiere] span:nth-child(3) {
  background-color: #F1951C;
}

.switch input:checked ~ label[for=badge], .switch input:not(:checked) ~ label[for=badge] span:nth-child(3) {
  background-color: #FFFFFF;
}

.switch input:checked ~ label[for=cp200], .switch input:not(:checked) ~ label[for=cp200] span:nth-child(3), .switch input:checked ~ label[for=chequeF], .switch input:not(:checked) ~ label[for=chequeF] span:nth-child(3), .switch input:checked ~ label[for=stage], .switch input:not(:checked) ~ label[for=stage] span:nth-child(3), .switch input:checked ~ label[for=emploi], .switch input:not(:checked) ~ label[for=emploi] span:nth-child(3) {
  background-color: #DDDDDD;
}

.switch input:checked ~ label .nomFormation {
  right: auto;
  left: 10px;
  color: white;
}

.switch input:checked[value=modules] ~ label .nomFormation, .switch input:checked[class$=cp200] ~ label .nomFormation, .switch input:checked[class$=cheque] ~ label .nomFormation {
  color: #0C3C56;
}

.switch input:checked ~ label span:nth-child(3) {
  left: auto;
  right: 6px;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.block {
  height: 40vh;
}

#aucuneFormation {
  height: 20vh;
}

.boutons {
  height: 20%;
}

.ico_orientation {
  padding-left: 15px;
  padding-right: 15px;
}

.page-item.active .page-link {
  border-color: #F1951C;
  background-color: #F1951C;
  color: white;
}

.page-item, .page-link {
  color: #0C3C56;
}

.etapes {
  font-size: 2em;
}

.chapeau {
  font-size: 16px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/**********************************************************************************************************************
Pour tout les écrans de plus de 576px (mobile)
**********************************************************************************************************************/
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-direction: column;
  }
}
/**********************************************************************************************************************
Pour tout les écrans de plus de 768px (tablette)
**********************************************************************************************************************/
@media (min-width: 768px) {
  .etapes {
    font-size: 3em;
  }

  .carousel-indicators {
    margin-bottom: 1em;
  }

  .carousel-control-next, .carousel-control-prev {
    display: flex;
    width: 5%;
  }
}
/**********************************************************************************************************************
Pour tout les écrans de plus de 992px (ordinateur)
**********************************************************************************************************************/
@media (min-width: 992px) {
  .ico_academies {
    margin-top: 30%;
  }

  .card-deck > div, .card-deck > span {
    z-index: 1;
  }

  .ico_orientation {
    background: url("https://www.technobel.be/images/illu_orientation.png") no-repeat bottom;
    background-size: cover;
  }

  .chapeau {
    font-size: 16px;
  }
}
/**********************************************************************************************************************
Pour tout les écrans de plus de 1200px (grand écrans)
**********************************************************************************************************************/
@media (min-width: 1200px) {
  .flip-container:not(.enseignement) .flipper .card {
    border-radius: 1rem;
  }

  object {
    width: 50%;
  }

  #ico_apprentissage {
    height: 80vh;
  }

  #makerHubFront {
    background-image: url("https://www.technobel.be/images/innovations_makerhub.gif");
  }

  #playZoneFront {
    background-image: url("https://www.technobel.be/images/innovations_play-zone.gif");
  }

  #seriousGamingFront {
    background-image: url("https://www.technobel.be/images/innovations_seriousgaming.jpg");
  }

  .flip-container:not(.enseignement) {
    perspective: 1000px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transform: perspective(1000px) rotateY(0);
    -webkit-transform: perspective(1000px) rotateY(0);
  }

  .flip-container, .front, .back {
    width: 600px;
  }

  .flip-container:not(.enseignement), .flip-container:not(.enseignement) .front, .flip-container:not(.enseignement) .back {
    min-height: 550px;
  }

  .camleidico {
    min-height: 659px;
    opacity: 1;
  }
}
/**********************************************************************************************************************
Pour tout les écrans de plus de 1900px (grand écrans)
**********************************************************************************************************************/
@media (min-width: 1900px) {
  .flecheDown {
    display: none;
  }

  .flecheRight {
    display: flex;
  }

  .flip-container, .front, .back {
    width: 900px;
  }
}
/**********************************************************************************************************************
Pour tout les écrans de plus de 2000px (grand écrans)
**********************************************************************************************************************/

/*# sourceMappingURL=demandeur_emploi.css.map */
