html
{
    background: url(/static/fr/images/splashBackground.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

footer
{
    font-family: 'Droid Sans', sans-serif;
    color: #444;
    text-align: center;
    margin-top: 5px;
}

#OuterWrapper
{
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    margin-top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    display: block;
    padding: 1em;
}

#InnerWrapper
{
    margin-right: auto;
    margin-left: auto;
    display: block;
}
input, select, textarea
{
    width: 100%;
}
input[type=checkbox] {
    width: 60px;
    text-align: right;
}

#Title
{
    margin-bottom: -10px;
    text-transform: uppercase;
    color: #2aabd2;
}

#Contact
{
    text-align: center;
}

#Conditions
{
    text-align: justify;

}

#Header
{
    text-align: justify;
    padding: 1em 2em;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    font-size: 90%;
    display: none;
}

h4
{
    text-transform: uppercase;
    margin: 3px;
    text-align: center;
}

a,h4
{
    text-decoration: none;
    color: #2aabd2;
}

.contact
{
    text-align: center;
}
.contact a
{
    margin-top: 5px;
    color: coral;
}


.iframe-responsive-wrapper        {
    position: relative;
}

.iframe-responsive-wrapper .iframe-ratio {
    display: block;
    width: 100%;
    height: auto;
}

.iframe-responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#Apropos
{
    text-align: justify;
    padding: 1em 1em;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    display: block;
}

.aboutSection
{
    padding: 1em;
    margin: 0.5em 0;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}

h5
{
    color: indianred;
    font-size: large;
    text-align: center;
    margin: 0;
}
h6
{
    color: indianred;
    font-size: medium;
    text-align: center;
    margin: 0;
}

.is-center
{
    text-align: center;
}

.listWrapper
{
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: left;
}

/* Accordion */

.accordion-toggle {cursor: pointer;}
.accordion-content {display: none;}
.accordion-content.default {display: block;}


ul {
    list-style-image: url("/static/fr/images/check.png");
}

li.badlist
{
    list-style-image: url("/static/fr/images/cross.png");
}
