@viewport{
    width: device-width;
    zoom: 1;
}

body {
    position: relative;
    font-family: 'Arial', sans-serif;
    background-color: #fefefe;
    color: #424242;
    border: none;
    text-shadow: none;
    font-size: 15px;
}
button, input, optgroup, select, textarea {
    font-family: 'Arial', sans-serif;
}

.form-control {
    border-radius: 0;
    background-color: #fefefe;
    border-color: #c89f68;
    color: #424242;
}
.btn-participe, .btn-yellow {
    border-radius: 0;
    border: 1px solid #000000;
    background-color: #000000;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    padding: 8px 30px 10px;
    margin: 0 auto;

}

.control-label {
    font-weight: 400;
}

#footer {
    background-color: #c89f68;
    padding: 15px;
}
#footer .links {
    text-align: center;
    font-size: 13px;
    color: #fff;
}
#footer .links a{
    color: #fff;
}
#retry-modal,
#realisation-modal {
    color: #333;
}
#realisation-modal .modal-body img {
    width: 100%;
    max-width: 250px;
}

#retry-modal .modal-dialog,
#realisation-modal .modal-dialog {
    text-align: center;
    background: #fff;
    font-size: 1.6rem;
}
#retry-modal .modal-dialog {
    margin-top: auto;
}

#retry-modal .close,
#realisation-modal .close {
    font-size: 3rem;
    line-height: 1.5rem;
}
#realisation-modal .modal-dialog a{
    color: #b43048;
    text-decoration: underline;
}
#retry-modal .modal-body p:last-child {
    margin-bottom: 0;
}
#retry-modal .modal-dialog {
    font-size: 1.8rem;
}
.modal.in .modal-dialog
{
    -webkit-transform: translate(0, calc(50vh - 50%));
    -ms-transform: translate(0, 50vh) translate(0, -50%);
    -o-transform: translate(0, calc(50vh - 50%));
    transform: translate(0, 50vh) translate(0, -50%);
}
#header {
    text-align: center;
    background: #fff;
}

#header .logo img {
    width: 100%;
    max-width: 250px;
}
#header .logo {
    text-align: center;
    margin-bottom: 15px;
}
#header .lead-date {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 15px;
}
#header {
    padding: 20px 0 25px;
}
.homepage #main-content {
    border: 1px solid #f1f0f5;
}
.page-content #main-content {
    background-color: #fff;
}
.leads-txt {
    position: absolute;
    width: calc(100% - 30px);
    margin-left: calc(-50% + 15px);
    left: 50%;
    top: -24px;
    font-size: 21px;
    font-weight: 700;
    padding: 5px 0;
    text-align: center;
}
.leads-txt img{
    width: 100%;
    max-width: 420px;
}

.lots {
    position: relative;
    background-color: #fff;
    text-align: left;
    background: url('../images/xss/banner.jpg') no-repeat center center;
    min-height: 218px;
}
.lots-title{
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}
.lots-txt {
    padding: 40px 0 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: lighter;
    text-align: center;
}
.lot-desc{
    color: #c89f68;
    margin-bottom: 15px;
}

.lot-info{
    font-size: 14px;
    line-height: 14px;
}
.text-yellow {
    color: #c89f68;
}
.form-table {
    display: table;
    width: 100%;
}
.form-table .form-group{
    display: table-cell;
}
.form-group-label {
    width: 45%;
}
.dob-selector {
    padding-left: 5px;
}
#dob_d{
    width: 17%;
}
#dob_m{
    width: 17%;
}
#dob_y{
}
.dob-selector select.form-control{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.privacy-txt {
    font-size: 10px;
    font-weight: 700;
    padding: 3px 0 0;
    margin-bottom: 30px;
}
.privacy-txt a{
    color: #424242;
    text-decoration: underline;
}
form .title {
    font-size: 15px;
    text-align: center;
    padding: 15px 0;
}
.page-content form .title{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
}
#form-group-optin {
    margin-bottom: 0;
    text-align: center;
    font-size: 12px;
}
.question p{
    font-weight: 700;
}
.question .has-error label,
.question .has-error .help-block{
    font-weight: 700;
}

.fin-txt {
    text-align: center;
    font-size: 17px;
    padding: 30px 0 15px;
}
.fin-txt p {
    margin-bottom: 30px;
}
.fin-txt .merci-txt{
    font-size: 17px;
    display: block;
    font-weight: 700;
}
.fin-txt .text-yellow{
    font-size: 40px;
}
#civility-outer input{
    display: none;
}
#civility-outer .btn-civility {
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    user-select: none;

    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #c89f68;
    color: #424242;
    width: 100%;
}
#civility-outer .selected .btn-civility {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}
li.btn-share {
    margin-bottom: 15px;
}
@media (min-width: 480px) {
    #header .lead-date {
        font-size: 21px;
    }
    .leads-txt img{
        width: auto;
    }
    .lots {
        background-image: url('../images/xs/banner.jpg');
        min-height: 271px;
    }
    .lots-title{
        font-size: 30px;
        line-height: 30px;
    }
    .lots-txt {
        padding-top: 50px;
        font-size: 26px;
        line-height: 26px;
    }
    .lot-info{
        font-size: 17px;
        line-height: 17px;
    }
    form .title{
        font-size: 16px;
    }
    .btn-yellow {
        font-size: 32px;
        padding: 8px 30px 10px;
    }

    .question {
        padding-left: 30px;
    }
}

@media (min-width: 768px) {
    #header {
        padding: 20px 0 40px;
    }
    .fin-txt {
        padding: 90px 0 40px;
    }
    .fin-txt p {
        margin-bottom: 50px;
    }
    #main-content {
        background-color: #fff;
        margin-bottom: 45px;
    }
    #header .logo, #header .lead-date {
        padding-left: 15px;
        padding-right: 15px;
    }
    #form-group-optin {
        margin-bottom: 15px;
    }
    .privacy-txt {
        font-style: italic;
    }

    body {
        background-color: #fff;
    }
    #footer .links {
        color: #fff;
    }
    #footer .links a{
        color: #fff;
    }
    .form-horizontal .control-label {
        text-align: left;
    }
    #header {
        background: transparent;
    }
    .container-outer {
        background: #fff url('../images/sm/container-outer.jpg') no-repeat center top;
        background-size: cover;
    }
    .lots {
        background-image: url('../images/sm/banner.jpg');
        min-height: 258px;
    }
    .lots-txt {
        text-align: left;
        padding: 50px 30px 0;
    }

    form .title{
        font-size: 15px;
    }
    .btn-participe {
        font-size: 24px;
        line-height: 24px;
    }
    #main-content{
        /*-webkit-box-shadow: -10px 0 13px -7px #000000, 10px 0 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0.1);*/
        box-shadow: -70px 0 100px -100px rgba(0,0,0,0.5), 70px 0 100px -100px rgba(0,0,0,0.5);
    }
    li.btn-share a{
        padding: 0 10px;
    }
}
@media (min-width: 992px) {
    .container-outer {
        background: url('../images/md/container-outer.jpg') no-repeat center top;
        background-size: cover;
    }
    .lots {
        background:url('../images/md/banner-content.jpg') no-repeat top right;
        min-height: 125px;
    }
    .homepage .lots{
        background:url('../images/md/bg-banner.png') no-repeat top left;
        min-height: 576px;
    }
    .page-content .lots-txt .lots-title, .page-content .lots-txt .lot-desc{
        display: inline-block;
        vertical-align: top;
        padding-right: 20px;
    }
    .page-content .lots-title {
        font-size: 20px;
        line-height: 20px;
    }
    .page-content .lot-desc {
        font-size: 20px;
        line-height: 21px;
    }
    .page-content .lot-info{
        font-size: 14px;
        line-height: 14px;
    }
    .homepage .lot-info{
        font-size: 15px;
        line-height: 15px;
    }
    .page-content .lots-txt {
        padding-top: 42px;
    }
    .homepage .lots-txt {
        position: relative;
        z-index: 3;
        padding-left: 10px;
        font-size: 23px;
        line-height: 23px;
        padding-top: 90px;
    }
    .homepage .lot-info{
        font-size: 17px;
        line-height: 17px;
    }
    .leads-txt {
        z-index: 2;
    }
    .banner-img {
        display: block;
        position: absolute;
        z-index: 1;
        right: -45px;
        top: 0;
        max-height: 576px;
        overflow: hidden;
    }
    form .title{
        padding: 30px 0;
    }
    .page-content .hidden-md-page-content{
        display: none;
    }
}
@media (min-width: 1200px) {
    .homepage .lots-title{
        font-size: 35px;
        line-height: 35px;
    }
    .homepage .lots-txt {
        font-size: 29px;
        line-height: 30px;
    }
    .homepage .lot-info{
        font-size: 20px;
        line-height: 20px;
    }
    .page-content .lots-title {
        font-size: 20px;
        line-height: 20px;
    }
    .page-content .lots-txt .lots-title, .page-content .lots-txt .lot-desc{
        padding-right: 25px;
    }
    .page-content .lot-desc {
        font-size: 23px;
        line-height: 24px;
    }
    .page-content .lot-info{
        font-size: 15px;
        line-height: 15px;
    }
    .homepage .lot-info{
        font-size: 15px;
        line-height: 15px;
    }
    form .title{
        font-size: 16px;
        padding: 30px 40px;
    }
}