/*CONTENEUR*/
#modalBackground
{
    background-color: #1AA1C7;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    border-radius: 5px;
    opacity: 0.7;
}

#modalBackground .waitBar
{
    position: absolute;
}

    #modalBackground .waitBar div
    {
        background-color: #F28900;
        background-image: -moz-linear-gradient(45deg, #F28900 25%, #FFD39C);
        background-image: -webkit-linear-gradient(45deg, #F28900 25%, #FFD39C);
        border-radius: 5px;
        width: 10px;
        height: 10px;
        float: left;
        margin-left: 5px;
        opacity: 0.1;
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        -moz-animation: move 1s infinite linear;
        -webkit-animation: move 1s infinite linear;
        -o-animation: move 1s infinite linear;
        animation: move 1s infinite linear;
    }

        #modalBackground .waitBar div:nth-child(1)
        {
            -moz-animation-delay: .1s;
            -webkit-animation-delay: .1s;
            -o-animation-delay: .1s;
            animation-delay: .1s;
        }

        #modalBackground .waitBar div:nth-child(2)
        {
            -moz-animation-delay: .2s;
            -webkit-animation-delay: .2s;
            -o-animation-delay: .2s;
            animation-delay: .2s;
        }

        #modalBackground .waitBar div:nth-child(3)
        {
            -moz-animation-delay: .3s;
            -webkit-animation-delay: .3s;
            -o-animation-delay: .3s;
            animation-delay: .3s;
        }

        #modalBackground .waitBar div:nth-child(4)
        {
            -moz-animation-delay: .4s;
            -webkit-animation-delay: .4s;
            -o-animation-delay: .4s;
            animation-delay: .4s;
        }

@-moz-keyframes move
{
    0%
    {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    100%
    {
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0.1;
    }
}

@-webkit-keyframes move
{
    0%
    {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    100%
    {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0.1;
    }
}

@keyframes move
{
    0%
    {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    100%
    {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0.1;
    }
}

#popup
{
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 25px 5px #999;
    display: none;
    width: 200px;
    min-width: 200px;
    padding: 15px;
}

    #popup.wait
    {
        background-image: url('/images/loading/ajax-loader-small.gif');
        background-repeat: no-repeat;
        background-position: center;
    }

    #popup .popupCloseButton
    {
        border-radius: 7px 7px 7px 7px;
        box-shadow: none;
        padding: 2px 6px;
        position: absolute;
        right: -7px;
        top: -7px;
        background-color: #f68900;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
    }

        #popup .popupCloseButton span
        {
            font: bold 131% sans-serif;
            color: #fff;
        }
/*COMMUN*/

.popupContent span.libDate
{
    display: inline-block;
}

.popupContent input.date
{
    font-size: 11px;
    font-weight: normal;
    width: 58px;
    display: inline-block;
}

.popupContent a.calend, .popupContent a.calendar
{
    margin-right: 5px !important;
    background: url("/images/pictos.gif") no-repeat scroll left -217px transparent !important;
    display: inline-block !important;
    height: 16px !important;
    text-decoration: none !important;
    width: 15px !important;
}

.popupContent span.error
{
    color: red;
    font-weight: bold;
}

/*CHECK DISPO*/
#checkDispoForm
{
    width: 370px;
}

    #checkDispoForm .titreHotel
    {
        color: #1AA1C7;
        font-size: 18px;
        font-weight: bold;
    }

    #checkDispoForm .noAvail
    {
        color: #FF0000;
    }

    #checkDispoForm .availoading
    {
        display: none;
    }

/*MESSAGE*/
#showMessageForm
{
    width: 300px;
    text-align: center;
}

    #showMessageForm span
    {
        color: #1AA1C7;
        font-weight: bold;
    }

/*RECOMMENDLINK*/
#recommendLinkForm
{
    width: 350px;
}

/*LOCATION-POI DETAIL*/
#locDetailForm, #poiDetailForm
{
    width: 825px;
}

.popupContent .detailBloc .adress
{
    width: 450px;
}

.popupContent .detailBloc .gmap
{
    width: 300px;
    margin-right: 2px;
}

.popupContent .detailBloc #mapStreetView .panoramio img
{
    width: 300px;
    height: 164px;
}

@media only screen and (max-width: 860px), only screen and (max-device-width: 860px)
{
    #locDetailForm, #poiDetailForm
    {
        width: 550px;
    }

    .popupContent .detailBloc .name
    {
        min-width: 152px;
        max-width: 450px;
    }

    .popupContent .detailBloc .adress
    {
        width: 388px;
    }

    .popupContent .detailBloc #LocMoreInfo
    {
        float: none;
        margin: 0;
    }

    .popupContent .detailBloc div.photos:not(.panoramio)
    {
        max-width: 156px;
    }

    .popupContent .detailBloc div.photos img.item
    {
        width: 152px;
        height: 106px;
    }

    .popupContent .detailBloc .offer .priceBloc
    {
        width: 170px;
    }

    .popupContent .detailBloc .gmap, .popupContent .detailBloc .around
    {
        width: 273px;
    }

    .popupContent .detailBloc .around
    {
        margin-top: 5px;
    }

    .popupContent .detailBloc #mapStreetView .panoramio img
    {
        width: 273px;
    }

    .popupContent .detailBloc #mapStreetView
    {
        margin-right: 0px;
    }
}
