@charset "UTF-8";
/**********************************************************************************************************************
Pour toutes les tailles d'écran
**********************************************************************************************************************/
.makerHubFront {
  min-height: 80px;
}

a > strong:hover {
  color: #F1951C;
}

.col_logo {
  z-index: 2;
}

.illu_robot {
  width: 100vw;
  padding-right: 47px;
}

.imgCard {
  width: 15%;
  margin-bottom: 0.5em;
}

.img-thumbnail {
  background-color: transparent;
  border: none;
}

#contenu > div > div {
  display: none;
}

.titre {
  text-align: left;
}

.image_page {
  max-height: 35vw;
  text-align: right;
}

.logo_makerhub {
  width: 100%;
}

/**********************************************************************************************************************
Pour tout les écrans de plus de 576px (mobile)
**********************************************************************************************************************/
/**********************************************************************************************************************
Pour tout les écrans de plus de 768px (tablette)
**********************************************************************************************************************/
@media (min-width: 768px) {
  .imgCard {
    width: 10%;
  }
}
/**********************************************************************************************************************
Pour tout les écrans de plus de 992px (ordinateur)
**********************************************************************************************************************/
@media (min-width: 992px) {
  .illu_robot {
    float: right;
    max-width: 480px;
    width: 100%;
    padding: 0;
  }
}
/**********************************************************************************************************************
Pour tout les écrans de plus de 1200px (grand écrans)
**********************************************************************************************************************/
@media (min-width: 1200px) {
  .makerHubFront {
    height: 80px;
  }

  /*.card {
      flex-direction: row;
  }*/
  .imgCard {
    height: 100%;
    width: auto;
    margin-bottom: 0;
  }
}
/**********************************************************************************************************************
Pour tout les écrans de plus de 1900px (grand écrans)
**********************************************************************************************************************/
/**********************************************************************************************************************
Pour tout les écrans de plus de 2000px (grand écrans)
**********************************************************************************************************************/

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