﻿.reserv_container
{
}


.close-btn
{
    background: url(/Images/close_btn.png) right 0 no-repeat;
    height: 58px;
    padding: 0px 10px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 58px;
}

.icon-cancel:before
{
    content: '+';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    transform: rotate(45deg);
    font-size: 21px;
}

.close-btn span
{
    color: #555555;
}

.dir_icon
{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ffb609;
    position: absolute;
    left: 23px;
    bottom: 5px;
}

.number_text
{
    color: #fafafa;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding-top: 4px;
    font-family: 'MuseoB';
}

.number_wraper
{
    background-color: #ffb609;
    float: left;
    height: 23px;
    position: relative;
    overflow: visible;
    text-align: center;
    width: 24px;
    position: absolute;
    left: 0px;
    line-height: 0;
}

.form_title
{
    font-size: 18px;
    font-family: 'MuseoL';
    padding: 0px 0px 0px 40px;
    position: relative;
    height: 36px;
}

.form_container
{
    width: 285px;
    margin: 0 auto;
}

.reserv_form_container
{
    width: 100%;
}

.select_dest
{
    border: none;
    width: 100%;
    font-size: 11px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.link_acces_agence
{
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 18px;
    color: #FFB60C;
    display: inline-block;
}

    .link_acces_agence:hover
    {
        text-decoration: none;
        color: #ffb609;
    }

.form_content
{
    float: none;
    margin: 0 auto 35px auto;
    max-width: 265px;
}

.icon_to_right
{
    position: relative;
    top: 2px;
    padding-left: 5px;
    font-size: 18px;
}

    .icon_to_right:before
    {
        content: '\e802';
    }

[class^="icon_"]:before, [class*=" icon_"]:before
{
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
}

.date_depart, .date_arrivee
{
    width: 100%;
    background: #ffffff url(/Images/calendar-icon.png) 10px center no-repeat;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    display: inline-block;
    height: 26px;
    padding-left: 11%;
    margin-bottom: 15px;
    font-size: 13px;
}

input#from
{
}

.label_depart, .label_arrivee, .select_container label, .text_promo_code
{
    font-weight: lighter;
    font-size: 11px;
    float: none;
}

.select_voyag
{
    border: none;
    width: 100%;
    font-size: 11px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.select_container
{
    width: 30.33%;
    float: left;
    margin-bottom: 40px;
}

.first_select_container
{
    margin-right: 3%;
}

.second_select_container
{
    margin-right: 1.5%;
    margin-left: 1.5%;
}

.third_select_container
{
    margin-left: 3%;
}

.text_promo_code
{
    width: 50%;
    float: left;
    line-height: 2;
}

.code_promo
{
    float: left;
    width: 50%;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    display: inline-block;
    height: 26px;
    padding-left: 11%;
    margin-bottom: 15px;
    font-size: 13px;
    width: 50%;
}

.submit_reserv
{
    background-color: #ffb609;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    padding: 12px 0 11px 0;
    font-size: 17px;
    width: 100%;
    -webkit-appearance: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .submit_reserv:hover
    {
        background-color: #555555;
    }

@media (max-width: 835px) and (min-width: 768px)
{
    #reserv_form.in
    {
        width: 390px;
    }
}
@media (max-width: 767px)
{
    #reserv_form
    {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        position: relative;
        overflow: hidden;
        display: none;
        top: 0px;
        left: 0px;
        height: auto;
        width: 100%;
        padding: 0px 0px;
    }

        #reserv_form.in
        {
            display: inline-block;
            height: auto;
            width: 100%;
        }
    .form_container {
    width: 90%;
    margin: 0 auto;
}
.form_content {
    float: none;
    margin: 0 auto 35px auto;
    max-width: none;
}
.form_title{
    margin-top:10px;
}
}
