﻿body {
  margin:0;
  padding:0;
  background: url("../../images/court.jpg") no-repeat center fixed;
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}


.heading
{
    text-align: center;
    background-color: #fff;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 75%;

}
.heading h2
{
    text-transform: uppercase;
    font-weight:bold;
    color: #000;
}

.container
{
    height: 75%;
}

#contact-form
{
    font-size: 20px;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
/*    height: 75%;*/
}
/*---  NEW  ------*/
.blue
{
    color: #0069d6;
}
.form-control
{
    height: 30px;
    font-size: 18px;
}
#contact-form input[type=submit]
{
    margin: 40px auto 0px;
    display: block;
}
.comments
{
    font-style: italic;
    font-size: 18px;
    color: #d82c2e;
    height: 25px
}
#contact-form .thank-you
{
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
}
.button1
{
    border: 1px solid #ddd;
    background: #ffa500;
    color: #fff;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
}
.button1:hover
{
    background: #333;
    border-color: #ffa500;
}

.button2
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

/*
.button2 a{
    color: #fff;
}
*/

.theannul
{
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    font-size: 30px;
    border-right: 1px solid #CCCCCC;
    text-align: center;
    line-height: 40px;
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #ffa500;
    transition: all 0.3s ease-in 0s;
}


/*
.button2:hover
{
    background: #333;
    border-color: #ffa500;
}
*/

