﻿/*---------------------Formulaires */
select, input, textarea
{
    border: 1px solid #bcedfc;
    color: #17b6e5;
    font-size: 11px;
}

    select, textarea, input:not([type="radio"]) /*car probleme d'affichage des boutons radio sur ipad*/
    {
        background: url('/images/form_bg.gif') repeat-x;
    }

/*------------------------ Commun */
.pushpin
{
    text-align: center;
    font-weight: bold;
    position: absolute;
    z-index: 2;
    background-image: url('/images/pushpins.png');
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 11px;
}

.pushpin-style
{
    /*-moz-user-select: none;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;*/
    position: relative;
    z-index: 1000;
}

.pushpin-orange
{
    background-image: url("/images/pushpins_orange_gd.png");
}

.pushpin-bleu
{
    background-image: url("/images/pushpins_bleu_gd.png");
}

.map-picto
{
    background: url("/images/map-picto-bg.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 56px;
    width: 56px;
}

    .map-picto img
    {
        height: 32px;
        left: 8px;
        position: absolute;
        top: 8px;
        width: 33px;
    }

.pushpin-number
{
    /*color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 7px;
    height: 32px;
    width: 19px;*/
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    position: absolute;
    text-align: center;
    top: 8px;
    width: 28px;
}

.pushpin-image
{
}


.locationMarkerLabel
{
    font-weight: bold;
    color: #FFFFFF;
}

h2, .afficherResultatsP
{
    background: transparent url('/images/h2_bg.gif') no-repeat scroll right center;
    clear: both;
    display: block;
    margin: 0 0 7px;
    padding: 10px 0 10px 0;
}

    h2 span, .afficherResultatsP span
    {
        background: #FFFFFF none repeat scroll 0 0;
        color: #FF9000;
        font-weight: bold;
        padding-right: 5px;
    }

.blocEtoiles
{
    white-space: nowrap;
}

.etoile
{
    display: -moz-inline-box;
    display: inline-block;
    width: 11px;
    height: 10px;
    background: url('/images/pictos.gif') 0px -242px no-repeat;
    margin: 0 1px 0 0;
}

.off
{
    background-position: -13px -242px;
}

/*---------------------
recherche */

.recherche
{
    width: 167px;
    height: 21px;
    float: right;
    margin: 4px 0 0 10px;
    background: url('/images/top_recherche.png') 0px 0px no-repeat;
}

    .recherche DIV
    {
        width: 146px;
        height: 21px;
        float: left;
    }

    .recherche input
    {
        font-weight: bold;
        font-size: 10px;
        width: 137px;
        height: 12px;
        border: 0px;
        padding: 0px;
        margin: 0px;
        margin-left: 5px;
        margin-top: 4px;
        background: transparent;
    }

    .recherche a
    {
        display: inline-block;
        cursor: pointer;
        width: 21px;
        height: 21px;
        margin: 0 !important;
        padding: 0 !important;
        text-decoration: none;
        background: url('/images/top_recherche.png') 0px -26px no-repeat;
    }

        .recherche a:hover
        {
            text-decoration: none !important;
            background: url('/images/top_recherche.png') 0px -52px no-repeat;
        }



/*---------------------
Zone de titre */

.zoneTitre
{
    width: 100%;
    float: left;
    padding: 0 0 20px 0;
}
/*Fil d'ariane*/
#FilAriane
{
    display:block;
}
#FilAriane div
{
    display:inline-block;
}
#FilAriane div:not(:last-child):after
{
    content:" > "
}
#FilAriane a, #FilAriane span
{
    color: #000000;
    font-size: 10px;
}
#FilAriane a
{
    text-decoration: underline;
}

H1, .h1
{
    margin: 0;
    font-size: 19px;
    font-weight: bold;
    color: #f28900;
}

    H1 span
    {
        color: #1aa1c7;
        font-weight: normal;
    }

    H1.setInline
    {
        display: inline;
    }

span.titleSpan
{
    color: #1aa1c7;
    font-weight: normal;
}

/*---------------------
Positionnement des colonnes */

.colLeft
{
    float: left;
    width: 526px;
    padding: 0 0 25px 0;
}

    .colLeft p
    {
        margin: 0 0 11px 0;
    }

.colRight
{
    float: left;
    width: 432px;
    margin: 0 0 0 29px;
    padding: 0 0 25px 0;
}

.imgWaiting
{
    display: none;
    float: left;
    margin-left: 380px;
}

#speech
{
    display: none;
    border: 0;
    background: none;
    outline: none;
    font-size: 20px;
    width: 20px;
    float: left;
    margin-left: 380px;
}

/* ---------------------
Résultats de recherche */

.listeHeber H2
{
    background: none;
    border-bottom: #f28900 solid 2px;
    font-weight: bold;
    color: #1aa1c7;
    width: 375px;
    margin: 0 0 5px 0;
    padding: 0;
}

.listeHeber .price
{
    font-size: 25px;
    font-weight: bold;
    color: #f28900;
    line-height: 30px;
    text-decoration: none;
}

.listeHeber .bloc .droit
{
    width: 106px;
    float: left;
    text-align: center;
    line-height: 15px;
    padding: 35px 0px 0px 0px;
}
/* ---------------------
Bloc hébergement */

.progress-message
{
    border: 1px solid #F28900;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    width: 496px;
}

.progress-bar
{
    margin: 0 auto 30px;
    width: 545px;
    padding-top: 15px;
}

.bloc
{
    position: relative;
    padding: 5px;
    margin: 0 0 16px -5px;
    display: table;
    width: 100%;
    /*ombrage sur la box*/
    -moz-box-shadow: 1px 1px 4px #555;
    -webkit-box-shadow: 1px 1px 4px #555;
    box-shadow: 1px 1px 4px #555;
}

/* PushPin */
.listeHeber .pushpin
{
    width: 29px;
    height: 30px;
    padding: 9px 0 0 0;
    margin: -2px 0 0 138px;
}

.hebergement .pushpin
{
    background-position: 0px 0px;
}

.poi .pushpin
{
    background-position: 0px -45px;
}

.bloc .photos, .bloc .texte, .bloc .droite
{
    display: table-cell;
}

/* Photos */
.bloc .photos
{
    width: 32%;
    vertical-align: top;
}

.carteFull .bloc .photos
{
    width: 84px;
    float: left;
}
/* Zone centrale */
.bloc .texte
{
    width: 53%;
}

    .bloc .texte p
    {
        margin: 0px;
    }
.bloc .texte p.distance
{
    color:#1AA1C7;
    font-style:italic;
    margin-bottom:2px;
}

.bloc a.titre
{
    font-size: 16px;
    font-weight: bold;
    color: #f28900;
    text-decoration: none;
    cursor: pointer;
}

    .bloc a.titre:hover
    {
        text-decoration: underline;
        color: #1aa1c7;
        cursor: pointer;
    }
.bloc .ville,.bloc .city
{
    display:block;
    color:#1AA1C7;
}

.bloc .ville a,.bloc .city a
{
    text-decoration: none;
    font-size: 12px;
}

.bloc .soustitre
{
    font-size: 10px;
    font-weight: bold;
    color: #1aa1c7;
    margin: 5px 0 5px 0;
}

.bloc .theme a
{
    font-weight: bold;
    font-size: 11px;
    margin-left: 7px;
}


/* Zone de droite */
.bloc .droite
{
    text-align: center;
    width: 15%;
    vertical-align: middle;
}

.bloc .logo
{
    margin: 15px 0 8px 0;
}

.bloc a.prix
{
    color: #F28900;
    font-size: 25px;
    font-weight: bold;
    line-height: 27px;
    text-decoration: none;
    display: block;
}

    .bloc a.prix:hover
    {
        text-decoration: underline;
        color: #1aa1c7;
    }

.bloc .nuits
{
    font-size: 10px;
    font-weight: bold;
    color: #1aa1c7;
}

/* ---------------------
Zone de carte */

.map
{
    background: url('/images/ombre_bg.gif') -538px -13px no-repeat;
    padding: 7px;
    width: 425px;
    height: 444px;
    margin: -7px 0 0 -7px;
    position: relative;
}

    /* Haut de la carte */
    .map .barreTop
    {
        height: 19px;
        width: 100%;
        background: url('/images/pictos.gif') 0px -410px repeat-x;
        overflow: hidden;
    }

        .map .barreTop a
        {
            color: #FFFFFF;
            font-weight: bold;
            font-size: 11px;
            text-decoration: none;
            display: -moz-inline-box;
            display: inline-block;
            height: 19px;
            padding: 2px 5px 0 23px;
        }

            .map .barreTop a.fullscreen
            {
                background: url('/images/pictos.gif') 4px -455px no-repeat;
            }

                .map .barreTop a.fullscreen:hover
                {
                    background: url('/images/pictos.gif') 4px -472px no-repeat;
                }

            .map .barreTop a.modeliste
            {
                background: url('/images/pictos.gif') 4px -527px no-repeat;
            }

                .map .barreTop a.modeliste:hover
                {
                    background: url('/images/pictos.gif') 4px -544px no-repeat;
                }

    .map .zoneActions
    {
        height: 19px;
        float: left;
    }

/* --------------------------
Bloc affiner les résultats */

.affiner .titre
{
    font-weight: bold;
    color: #1aa1c7;
    padding: 0 7px 0 0;
}

.affiner a
{
    color: #000000;
    white-space: nowrap;
    padding: 0 10px 0 0;
}

    .affiner a:hover
    {
        color: #f28900;
    }

.barreFiltrePrix
{
    background: url('/images/barre_filtre_prix.gif') no-repeat;
    width: 180px;
    height: 16px;
}

.cursorPrix
{
    width: 9px;
    height: 9px;
    background: url('/images/pictos.gif') left -698px repeat-x;
}

/* blocFiltres */

.blocFiltres .col
{
    float: left;
    width: 200px;
    margin: -15px 15px 5px 0;
}

.blocFiltres ul
{
    padding: 0;
}

.blocFiltres div div
{
    font-weight: bold;
    margin: 20px 0 3px 0;
}

.blocFiltres div a
{
    margin-bottom: 3px;
}

    .blocFiltres div a.important
    {
        font-weight: bold;
    }

.blocFiltres ul li
{
    list-style: none;
    margin: 3px 0 3px 0;
}


#mapVVDC
{
    width: 425px;
    height: 425px;
    overflow: hidden;
}

.visibleBloc
{
    display: inline-block;
}

.hiddenBloc
{
    display: none;
}

.markerLabel
{
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 7px;
}

.messageErreur span
{
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FF0000;
}

span.theme span
{
    color: #1AA1C7;
    padding-left: 5px;
}

.selectedRadius
{
    color: #f28900 !important;
}

/*---------------------
CSS des Pubs */

.zoneList h2
{
    background: none;
    color: #F28900;
    float: none;
    font-size: 16px;
    font-weight: bold;
}

.bon-plan-container-map h2, .bon-plan-container-price h2
{
    background: none;
    color: #1AA1C7;
    float: none;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

/*---------------------
Checkbox pour type de données */

.checkType
{
    height: 17px;
    display: inline-block;
    background: url('/images/checktype_bg.gif') bottom right repeat-x;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    position: absolute;
    z-index: 1000;
    left: 85px;
    top: 33px;
}

    .checkType .element
    {
        display: inline-block;
        border-left: 1px solid black;
        padding: 1px 3px 4px 3px;
        height: 12px;
    }

        .checkType .element label
        {
            margin-left: 3px;
        }

    .checkType input
    {
        width: 13px;
        height: 13px;
        padding: 0;
        margin: 0;
        vertical-align: bottom;
        position: relative;
        top: -1px;
    }


.listeHeber
{
    clear: both;
    position: relative;
}

.ui-datepicker
{
    z-index: 3;
}

.miniarrow
{
    width: 4px;
    height: 8px;
}
/*BLOC rejoingnez nous */
#SocialLinks
{
    float: right;
}

    #SocialLinks .titre
    {
        display: block;
        background: url('/images/onglet_social.png');
        background-position: 0 -24px;
        background-repeat: no-repeat;
        height: 23px;
        padding: 0 0 0 11px;
    }

        #SocialLinks .titre span
        {
            height: 23px;
            display: block;
            background: url('/images/onglet_social.png');
            background-repeat: no-repeat;
            background-position: right top;
            padding: 3px 11px 0 0;
            font-weight: bold;
            font-size: 13px;
            color: White;
        }

.followus
{
    display: block;
}

    .followus ul
    {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .followus li
    {
        display: inline-block;
    }

        .followus li a
        {
            background: url('/images/follow_us.png') top left no-repeat;
            width: 26px;
            height: 25px;
            display: block;
        }

        .followus li .google
        {
            background-position: -28px 0;
        }

        .followus li .twitter
        {
            background-position: -56px 0;
        }

        .followus li .blog
        {
            background-position: -83px 0;
            width: 31px;
        }

        .followus li .facebook:hover
        {
            background-position: 0 -37px;
        }

        .followus li .google:hover
        {
            background-position: -28px -37px;
        }

        .followus li .twitter:hover
        {
            background-position: -56px -37px;
        }

        .followus li .blog:hover
        {
            background-position: -83px -37px;
        }

.bestoffer
{
    font-weight: bold;
    color: #1AA1C7;
    display: block;
}

.clear
{
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }