
@media (max-width: 480px){
    .espaceing{
        margin-top:15% !important;
    }
}
/*!*Phones	481px - 767px	*!*/
@media (min-width: 481px) and (max-width: 767px){
    .espaceing{
        margin-top:15% !important;
    }
}

.espaceing{
    margin-top:5%;
}

.section .section-center {
    /*position: relative;*/
    left: 0;
    right: 0;
    transform: translateY(1%);
}

#booking {
    font-family: 'Montserrat', sans-serif;
    background-image: url('<?=$url?>images/ZaRYfYW.jpeg');
    background-size: cover;
    background-position: center;
    background: rgb(103, 130, 191);

}



.booking-form {
    background-color: #fff;
    padding: 50px 20px;
    -webkit-box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.booking-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.booking-form .form-control {
    background-color: #ebecee;
    border-radius: 4px;
    border: none;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3e485c;
    font-size: 14px;
}

.booking-form .form-control::-webkit-input-placeholder {
    color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control:-ms-input-placeholder {
    color: rgba(62, 72, 92, 0.3);
}

.booking-form .form-control::placeholder {
    /*color: rgba(62, 72, 92, 0.3);*/
    color:#000000;
}

.booking-form input[type="date"].form-control:invalid {
    color: rgba(62, 72, 92, 0.3);
}

.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.booking-form select.form-control+.select-arrow {
    position: absolute;
    right: 0px;
    bottom: 4px;
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    color: rgba(62, 72, 92, 0.3);
    font-size: 14px;
}


#booking .form-label{
    font-weight:bolder;
}

.booking-cta {
    margin-top: 80px;
    margin-bottom: 30px;
}

.booking-cta h1 {
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.booking-cta p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.check_perso {
    border: 2px solid #000;
}

