.prestarif h1{
    padding: 20px 50px;
    font-size: 2.5em;
    margin-bottom: 30px;
    font-weight: bold;
}
.tab_tarif{
    background-color: white;
    color: black;
    padding: 100px;
}
table {
    color: black;
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    
  }
  
  td,
  th {
    padding: 15px;
    border: 1px solid black;
  }
  
  td {
    padding: 80px;
  }
  #gras_text{
    font-weight: bold;
  }
.frmContact {
    display: flex;
    flex-direction: column;
    padding: 20px 150px;
    margin: auto;
    gap: 15px;
    
}
.frmContact h2{
    text-align: center;
    padding: 20px 50px;
}
.frmContact p {
    text-align:left;
    margin-top: 30px;
    font-size: 1.2em;
}
.frmContact a{
  text-decoration: underline;
  color: yellow;
}
.frmContact a:hover{
    font-style: italic;
}
.divisionForm{
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}
.leftForm, .rightForm{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

form {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    gap: 20px;
}
form input {
    height: 50px;
    border-radius: 5px;
    border: none;
    width: 500px;
}
form textarea{
    height: 250px;
}
.rdvDate{
  display: inline-block;
}
.rdvDate input{
  width: 30%;
}

#condition {
    height: auto;
    width: auto;
    margin: 10px;
}
.job{
    display: none;
    visibility: hidden;
  }
main form .msg {
    font-size: .8em;
    color: rgb(88, 1, 1);
    margin-left: 20px;
}
main form input.invalid, main form textarea.invalid {
    border: 1px solid red;
}
main form input:valid, main form textarea:valid {
    border: 1px solid green;
}
@media screen and (max-width:1200px) {
   td,th{
    padding: 10px 10px;
   }
    .prestarif h1{
        font-size: 1.5em;
        text-align: center;
    }
    .frmContact{
        padding: 20px 20px;
    }
    .divisionForm{
        flex-direction: column;
    }
    .divisionForm input {
        width: 100%;
    }
    form {
        width: 90%;
    }
    .tab_tarif{
        padding: 20px;
    }
}
@media screen and (max-width:480px) {
    body{
      width: 500px;
    }
}