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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

label {
    width: 164px;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/* VARIABLES */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #f0f1f1;
    font-family: 'Quicksand', sans-serif;
    width: 100%;
    height: 100%;
    min-width: 320px;
    background-size: auto !important;
}

.ie body{
    width: 375px;
    margin: auto;
}

sup {
    font-size: 65%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

/* GLOBAL STYLE */
img {
    max-width: 100%;
}

/*.ie img{
    width: 375px;
}*/

h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 90px;
    font-weight: bold;
    color: #282e2d;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}
h1 span {
    font-size: 60px;
    display: block;
    text-transform: none;
}

h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #282e2d;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

p {
    font-family: 'Quicksand', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #4f4f4f;
    line-height: 35px;
    padding: 0 14px;
}

ul {
    list-style: disc outside;
    padding-left: 30px;
}
ul.type2 {
    margin: 30px 0;
    overflow: hidden;
}
ul.type2 li {
    width: 50%;
    margin-bottom: 6px;
    float: left;
    font-weight: bold;
}
ul li {
    font-family: 'Quicksand', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #4f4f4f;
    margin-bottom: 30px;
}

address {
    font-family: 'Quicksand', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    color: #4f4f4f;
    margin-bottom: 30px;
    padding: 0 14px;
}

.center {
    text-align: center;
}

/* BUTTON */
.group-btn {
    margin-bottom: 30px;
}
.group-btn .btn {
    margin-right: 2%;
}
.group-btn .btn:last-child {
    margin-right: 0;
}

.btn {
    display: inline-block;
    background: #f3a9a9;
    border-bottom: 7px solid #d88a8a;
    padding: 0 24px;
    line-height: 102px;
    width: 48%;
    text-align: center;
}
.btn span {
    font-family: 'Quicksand', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: normal;
}

.wrapper {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    padding: 20px 10px 80px;
}
.wrapper .logo {
    background: white;
    width: 100%;
    /*height: 226px;*/ //modif pour que la div logo height auto
    text-align: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 2px 3px 13px rgba(104, 112, 112, 0.52);
    -moz-box-shadow: 2px 3px 13px rgba(104, 112, 112, 0.52);
    box-shadow: 2px 3px 13px rgba(104, 112, 112, 0.52);
}
.wrapper .logo a:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.wrapper .logo a img {
    background: white;
    vertical-align: middle;
    max-height: 260px;

    /*max-height: 226px;*///modif pour que la div logo height auto
    max-width: 600px;
    width: auto;
}
.wrapper .content {
    width: 100%;
}
.wrapper .box {
    background: white;
    margin-bottom: 25px;
    text-align: center;
    padding: 32px 20px;
    -webkit-box-shadow: 2px 3px 13px rgba(104, 112, 112, 0.52);
    -moz-box-shadow: 2px 3px 13px rgba(104, 112, 112, 0.52);
    box-shadow: 2px 3px 13px rgba(104, 112, 112, 0.52);
    *zoom: 1;
}
.wrapper .box:before, .wrapper .box:after {
    display: table;
    content: "";
    line-height: 0;
}
.wrapper .box:after {
    clear: both;
}
.wrapper .box img.visuel {
    float: left;
    margin-right: 25px;
    max-width: 50%;
}
.wrapper .box h4 {
    position: relative;
    font-family: 'Quicksand', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #f3a9a9;
    text-align: center;
    font-weight: 700;
    padding: 0 0 25px;
}
.wrapper .box h4 span {
    border-bottom: 3px solid #f3a9a9;
    padding-bottom: 10px;
    display: inline-block;
}
.wrapper .box .inner {
    padding: 0 0 5px;
    text-align: left;
    overflow: hidden;
}
.wrapper .box .inner h3.title {
    font-size: 30px;
    color: #282e2d;
    margin-bottom: 28px;
}
.wrapper .box .inner p.desc {
    font-size: 21px;
    line-height: 24px;
    font-weight: normal;
    color: #282e2d;
    padding: 4px 0 0;
    margin-bottom: 18px;
}
.wrapper .box .inner .tt-desc {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f3a9a9;
    display: block;
    margin-bottom: 10px;
}
.wrapper .box .inner .new-prize {
    font-size: 60px;
    color: #f3a9a9;
    font-weight: 700;
    display: block;
    margin-bottom: 14px;
}
.wrapper .box .inner .new-prize sup {
    font-weight: normal;
}
.wrapper .box .inner .old-prize {
    font-size: 40px;
    color: #282e2d;
    font-weight: 700;
    text-decoration: line-through;
    display: block;
    margin-bottom: 10px;
}
.wrapper .box .inner .old-prize sup {
    font-weight: normal;
}
.wrapper .box .map {
    border: 2px solid #a2ecd8;
    width: 100%;
    height: 447px;
    overflow: hidden;
}
.wrapper .box .map #map-canvas {
    height: 100%;
}

.footer .share {
    padding-top: 12px;
}
.footer .share ul {
    text-align: center;
    padding: 0;
}
.footer .share ul li {
    display: inline-block;
    margin: 0 20px;
}
.footer .share ul li a {
    background: url("../imgsite/fond.jpg") 0 0 no-repeat;
    width: 122px;
    height: 122px;
    display: block;
}
.footer .share ul li a.fb {
    background-position: 0 -122px;
}
.footer .share ul li a.tw {
    background-position: 0 -244px;
}

@media only screen and (max-width: 568px) {
    h1 {
        font-size: 45px;
        margin-bottom: 12px;
    }
    h1 span {
        font-size: 30px;
    }

    p {
        font-size: 13px;
        line-height: 18px;
        padding: 0 7px;
    }

    ul {
        padding-left: 15px;
    }
    ul.type2 {
        margin: 15px 0;
    }
    ul.type2 li {
        margin-bottom: 3px;
    }
    ul li {
        font-size: 15px;
        margin-bottom: 15px;
    }

    address {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 15px;
        padding: 0 7px;
    }

    /* BUTTON */
    .group-btn {
        margin-bottom: 15px;
    }

    .btn {
        border-width: 3px;
        padding: 0 15px;
        line-height: 51px;
    }
    .btn i {
        width: 29px;
        height: 29px;
        margin-right: 8px;
    }
    .btn i.mail {
        -webkit-background-size: 29px 28px;
        -moz-background-size: 29px 28px;
        -o-background-size: 29px 28px;
        background-size: 29px 28px;
    }
    .btn i.phone {
        -webkit-background-size: 29px 28px;
        -moz-background-size: 29px 28px;
        -o-background-size: 29px 28px;
        background-size: 29px 28px;
    }
    .btn span {
        font-size: 14px;
    }

    .wrapper {
        max-width: 460px;
        padding: 10px 10px 40px;
    }
    .wrapper .logo {
        /*height: 113px;*/// modif pour que la div logo height auto
        margin-bottom: 15px;
    }
    .wrapper .logo a img {
        /*max-height: 93px;*/// modif pour que la div logo height auto
        /*max-width: 300px;*/
        width: auto; // modif pour que la div logo height auto
    }
    .wrapper .box {
        margin-bottom: 13px;
        padding: 16px 10px;
    }
    .wrapper .box img.visuel {
        margin-right: 13px;
    }
    .wrapper .box h4 {
        font-size: 15px;
        padding: 0 0 12px;
    }
    .wrapper .box h4 span {
        padding-bottom: 5px;
        border-width: 2px;
    }
    .wrapper .box h4:after {
        border-width: 8px;
        margin-left: -8px;
    }
    .wrapper .box h4:before {
        border-width: 11px;
        margin-left: -11px;
    }
    .wrapper .box .inner h3.title {
        font-size: 15px;
        margin-bottom: 14px;
    }
    .wrapper .box .inner p.desc {
        font-size: 11px;
        line-height: 12px;
        padding: 2px 0 0;
        margin-bottom: 9px;
    }
    .wrapper .box .inner .tt-desc {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .wrapper .box .inner .new-prize {
        font-size: 30px;
        margin-bottom: 7px;
    }
    .wrapper .box .inner .old-prize {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .wrapper .box .inner .old-prize sup {
        font-weight: normal;
    }
    .wrapper .box .map {
        border-width: 1px;
        height: 223px;
    }

    .footer .share {
        padding-top: 6px;
    }
    .footer .share ul li {
        margin: 0 10px;
    }
    .footer .share ul li a {
        width: 61px;
        height: 61px;
        -webkit-background-size: 61px 183px;
        -moz-background-size: 61px 183px;
        -o-background-size: 61px 183px;
        background-size: 61px 183px;
    }
    .footer .share ul li a.fb {
        background-position: 0 -61px;
    }
    .footer .share ul li a.tw {
        background-position: 0 -122px;
    }
}

/*********************************
*           IE 7 & IE 8          *
*********************************/

.ie h1 {
    font-size: 45px;
    margin-bottom: 12px;
}
.ie   h1 span {
    font-size: 30px;
}

.ie   p {
    font-size: 13px;
    line-height: 18px;
    padding: 0 7px;
}

.ie  ul {
    padding-left: 15px;
}
.ie  ul.type2 {
    margin: 15px 0;
}
.ie   ul.type2 li {
    margin-bottom: 3px;
}

.ie7 ul.type2 li{
    float: none;
}

.ie   ul li {
    font-size: 15px;
    margin-bottom: 15px;
}

.ie  address {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px;
    padding: 0 7px;
}

/* BUTTON */
.ie  .group-btn {
    margin-bottom: 15px;
}

.ie .group-btn a{
    cursor: pointer;
    text-decoration: none;
}

.ie  .btn {
    border-width: 3px;
    padding: 0 15px;
    line-height: 51px;
}
.ie  .btn i {
    width: 29px;
    height: 29px;
    margin-right: 8px;
}

.ie7 .btn{
    width: 124px;
}

.ie  .btn span {
    font-size: 14px;
    line-height: 51px;

}
.ie  .wrapper {
    width: 375px;
    max-width: 375px;
    padding: 10px 10px 40px;
}
.ie  .wrapper .logo {
    /* height: 130px;
     width: 355px;*/
    margin-bottom: 15px;
}
/*.ie  .wrapper .logo a img {
    max-height: 130px;
    max-width: 240px;
}*/

.ie .wrapper .content {
    width: 355px;
}

.ie .wrapper .box {
    margin-bottom: 13px;
    padding: 16px 10px;
}
.ie .wrapper .box img.visuel {
    margin-right: 13px;
}
.ie  .wrapper .box h4 {
    font-size: 15px;
    padding: 0 0 12px;
}
.ie .wrapper .box h4 span {
    padding-bottom: 5px;
    border-width: 2px;
}
.ie .wrapper .box h4:after {
    border-width: 8px;
    margin-left: -8px;
}
.ie  .wrapper .box h4:before {
    border-width: 11px;
    margin-left: -11px;
}
.ie  .wrapper .box .inner h3.title {
    font-size: 15px;
    margin-bottom: 14px;
}
.ie .wrapper .box .inner p.desc {
    font-size: 11px;
    line-height: 12px;
    padding: 2px 0 0;
    margin-bottom: 9px;
}
.ie  .wrapper .box .inner .tt-desc {
    font-size: 16px;
    margin-bottom: 5px;
}
.ie  .wrapper .box .inner .new-prize {
    font-size: 30px;
    margin-bottom: 7px;
}
.ie .wrapper .box .inner .old-prize {
    font-size: 20px;
    margin-bottom: 5px;
}
.ie .wrapper .box .inner .old-prize sup {
    font-weight: normal;
}
.ie  .wrapper .box .map {
    border-width: 1px;
    height: 223px;
}

.ie  .footer .share {
    padding-top: 6px;
}
.ie  .footer .share ul li {
    margin: 0 10px;
}
.ie  .footer .share ul li a {
    width: 61px;
    height: 61px;
    background-size: 61px 183px;
}
.ie  .footer .share ul li a.fb {
    background-position: 0 -61px;
}
.ie .footer .share ul li a.tw {
    background-position: 0 -122px;
}

.ie7 .footer .share ul li{
    display: inline-block;
    *display: inline;
    zoom: 1;
}