@font-face{
    font-family: GeosansLight;
    src: url("../fonts/GeosansLight.ttf") format("truetype");
}

.form-style-7{
    max-width:500px;
    margin:50px auto;
    border-radius:2px;
    padding:20px;
}

.form-style-7 h1{
    display: block;
    text-align: center;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: #6E6E6E;
    font-size:x-large;
}

.form-style-7 ul{
    list-style:none;
    padding:0;
    margin:0;	
}

.form-style-7 li{
    display: block;
    padding: 9px;
    border:1px solid #DDDDDD;
    margin-bottom: 30px;
    border-radius: 3px;
}

.form-style-7 li:not(:last-child){
    background-color: #F3F3F3;
}

.form-style-7 li:last-child{
    border:none;
    margin-bottom: 0px;
    text-align: center;
}

.form-style-7 li > label{
    display: block;
    float: left;
    margin-top: -19px;
    height: 14px;
    padding: 2px 5px 2px 5px;
    color: #6E6E6E; /*#B9B9B9;*/
    font-size: 14px;
    overflow: hidden;
    background-color: #F3F3F3;
    border:1px solid #DDDDDD;
}

.form-style-7 input[type="text"],
.form-style-7 input[type="email"],
.form-style-7 textarea,
.form-style-7 select {
    font-family:GeosansLight;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    display: block;
    outline: none;
    border: none;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    padding: 0;
    background-color: #F3F3F3;
}

.form-style-7 input[type="text"],
.form-style-7 input[type="email"],
.form-style-7 textarea{
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;
}

.form-style-7 textarea{
    height: 80px;
}

.form-style-7 input[type="text"]:focus,
.form-style-7 input[type="email"]:focus,
.form-style-7 textarea:focus,
.form-style-7 select:focus {
}

.form-style-7 li > span{
    background: #F3F3F3;
    display: block;
    padding: 3px;
    margin: 0 -9px -9px -9px;
    text-align: center;
    color: #6E6E6E; /*#C0C0C0;*/
    font-size: 14px; /* texte descriptif sous le champ de saisie */
}

.form-style-7 textarea{
    resize:none;
    overflow: hidden;
}

.form-style-7 input[type="submit"],
.form-style-7 input[type="button"]{
    background: #d8d3d0;
    border: none;
    padding: 10px 20px 10px 20px;
    border-bottom: 3px solid #bfb9b5;
    border-radius: 3px;
    color: black;
}

.form-style-7 input[type="submit"]:hover,
.form-style-7 input[type="button"]:hover{
    background: #bfb9b5;
    color: black;
}

.form-style-7 select{
  font-family:GeosansLight;
  background-color: #F3F3F3;
}