/* couleur de la partie copyright */
.copyright {
  background-color: rgba(0, 0, 0, 0.82);
}

/* couleur de la barre de navigation */
.color-opacity-navbar {
  background-color: rgba(0, 0, 0, 0.83);
}

.color-opacity-box {
  background-color: rgba(0, 0, 0, 0.8)!important;
}

/* couleur des bordures du menu en affichage mobile */
.bd-color-menu {
  border-color: darkred;
}

.bd-color-menu:focus {
  ouline: 5px darkred;
}

/* couleur du footer */
.footer {
  background-color: black;
  color: #fff;
}

/* taille des écritures */
.smaller-font-size {
  font-size: smaller;
}

.personal-row {
  display: flex;
  flex-wrap: wrap;
}

.goldColor {
  color: gold;
}

#SkillBox {
  font-size: 20px;
  width: 40%;
  height: auto;
  margin: 40px auto;
  background-color: rebeccapurple;
  //border: 1px solid #cdcdcd;
  padding: 10px;
  border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -moz-border-radius: 20px;
}

#SkillBox img {
  width: 20%;
  height: 10%;
  margin: auto 35%;
  padding: 10px;
}

.SkillBar {
  width: 90%;
  height: 50px;
  position: relative;
  background: rgba(17, 17, 17, .3);
  margin: 20px auto;
  -webkit-border-radius: 10px;
}

#Skill-HTMLCSS {
  width: 90%;
  animation: Animate-HTML 4s;
  -webkit-animation: Animate-HTML 4s;
  -moz-animation: Animate-HTML 4s;
  -o-animation: Animate-HTML 4s;
  height: 50px;
  position: absolute;
  background-color: #d73a06;
  -webkit-border-radius: 10px;
}

#Skill-ANGULAR {
  width: 50%;
  height: 50px;
  position: absolute;
  background-color: #55a69f;
  -webkit-border-radius: 10px;
}

#Skill-BOOTSTRAP {
  width: 90%;
  height: 50px;
  position: absolute;
  background-color: #2243c8;
  -webkit-border-radius: 10px;
}

#Skill-JS {
  width: 80%;
  height: 50px;
  position: absolute;
  background-color: #e700e5;
  -webkit-border-radius: 10px;
}

#Skill-jQuery {
  width: 65%;
  height: 50px;
  position: absolute;
  background-color: #ffb459;
  -webkit-border-radius: 10px;
}

#Skill-REACT {
  width: 80%;
  height: 50px;
  position: absolute;
  background-color: #349800;
  -webkit-border-radius: 10px;
}

#Skill-NODE {
  width: 70%;
  height: 50px;
  position: absolute;
  background-color: #d6de00;
  -webkit-border-radius: 10px;
}

#Skill-PHP {
  width: 80%;
  height: 50px;
  position: absolute;
  background-color: #09d6e3;
  -webkit-border-radius: 10px;
}

#Skill-symfony {
  width: 80%;
  height: 50px;
  position: absolute;
  background-color: #e39909;
  -webkit-border-radius: 10px;
}

.Skill-Area {
  z-index: 1;
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  text-shadow: none;
  color: #fff;
  font-size: 18px;
}

.PercentText {
  z-index: 3;
  position: relative;
  padding-right: 15px;
  margin-top: 15px;
  float: right;
  text-shadow: none;
  color: #fff;
  font-size: 18px;
}

@media (max-width: 992px) {

  .navbar {
    padding: 0.5rem 1rem;
  }

  #SkillBox {
    width: 90%;
  }

  .footer {
    padding-top: 2rem;
  }

  .imageHeight
  {
    height:225px;
    width:225px;
    object-fit: contain;
  }

}


@media (min-width: 768px) and (max-width: 992px) {

  .boxHeight
  {
    height:225px;
    width:310px;
  }

}


@media (min-width: 993px) {

  .imageHeight
  {
    height:280px;
    object-fit: contain;
  }

  .boxHeight {
    height: 290px;
  }

}
