/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* GENERAl */
body {
    width:100%;
    background-color:#E7ECF0;
}

.header {
    background-color:#F5F6F8;
}

.ban {
    background-image: url("../images/ban.jpg");
    background-repeat: no-repeat;
    background-position: center, center;
    background-color: #FFF;
    box-shadow: 0 3px 10px 0 #999;
}

.ban_audi {
    background-image: url("../images/ban_audi.jpg");
    background-repeat: no-repeat;
    background-position: center, center;
    background-color: #FFF;
    box-shadow: 0 3px 10px 0 #999;
}

.ban_dauphine {
    background-image: url("../images/ban_dauphine.jpg");
    background-repeat: no-repeat;
    background-position: center, center;
    background-color: #FFF;
    box-shadow: 0 3px 10px 0 #999;
}

.ban_vw {
    background-image: url("../images/ban_vw.jpg");
    background-repeat: no-repeat;
    background-position: center, center;
    background-color: #FFF;
    box-shadow: 0 3px 10px 0 #999;
}

.ban_dsa {
    background-image: url("../images/ban_dsa.jpg");
    background-repeat: no-repeat;
    background-position: center, center;
    background-color: #FFF;
    box-shadow: 0 3px 10px 0 #999;
}

.ban_neige {
    background-image: url("../images/ban_neige.jpg");
    background-repeat: no-repeat;
    background-position: center, center;
    background-color: #FFF;
    box-shadow: 0 3px 10px 0 #999;
}

.ban_autre_vente {
    background-image: url("../images/ban_autre_vente.jpg");
    background-repeat: no-repeat;
    background-position: center, center;
    background-color: #FFF;
    box-shadow: 0 3px 10px 0 #999;
}

.ban_paysage {
    background-image: url("../images/ban_paysage.jpg");
    background-repeat: no-repeat;
    background-position: center, center;
    background-color: #FFF;
    box-shadow: 0 3px 10px 0 #999;
}

.ban_autre_apres_vente {
    background-image: url("../images/ban_autre_apres_vente.jpg");
    background-repeat: no-repeat;
    background-position: center, center;
    background-color: #FFF;
    box-shadow: 0 3px 10px 0 #999;
}

.content {
    background-color: #FFF;
    margin-top:5px !important;
}

.content p {
    padding:15px;
    clear:left;
}


#q2 {
    width:90%;
    margin:5%;
}

.col {
    padding-bottom:25px;
}

.col p {
    font-size:15px;
}

.footer {
    background-color: #FFF;
}

@font-face {
    font-family: 'Audi TypeExtended Bold';
    src: url("../font/AudiTypeV03-ExtendedBold.otf");
}
@font-face {
    font-family: 'Audi Type';
    src: url("../font/AudiTypeV03-Normal.otf");
}
@font-face {
    font-family: 'Audi Type Bold';
    src: url("../font/AudiTypeV03-Bold.otf");
}

#form1 {
    display:block;
    width:100%;
    height:150px;
}

h3 {
    font-size:14px;
}

input {
    display:block;
    margin-left:15px;
}

select {
    display:inline-block;
    float:left;
    margin-left:15px;
}

textarea {
    margin-left:15px;
}

#audirent_bundle_indexbundle_audinevers_heure {
    color:#fff;
}

#audirent_bundle_indexbundle_audinevers_heure_hour, #audirent_bundle_indexbundle_audinevers_heure_minute  {
    clear:left;
}

.planning {
    display:block;
    position:relative;
    clear:left;
    margin-top:220px;
}

.planning h3 {
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
}

.planning li {
    margin:10px 0;
}

.titre {
    background-color: #fff;
}

.plan img {
    width:100%;
}

.block-col {
    display:block;
}

.grey {
    background-color: #ccc;
    color:#ce1432;
    font-size:18px;
}

/*.required {*/
    /*width:40%;*/
    /*display:block;*/
    /*clear:left;*/
    /*margin-bottom:25px;*/
/*}*/



.col h3 {
    margin-bottom:25px;
    margin-left:15px;
}

/*  
* Rating styles 1
*/

.rating {
    float:left;
    clear:left;
    margin:0 0 25px 25px;
    font-size: 45px;
    overflow:hidden;
}

.rating input {
    float: right;
    opacity: 0;
    position: absolute;
}
.rating a,
.rating label {
    float:right;
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
.rating label:hover ~ label,
.rating input:focus ~ label,
.rating label:hover,
.rating input:checked ~ label,
.rating a:hover,
.rating a:hover ~ a,
.rating a:focus,
.rating a:focus ~ a		{
    color: orange;
    cursor: pointer;
}
.rating2 {
    direction: rtl;
}
.rating2 a {
    float:none
}


/*  
* Rating styles 1
*/

.rating3 {
    float:left;
    clear:left;
    margin:0  0 25px 25px;
    font-size: 45px;
    overflow:hidden;
}

.rating3 input {
    float: right;
    opacity: 0;
    position: absolute;
}
.rating3 a,
.rating3 label {
    float:right;
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
.rating3 label:hover ~ label,
.rating3 input:focus ~ label,
.rating3 label:hover,
.rating3 input:checked ~ label,
.rating3 a:hover,
.rating3 a:hover ~ a,
.rating3 a:focus,
.rating3 a:focus ~ a		{
    color: orange;
    cursor: pointer;
}

/*  
* Rating styles 1
*/

.rating4 {
    float:left;
    clear:left;
    margin:0  0 25px 25px;
    font-size: 45px;
    overflow:hidden;
}

.rating4 input {
    float: right;
    opacity: 0;
    position: absolute;
}
.rating4 a,
.rating4 label {
    float:right;
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
.rating4 label:hover ~ label,
.rating4 input:focus ~ label,
.rating4 label:hover,
.rating4 input:checked ~ label,
.rating4 a:hover,
.rating4 a:hover ~ a,
.rating4 a:focus,
.rating4 a:focus ~ a		{
    color: red;
    cursor: pointer;
}

/*  
* Rating styles 1
*/

.rating5 {
    float:left;
    clear:left;
    margin:0  0 25px 25px;
    font-size: 45px;
    overflow:hidden;
}

.rating5 input {
    float: right;
    opacity: 0;
    position: absolute;
}
.rating5 a,
.rating5 label {
    float:right;
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
.rating5 label:hover ~ label,
.rating5 input:focus ~ label,
.rating5 label:hover,
.rating5 input:checked ~ label,
.rating5 a:hover,
.rating5 a:hover ~ a,
.rating5 a:focus,
.rating5 a:focus ~ a		{
    color: orange;
    cursor: pointer;
}



/* PC */
@media screen and (min-width: 970px) {

    .td-form {
        display:inline;
        float:left;
        width:50%;
        min-height:150px;
    }

    body {
        width:100%;
    }

    .header {
        height:100px;
    }

    .logo-audi {
        background-image: url("../images/logo.png");
        background-repeat: no-repeat;
        height:40px;
        width:252px;
        position: relative;
        float:right;
        margin: 30px 30px 30px 0;
    }
    .logo-service {
        background-image: url("../images/logo-service.png");
        background-repeat: no-repeat;
        height:40px;
        width:130px;
        position: relative;
        float:left;
        margin: 30px 0 30px 30px;
    }

    .ban {
        height:300px;
    }

    .ban_dauphine {
        height: 300px;
    }

    .ban_dsa{
        height:300px;
    }

    .content {
        width:970px;
        margin:0 auto;
        font-family: Audi Type, verdana;
        font-size:12px;
    }

    h1 {
        font-family: Audi TypeExtended Bold, verdana;
        src: url("../font/AudiTypeV03-ExtendedBold.otf");
        font-size: 21px;
        padding:15px;
    }

    h2 {
        font-family: Audi Type Bold, verdana;
        font-size: 24px;
    }

    .mentions {
        margin-top:30px;
        font-size:10px;
    }

    .col {
        width:100%;
    }


    .adresse {
        clear:left;
        margin:0 auto 20px;
        padding :10px 5px;
        background-color:#fff;
        line-height: 18px;
    }

    .col h2 {
        float:left;
        margin-left:10px;
    }

    input[type="choice"] {
        font-size:12px;
        padding: 6px 12px;
        margin-bottom:10px;
        border-color: #E7E9EA;
        color:#2A2A2A;
        border-radius: 0px;
        background-color : #EEE linear-gradient (#FFF, #F1F1F1) repeat scroll 0px 0px;
    }

    input[type="submit"] {
        padding:10px;
        background-color: #000 !important;
        color: #fff !important;
        border-radius:0;
        clear:left;
        float:left;
        width:100px !important;
        margin-top:25px;
    }

    .footer {
        clear:left;
        position:relative;
        height:51px;
        border:1px solid #ccc;
    }
}

/* Tablette */
@media screen and (max-width: 970px) {
    body {
        width:100%;
    }

    .header {
        height:80px;
    }

    .logo-audi {
        background-image: url("../images/logo.png");
        background-repeat: no-repeat;
        background-size:contain;
        height:30px;
        width:228px;
        position: relative;
        float:right;
        margin: 25px 25px 25px 0;
    }
    .logo-service {
        background-image: url("../images/logo-service.png");
        background-repeat: no-repeat;
        height:30px;
        width:98px;
        position: relative;
        float:left;
        margin: 25px 0 25px 25px;
    }

    .ban {
        height:225px;
        background-size:cover;
    }

    .content {
        width:100%;
        margin:0 auto;
        font-family: Audi Type, verdana;
        font-size:12px;
        height:1170px;
    }

    h1 {
        font-family: Audi TypeExtended Bold, verdana;
        src: url("../font/AudiTypeV03-ExtendedBold.otf");
        font-size: 18px;
        padding-bottom:20px;
    }

    h2 {
        font-family: Audi Type Bold, verdana;
        font-size: 18px;
    }

    .mentions {
        margin-top:30px;
        font-size:10px;
    }



    .adresse {
        clear:left;
        margin:0 auto 20px;
        padding :10px 5px;
        background-color:#fff;
        line-height: 18px;
    }

    input[type="choice"] {
        font-size:12px;
        padding: 6px 12px;
        margin-bottom:10px;
        border-color: #E7E9EA;
        color:#2A2A2A;
        border-radius: 0px;
        background-color : #EEE linear-gradient (#FFF, #F1F1F1) repeat scroll 0px 0px;
    }

    input[type="submit"] {
        padding:10px;
        background-color: #000 !important;
        color: #fff !important;
        border-radius:0;
        clear:left;
        float:left;
        width:100px !important;
        margin-top: 25px;
    }

    .footer {
        clear:left;
        position:relative;
        height:41px;
        border:1px solid #ccc;
    }
}

/* smartphone */
@media screen and (max-width: 600px) {

    .td-form {
        width:100%;
    }

    .td-form p {
        font-size:15px;
    }

    body {
        width:100%;
    }

    .header {
        height:80px;
    }

    .logo-audi {
        background-image: url("../images/logo.png");
        background-repeat: no-repeat;
        background-size:contain;
        height:30px;
        width:228px;
        position: relative;
        float:right;
        margin: 25px 25px 25px 0;
    }
    .logo-service {
        background-image: url("../images/logo-service.png");
        background-repeat: no-repeat;
        height:30px;
        width:98px;
        position: relative;
        float:left;
        margin: 25px 0 25px 25px;
    }

    .ban {
        height:175px;
        background-size:contain;
    }

    .content {
        width:100%;
        margin:0 auto;
        font-family: Audi Type, verdana;
        font-size:12px;
        height:1500px;
        display: flex;
        flex-direction: column;
    }

    h1 {
        font-family: Audi TypeExtended Bold, verdana;
        src: url("../font/AudiTypeV03-ExtendedBold.otf");
        font-size: 18px;
        padding-bottom:20px;
    }

    h2 {
        font-family: Audi Type Bold, verdana;
        font-size: 18px;
    }

    .mentions {
        margin-top:30px;
        font-size:10px;
    }


    .adresse {
        clear:left;
        margin:0 auto 20px;
        padding :10px 5px;
        background-color:#fff;
        line-height: 18px;
    }


    input[type="choice"] {
        font-size:12px;
        padding: 6px 12px;
        margin-bottom:10px;
        border-color: #E7E9EA;
        color:#2A2A2A;
        border-radius: 0px;
        background-color : #EEE linear-gradient (#FFF, #F1F1F1) repeat scroll 0px 0px;
    }

    input[type="submit"] {
        padding:10px;
        background-color: #000 !important;
        color: #fff !important;
        border-radius:0;
        clear:left;
        float:left;
        width:100px !important;
        margin-top: 25px;
    }



    .footer {
        clear:left;
        position:relative;
        border:1px solid #ccc;
    }
}

.mentions {
    display:inline-block;
    width:95%;
}

button {
    padding:10px;
    background-color: #000 !important;
    color: #fff !important;
    border-radius:0;
    float:left;
    width:150px !important;
    margin-top:15px;
    margin-left:15px;
}