#exitFullB{
	z-index:2000;
	position:fixed;	
	right: 0px;
    top: 4px;
    color: white;
    background-color: black;
    padding: 6px;	
}

.thumbnail-mention,
.thumbnail-prix,
.thumbnail-lieu,
.thumbnail-dossier
{
	display: inline-block;
    color: white;	
    padding: 0px 5px;
    position: absolute;
}

.thumbnail-mention {
    top: 0px;
   	right: 10px;
}

.thumbnail-dossier {
	background-color: rgba(1, 34, 75, 0.7);
    bottom: 16px;
   	right: 10px;
}

.thumbnail-prix {
	background-color: rgba(1, 34, 75, 0.7);
    bottom: 16px;
    left: 0px;
}

.thumbnail-lieu
 {
    background-color: rgba(128, 0, 0, 0.7);
    top: 0;
    left: 0px;
}

.ioverlay{
    z-index:1029 !important;
}


/* MASONRY -> */
.grid:after {		/* clear fix */
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  float: left;
  padding: 0 10px 16px 0; 
}

.grid-item img {
  display: block;
  max-width: 100%;
}
/* MASONRY <- */


.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.mediaimg{ width: 130px }

.cursif span {display: inline-block; margin: auto; padding: 0 1em}

.navbar-collapse.in .open{
	background-color: aliceblue; 	
}

.nosidepadding{
	padding-left:2px;
	padding-right:2px;
}

.nosidemargin{
	margin-left:0;
	margin-right:0;
}

.floatimg img {float: right !important;}

.morespace {margin-bottom: 2em;}

.btn-grey {background-color: silver}
.btn-lessgrey {background-color: rgba(227, 227, 227, 1);}

.table-center td, .table-center th {
	text-align: center;
}

.gofull{
	height: inherit !important;
}
.gofull .ulShow img {
	height: calc(100vh - 160px);
}
.gofull .ps-list img {
    height: 120px !important;
    width: 120px !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: open sans,sans-serif;
}

.cursif{font-family: 'Sacramento', cursive;}

.footer {
  position: inherit;
  margin: 0 0 0 0;
  width: 100%;
  height: 64px;
  background-color: #f5f5f5;
}

.footer .container {
	padding-top: 8px;	
}

.footer a {
	color: inherit;	
}

.flex-direction-nav a { line-height: 1}

.xsnomargin {	
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
} 

.navbar-nav>li {
  float: none;
}

.smaller {
	font-size: 75%;
}

.larger {
	font-size: 125%;
}

.navbar-brand {
    float: left;
    padding: 10px 15px;
    font-size: 20px;
}

.borderUnderline{ 
	margin-bottom: 10px; 
	border-bottom: black thin solid; 
	display: inline;
}

.jumbotron {
    padding-top: 80px;
    padding-bottom: 1px;
    background-color: white;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #A94900;
    transition: color 0.4s ease 0s;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
    color: #A94900;
    transition: color 0.4s ease 0s;
}

.underlink a,
.underlink a:focus {
    border-bottom: white thin solid;
}

.underlink a:hover {
    border-bottom: #A94900 thin solid;
}


.dropdown-menu {
    text-align: center;
}

.fullWidthLg { width: auto;}

.left-column {text-align: left;}
.center-column {text-align: center;}
.right-column {text-align: right;}

.affix-top, .affix {
    top: 0;
    border-width: 0 0 1px;
    position: fixed;
    right: 0 ;
    left: 0 ;
    z-index: 1030 ;
}

#page-content { margin-top: 80px; }

.bandeau{position: relative; left: -10px; top: 30px; z-index: 1000;}
.bandeau img {width: 100px;}

@media (min-width: 440px) {
	.footer {
/* 	
	  position: fixed;
	  bottom: 0;
	   */
	  width: 100%;
	  background-color: #f5f5f5;
	  height: 64px;
	}	
	
    /* margin-bottom: 60px; */
 
	.fullscreen{    
	    z-index: 1000;
	    background-color: black;
	    opacity: 0.8;
	    padding: 5px;
	    color: white;
	    float: right;
	    top: 72px;
	    right: 0px;
    } 

}


@media (min-width: 992px ) and (max-width: 1199px) {
	.btn-lessgrey {margin-left: -10px;}
}

@media (max-width: 750px) {
  .btn-group-responsive {
    margin-bottom: -10px;
  }
  .btn-group-responsive .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .btn-group-responsive .pull-left,
  .btn-group-responsive .pull-right {
    float: none !important;
  }
}

@media (min-width: 768px) {
	
	.loginLiClass {max-width: 1px !important;} /* mais pas collapsed */ 
	.loginAclass  {padding-left: 90% !important;} /* mais pas collapsed */
	.loginAclass span {color:#ddd} 
	.loginAclass span:hover {color:#666}
	.navbar *:focus {
		border-color: inherit;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#page-content { margin-top: 40px; } 	
 	
	.bandeau{position: relative; left: -10px; top: 60px; z-index: 1000;}
	.bandeau img {width:auto;} 	

 	.navbar .navbar-nav {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
    
 	.navbar-fixed-top, .affix-top {
	    top: auto !important;
	    border-width: 0 0 1px !important;
	    position: relative !important;
	    right: 0 !important;
	    left: 0 !important;
	    z-index: 1030 !important;
	}
	
	.affix {
	    top: 0 !important;
	    border-width: 0 0 1px !important;
	    position: fixed !important;
	    right: 0 !important;
	    left: 0 !important;
	    z-index: 1030 !important;
	}

	.xsnomargin {
	    margin-right: auto;
	    margin-left: auto;
	}	
}

@media (min-width: 992px) {
	.fullWidthLg { width: 100%;}
	.navbar .navbar-nav {
        font-size: 19px !important;
    }
}

.affix .navbar-nav>li>a {
	padding:5px 0 !important;
}
.affix {
	min-height: 0;
}

