@font-face {
  font-family: 'sansation';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/sansation_regular-webfont.woff') format('woff');
}
body{
    font-family: "sansation","Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 23px;
}


.clear{
    clear: both;
}
.relative{
    position: relative;
}
.btn-casal{
    background-image: linear-gradient(to bottom, #e7dd46 0px, #c8bd19 100%);
    background-repeat: repeat-x;
    border-color: #c8bd19;
    text-transform: uppercase;
    color : white;
}
.btn-casal:hover{
    color : white;
}
.BigTitle{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.smallTitle{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color : #D7CE4D;
    text-transform: uppercase;
    line-height:  20px;
    margin-bottom: 10px;
}
.smallTitle span{
    text-transform: lowercase;
}
#header .logo{
    display: block;
    text-align: center;
    padding-top: 25px;
}
#header .logo img{
    max-width: 100%;
}
#header .logo .text{
    text-decoration: none;
    color : #545908;
    font-size: 24px;
    text-transform: uppercase;
}
#header .logo:hover{
    text-decoration: none;
}
#diapo{
    position: relative;
    margin-top: 10px;
    border : solid 5px #d7ce4d;
}
#diapo img{
    width: 100%;
}
#diapo .diapo{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top : 0;
    z-index: 1;
    overflow: hidden;
}
#diapo .diapo img{
    position: absolute;
    left: 0;
    top : 0;
    z-index: 1;
}
#diapo .diapo .text{
    position: absolute;
    left: 10%;
    top : 10%;
    z-index: 2;
    text-transform: uppercase;
    background: rgba(255,255,255,0.7);
    color : #545908;
    font-size: 25px;
    padding: 5px;
    display : none;
}
#diapo .diapo .nav .number{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/diapo/olive.png") center center;
    margin: 0 5px;
    cursor: pointer;
}
#diapo .diapo .nav {
    width: 100%;
    z-index: 99;
    position: absolute;
    left: 0;
    bottom : 10px;
    text-align: center;
}
#menu{
    background: #d7ce4d;
}
#menu ul{
    margin: 0;
}
#menu ul li{
   list-style: none;
   display: block;
   float : left;
   width: 25%;
}
#menu ul li a{
    display: block;
    text-transform: uppercase;
    text-align: center;
    color : #1b1d01;
    font-size: 18px;
    padding: 10px 0;
    letter-spacing: 3px;
}
#content{
    margin: 50px auto;
}
#volet{
    border-right : 1px solid black;
}
.avis{
    border : 1px solid black;
    padding: 10px;
}
.avis .title{
    color: #c8bd18;
    font-weight: bold;
    font-size: 16px;
}
.avis .rank{
    color: #fae502;
    float: right;
}
.avis .name{
    font-weight: bold;
    float: left;
}
.avis p{
    line-height: 16px;
    margin-top: 10px;
}
#fotter{
    background: #d7ce4d;
    text-align: center;
    padding: 5px 0;
}
#fotter  a{
    color : #1b1d01;
    text-decoration: none;
}
.form-control{
    border: 1px solid black;
    height: 26px;
    margin-bottom: 5px;
    padding: 3px 12px;
}
.form-control:focus{
    border: 1px solid #545908;
    border-color : #D7CE4D;
}
.input-number .input-group-addon{
    border-color : black;
    padding: 5px 12px;
    cursor: pointer;
}
.input-number .form-control{
    border-right: none;
    text-align: center;
}
.input-number{
    width: 125px;
    margin: 0 auto;
}
.input-number.error *{
   border-color: #a94442; 
   color : #a94442;
}
label{
    padding: 3px 0 0;
}
#blockBtnMenu{
    padding: 5px 0;
}
#blockBtnMenu .btn{
    float : right;    margin-right: 10px;
}
#tableCommande td,#tableCommande th{
    text-align: center;
}
#total{
    text-align: right;
    text-transform: uppercase;
    color: #D7CE4D;
    font-size: 18px;
    font-weight: 700;
}
textarea.form-control{
    resize : vertical;
    height: 250px;
}
#note{
    color: #fae502;
}
#note .fa{
    display: block;
    float: left;
    cursor: pointer;
}
@media screen and (max-width:1200px) {	
}
/*sm*/
@media screen and (max-width:992px) {
    #menu ul li{
       width: 20%;
    }
    #menu ul li.last{
       width: 40%;
    }
}
/*xs*/
@media screen and (max-width:767px) {
    #header .logo .text{
        font-size: 14px;
    }
    #menu ul{
        display : none;
    }
    #menu ul li{
       float : none;
       width: 100%;
    }
    #menu ul li a{
        text-align: left;
        padding : 5px 0;
    }
    .input-number .input-group-addon{
        padding: 5px 5px;
    }
    .input-number{
        width : 100px;
    }
}
@media screen and (max-width:360px) {
    #header .logo .text{
        font-size: 12px;
    }
    .input-number .input-group-addon{
        padding: 5px 0px;
    }
    .input-number{
        width : 75px;
    }
}
