#myTab{
  margin-top: 100px;
  margin-bottom: 30px;
  text-align: center;
  border: none;
}

#myTab .nav-item {
  border: 2px #73941f solid;
  margin: 5px;
  width: 200px;
}

#myTab > li > a.active{
  color: #73941f;
  font-weight: bold;
}

#myTab .nav-item a{
  color: #747474;
  font-size: 20px;
  transition: 0.3s;
}

#myTab .nav-item a:hover{
  color: #73941f;
}

.nav{
  padding-left: 0;
}

.tab-content p{
  text-align: justify;
  font-size: 18px;
  color: #747474;
}

.prix{
  float: right;
  color: #73941f;
  font-weight: bold;
}

@media only screen and (max-width:575px) {
  #myTab .nav-item a{
    font-size: 15px;
  }
  .tab-content p{
    font-size: 12px;
  }
}

@media only screen and (max-width:360px) {
  #myTab .nav-item a{
    font-size: 15px;
  }
  .tab-content p{
    font-size: 11px;
  }
}
