@font-face {
    font-family: 'edwardian';
    src: url('/css/font/ITCEDSCR.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


html, body {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #ffffff;
  font-family: SVerdana  !important;
  color:black;
  height: 100%;
  width: 100%;
  display: block;
  background-color: white;
}


.haut {
    display: block;
    width: 100%;
    height: 600px;
    padding: 0;
    margin:0;
    background: url("/images/fond.jpg") #fff no-repeat center center;  
    background-size: contain;
    -webkit-background-size: contain;
}


.intro {
    display: block;
    width: 800px;
    height: auto;
    padding: 0;
    margin:0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.titre {
    width:800px;
    font-size: 90px;
    text-align: center;
    font-family: 'edwardian', Verdana  !important;
    color:black;
}

.date {
    width:800px;
    font-size: 70px;
    text-align: center;
    font-family: 'edwardian', Verdana  !important;
    color:black;
}

.lieux {
    width:800px;
    font-size: 70px;
    text-align: center;
    font-family: 'edwardian', Verdana  !important;
    color:black;
}

.lieux-2 {
    width:800px;
    font-size: 60px;
    text-align: center;
    font-family: 'edwardian', Verdana  !important;
    color:black;
}

.reponse {
    width:800px;
    font-size: 90px;
    text-align: center;
    font-family: 'edwardian', Verdana  !important;
    color:black;
}



.form_reponse {
    display: block;
    margin-bottom: 50px;
    margin-top: 10px;        
    width: 800px;
    height: 500px;
    text-align: left !important;
}



.input-nombre {
    width: 50px;
    max-width: 50px;
    height: 30px;
    display: block;
    border: solid 1px #cdcdcd;
    font-size: 16px;
    padding: 5px;
    float: left;
}

.texte_number {
    display: block;
    margin-left:10px;
    padding-top: 5px;
    float:left;
    height: 30px;
    font-size: 20px !important;;
    font-family: Verdana  !important;
    color:black;
}

.input {
    width: 640px;
    max-width: 640px;
    height: 30px;
    display: block;
    border: solid 1px #cdcdcd;
    font-size: 16px;
    padding: 5px;
}

.checkbox {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    margin-bottom: 20px;
    margin-top: 20px;
}

.texte_checkbox {
    margin-left:10px;
    font-size: 20px !important;;
    font-family: Verdana  !important;
    color:black;
}

#nbpersonne {
    
    display: block;
    
}

.cb {
    clear: both;
    float: none;
}


.fin {
    width:800px;
    font-size: 50px;
    text-align: center;
    font-family: 'edwardian', Verdana  !important;
    color:black;
}


.submit {
    display: block;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important; 
    float: none;    
}

.bt_action {
    height: 38px;
    background-color: #80da8b;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    text-align: left;
    color: #272f44;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important; 
}

.width80 {
 width:80px;
}