h1{
    font-size: 36px;
    color: rgb(212, 33, 54);
}

h2 {
    text-transform: uppercase;
    margin: 50px 0 23px 0;
    letter-spacing: 2px;
}

form{
    padding: 50px 20px 50px 20px;
    width: 80%;
    margin: auto;
    background-color: white;
    border-radius: 22px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.margin-top{
    margin-top: 53px !important;
}

#info div{
    margin-bottom:30px;
}

input[type=text],input[type=number],input[type=date]{
    margin-right: 40px;
    padding: 8px 15px;
    margin-left: 18px;
    border:0px;
    border-bottom:1px solid rgb(212, 33, 54);
    outline: none;
    font-family: 'Roboto','sans-serif';
}

#period .intervention, .week{
    display: flex;
    align-items: center;
    margin-top: 20px;
}

#period .week {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

#period .intervention span{
    margin-right: 150px;
}

.congée{
   flex-direction: column;
   margin-top: 50px;
   text-align: center;
}

.congée p{
    margin-bottom: 33px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.congée div{
    margin-top: 20px;
}

.congée div input[type=date]{
    margin-right: 88px;
}

table{
    background-color: white;
    margin: auto;
    border-collapse: collapse;
    border: none;
    margin-bottom: 50px;
}

table th, td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 8px;
    text-align: center;
}

table tbody tr td input[type=number]{
    margin:0;
}
div.buttonSubmit {
    display: flex; 
    display: flex;
    width: 41%;
}
div.buttonSubmit input[type=submit]{
    height: 40px;
    width: 170px;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    padding: 8px 10px;
    background-color: rgb(231,34,56);
    border:none;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    margin: auto;
    color: white;
    display: flex;
    justify-content: center;
}
div.buttonSubmit input[type=submit]:hover{
    background-color: rgb(175, 26, 44);
}