@font-face {
    font-family: 'KacstTitle';
    src: url('fonts/KacstTitle.eot');
    src: url('fonts/KacstTitle.eot?#iefix') format('embedded-opentype'), url('fonts/KacstTitle.woff') format('woff'), url('fonts/KacstTitle.ttf') format('truetype');
}

h20 {
    text-align: center;
    font-size: 20px;
    width: 100%;
    display: block;
}

form {
    font-family: "KacstTitle";
    background-color: transparent;
    transition: all 100ms linear;
    transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
    margin: 0px auto 0;
    padding: 20px;
    width: 500px;
}

label {
    cursor: pointer;
    display: block-inline;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 5px;
    width: 150px;
}

input[type=submit],
a.submit {
    background: #009833;
    border: 2px solid #FBBA00;
    border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    color: #000;
    cursor: pointer;
    font-family: "KacstTitle";
    font-size: 16px;
    font-weight: bold;
    margin-right: 150px;
    text-decoration: none;
    text-transform: uppercase;
    width: 150px;
}

input[type=submit]:hover,
a.submit:hover {
    background: #FBBA00;
    border-color: #009833;
    text-decoration: none;
}

input[type=submit]:active,
input[type=submit]:focus,
a.submit:active,
a.submit:focus {
    background: #ccc;
    border-color: #093c75;
    outline: none;
}

select {
    font-family: "KacstTitle";
    font-size: 16px;
    display: block;
    line-height: 28px;
    margin-bottom: 5px;
    width: 150px;
    cursor: pointer;
    box-shadow: 0 0 3px #aaa;
    margin-right: 90px;
    margin-top: -30px;
    padding: 0;
}

input[type=text],
input[type=number],
input[type=date] {
    font-family: "KacstTitle";
    font-size: 16px;
    text-align: center;
    /* outline:none; */
    border: 1px solid #999;
    display: block;
    /* line-height:28px; */
    margin-bottom: 5px;
    width: 150px;
    cursor: pointer;
    box-shadow: 0 0 3px #aaa;
    box-shadow: 0 0 3px #aaa;
    margin-right: 90px;
    margin-top: -30px;
    direction: rtl;
}

select:active,
select:focus {
    border: 1px solid #093c75;
    box-shadow: 0 0 3px #0459b7;
    box-shadow: 0 0 3px #0459b7;
    outline: none;
}

#dateDebut {
    float: right;
    display: block-inline;
    width: 50%;
}

#dateFin {
    float: left;
    display: block-inline;
    width: 50%;
}

#choix {
    border: 1px solid gray;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 10px;
    padding-right: 30px;
    background-color: lightpink;
}

input[type=radio] {
    cursor: pointer;
}

@media only screen and (max-device-width: 800px) {
    form {
        zoom: 200%;
    }
}