*{
margin:0;
padding:0;
font-family:arial,sans-serif;
}

*:active,
*:focus{
outline:none;
}

.clearBoth{
    clear:both;
    height:0px;
    line-height:0px;
    font-size:0px;
}

.content{
    width:1007px;
    display:block;
    margin:0 auto;
    position:relative;
}


@media (max-width: 992px) {
  .content {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}
@media (max-width: 768px) {
  .content {
    width: 100%;
  }
}

a img{
    border:0;
}

html,
body{
    width:100%;
    overflow-x:hidden;
}


/********************************
*** Header
********************************/
#header{
    background-color:black;
}

#header a#logo{
    display:block;
    width:374px;
    margin:0 auto;
    padding-top:35px;
    padding-bottom:53px;
}

#header #headerNav{
    display:block;
    position: absolute;
    top:22px;
    right:10px;
}

@media (max-width: 992px) {
    #header #headerNav{
        display:block;
        position: absolute;
        top:inherit;
        bottom:7px;
        right:50%;
        margin-right:-136px;
    }
}

#header #headerNav #headerNavBoutique{
    display:inline-block;
    width:112px;
    height:26px;
    line-height: 26px;
    vertical-align: middle;
    border:1px solid white;
    padding-left:42px;
    background-image: url(../img/picto-panier.png);
    background-repeat: no-repeat;
    background-position: 9px 2px;
    font-family: "bebas_neueregular";
    font-size: 18px;
    color:white;
    text-decoration: none;
    margin-top:5px;
}

#header #headerNav #headerNavEBook{
    display:inline-block;
    width:112px;
    height:26px;
    line-height: 26px;
    vertical-align: middle;
    border:1px solid white;
    padding-left:42px;
    background-image: url(../img/picto-catalogue.png);
    background-repeat: no-repeat;
    background-position: 9px 2px;
    font-family: "bebas_neueregular";
    font-size: 18px;
    color:white;
    text-decoration: none;
    margin-top:5px;
}

#header #headerNav #headerNavFr{
    display:inline-block;
    margin-left:6px;
    float:right;
}

#header #headerNav #headerNavEn{
    display:inline-block;
    margin-left:6px;
    float:right;
}


/********************************
*** Menu
********************************/
#menu{
    background-color:#cccccc;
}

#menu ul{
    list-style: none;
}

#menu ul li{
    display:inline-block;
    height:52px;
    line-height: 52px;
    vertical-align: middle;
    padding-right:25px;
}

#menu ul li:last-child{
    padding-right:0px;
}

#menu ul li a{
    font-family: "robotolight";
    /*font-weight: 600;*/
    font-size:21px;
    color:black;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    #menu ul li{
        display:block;
        height:52px;
        text-align: center;
        padding-right:inherit;
    }
}


/********************************
*** Diapo
********************************/
#slider{
    -webkit-box-shadow:0 0 0 0;
    -moz-box-shadow:0 0 0 0;
    box-shadow:0 0 0 0;
    margin-bottom:0px;
}

@media (max-width: 768px) {
    #slider{display:none;}
}


/********************************
*** Menu Image
********************************/
#menuImage{
    position:relative;
    display:block;
    height:617px;
}

@media (max-width: 992px) {
    #menuImage{display:none;}
}

#menuImage #menuImageBackgroundLeft{
    display:block;
    width:100%;
    height:617px;
    background-color:#ebefee;
    position:absolute;
    top:0;
    right:50%;
}

#menuImage #menuImageBackgroundRight{
    display:block;
    width:100%;
    height:617px;
    background-color:black;
    position:absolute;
    top:0;
    left:50%;
}

#menuImage #menuImageFigurines a,
#menuImage #menuImageVoitures a,
#menuImage #menuImageAccessoires a{
    display:block;
    width:100%;
    height:617px;
    text-indent: -9999px;
}

#menuImage #menuImageFigurines{
    display:block;
    width:402px;
    height:617px;
    position:absolute;
    background-image: url('../img/background-figurines.png');
    top:0;
    right:50%;
    margin-right:201px;
}

#menuImage #menuImageFigurines.en{background-image: url('../img/background-figurines_en.jpg'); }
#menuImage #menuImageVoitures{
    display:block;
    width:402px;
    height:617px;
    position:absolute;
    background-image: url('../img/background-voitures.jpg');
    top:0;
    right:50%;
    margin-right:-201px;
}
#menuImage #menuImageVoitures.en{background-image: url('../img/background-voitures_en.jpg'); }

#menuImage #menuImageAccessoires{
    display:block;
    width:406px;
    height:617px;
    position:absolute;
    background-image: url('../img/background-accessoires.jpg');
    top:0;
    left:50%;
    margin-left:201px;
}
#menuImage #menuImageAccessoires.en{background-image: url('../img/background-accessoires_en.jpg'); }

/********************************
*** Modeles
********************************/
#modeles{
    padding:100px 0px;
}

#modeles h1{
    font-family: "bebas_neueregular";
    font-size: 60px;
    line-height:48px;
    text-align: center;
    color:black;
    margin:0;
}

#modeles h2{
    font-family: "robotolight";
    font-size: 48px;
    line-height: 48px;
    color:black;
    text-align: center;
    margin:0;
    font-weight: 300;
}

#modeles img{
    width:999px;
    height:80px;
    display:block;
    margin:30px auto 0;
}

@media (max-width: 992px) {
    #modeles img{
        width:100%;
        height:auto;
    }
}

/********************************
*** Galeries
********************************/
#voitures>.content>h2,
#figurines>.content>h2,
#accessoires>.content>h2{
    font-family: "bebas_neueregular";
    margin:0;
    color:black;
    font-size: 200px;
    line-height: 170px;
}

@media (max-width: 992px) {
    #voitures>.content>h2,
    #figurines>.content>h2,
    #accessoires>.content>h2{
        font-family: "bebas_neueregular";
        margin:0;
        color:black;
        font-size: 100px;
        line-height: 85px;
    }
}

.galerie{
    margin-bottom: 110px;
}

.galerie .card{
    display:block;
    width:335px;
    height:335px;
    float:left;
    cursor: pointer;
}

@media (max-width: 992px) {
    .galerie .card{
        margin-bottom:12.5px;
    }

    .galerie .card:nth-child(2n){
        margin-left:12.5px;
    }
}
@media (max-width: 768px) {
    .galerie .card{
        float:none;
        margin:0 auto 15px !important;
    }
}

.galerie .card>div{
    overflow: hidden;
    width:335px;
    height:335px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.galerie .back{
    background-color: #f3f3f3;
    padding:15px;
}

.galerie .back p{
    font-family: "robotolight";
    font-size: 14px;
    line-height: 23px;
    margin-bottom:30px;
}

/*.galerie .back.large p{
    font-size: 18px;
    line-height: 35px;
}*/

.galerie .back p.title{
    margin-bottom:10px;
    font-size: 18px;
    padding-right:40px;
}

/*.galerie .back.large p.title{
    font-size: 20px;
}*/

.galerie .back p:last-child{
    margin-bottom:0px;
}

/********************************
*** Presentations
********************************/
#presentations{
    background-color: #ebefee;
    padding:99px 0 40px;
}

#presentations .presentation{
    display:inline-block;
    width:33%;
    padding-right: 25px;
    float:left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#presentations .presentation.large{
    display:block;
    width:100%;
    padding-right: inherit;
    float:inherit;
}

@media (max-width: 992px) {
    #presentations .presentation{
        display:block;
        width:100%;
        padding-right: inherit;
        float:inherit;
        margin-bottom:50px;
        border-bottom:2px solid white;
        padding-bottom:50px;
    }

    #presentations .presentation.large{
        margin-bottom:0px;
        padding-bottom: 0px;
        border-bottom:0px;
    }
}

#presentations .presentation img{
    width:100%;
    height:auto;
    margin-bottom:20px;
}

#presentations .presentation a{
    color:black;
}

#presentations .presentation h3{
    font-family: "bebas_neueregular";
    font-size: 55px;
    line-height: 55px;
    color:black;
    height:175px;
}

#presentations .presentation.large h3{
    height: inherit;
}

@media (max-width: 992px) {
    #presentations .presentation h3{
        height:inherit;
    }
}

#presentations .presentation p{
    font-family: "robotolight";
    font-size: 18px;
    line-height: 30px;
    color:black;
    margin-bottom: 40px;
}

#presentations .presentation ul{
    margin-left:30px;
}

#presentations .presentation ul li{
    font-family: "robotolight";
    font-size: 18px;
    line-height: 30px;
    color:black;
}

#presentations .presentation h4{
    margin-bottom: 40px;
    font-family: "robotolight";
    font-size: 18px;
    line-height: 30px;
    color:black;
    font-weight: bold;
}


/********************************
*** Liens
********************************/
#liens{
    background-color:#cccccc;
    padding:45px 0;
}

#liens>.content>a{
    display:block;
    width:33%;
    float:left;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 992px) {
    #liens>.content>a{
        display:block;
        width:100%;
        margin-bottom:20px;
    }
}

#liens>.content>a>img{
    display:inline-block;
    margin-bottom: 20px;
}

#liens>.content>a>span{
    font-size: 29px;
    line-height: 33px;
    color:black;
    font-family: "bebas_neueregular";
}


/********************************
*** Footer
********************************/
#footer{
    background-color:black;
    height:94px;
}

#footer .content{
    text-align: right;
    color:white;
    font-family: "robotolight";
    font-style: 18px;
    line-height: 94px;
    vertical-align: middle;
}

#footer a{
    text-decoration: none;
    color:white;
    font-family: "robotolight";
    font-style: 18px;
}



/********************************
*** PICTOS ECHELLE
********************************/

.picto_echelle{
    position:absolute;
    top:15px;
    right:15px;
    z-index: 2;
}