/* Regular	"pt-sans-caption" 400 700 */
.mobile{display: none;}

body,p,h1,h2,h3,figure,a,img{
    margin: 0;
    text-decoration: none;
    border:none;
}
a{color: inherit;}
html{font-size: 100%;}
body{
    font-family: "pt-sans-caption", sans-serif;
    font-weight: 400;
    font-size: .9em;
    background:url(../../gfx/background.jpg) no-repeat center center #0f152d fixed;
    background-size: cover;
    color: #fff;
}
#wrapper{
    width: 980px;
    margin: 0 auto;
    min-height: 1000px;
}
header{
    margin-top: 30px;
}
header p{
    float: left;
    font-weight: 400;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.4;
    margin-top: -5px;
}
header p a:hover
{
    text-decoration: underline;
}
header #logo{
    float: right;
}
header h2{
    font-weight: 700;
    clear: both;
    text-align: center;
    font-size: 1.5em;
    margin: 50px 0 20px;
    width: 100%;
    float: left;
}
article p{
    line-height: 1.6em;
}
.intro{
    clear: both;
    text-align: center;
    margin-bottom: 30px;
}
.intro p{
    margin-bottom: 25px;
    text-align: justify;
}
#content {
    display: none;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#content p{
    margin-bottom: 10px;
}
#container{
    margin-bottom: 50px;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#homeSlider{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#homeSlider img{
    border:1px solid #fff;
}
.button{
    border:2px solid #fff;
    border-radius: 5px;
    padding: 10px 30px;
    font-weight: 700;
    display: inline-block;
    color:#fff;
}
.button .moins{display: none;}
.button.open .moins{display: inline;}
.button.open .plus{display: none;}
#homeSlider {
    margin-top: 40px;
}
#homeSlider figure {
    margin: 0 5px;
    float: left;
    text-align: center;
}
#homeSlider figure img {
    margin-bottom: 5px;
}



/* Slider ____________________________________________________*/
#homeSlider
{
    opacity:0;
    min-height: 246px;
}
#homeSlider figure {
    width: 17%;
    margin: 0 1.5%;
}
#homeSlider figure figcaption
{
    font-size: 10px;
}
#homeSlider figure img {
    width: 99.3%;
}
#homeSlider img.large{
    display:none;
}
#homeSlider img.mobile{
    display:block;
}

footer
{
    text-align: center;
    padding:15px 20px;
}

footer span
{
    white-space: nowrap;
}


@media only screen and (max-width:1100px){
    /* Structure ____________________________________________________*/
    #wrapper {
        width: 90%;
        margin: 0 5%;
    }
}

@media only screen and (max-width:500px){
    /* Structure ____________________________________________________*/
    #wrapper {
        width: 80%;
        margin: 0 10%;
    }
    /* Header ____________________________________________________*/
    header #logo img {
        width: 105px;
    }
    header p {
        font-size: 1em;
    }

    /* Content ___________________________________________________*/
    header h2 {font-size: 1.2em;}

    /* Slider ____________________________________________________*/
    #homeSlider figure {
        width: 100%;
        margin: 0 0 20px;
    }
    #homeSlider figure img {
        width: 99%;
    }
    .rsArrow {
        width: 10%;
    }
    .rsArrowLeft { left: -10%;}
    .rsArrowRight { right: -10%;}
}

@media only screen and (max-width:400px){
    /* Header ____________________________________________________*/
    header #logo, header p {
        width: 100%;
        text-align: center;
    }
    header #logo img {
        margin-bottom: 20px;
        width: auto;
    }

}