form {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

p {
    margin-top: 20px;
}

legend {
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: left;
}

label {
    display: inline-block;
    text-align: left;
    width: 150px;
    vertical-align: top;
    margin: 2px;
    font-size: 14px;
}


em {
    font-weight: bold;
    font-style: normal;
    color: #f00;
}

.selectdefaut {
    color: rgb(49, 37, 37);
}

input:focus {
    background: #eaeaea;
}

input,
textarea,
select,
option {
    width: 300px;
    margin: 3px 0px;
}

input[type=checkbox] {
    display: inline-block;
    width: 30px;;
}
.forfait {
    display: flex;
    flex-wrap: wrap;
}

input[type=submit] {
    background-color: rgb(10, 192, 49);
    border-radius: 5px;
    width: 150px;
    padding: 10px;
    color: white;
    text-align: center;
}

input[type=submit]:hover {
    background-color: rgb(0, 24, 5);
    font-size: 16px;
    color: burlywood;
}

input[type=button] {
    background-color: rgb(155, 5, 5);
    border-radius: 5px;
    width: 150px;
    margin-left: 25px;
    padding: 10px;
    color: white;
    text-align: center;
}

input[type=button]:hover {
    background-color: rgb(88, 1, 1);
    font-size: 16px;
    color: burlywood;
}

.buttonMail { /* envoi mail sur formulaire burse */
    background-color: rgb(128, 136, 130);
    border-radius: 2px;
    height: 30px;
    padding: 3px;
    color: rgb(247, 63, 63);
    text-align: center;
}

#msg_erreur {
    color: red;
    font-style: italic;
}

.price {
    margin-top: -12px;
    font-size: 12px;
    font-style: italic;
}

.sousTitre {
    text-align: left;
    margin-left: 35px;
    padding: 7px 0;
    color: rgb(5, 34, 5);
}

/* Pour tablette pointage inscrits */

.tabPointage {
    font-size: 18px;
    font-weight: bold;
}

.tabPointage2 {
    font-size: 16px;
    font-weight: bold;
}

.pointageButton {
    width: 200px;
    height: 60px;
    background-color: greenyellow;
    font-weight: bold;
    font-size: large;
    padding-top: 10px;
}

.pointageButton2 {
    width: 200px;
    height: 40px;
    background-color: rgb(3, 33, 68);
    color: white;
    font-weight: bold;
    font-size: large;
    padding-top: 5px;
    border-radius: 20px;
}

.pointageValid {
    width: 500px;
    height: 60px;
    background-color: rgb(16, 62, 31);
    font-weight: bold;
    font-size: large;
    padding-top: 10px;
}

.pointageRetour
 {
    margin-left: 60px;
    width: 200px;
    height: 40px;
    background-color: rgb(175, 3, 9);
    padding-top: 10px;
}

.pointagefooter {
  display: flex;
  margin-top: 30px;
  height: 35px;
  margin-left: 30px;
  margin-right: 30px;
  justify-content: center;
  padding-top: 10px;
  background-color: #c2e7e1;
  color: white;
  font-size: 20px;
  border-radius: 15px;
}

.increment {
    padding: 10px;
    text-align: center;
}
.incrementNb {
    margin-bottom: 15px;;
    padding: 10px;
    text-align: center;
    color: rgb(99, 27, 27);
    font-size: 17px;
    font-weight: bold;
    width: 50px;
    
}
/* fin pointage inscrits */



@media screen and (max-width: 768px) {
    form {
        
    justify-content: space-between;
    }

    input[type=button] {
        width: 90px;
    }

    input[type=submit] {
        width: 90px;
    }

    .price {
        margin-top: -3px;
    }

    .label {
        align-content: last baseline;
    }

}