body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

h3 {
  margin-top: 2rem;
}

.row {
  margin-bottom: 1rem;
}
.row .row {
  margin-top: 1rem;
  margin-bottom: 0;
}
[class*="col-"] {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(235, 231, 231, 0.466);
  border: 1px solid rgba(86, 61, 124, .2);
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.centered-text {
  text-align: center;
}

.button {
  border: 2px solid #ffffff;
}

.buttonGraph {
  background-color: #36A2EB;
  color: rgb(255, 255, 255);
  border: 2px solid #36A2EB;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.buttonGraph:hover {
  border: 2px solid #365996;
  background-color: #365996;
  color: white;
}

.buttonGraph:focus {
  outline: none; /* Supprime le contour par défaut du bouton lorsqu'il est activé */
}

.values{
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
#Calculation_Values{
  grid-column: 2;
}

@media screen and (max-width: 767px) {

  body{
    width: 95%;
  }
  #container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  div{
   
    box-sizing: border-box;
    overflow-wrap: break-word;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
  }
  .buttonGraph {
    background-color: #36A2EB;
    color: rgb(255, 255, 255);
    border: 2px solid #36A2EB;
    padding: 6px 3px;
    width: 150px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 4px 2px;
  }
  .ml-2{
    display: flex;
    flex-direction: row;
    margin: 0;
  }
  #maps{
    display: flex;
    flex-direction: row;
    border: 1px solid black;
  }
  #vessel_locationmap{
    text-align: center;
    display: inline-block;
    margin: 0;
  }
  .row{
    margin: 0;
    width: 100%;
  }
  

}
