/* Modification pour le formulaire de recherche en version large */

/********************
Formulaire de recherche élargi pour la recherche de dispo
********************/

#priority_search #searchFormContener,
#homePage #searchFormContener {
    width:325px;
    left: 25px;
}

#homePage #searchFormContener #searchForm .section .nbEl2 { width: 284px;}
#homePage #searchFormContener #searchForm .section .nbEl3 { width: 105px;}
#homePage #searchFormContener #searchForm .section .nbEl4 { width: 75px;}

#homePage #searchFormContener #searchForm .section .nbEl2 select { width: 280px;}
#homePage #searchFormContener #searchForm .section .nbEl3 select { width: 100px;}
#homePage #searchFormContener #searchForm .section .nbEl4 select { width: 55px;}

#homePage #searchFormContener #searchForm .section span.choice {
    display: inline;
}
#homePage #searchFormContener #searchForm p.roomFeature .choice label, 
#homePage #searchFormContener #searchForm p.roomFeature .choice select {
   width:50%;
}

/********************
Positionnement des mises en avant
********************/
#priority_search #priorityContener,
#homePage #priorityContener {
    float: right;
}



/********************
Formulaire de recherche élargi pour les produits hors dossier
********************/
#homePage #searchProductFormContener {
    width: 322px;
    float: right;
    margin-bottom: 15px;
}
#homePage #searchProductFormContener #searchProductForm .section .nbEl2 { width: 284px;}
#homePage #searchProductFormContener #searchProductForm .section .nbEl3 { width: 105px;}
#homePage #searchProductFormContener #searchProductForm .section .nbEl4 { width: 75px;}

#homePage #searchProductFormContener #searchProductForm .section .nbEl2 select { width: 280px;}
#homePage #searchProductFormContener #searchProductForm .section .nbEl3 select { width: 100px;}
#homePage #searchProductFormContener #searchProductForm .section .nbEl4 select { width: 55px;}

