body
{
    background: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #555555;
}
#header
{
    background: #119687;
    padding: 40px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
    padding-top: 20px;
}
#logo
{
    display: block;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 70px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    color: #FFFFFF;
    font-family: 'Lobster', cursive;
    line-height: 80px;
    
}
#accroche
{
    display: block;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
}
#presentation
{
    font-size: 18px;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    margin-top: 20px;
    line-height: 26px;
    text-align: justify;
}
#startbutton
{    
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    background: #16bf64;
    padding: 8px;
    border-radius: 6px;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
#startbutton:hover
{
    background: #0fdb6d;
}
#waitbutton
{
    display: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 30px;
    text-decoration: none;
    background: #16bf64;
    padding: 8px;
    border-radius: 8px;
    width: 250px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 100px;
}
#waitbutton:hover
{
    background: #0fdb6d;
}
#footer
{
    line-height: 25px;
    font-size: 11px;
    position: fixed;
    bottom: 0px;
    text-align: center;
    background: #119687;
    width: 100%;
    color: #FFFFFF;
}
#footer a
{
    color: #FFFFFF;
    text-decoration: none;
}
#features
{
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#features .feature
{
    display: inline-block;
    width: 30%;
    vertical-align: top;
        
}
#features .feature .content
{
    margin: 8px;
    padding: 4px;
    background: #e1efec;
    border-radius: 5px;
    min-height: 200px;
    line-height: 20px;
}
#features .feature .content img
{
    max-width: 80%;
    margin: 8px;
    
}
#features .feature .content a.playbtn
{
    position: relative;
    display: block;
}
#features .feature .content a.playbtn .fa-play-circle
{
    color: rgba(255,255,255,0.8);
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    text-shadow: 0px 0px 8px rgba(0,0,0,1);
}
#features .feature .content a.playbtn:hover .fa-play-circle
{
    color: rgba(255,255,255,1);
}
#features .feature .content ul
{
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}
#features .feature .content ul li
{
    display: inline-block;
    font-size: 25px;
    margin: 8px;
}
