/*@charset "utf-8";*/
/* CSS Document */
    .message-ok {
    text-align: center;
    background: #00ff0069;
}

    .message-bad {
    text-align: center;
    background: #e15a5a;
}

/* input type file*/
.label-file {
    cursor: pointer;
    color: #00b1ca;
    font-weight: bold;
}
.label-file:hover {
    color: #25a5c4;
}

/*et on masque le input*/
.input-file {
    display: none;
}

/*Plan village départ*/
table tr td .plan-village-naturelles {
    width: 18%;
    border: 1px #000 solid;
    display: inline-grid;
    text-align: center!important;
    background-color: #fb6340;
    min-height: 50px;
    color: #fff;
    
    vertical-align: middle!important;
    /*line-height: 50px;*/
}
.scene{
	background-color: #2dce89!important
}

.stand-sponsor{
	display: inline-grid;
	background-color: #11cdef;
	width: 11%;
	min-height: 50px;
    color: #fff;

}
.stand-sponsor-vert{
	display: inline-grid;
	background-color: #3a893a;
	width: 11%;
	min-height: 50px;
    color: #fff;

}

.stand-sponsor-vip{
	display: inline-grid;
	background-color: #708d93;
	width: 11%;
	min-height: 50px;
    color: #fff;

}

.espace-vide{
	display: inline-grid;
	width: 22%;
}

.docsEquip {
    display: inline-grid;
    margin-right: 4%;
}

.auth-wrapper .lavalite-bg .lavalite-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(88 136 97) 0%, rgb(228 177 1) 100%)!important;
}

.auth-wrapper .authentication-form {
    font-size: .9rem;
    width: 70%;
    display: block;
    padding: 5px 0;
}
