/** RESET HTML **/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
.phone a{
    color: #fff;
    text-decoration: none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.clear{
    clear: both;
}

/** GENERAL **/

body{
    background: #000 url(../images/bg.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 1.2;
    color: #fff;
    font-size: 18px;
}

header{
    position: relative;
    background-color: #212020;
    width: 100%;
    height: 170px;
    text-align: center;
}

header .logo{
    display: inline-block;
    margin: auto;
    padding-top: 29px;
    vertical-align: middle;
}

header .contact{
    display: inline-block;
    margin: 0 auto 0 180px;
    padding-top: 29px;
    vertical-align: middle;
    color: #fff;
}

header .contact span{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}

header .contact .phone{
    display: block;
    font-size: 38px;
    font-weight: bold;
    background-color: #da232e;
    border-radius: 8px;
    padding: 11px 50px;
    color: #fff;
    text-decoration: none;
}

/** CONTENT **/

.content{
    position: relative;
    text-align: center;
    padding-top: 60px;
    max-width: 940px;
    margin: 0 auto;
}

span.intro{
    display: block;
    color: #fff;
    font-size: 38px;
    margin-bottom: 58px;
}

.scoot1,
.scoot2{
    display: inline-block;
    width: 49%;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.scoot1 img,
.scoot2 img{
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.scoot1 img{
    max-width: 335px;
}

.scoot2 img{
    max-width: 392px;
}

img.light,
.scoot1:hover img,
.scoot2:hover img{
    opacity: 0.7;
}

.scoot1  img.light,
.scoot2 img.light{
    display: none;
}

.desc{
    display: block;
    background-color: #fff;
    border-radius: 8px;
    color: #000;
    padding: 20px 40px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 60px;
}

.parts{
    display: block;
    margin-bottom: 60px;
}

.parts .part{
    display: inline-block;
    width: auto;
    text-align: center;
    vertical-align: middle;
    margin: 0 3%;
}

/** FOOTER **/

footer{
    position: relative;
    max-width: 940px;
    margin: 0 auto 60px;
}

footer .left, footer .right {
    float: left;
    width: calc( 49% - 0px );
    background-color: #212020;
    padding: 15px 30px;
    border-radius: 8px;
    height: 154px;
}

footer .right{
    margin-left: 2%;
}

.icon-marker{
    display: inline-block;
    background: url(../images/marker.png) top left no-repeat;
    width: 18px;
    height: 29px;
    vertical-align: middle;
    margin-right: 30px;
    margin-top: 25px;
}


.address,
.time{
    display: inline-block;
    vertical-align: middle;
}

.address{
    margin-top: 30px;
}

.icon-clock{
    display: inline-block;
    background: url(../images/clock.png) top left no-repeat;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin-right: 30px;
}

.time{
    padding: 10px 0;
}

.titre-moto{
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    color: #000;
    border-radius: 5px;
    padding: 8px 8px 11px 8px;
    font-size: 22px;
    top: -60px;
    font-weight: 700;
    width: 92%;
    margin: 0 auto;
}
.titre2{
    top: -54px
}
.scoot2 img {
    max-width: 335px;
    margin-top: 54px;
}
a.legales{
    display: inline-block !important;
}
a.legales:hover{
    text-decoration: underline !important;
}
.container-standard{
    background-color: #212020;
    padding: 15px 30px;
    border-radius: 8px;
    margin-bottom: 15px;
}
.btn-primary{
    font-size: 19px;
    margin-top: 15px;
}
input[type="radio"], input[type="checkbox"] {
    margin: -4px 10px 0;
    margin-top: 1px \9;
    line-height: normal;
}
.g-recaptcha{
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .titre2{
        top: -90px
    }

    header .logo {
        width: 300px;
        height: 90px;
    }

    header .contact{
        margin: 7px auto 0 50px;
    }

    header .contact .phone{
        font-size: 32px;
        padding: 13px 34px;
    }

    .content{
        padding-left: 30px;
        padding-right: 30px;
        max-width: 720px;
    }

    .parts .part{
        margin: 0 2%;
        max-width: 110px;
    }

    .parts .part img{
        width: 100%;
        height: auto;
    }

}

@media only screen and (max-width: 720px) {
    

    header{
        height: 138px;
    }

    header .logo{
        display: block;
        max-width: 180px;
        height: auto;
        padding-top: 15px;
    }

    header .contact {
        margin: 10px auto;
        padding-top: 0;
    }

    header .contact .phone {
        font-size: 27px;
        padding: 9px 18px;
    }

    header .contact span {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .content{
        padding-left: 15px;
        padding-right: 15px;
        max-width: 330px;
    }

    span.intro{
        font-size: 0;
    }

    .scoot1, .scoot2{
        width: 100%;
        margin-bottom: 30px;
    }
    .scoot2 img {
        max-width: 335px;
        margin-top: 94px;
    }
    .scoot1 img{
        margin-top: -20px;
    }
    .scoot1 {
        margin-bottom: 25px;
    }

    footer{
        text-align: center;
    }

    footer .left,
    footer .right{
        display: block;
        width: 310px;
        padding: 10px;
        float: inherit;
        margin: 0 auto;
        text-align: left;
    }

    footer .left{
        margin-bottom: 20px;
    }

    .icon-marker{
        margin-left: 17px;
        margin-right: 19px;
    }

    .icon-clock{
        margin-right: 10px;
        margin-left: 10px;
    }

    .time{
        max-width: 240px;
    }
    

}

@media only screen and (max-width: 360px) {
.titre2{
        top: auto;
    }
    .content{
        padding-left: 0;
        padding-right: 0;
        max-width: 96%;
    }

    footer .left,
    footer .right{
        display: block;
        width: 96%;
        padding: 10px;
        float: inherit;
        margin: 0 auto;
        text-align: left;
    }

    footer .left{
        margin-bottom: 10px;
    }

    .icon-clock {
        margin-right: 10px;
        margin-left: 0;
    }

    .icon-marker {
        margin-left: 7px;
    }

    .time {
        max-width: 230px;
    }

}