@charset "UTF-8";
/**********************************************************************************************************************
Pour toutes les tailles d'écran
**********************************************************************************************************************/
.input-page {
  max-width: 100px;
  text-align: center;
}

.carretDown {
  animation: carretDown 0.5s;
  animation-fill-mode: forwards;
}

.carretRight {
  animation: carretRight 0.5s;
  animation-fill-mode: forwards;
}

@keyframes carretDown {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes carretRight {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
#recherche_avancee {
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
}

.dropdown-menu.show {
  max-height: 2000px;
}

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

/*.row{
    margin-bottom: 15px;
}*/
.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;
}

.cardDeveloppement_durable {
  border-bottom: 5px solid #A79B6B;
}

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

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

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

.cardAnimation {
  border-bottom: 5px solid #6868AC;
}

.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: 10vh;
}*/
.infos_card {
  border: 2px solid;
  border-color: #0C3C56;
  border-radius: 5px;
}

.tags {
  color: #0C3C56;
}

.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 > ol {
  display: none;
}

.description > ul {
  display: none;
}

.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;
}

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

.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;
}

.rectangle_droite {
  margin-top: 50px;
}

.bouton_filtre {
  width: 100%;
  height: 50px;
}

/**********************************************************************************************************************
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;
  }
}
/**********************************************************************************************************************
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;
  }
}
/**********************************************************************************************************************
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=modules.css.map */
