html,body{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Raleway', sans-serif;
}

h1{
    text-transform: uppercase;
    font-weight: 200;
    color: white;
    font-size: 3.8em;
    letter-spacing: 15px;
    text-align: center;
}

h3{
    text-transform: uppercase;
    font-weight: 300;
    color: #555;
    font-size: 1.3em;
    letter-spacing: 5px;
    text-align: center;
   padding-bottom: 30px;
}

#intro{
    min-height: 100%;
    height: 100%;
}

#newsletter {
}

.fond {
    top:0;
    left: 0;
    margin:0;
    padding:0;
    background: url(../images/landing-page-eltoutbio.jpg) no-repeat center center fixed; 
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
	overflow: hidden;
	z-index: -1;
}

.fond2 {
    top:0;
    left: 0;
    margin:0 auto;
    padding:0;
    background-size: cover;
    height: 100%;
    min-height: 100%;
}

.centreabso {
    margin: 0 auto;
    display: table;
    position: absolute;
    top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.centre {
    margin: 0 auto;
    display: table;
    top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.baseline {
    text-align: right;
    color: white;
    font-weight: 200;
    font-size: 1.2em;
    margin-right: 15px;
    letter-spacing: 2px;
}

.logo {
    top: 0;
    left: 0;
    position: absolute;
}

.eltoutbio {
    height: 100px;
    padding: 20px;
}

label {
    display: none;
}

.boxnews {
    text-align: center;
    border: 1px solid #ccc;
    padding: 30px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.form-control{
    padding: 20px;
    border-radius: 0px;
}

.btn-envoyer{
    padding: 10px;
    width: 95%;
    background-color:#34495e;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    font-size: 1.3em;
    border-radius: 0px;
    border: 1px solid #34495e;
    transition-duration: 0.5s;
}

.btn-envoyer:hover{
    background-color: #486582 ;
    color: white
}

.ligne {
    height: 1px;
    width: 100%;
    background-color: #ccc;
    display: inline-block;
    margin-bottom: 30px;
}

.interro {
    color: #ccc;
    font-weight: 600;
    font-size: 2em;
    text-align: center;
    transition-duration: 1s
}

.interro:hover, .interro:active {
    text-decoration: none;
    color: #34495e;
    transform: rotate(-360deg)
}
.modalperso {
    text-align: center;
    padding: 30px;
}

.boxcentre{
top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modal-content {
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.bas {
    bottom: 50px;
    position: absolute;
    text-align: center;
    margin-left: 50%;
    margin-right: 50%;
    
}
 
.fleche {
      animation: bounce 0.35s ease infinite alternate;
}

@keyframes bounce{
     from {transform: translateY(0);}
     to   {transform: translateY(-20px);}
}
    