#top{
    height:70px;
    background-color: #fff;
}

#top #lp_logo{
    max-height:50px;
}

#lp_header_background{
    height:400px;
    padding-bottom: 70px;
    background-size: cover;
    background-position: center;
    display: flex;
}

#lp_header_background .container{
    margin: auto;
}

#lp_header_texte{
    color:#ffffff;
    text-transform: uppercase;
    font-size:30px;
    display:flex;
    align-items: center;
}

#lp_header_image{
    display:flex;
    margin: auto;
    max-height:300px;
}

#main-content .container{
    margin-top:-70px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.11);
}

/***** Countdown *****/

#lp_countdown{
    height:140px;
}

#lp_countdown #endOffers{
    text-transform: uppercase;
    margin-bottom: 5px;
    opacity: 0.7;
    letter-spacing: 1px;
}

#lp_countdown table{
    margin:auto;
}

#lp_countdown table td{
    width:90px;
    text-align: center;
}

#lp_countdown table #countdown{
    font-size:35px;
    line-height: 35px;
    font-weight: bold;
}

#lp_countdown table #countdown td{
    padding-top:10px;
}

/***** Main ***/

#lp_main_text{
    display: block;
    padding: 20px 0;
}

#main-text{
    background-color:#f7f7f7;
    padding:30px;
    margin-bottom: 20px;
}

/***** Stepper ***/

#stepper{
    text-align:right;
    border-bottom : 1px solid #efefef;
    padding-bottom:5px;
    margin-bottom: 30px;
}


#stepper #btn-prev{
    float:left;
    border-radius: 50px;
    text-transform: uppercase;
    color: #666;
    font-size: 13px;
    padding: 3px 10px;
    background-color: #ffffff;
}

#stepper #btn-prev:hover{
    background-color: #eeeeee;
}

#stepper .step{
    color: #cccccc;
}

#stepper .step i{
    font-size:13px;
}

/***** Forms *****/

input[requis="oui"] ~ label:after{
    content : " *";
    color : #c82724;
}

/***** Calencar *****/

.pignose-calendar.pignose-calendar-blue .pignose-calendar-top{
    background-color: #4a4a4a;
}

.pignose-calendar.pignose-calendar-blue{
    background-color: #ffffff;
}

/***** Btn *****/

.lp_btn{
    width:100%;
}

.btn-group{
    display: flex;
}

.btn-group .lp_btn{
    flex-grow: 1;
}

.btn-group .lp_btn:first-child{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.btn-group .lp_btn:last-child{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.btn-group .lp_btn.active{
    cursor: default;
}

/***** Slots *****/

.lp_slot{
    padding:15px;
    width:100%;
    margin-bottom: 8px;
    font-size:16px;
    line-height: 20px;
    text-align: center;
    cursor:pointer;
}

.lp_slot.indispo{
    opacity:0.2;
    cursor:not-allowed;
    border-color:grey;
    background-color: #cccccc;
    color: #000;
}

.lp_slot.indispo:hover{
    opacity:0.2;
    cursor:not-allowed;
    border-color:grey;
    background-color: #cccccc;
    color: #000;
}

@media (min-width: 1200px) {
    #lp_main_title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {


    #lp_header_background{
        padding: 30px;
        height:350px;
    }

    #lp_header_texte{
        margin-bottom: 30px;
        transform: scale(0.6);
    }

    #main-content .container {
        margin-top: 0px;
    }
}

.big-icon{
    font-size:40px;
    display:block;
    text-align: center;
}

/***** Success *****/

#resume{
    text-align: center;
}
#resume i{
    font-size:25px;
    color: #2b9c3c;
    margin-bottom:10px;
}
