/*APPARENCE SHOWMESSAGE EN BAS A GAUCHE DE L'ECRAN*/
.fpd-shadow-2{-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}
.fpd-snackbar-wrapper{position:fixed;left:12px;bottom:0;z-index:100000}
.fpd-snackbar{background:#323232;margin-bottom:10px;color:#fff;line-height:18px;font-size:24px;min-width:288px;max-width:568px;overflow-y:hidden;border-radius:2px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}
.fpd-snackbar p{margin:0;padding:16px 24px}
.fpd-snackbar.fpd-show-up{max-height:300px}
/*FIN APPARENCE SHOWMESSAGE EN BAS A GAUCHE DE L'ECRAN*/


.green{
	background-color:rgba(62,255,33,0.7)!important;
	
}
.blue{
	background-color:rgba(232,47,43,0.7)!important;
	
}
.center{
	text-align:center!important;
}
.right{
	text-align:right;
	
}
.noborder{
	border:none;
}

.wborder,.wborder td,.wborder th{
	border:1px solid black;
}

.badgebutton{
	width:120px;
	font-size:1.2em;
}

#choixan{
    padding: 0.375rem 0.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	
}

.wide{
	max-width:120px;
	min-width:120px;
}
#zonefilter{
	display:flex;
	flex-direction:row;
	justify-content: space-around;
}
.btnfltr{
	min-width:120px;
	
}
#spinner{
	display:none;
	justify-content: center;
}
.overlay{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.7);
	display:none;
}
.overlay p{
	color:#fff;
	text-align:center;
	font-size:2em;
	margin:50px auto;
	
}
.adress{display:none;}
.btnDispo{
	float:right;
	display:none;
}

.paw{
	
	padding:0 10px!important;
	position:relative;
}
.paw input{
	margin-top:10px;
	background-color: transparent;
    border: 0px solid;
	outline: none;
	width:80%;
	height:100%;
	text-align:center;
}
.paw i{
	margin-top: 10px;
    font-size: 1.4em;
	cursor:pointer;
	
}
/*---------------------------
  Element Image Boxes
 ----------------------------*/
/* Gallery Item */
.nk-gallery-item-box,
.nk-gallery-item-group {
    position: relative;
    display: block;
    overflow: hidden;
}

.nk-gallery-item-box, .nk-gallery-item-box:hover, .nk-gallery-item-box:focus, .nk-gallery-item-box:active,
.nk-gallery-item-box a,
.nk-gallery-item-box a:hover,
.nk-gallery-item-box a:focus,
.nk-gallery-item-box a:active,
.nk-gallery-item-group,
.nk-gallery-item-group:hover,
.nk-gallery-item-group:focus,
.nk-gallery-item-group:active,
.nk-gallery-item-group a,
.nk-gallery-item-group a:hover,
.nk-gallery-item-group a:focus,
.nk-gallery-item-group a:active {
    text-decoration: none;
}

.nk-gallery-item-box img,
.nk-gallery-item-group img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    -o-transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    will-change: transform;
}

.nk-gallery-item-box .nk-gallery-item,
.nk-gallery-item-group .nk-gallery-item {
    display: block;
}

.nk-gallery-item-box .nk-gallery-item:hover img,
.nk-gallery-item-group .nk-gallery-item:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.nk-gallery-item-box .nk-gallery-item-description,
.nk-gallery-item-group .nk-gallery-item-description {
    position: absolute;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.nk-gallery-item-box .nk-gallery-item-link,
.nk-gallery-item-group .nk-gallery-item-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.nk-gallery-item-box .nk-gallery-item-label,
.nk-gallery-item-group .nk-gallery-item-label {
    position: absolute;
    bottom: 30px;
    padding: 17px 30px;
    background-color: #171e22;
    z-index: 2;
}

.nk-gallery-item-box .nk-gallery-item-overlay,
.nk-gallery-item-group .nk-gallery-item-overlay {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: rgba(229, 190, 43, 0.75);
    opacity: 0;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
    z-index: 1;
}

.nk-gallery-item-box .nk-gallery-item-overlay > span,
.nk-gallery-item-group .nk-gallery-item-overlay > span {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 48px;
    text-align: center;
    border: 4px solid #fff;
    border-radius: 28px;
    opacity: .85;
    -webkit-transition: .35s transform ease;
    -o-transition: .35s transform ease;
    transition: .35s transform ease;
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
}

.nk-gallery-item-box:hover .nk-gallery-item-overlay, .nk-gallery-item-box.hover .nk-gallery-item-overlay,
.nk-gallery-item-group:hover .nk-gallery-item-overlay,
.nk-gallery-item-group.hover .nk-gallery-item-overlay {
    opacity: 1;
}

.nk-gallery-item-box:hover .nk-gallery-item-overlay > span, .nk-gallery-item-box.hover .nk-gallery-item-overlay > span,
.nk-gallery-item-group:hover .nk-gallery-item-overlay > span,
.nk-gallery-item-group.hover .nk-gallery-item-overlay > span {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

/* Gallery Group */
.nk-gallery-item-group .nk-gallery-item-overlay {
    padding-bottom: 55px;
    background-color: rgba(23, 30, 34, 0.65);
}

.nk-gallery-item-group .nk-gallery-item-description {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 19px;
    overflow: auto;
    color: #fff;
    text-indent: 0;
    white-space: normal;
    background-color: rgba(221, 22, 59, 0.75);
}

.nk-gallery-item-group .nk-gallery-item-description .nk-gallery-item-description-title {
    float: left;
    margin-bottom: 0;
    line-height: 1.1;
}

.nk-gallery-item-group .nk-gallery-item-description .nk-gallery-item-description-info {
    float: right;
    line-height: 1.1;
}

.nk-gallery-item-group .nk-gallery-item-description .nk-gallery-item-description-info span:last-of-type {
    margin-left: 8px;
    font-weight: 600;
}
.hidetext { -webkit-text-security: disc; /* Default */ }
