/* @font-face {
    font-family: "brandon";
    src: url('../font/brandon_grotesque_bold.eot');
}

@font-face {
    font-family: "brandon";
    src: url('../font/brandon_grotesque_bold.svg');
}

@font-face {
    font-family: "brandon";
    src: url('../font/brandon_grotesque_bold.ttf');
}

@font-face {
    font-family: "brandon";
    src: url('../font/brandon_grotesque_bold.bold');
}


html{
    margin: 0;
    padding: 0;
    height: 100%;
}

body{
    margin: 0;
    padding: 0;
    height: 100%;
    background: url('../images/intro-img.jpg') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;

}

.full-w{
    width: 100%;
}

.zone-intro{
    width: 100%;
    min-height: 100%;
   
}*/
/*
.zone-btn{
    width: 610px;
    height: 50px;
    position: absolute;
    left:50%;
    top: 50%;
    margin-top:150px;
    margin-left: -205px;

}

.bouton{
    width: 250px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border:1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

}

.btn-gauche{
    background: #1EB53A;
    font-size: 1.5em;
    margin-right: 10px;
}
.btn-gauche:hover{
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
     background: #CE1126;
}

.btn-droite{
    background: transparent;
    font-size: 1.5em;
}

.btn-droite:hover{
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
     background: #CE1126;
}
*/
.small-title{
    line-height: 1em;
    top:10px;
    padding: 5px; 
    color: #fff;
    width: 300px;
	height:200px;
    font-family: "brandon",sans-serif;
	position:absolute;
	z-index:1;
	border:1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	 left:42%;
	 background:#fff;
	 background-position: center;
}
 
.big-title h1{
    line-height: 1em;
    top:100px;
    padding: 20px; 
    color: #fff;
    font-size: 5em;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.7);
    font-family: "brandon",sans-serif;
	position:absolute;
	z-index:1;
	border:1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	 left:25%;
	 background:#CE1126;
	 background-position: center;
}
 

/**
*  intro 2
**/

/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.zone-txt{
    width: 810px;
    height: 10px;
    position: absolute;
    left:45%;
    top: 5px;
    margin-top:150px;
    margin-left: -205px;
	border:1px solid #fff;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;

}

.zone-btn{
    width: 610px;
    height: 50px;
    position: absolute;
    left:50%;
    top: 50%;
    margin-top:150px;
    margin-left: -205px;

}

.bouton{
    width: 250px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border:1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

}

.btn-gauche{
    background: #1EB53A;
    font-size: 1.5em;
    margin-right: 10px;
}
.btn-gauche:hover{
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
     background: #CE1126;
}

.btn-droite{
    background: #1EB53A;
    font-size: 1.5em;
}

.btn-droite:hover{
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
     background: #CE1126;
}

