/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; overflow-x: hidden;}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #cecece; color: #fff; text-shadow: none; }
::selection { background: #cecece; color: #fff; text-shadow: none; }




/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 0px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: Matthieu LIGIER
   ========================================================================== */

   
body 		                            { background-color:#ffffff; color:#2b2b2b; font-family: Arial, Verdana, Helvetica, sans-serif; font-size:12px; }
ul 			                            {  }
ul li 		                          {  }
ul li a 		                        { text-decoration:none;color:#FFFFFF; }


div ul.nav-menu                                           { margin: 0 auto; 	display: block; }
div ul.nav-menu li.nav-item                               { display: block; float: left;}
div ul.nav-menu > li.nav-item > a                         {   display: block; text-decoration: none;           position:relative;}
div ul.nav-menu li.nav-item:hover                         {	/* Couleur de fond pour les menu principaux */}
div ul.nav-submenu                                        {  margin-top:0px;display: none; font-size: 12px;z-index:10000;position: absolute; width: 200px; box-shadow: black 0px 1px 1px 0px; }
div ul.nav-menu > li.nav-item:hover > ul.nav-submenu      { display: block; }
div ul.nav-menu li.dropdown-item:hover > ul.nav-submenu   { display: block; }
div ul.nav-submenu ul.nav-submenu                         { position: absolute;top: 0px;width: 200px;left: 200px; display: none; float: left; }
div ul.nav-menu li.dropdown-item                          { position: relative; }
div li.dropdown-item ul.nav-submenu li a                  { position: relative;	display: block;	color: #363636;	text-decoration: none;background-color: #CCC;}
div li.dropdown-item  ul.nav-submenu li.select a          { color: #363636;}
div li.dropdown-item  ul.nav-submenu li a:hover           {	background: #666666;	color: #FFFFFF;}
div li.dropdown-item  ul.nav-submenu li:last-child  a     { }


a			                           { text-decoration:none;}
h1                                  { margin: 0px; padding: 0px; color : #303030;font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 18px;text-align: left;}
input, textarea                     {	border: 1px;border-radius:4px;border-color: #CCC;border-style: solid;padding: 10px;margin-top:5px; }
.space					               { height:35px;}   
.space2					               { height:15px;} 
.space3                             { height:25px;} 
.top                                { width: 100%; height: 50px; background-image: url(../images/design/band_top.jpg); background-repeat: repeat-x;}
.bottom                             { width: 100%; height: 50px; border-top: solid 1px #2b2b2b;}

.lien-top-right                     { margin-top: 15px; text-align: right; padding-left: 30px;}
.lien-top-right a                   { color: #b9b9b9; font-size: 11px; }
.lien-top-left                      { margin-top: 15px; font-family: Arial, Verdana, Helvetica, sans-serif;color: #b9b9b9;font-size: 11px;margin-top: 20px;}
.lien-top-left a                    { color: #b9b9b9; font-size: 11px; }

.lien-bottom-right                  { margin-top: 15px; text-align: right; padding-left: 30px;color:#2b2b2b;padding-top: 11px;}
.lien-bottom-right a                { color: #2b2b2b; font-size: 11px; }
.lien-bottom-left                   { margin-top: 15px; font-family: Arial, Verdana, Helvetica, sans-serif;color: #2b2b2b;font-size: 11px;padding-top: 17px;}
.lien-bottom-left a                 { color: #2b2b2b; font-size: 11px; }

.logo                               { background-image: url(../images/design/logo-5.png); background-repeat: no-repeat; height: 80px;top: 20px;position: relative; }
.menu                               { height: 80px;}
div.menu ul                         { margin-top:35px;}
div.menu ul li                      { width: 110px; height: 45px; color: #FFFFFF; background-color: #191919; text-align: center; margin-left: 2px;display: block; float: left; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px;}
div.menu ul li:hover                { background-color: #CCCCCC; color: #363636; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px;}
div.menu ul li a                    { width: 110px;height: 32px;padding-top: 15px;}
div.menu ul li a:hover              { color: #363636;}
div.menu ul li.first-menu           { background-color: #FFFFFF;}
div.menu ul li ul                   { margin-top: 0px;}
div.menu ul li ul li                { margin-left: 0px; width: 200px; text-align: left; }
div.menu ul li ul li a              { width: 175px;padding-left: 25px;}
.line-separator                     { height: 20px; border-top: 1px; border-top-color: #000000; border-top-style: solid;margin-top: 2px;}
.line-separator2                    { height: 1px; border-top: 1px; border-top-color: #000000; border-top-style: solid;margin-top: 2px;}
.line-separator-mini                { height: 5px; border-top: 1px; border-top-color: #000000; border-top-style: solid;margin-top: 10px;}
.diaporama                          { height: 355px;}
.diapo-photo                        { height: 355px;width: 700px; background-color: #FFFFFF; float: left;}
.diapo-description                  { height: 355px;width: 362px; background-color: #191919; float: left;}
.info-produit                       { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; margin : auto; width: 70%; margin-top: 35px;}
.info-produit tr                    { border-top: solid 1px #464646; vertical-align: middle; }
.info-produit tr:first-child        { border-top: solid 0px #464646;  }
.info-produit tr:last-child         { border-bottom: solid 0px #464646;  }
.info-produit tr td                 { vertical-align: middle;  }
.produit-libelle                    { color: #FFFFFF;height: 30px; padding-left: 5px;}
.produit-valeur                     { color: #999898;height: 27px; padding-right: 5px;}
.produit-prix                       { text-align: right;font-size: 18px;font-weight: bold;color: white;font-family: Arial;margin-top: 26px;margin-right: 40px;}
.btn-infos                          { margin-left: 20px;margin-top: 12px;}
.box                                { margin-top: 40px;width: 1062px;float: left; font-family: Arial, Verdana, Helvetica, sans-serif; color: #2b2b2b; text-align: justify;}
.box-mini                           { border : 1px solid #CCCCCC; margin-top: 25px;padding: 25px;width: 285px;float: left; font-family: Arial, Verdana, Helvetica, sans-serif; color: #818181; text-align: justify;margin-right: 25px;max-height: 350px;min-height: 350px; overflow: hidden;}
.photos_biens_mini                  { float: left; margin-right: 10px;}
.bouton-infos                       { margin-top: 15px;margin-left: 210px;}

.table-bien                         { width: 100%;}
.table-bien tr                      { height: 120px;}
.list-bien                          { width: 100%;}
.titre-bien                         { margin: 0px; padding: 0px; color : #303030;font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;float: left; width: 752px; font-weight: bold;}
.prix-bien                          { margin: 0px; padding: 0px; color : #303030;font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px;float: left; width: 176px; text-align: right; font-weight: bold;}
.texte-bien                         { margin: 15px 0px 0px 0px; padding: 0px; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; width: 762px; float: left;}
.btn-info-bien                      { text-align: right; margin-top: 15px;}
.ref-bien                           { font-size: 10px;margin-top: 3px;margin-bottom: -10px;}

.lien-retour                        { margin-top: 10px;margin-bottom: -25px;position: absolute;margin-left: 48px;width: 1060px;text-align: right;font-family: Verdana;color: #999;}

.fiche-bien-titre                   { width: 650px;float: left;}
.fiche-bien-prix                    { text-align: right;}
.fiche-bien-prix label              { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; color: #818181; font-weight: normal;}
.fiche-bien-sous-titre              { margin: 0px; padding: 0px; color : #303030;font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; font-weight: bold;}
.fiche-bien-infos                   { margin-top: 25px;}
.fiche-bien-detail                  { width:336px; float: left;height: 295px;border-right: 1px solid #CCCCCC;}
.fiche-bien-detail table            { width: 336px;}
.fiche-bien-detail table tr td      { height: 30px; font-family: Arial, Verdana,Helvetica, sans-serif;vertical-align: middle;}
.fiche-bien-option                  { margin-left: 36px;width:336px; float: left;border-right: 1px solid #CCC;height: 295px;}
.fiche-bien-option ul li            { display: list-item; list-style-type:disc; margin-left: 17px; margin-bottom: 5px;}
.fiche-bien-dpe                     {margin-left: 742px;}
.social                             { float:left; text-align: left;margin-top: 6px}

.selecteur                          { width: 300px; float: right; margin-top: 5px;}    

.recherche-bien                     { float: left;}
.recherche-bien td                  { vertical-align: middle;}
.recherche-bien tr                  { height: 30px;} 
.recherche-bien-label               { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: bold; width: 150px; float: left; text-align: right;}
.recherche-bien-span                { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: bold; margin-left: 7px; margin-right: 15px;}
.recherche-bien-input               { padding: 3px; border-radius: 3px; border: 1px solid #CCC;font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; width: 200px; color: #818181; margin: 0px; } 
.recherche-bien-input-medium        { padding: 3px; border-radius: 3px; border: 1px solid #CCC;font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; width: 120px;  color: #818181; margin: 0px; } 
.recherche-bien-input-small         { padding: 3px; border-radius: 3px; border: 1px solid #CCC;font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; width: 60px;  color: #818181; margin: 0px; } 
.recherche-bien-select              { padding: 2px; border-radius: 3px; border: 1px solid #CCC;font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; width: 208px; color: #818181; margin: 0px; }
.recherche-bouton                   { background-image: url(../images/design/bouton_chercher.png);width: 102px; height: 31px; border: 0px ;position: absolute;margin-top: 150px;margin-left: -104px; }


.nb-result-bien-select              { padding: 2px; border-radius: 3px; border: 1px solid #CCC;font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; width: 50px; color: #818181; margin: 0px;}
.tri-result-bien-select             { padding: 2px; border-radius: 3px; border: 1px solid #CCC;font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; width: 150px; color: #818181; margin: 0px;}


/* =============================================================================
   SLYDE POUR LA PAGINATION
   ========================================================================== */

.pagination                            {}
.pagination ul                         {  display: inline-block;  *display: inline;  margin-bottom: 0;  margin-left: 0;  *zoom: 1;}
.pagination ul > li                    {  display: inline;}
.pagination ul > li > a,
.pagination ul > li > span             {   float: left;   padding: 5px 12px;   line-height: 20px;   text-decoration: none;   background-color: #EEE;   border: 1px solid #AAA;  color: #555;   font-size: 11px; margin-right: 8px;}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span        {  color: #FFF;  background-color: #191919; border-color: #191919; }
.pagination ul > .active > a,
.pagination ul > .active > span        {  color: #FFF;  background-color: #191919; border-color: #191919; }
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover   {  color: #FFF;  background-color: #191919;  cursor: default;  background-color: transparent;}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {  border-left-width: 1px;}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span  {}
.pagination-centered                   {  text-align: center;}
.pagination-right                      {  text-align: right;}



/* =============================================================================
   SLYDE POUR LES FICHE DES BIENS 
   ========================================================================== */

#container                          { position: relative;z-index: 0;margin-left: -25px;float: left}
#products_example                   { width:600px;   height:282px;   position:relative;}
/*   Slideshow*/
#products                           { margin-left:26px;}
/*   Slides container   Important:   Set the width of your slides container Set to display none, prevents content flash*/
#products .slides_container         { width:366px;   overflow:hidden;   float:left;   position:relative;   border:1px solid #dfdfdf;   display:none;}
/*   Each slide   Important:   Set the width of your slides   If height not specified height will be set by the slide content   Set to display block*/
.slides_container a                 { width:366px;   height:274px;   display:block;}
/*   Next/prev buttons*/
#products .next,#products .prev     { position:absolute;   top:127px;   left:0;   width:21px;   height:0;   padding-top:21px;   overflow:hidden;   display:block;   z-index:101;}
#products .prev                     { background: url(../images/design/slyde/arrow-prev.png);left: 185px;margin-top: 120px;}
#products .next                     { background: url(../images/design/slyde/arrow-next.png);left: 215px;margin-top: 120px;}
/*   Pagination*/
#products .pagination               { background:#dfdfdf;   width:130px;   padding:5px 5px;   float:left;   margin-left:30px;   border-radius:5px;   -webkit-border-radius:5px;   -moz-border-radius:5px;margin-top: -0.5px;}
#products .pagination li            { float:left;   margin:2px 4px;   list-style:none;}
#products .pagination li a          { display:block;   width:55px;   height:41px;   margin:1px;   float:left;   background:#f9f9f9;}
#products .pagination li.current a  { border:1px solid #7f7f7f;   margin:0;}
/*   Footer*/
#footer                             { clear:both;   text-align:center;   width:580px;   margin-top:9px;   padding:4.5px 0 18px;   border-top:1px solid #dfdfdf;}
#footer p                           { margin:4.5px 0;   font-size:1.0em;}





/* =============================================================================
   Style Infos Bulles
   ========================================================================== */
#bulle                              { position: absolute; visibility: hidden;  font-size:12px; box-shadow: #858585 2px 2px 20px 1px; z-index: 10000;}
.info                               { border:1px solid #666666; padding: 10px; color:#666666; background-color:#FFFFFF;font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 14px; color : #303030; }

/* Failure Notification Box */
.fail                { background-color: #FFE1E1;  border: 1px solid #FF0000; color: #FF0000; padding:5px; border-radius:4px;font-size:10px;width: 390px;}
.fail img            { padding-bottom:2px;}
/* Success Notification Box */
.success             { background-color: #E3FFDF;  border: 1px solid #97FF88; color: #009900;   padding:5px; border-radius:4px;font-size:10px;width: 390px;}
.success img            { padding-bottom:2px;}



/* =============================================================================
   Responsive Grid Layout
   ========================================================================== */
div.layout-1218 { width: 100%; max-width: 1218px; margin: 0px auto; overflow: hidden;}
div.row { height: 1%; }
div.row-end { clear: both; font: 1px/1px sans-serif; height: 0px; overflow: hidden; }
div.col1, div.col2, div.col3, div.col4, div.col5, div.col6, div.col7, div.col8, div.col9, div.col10, div.col11, div.col12, div.col13, div.col14, div.col15, div.col16 { float: left;  }
div.col1:first-child, div.col2:first-child, div.col3:first-child, div.col4:first-child, div.col5:first-child, div.col6:first-child, div.col7:first-child, div.col8:first-child, div.col9:first-child, div.col10:first-child, div.col11:first-child, div.col12:first-child, div.col13:first-child, div.col14:first-child, div.col15:first-child, div.col16:first-child {  }
div.col1 { width: 48px; }
div.col2 { width: 126px; }
div.col3 { width: 204px; }
div.col4 { width: 282px; }
div.col5 { width: 360px; }
div.col6 { width: 438px; }
div.col7 { width: 516px; }
div.col8 { width: 594px; }
div.col9 { width: 672px; }
div.col10 { width: 750px; }
div.col11 { width: 828px; }
div.col12 { width: 906px; }
div.col13 { width: 984px; }
div.col14 { width: 1062px; }
div.col15 { width: 1140px; }
div.col16 { width: 1218px; }


/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
