/*######################################*/
/*RESET ################################*/
/*######################################*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
hr,
th,
td {
    margin: 0;
    padding: 0;
}
/*######################################*/
/*TYPOGRAPHY ###########################*/
/*######################################*/

html {
    -webkit-font-smoothing: antialiased;
    height: 100%;
    font-size: 100%;
}
body {
    margin:0;
    padding:0;
    background: url(../img/fond.jpg) no-repeat center fixed; 
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardise */
    height: 100%;
}
p {
    font-size: 1rem;
    line-height: 1.625em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

a {
    font-size: 1em;
    line-height: 1.625rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3 {
    font-family: 'Lane', sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 3rem;
    line-height: 3.5rem;
}

h2 {
    font-size: 2.5rem;
    line-height: 3.6rem;
    margin-bottom: 1.7rem;
}

h3 {
    font-size: 1.5em;
    line-height: 2.25rem;
}

h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5rem;
    line-height: 1.625rem;
    font-weight: 600;
    color: #666;
}

h5 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.8125rem;
    line-height: 1rem;
    font-weight: 300;
    color: black;
    text-transform: uppercase;
}

h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    line-height: 2.5rem;
    font-weight: 600;
}

ul {
    list-style: none
}

li {
    margin-top: 1.625em;
}

li a {
    display: inline;
}

hr {
    margin-top: 6rem;
    margin-bottom: 6rem;
}
/*######################################*/
/*boxes ############################*/
/*######################################*/
.boxes{
    background-color: rgba(255, 255, 255, 0.2);
    margin-top:5px;
}

.imglogo{
    width: 250px;
}

/*######################################*/
/*Arrow ############################*/
/*######################################*/
#arrow img{
    margin-top: 40px;
    border-radius: 40%;
    border: 2px solid white;
    opacity: 0.4;
    padding: 7px;
    width: 50px;
}
#arrow a:hover img{
    opacity: 1;
}

/*######################################*/
/*BUTTONS ############################*/
/*######################################*/

.cta1 {
    background-color: #999;
    display: inline-block;
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    font-style: normal;
    padding-top: 1rem;
    padding-bottom: 1.1rem;
    width: 9.375rem;
    line-height: 1rem;
    text-decoration: none;
    text-align: center;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-top: 1.4rem;
    letter-spacing: -0.03rem;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left-radius: 7px;
}

.cta1:visited,
.cta1:active {
    color: white;
    text-decoration: none;
}

.cta1:focus {
    outline: none;
    text-decoration: none;
    color: white;
}

.cta1:hover {
    color: white;
    -webkit-animation: pulse .5s;
    animation: pulse .5s;
    opacity: 0.9;
}

/*######################################*/
/*PRELOADER ############################*/
/*######################################*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/fond.jpg) no-repeat center fixed;
    z-index: 9999;
    /* makes sure it stays on top */
}

#status {
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    
    top: 50%;
    /* centers the loading animation vertically one the screen */
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}
/* Loading animation: */

.spinner {
    margin: auto;
}

.spinner img{
    width: 250px;
}



/*#######################################*/
/* Template styles */
/*######################################*/
/*HOME #################################*/
/*######################################*/

#home {
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#home_image {
    margin-top: 3.6rem;
    margin-left: auto;
    margin-right: auto;
    
    /* tweak mobile */
    max-height: 30rem;
}

/* responsive */
@media screen and (max-width: 540px) {
    #home_image {
        margin-top: 6.2rem;
        max-height: 38rem;
    }
    #home {
        height: 64rem;
    }
}

#homescreen {
    text-align: center;
}

#home_content {
    text-align: center;
}

#logo {
    margin-top: 8.875rem;
    margin-bottom: 0.4rem;
    opacity: 1;
}

#logo_header {
    margin-bottom: 4.3rem
}

#logo,
#logo_header,
#slogan,
#home_image {
    opacity: 0;
}

/*######################################*/
/*features_1 #################*/
/*######################################*/

#features_1 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    color: white;
    position: relative;
    display: block;
    z-index: 20;
    text-align: left;
    color: white;
}

#features_1_content {
    padding-top: 1rem;
}

.feature {
    margin-top: 3.25rem;
}

#features_1_content,
#features1a_image {
    opacity: 0;
}

#features1a_image {
    text-align: center;
}

/*######################################*/
/*features_2 ####################*/
/*######################################*/

#features_2 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    color: white;
    position: relative;
    display: block;
    z-index: 20;
    text-align: left;
}

#features_2_content,
#features2a_image{
    opacity: 0;
}
/*######################################*/
/*FEATURES 3 ###########################*/
/*######################################*/

#features_3 {
    padding-top: 4.5rem;
    padding-bottom: 3.25rem;
    position: relative;
    display: block;
    z-index: 20;
    text-align: left;
    overflow: hidden;
    color: white;
}

#features3a_image {
    text-align: center;
    opacity: 0;
}

#features_3_content {
    opacity: 0;
}

/*######################################*/
/*Footer ###########################*/
/*######################################*/

#footer p {
    color: #999;
}

#footer {
    padding-bottom: 6.5rem;
    position: relative;
    display: block;
    z-index: 100;
    text-align: center;
}

#footer p {
    color: white;
}

#footer p {
    color: white;
}

#footer h2,
#footer p {
    color: white;
}

/*######################################*/
/*Contact ###########################*/
/*######################################*/
#share {
    margin-top: 5.25rem;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.2);
    padding-top: 3.25rem;
    line-height: 60px;
}

.subscribe-text {
      margin-bottom: 20px;
      height: 12.25rem;
      font-family: 'Source Sans Pro', sans-serif;
      width: 100%;
      padding-top: 0.5em;
      padding-left: 1.2em;
      font-size: 1rem;
      font-weight: 300;
      border-radius: 10px;
      -moz-border-radius: 10px;-webkit-border-radius: 10px;
      border: none;
}

.subscribe-form {
    margin-left: auto;
    margin-right: auto;
    width: 33rem;
    position: relative;
    z-index: 10;
}

.subscribe-input {
    float: left;
    padding-left: 1.2rem;
    padding-top: 0.1rem;
    width: 25.8rem;
    height: 3.25rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #444;
    background: white;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
}

.subscribe-input:focus {
    outline: 0;
}

.subscribe-submit {
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    height: 3.25rem;
    width: 8rem;
    line-height: 1rem;
    text-decoration: none;
    text-align: center;
    display: block;
    position: absolute;
    right: 0px;
    border: none;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    color: white;
    outline: 0;
}

.subscribe-submit:active {
    outline: 0;
}

.subscribe-submit:hover {
    background: #999;
}

#logo {
    opacity: 0;
}

p.smalltext {
    font-size: 1em;
}

.smalltext {
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.6rem;
}