/* font family */
@font-face {
	font-family: Oxanium_regular;
	src:url('../fonts/Oxanium-Regular.ttf');
}



/**
*
* Eléments génériques
*
**/

html,
body {
  width: 100%;
  height: 100%;
  background-color: black;
}

body {
  background-color: black;
}

h1,
h5 {
  font-family: "Trajan Pro";
  font-weight: bold;
  font-style: normal;
}

h1.room_name {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 35px;
  color: #e8e8e8;
  font-size: 36px;
  text-shadow: 0px 0px 10px #000000;
}
@media only screen and (max-width: 768px) {
	svg {height: calc(100% - 0px) !important;}
	h1.room_name {
    /* padding-right: 147px; */
    padding-left: 6rem;
    padding-right: 7rem;
		font-size: 20px;
		top: 20px;
	}
}


/* initialisation */
#minimize,
#maximize {
  display: none;
}


#newitems_modal .bullet_area {
  color: white;
  position: fixed;
  top: 40%;
  right: 25px;
  opacity: 1;
  z-index: 999;
  margin: 0;
}
#newitems_modal .bullet_area li {
  list-style-type: none;
  margin: 10px 0;

}
#newitems_modal .bullet_area li a {
  display: block;
  background-color: none;
  border:1px solid #eee;
  height:15px;
  width:15px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
}
#newitems_modal .bullet_area li .active {
  background: #fff;
}

/**
*
* Salles
* Gestion des zones cliquables / SVG
*
**/

#master-room-container {
}

#room-container {
  /*position: relative;*/
  overflow-y: hidden;
}

svg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: calc(100% - 17px);
  width: auto;
  object-fit: cover;
  margin: 0 auto;
}
svg title {
	font-family: Oxanium_regular;
}

path {
  fill: transparent;
  cursor: pointer;
  transition: fill 0.2s;
}

svg a:focus,
svg a:hover {
  outline: none;
}

svg a:focus path,
svg a:hover path {
  /*	fill: rgba(30,222,121, 0.25);*/
  fill: rgba(227, 170, 52, 0.25);
  cursor: pointer;
}





.tooltip {
  font-family: Oxanium_regular;
}





/**
*
* Plan
*
*/

#menu-plan {
  font-family: "Trajan Pro";
  font-size: 20px;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: hidden;
  color: #e8e8e8;
  background-size: cover;
  /* background-position: 10%; */
  background-repeat: no-repeat;
  background-image: url("../img/goetia_N3.png");
}

#menu-plan .menu_plan_cover .menu_div {
	width: 50%;
    float: right;
    height: 100%;
	position: relative;
}
#menu-plan .menu_plan_cover > .menu_div::after {
    content: '';
    max-width: 475px;
    width: 100%;
    height: 100%;
    background: rgba(53,23,24, .8);
    position: absolute;
    top: 0;
    left: 0;
}

#menu-plan .menu_plan_cover > .menu_div ul {
	list-style-type: none;
	max-width: 475px;
    width: 100%;
    height: 100%;
	overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 50px 15px 12px 8%;
	position: relative;
	z-index: 99;
}

#menu-plan .menu_plan_cover > .menu_div ul li {
	max-width: 395px;
    width: 100%;
  cursor: pointer;
  margin: 12px 0;
  transition: text-shadow 2s;
  position: relative;
  z-index: 999;
  font-size: 19px;
  line-height: 22px;
  transition: all .2s;
}
@media screen and (max-width: 768px) {
	#menu-plan .menu_plan_cover > .menu_div ul {
		padding: 75px 15px 12px 6%;
	}
	#menu-plan .menu_plan_cover > .menu_div ul li {
		margin: 8px 0;
		font-size: 17px;
	}
}

#menu-plan .menu_plan_cover > .menu_div ul li:hover {
  color: #fbef3b; /* lighter yellowish */
  text-shadow: 0 0 15px #ffff72;
  transition: text-shadow 0.5s;
  margin-left: 5px !important;
}

#menu-plan li.current-room {
  color: #efb72c; /* yellowish color */
}

#menu-plan .close-plan,
.close-register {
    position: absolute;
    z-index: 1059;
    top: 5px;
    right: 32px;
	width: 48px;
}

.static-links {
  bottom: 25px;
  left: 0;
  font-family: "Oxanium_regular";
  z-index: 999;
  position: absolute;
  width: 100%;
}
.static-links .container {
	align-items: flex-end;
    display: flex;
    height: 1px;
}

.static-links a {
  text-decoration: none;
  color: white;
  font-size: 15px;
  padding: 5px 15px;
  display: block;
}
.static-links a:hover {color: #efb72c;}

span.rs {
  padding-left: 12px;
}

span.rs a {
  display: inline-block;
  padding: 5px;
  padding-left: 0;
  padding-right: 0.8rem;
}

span.rs a img {
  width: 2.2rem;
}


@media screen and (max-width: 768px) {
	.static-links {bottom: 10px;}
  .static-links a {padding: 5px 0 5px 3px;}
  
  span.rs {
    padding: 0;
  }

  span.rs a {
    padding-top: 0.3rem;
  }

  div.static-links div.container {
    max-width: 570px;
  }

}







/**
*
* Inventaire
*
*/

.progress_label, .progress_value, .progress_container {
  float: left;
  height: 30px;
}

.progress_label {
  font-family: "Trajan Pro";
  font-size: 20px;
}

.progress_value {
  font-family: "Oxanium_regular" !important;
}

.progress_container {
  width: calc(100% - 440px);
  padding: 9px 17px;
}

.progress_label, .progress_value {
  font-family: "Trajan Pro";
  line-height: 30px;
  vertical-align: middle;
}
.progress_value {color: #FEBA01;}
.progress_label {
	margin-left: 3vw;
	color: #fff;
}

.progress {
  padding: 0 4px;
  height: 12px;
  width: 100%;
  background-color: rgba(36, 120, 118, 0.8);
  border: 3px rgba(70, 67, 67, 0.1) solid;
}
.filter_btn {
	display: inline-block;
	min-width: 125px;
	text-align: center;
	padding: 2px 25px;
	margin-right: 15px;
	color: #fff;
	transition: all .2s;
	background: #393939;
	border: 1px solid #717171;
	white-space: nowrap;
	border-radius: 12px;
	font-size: 13px;
	text-decoration: none;
	margin-top: -3px;
}
.filter_btn span {color: #247876;}
.filter_btn:hover {
	background: #805B12;
	color: #fff;
	text-decoration: none;
}

.m21progressbar {
  background-color: silver;
  border-radius: 3px;
}

.progress-bar {
  -webkit-transition: none !important;
  transition: none !important;
}




#inventaire_global {
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* background-image: url('../img/rooms/01-Loge-700-i.jpg'); new*/
  background-position: center;  /*new*/
  background-size: cover;  /*new*/
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 2;
  color: white;
  overflow-y: auto;
}

.inventaire_global_cover {
    background-image: url('../img/cover_img.png');  /*new*/
    background-position: center;  /*new*/
    background-size: cover;  /*new*/
    background-attachment: fixed;
    height: 100%;
    padding: 12px 25px;
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
}
.inventaire_progress_div {
	background: rgba(53,23,24, .95);
	margin-bottom: 35px;
	align-items: center;
	padding: 15px 45px 15px 25px;
	position: fixed;
	z-index: 9991;
	display: flex;
	width: 100%;
	left: 0;
	top: 0;
}

#inventaire_global .close-inventaire {
	position: fixed;
	right: 35px;
	top: -5px;
	width: 50px;
	z-index: 9999;
}
.artefacts_list {
	display: inline-block;
	width: 100%;
	margin-top: 75px;
}
.artefacts_list .col-lg-4 {
      -webkit-transition: all 0.5s ease;
  transition: all .5s ease;
  }
  .artefacts_list .col-6 {
    -webkit-transition: all 0.5s ease;
  transition: all .5s ease;
  }
@media screen and (min-width: 992px) {
	.artefacts_list.short .col-lg-4 {
	    -ms-flex: 0 0 16.666667%;
	    flex: 0 0 16.666667%;
	    max-width: 16.666667%;
	}
}
@media screen and (max-width: 991px) {
	.artefacts_list.short .col-6 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.artefact-mini {
  position: relative;
  background-color: black;
  border: 1px #2b2b2b solid;
  /* margin: 0 1vw 1vh 0; */
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-transition: all 2s ease;
  transition: all 2s ease; 
  cursor: pointer;
  margin-bottom: 15px;
  display: flex;
}

.artefact-mini:hover {
  border: 1px #4d1616 solid;
  box-shadow: 0 0 2.5rem #6f0000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.artefact-mini.short .miniature-parent {max-width: 100%;}
.artefact-mini.short .mini-textes {display: none;}

.artefact-mini .miniature {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.artefact-mini:hover .miniature {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.artefact-mini .badge {
  margin: 2vh 0 2vh 0;
}

.miniature-parent {
  max-width: 35%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.miniature {
  width: 100%;
  min-height: 175px;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.mini-textes {
	padding: 10px 15px 15px 20px;
}

@media only screen and (max-height: 600px) {
  .artefact-mini .badge {font-size: 14px;}
  .artefact-mini .artefact-title {font-size: 30%;}
  .miniature {
    min-height: 130px !important;
  }
}

#artefact .close-artefact {
	position: absolute;
    top: -7px;
    right: 5px;
    width: 48px;
    height: 40px;
    opacity: 1;
}


.artefact-title .artefact-family {
    font-family: "Trajan Pro";
    color: silver;
    margin-bottom: 0;
    font-size: 12px;
}

.artefact-title h3 {
    font-family: "Trajan Pro";
    color: white;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
  .artefact-title h3 {
	  font-weight: 500;
      font-size: 17px;
  }
}


#menu-plan {
    /* background-image: url('../img/rooms/01-Loge-700-i.jpg'); */
    background-position: center;  /*new*/
    background-size: cover;  /*new*/
}
.menu_plan_cover {
    background-image: url('../img/cover_img.png');  /*new*/
    background-position: center;  /*new*/
    background-size: cover;  /*new*/
    background-attachment: fixed;
    height: 100%;
    position: relative;
}
.menu_plan_cover .manu_close_cover {
    display: inline-block;
	content: '';
    position: absolute;
	height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

#contact_modal,
#privacy_policy,
#legal_notice {
	background-color: rgba(0,0,0,.8);

    background-position: center;  /*new*/
    background-size: cover;  /*new*/
}

#contact_modal #contact_modal_cover,
#privacy_policy #privacy_policy_cover,
#legal_notice #legal_notice_cover,
#information_modal #closs_cover {
	background-color: rgba(0,0,0,.2);
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
#information_modal .modal_cover {
	display: table;
	margin: 0 auto;
}

/* #contact_modal #contact_modal .modal-dialog {} */

#newitems_modal {
	padding: 0 72px !important;
	margin: 0 -17px 0 -17px;
	background: #000;
}
#newitems_modal .modal_cover {
	margin: 0 auto;
	/* background-image: url('../img/items_modal.jpg'); */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: flex-end;
	padding: 0 45px 75px;
  transition: all .5s;
}
#newitems_modal .newitem_container {
  /*padding-top: calc(100vh - 85px);*/
}
#newitems_modal .newitems_area {
	background-color: rgba(0,0,0,0.8);
	border: 1px solid rgba(140,73,15,.5);
	padding: 45px 10%;
	color: #fff;
}
#newitems_modal .items_header {
	max-width: 90%;
	width: 100%;
	margin: 0 auto;
	font-family: "Trajan Pro";
	text-align: center;
	margin-bottom: 25px;
}
#newitems_modal .items_header .items_number {
	display: flex;
	justify-content: space-between;
}
#newitems_modal .items_header .items_number span {
	background: #B74900;
	padding: 5px 4px 1px;
	line-height: 14px;
}
#newitems_modal .items_header img {
		max-width: 80%;
	    display: flex;
	margin: 25px auto 15px;
	border: none;
	object-fit: cover;
}

#newitems_modal .heading_title {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
}

#newitems_modal .heading_title h2 {
	font-family: "Trajan Pro";
	color: #fff;
	font-size: 30px;
	white-space: nowrap;
	margin-right: 15px;
	margin-bottom: 0;
	text-overflow: ellipsis;
}
#newitems_modal .heading_title span {
	display: inline-block;
	margin-bottom: 12px;
	width: 100%;
	height: 1px;
	background: #fff;
}

#newitems_modal .close {    right: 18px;}

#newitems_modal .modal-dialog {margin: 0 !important;}
@media only screen and (min-width: 576px) {
	#newitems_modal .modal-dialog {margin: 0;}
}

/* page modal */
body.modal-open {
    padding-right: 0 !important;
    overflow: auto !important;
}
.modal-backdrop {display: none;}
#information_modal {padding: 0 72px !important;}
#information_modal #information_modal_cover {
	background-color: rgba(0,0,0,.2);
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.page_modal {
    /* background-image: url('../img/cover_img.png') ,url('../img/rooms/01-Loge-700-i.jpg'); new*/
    background-position: center;  /*new*/
    background-size: cover;  /*new*/
	background: rgba(0,0,0,.8);
	overflow-y: scroll;
	justify-content: center;
	align-items: center;
	padding: 7% 72px 45px;
	min-height: 100vh;

}
.page_modal .carousel-control-prev,
.page_modal .carousel-control-next {
	position: fixed;
	opacity: 1 !important;
	width: 1px;
}

.page_modal .carousel-control-prev {left: 35px;}
.page_modal .carousel-control-prev::after {
	border-bottom: 17px solid transparent;
	border-left: 0px solid transparent;
    border-top: 17px solid transparent;
	border-right: 30px solid #fff;
	display: inline-block;
	content: '';
}

.page_modal .carousel-control-next {right: 50px;}
.page_modal .carousel-control-next::after {
	border-bottom: 17px solid transparent;
	border-right: 0px solid transparent;
    border-top: 17px solid transparent;
	border-left: 30px solid #fff;
	display: inline-block;
	content: '';
}
.modal_cover .carousel {
	display: flex;
    align-items: center;
    min-height: 101vh;
}

.page_modal .close {
    position: fixed;
	top: 25px;
    right: 25px;
    width: 50px;
    opacity: 1;
  z-index: 999;
}
.page_modal .close img {
    width: 100%;
    height: 100%;
}
.modal-content {
	background: none;
	border: none;
}

/* privacy policy */
.legal_notice_area,
.privacy_policy {
    border: 1px solid #006468;
    background: rgba(31,33,39, .9);
    padding: 25px 20px;
    border-radius: 3px;
}
.legal_notice_area h4,
.privacy_policy h4 {
    font-family: "Trajan Pro";
    text-align: center;
    color: #efb72c;
    margin-bottom: 45px;
}
.legal_notice_area h5,
.privacy_policy h5 {
    font-family: "Trajan Pro";
    text-transform: uppercase;
    color: #ddd;
	font-size: 18px;
}
.contact_brand {
	display: inline-block;
	height: 165px;
}
.contact_brand img {max-width: 200px;}
.legal_notice_area P,
.privacy_policy P {
    font-family: Oxanium_regular;
    font-size: 14px !important;
    color: #ccc;
}

.contact_fotter {text-align: center;}
.contact_fotter P {
	font-family: Oxanium_regular;
	margin-bottom: 2px;
    font-size: 15px !important;
    color: #fff;
}

.contact_fotter a {
	font-family: Oxanium_regular;
	margin-bottom: 2px;
    font-size: 15px !important;
    color: #fff;
}
.contact_fotter a:hover {color: #efb72c;}


/* informations style start */
.informations_area {
    border: 1px solid #006468;
    background: rgba(31,33,39, .9);
    padding: 25px 20px;
    border-radius: 3px;
}
.informations_area h4 {
    font-family: "Trajan Pro";
    text-align: center;
    color: #efb72c;
    margin-bottom: 45px;
}
.informations_area h5 {
    font-family: "Trajan Pro";
    text-transform: uppercase;
    color: #ddd;
}
.informations_area P.color_text {color: #efb72c;}
.informations_area P {
    font-family: Oxanium_regular;
    font-size: 15px !important;
    color: #ccc;
}

.informations_area .change_btn {
	margin: 25px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.informations_area .change_btn .nav-up,
.informations_area .change_btn .nav-down {margin: 0 8px;}
.informations_area .change_btn .nav-up,
.informations_area .change_btn .nav-down,
.informations_area .change_btn .nav-left,
.informations_area .change_btn .nav-right {position: static !important;}

.informations_area .btn_group {
	margin: 45px 0 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.informations_area .btn {
	margin: 5px 12px;
	display: inline-block;
	min-width: 145px;
	border-radius: 6px;
	font-family: "Trajan Pro";
	text-align: center;
	padding: 0 20px;
	color: #fff;
}
.informations_area .btn.previous {background: #4C4C4C;}
.informations_area .btn.next {background: #017680;}



.contact_area h4 {
    font-family: "Trajan Pro";
    text-align: center;
    color: #efb72c;
}
.contact_area ul {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 35px !important;
    margin-bottom: 25px !important;
    z-index: 9 !important;
    position: relative;
}
.contact_area ul li {
	list-style-type: none;
  /*border-radius: 50%;*/
  /*margin: 8px 35px;*/
  /*border: 1px solid #eee;*/
  /*color: #fff;*/
  text-align: center;
  font-size: 12px;
}
.contact_area ul li a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: inline-block;
	width: 90px !important;
  height: 90px !important;
  line-height: 90px;
	text-decoration: none;
	padding: 18px;
}
.contact_area ul li a img {
	max-width: 100%;
	width: 100%;
}
/*.contact_area ul li:nth-child(2n+0) {background: #475266 !important;}
.contact_area ul li:nth-child(2n+1) {background: #6A593F !important;}
.contact_area ul li:nth-child(2n+2) {background: #6F4344 !important;}
.contact_area ul li:nth-child(2n+3) {background: #416877 !important;}*/

.contact_area form {padding: 0 2%;}
.contact_area form input,
.contact_area form textarea {
    font-family: "Oxanium_regular";
    font-size: 15px;
}
.contact_area form .btn {
    font-family: "Trajan Pro";
    background: #017880;
    color: #fff;
    font-size: 15px;
    padding: 10px 45px 5px;
}
.contact_area form .btn:hover {background: #efb72c;}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 768px;
        margin: 1.75rem auto;
    }
}


/**
*
* Artefact
*
**/

#artefact {
    /* background-image: url('../img/cover_img.png'), url('../img/rooms/01-Loge-700-i.jpg'); new*/
    background-position: center;  /*new*/
    background-size: cover;  /*new*/
    padding: 0 !important;
}
#artefact::after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(0,0,0,.8);
}

#artefact .modal-dialog {
  margin: 0 auto;  /*new*/
  display: flex;  /*new*/
  align-items: center;  /*new*/
  min-height: 100%;  /*new*/
  position: relative;
  z-index: 9;
}

#artefact .badge-primary {
	font-family: Oxanium_regular;
	background: #946712;
    padding: 5px 2em 3px;
}
#artefact .modal-header {
	border: none;
	padding: 0 0 16px;
	color: #efb72c;
	justify-content: flex-start;
	align-items: center;
}
#artefact .modal-header .modal_title {
	font-family: "Trajan Pro";
	color: #fff;
	margin-bottom: 0;
	margin-left: 1rem;
	font-size: 20px;
}


#artefact .modal-header {
  margin-top: 0.5rem;
}

#artefact .modal-content {
  background-color: transparent;
  border: none;
  padding: 0 15px;
}

#artefact .modal-title {
  font-family: Oxanium_regular;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  text-shadow: 0 0 0.5rem #000000;
}

#artefact .modal-title strong {
  font-size: 2rem;
  color: #efb72c;
  margin-right: 1rem;
}
#artefact .modal-body {padding: 0;}
.bg-artefact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 0 3em #6b181a; /* rouge 7c1214 */
}

.bg-artefact .badge-primary {
  font-size: 1rem;
  font-weight: normal;
  box-shadow: 0px 0px 0.5rem #000000;
  margin-bottom: 20px;
}
.bg-artefact .artefact-title > div {
	display: block;
	width: 100%;
}

.bg-artefact .artefact-title {
	align-content: space-between;
	padding: 18px 15px;
	text-align: left;
	min-height: 45vh;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	text-shadow: 0px 0px 0.5rem #000000;
	position: relative;
}
.bg-artefact .artefact-title .cover {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	cursor: pointer;
}

.bg-artefact .artefact-family {
	font-family: "Trajan Pro";
	color: #ddd;
	width: 100%;
	font-size: 17px;
	margin-bottom: 10px;
	margin-top: 25px;
	font-weight: 700;
}

.bg-artefact h3 {
  font-family: "Trajan Pro";
  font-size: 27px !important;
  color: white;
  font-weight: bold;
  font-size: 200%;
  margin-bottom: 0;
}

.artefact-description {
  padding: 1rem;
  text-align: center;
}

.artefact-description p {
  color: white;
  font-family: Oxanium_regular;
}

.artefact-description p.unity {
	padding: 0.2rem 0.6rem;
}

#artefact .button:hover {
	text-shadow: 0px 0px 0px #000000;
	background: #D7D7D7;
	color: #5D5D5D;
}
#artefact .button {
	transition: all .2s;
	display: inline-block;
	margin: 15px 0;
	float: right;
	font-size: 1rem;
	border-radius: 40px;
	/* padding: 1% 1% 0.6% 1%; */
	background: #5D5D5D;
	color: #fff;
	padding: 5px 45px 0px;
	border: none;
}

.button {
	font-family: "Trajan Pro";
	border: none;
	font-size: 1rem;
	line-height: 1.5rem;
	vertical-align: middle;
	text-align: center;
	/* width: 21vw; */
	text-shadow: 0px 0px 5px #000000;
	color: #d2d2d2;
	background-color: transparent;
	border: 1px #dedede solid;
	border-radius: 20px;
	padding: 0.5rem 1rem 0.2rem 1rem;
	cursor: pointer;
	transition: background-color 0.4s;
}

.button:hover {
	color: #e8e8e8;
	background-color: rgba(0, 0, 0, 0.7);
	transition: background-color 0.4s;
}


.modal-backdrop.show {opacity: 0.7;}

@media only screen and (max-width: 991px) {
	.progress_container {width: calc(100% - 410px);}
}

/**
*
* player d'artefact
*
**/

#artefact-viewer-container {
  display: none;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center;  /*new*/
  background-size: cover;  /*new*/
}

#artefact-viewer-container .video_cover {
	background-image: url('../img/cover_img.png');  /*new*/
    background-position: center;  /*new*/
    background-size: cover;  /*new*/
    background-attachment: fixed;
    height: 100%;
	padding: 45px 0 12px;
	background-color: rgba(0,0,0,1);
}
#artefact-viewer-container .video_cover p.fs-btn {
	position: absolute;
    top: 9px;
    right: 50px;
	padding: 3px 15px;
	color: #e8e8e8;
	background: #000;
	border-radius: 12px;
	font-size: 90%;
}
#artefact-viewer-container .video_cover p.fs-btn:hover {color: #fff;}
#artefact-viewer-container .close-viewer {
	position: absolute;
	top: -7px;
    right: 13px;
    width: 50px;
	z-index: 10;
}

#artefact-viewer-container iframe {
  height: 100%;
  width: 100%;
  border: none;
}

/**
*
* Popup verrouillage du mode landscape
*
**/

.portraitblocker {
  display: none;
  height: 100%;
  width: 100%;
  background-color: black;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 10000;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: url(../img/z-pivotez-preview.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (orientation: portrait) {
  .portraitblocker {
    display: block;
  }
  #room-container,
  .fs-btn,
  #inventaire_global,
  #artefact-container,
  #artefact-viewer-container,
  .modal-open div#artefact,
  .modal-backdrop {
    display: none;
  }
}

/**
*
* image gallery
*
*/

.pswp .tooltip {
  z-index: 1800;
  /*background-color: #fff;*/
}

#photogallery .tooltip-inner {
  background-color: rgb(40, 40, 40);
}
#photogallery .tooltip.bs-tooltip-right .arrow::before {
  border-right-color: rgb(40, 40, 40);
}

#photogallery .tooltip.bs-tooltip-left .arrow::before {
  border-left-color: rgb(40, 40, 40);
}



.newitems_btn {
    position: absolute;
    top: 65px;
    left: 2vw;
    z-index: 1;
}
.newitems_btn button {
	background: none;
	border: none;
    color: #ccc;
}

/**
*
*	Account
*
*/
#session-btns {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 1;
}

#session-btns a.btn-logout { 
  margin-top: 0.74vw;
  padding-left: 2.5vw !important;
}

.avatar {
  position: absolute;
  right: 2.2rem;
  top:-0.25rem;
}

.avatar img {
  width: 3rem;
  height: 3rem;
  border: 2px white solid;
  border-radius: 50%;
}

/* Generated by http://responsive-css.spritegen.com Responsive CSS Sprite Generator */

.seconnecter-hover, .seconnecter, .seconnecter-logged-hover, .seconnecter-logged
{ max-width: 100%; background-size: 100%; background-image: url('../img/nav/session-btns.png'); }

.seconnecter:hover { background-position: 0 0%; background-size: 100%; }
.seconnecter-logged:hover { background-position: 0 66.666667%; background-size: 270.977918%; }

.seconnecter { 
  background-position: 0 33.333333%; 
  background-size: 100%; 
  height: 2.4rem;
}

.seconnecter-logged { 
  background-position: 0 100%; 
  background-size: 270.977918%; 
  height: 2.4rem;
}


@media screen and (max-width: 768px) {

  #session-btns {
    top: 10px;
    right: 15px;
  }

  .seconnecter {
    height: 1.8rem;
  }

  .seconnecter-logged { 
    height: 30px;
  }

  .avatar {
    right: 25px;
    top:-2.5px;
  }
  
  .avatar img {
    width: 36px;
    height: 36px;
    border: 2px #e2e2e2 solid;
    border-radius: 50%;
  }



}




#register-btn {
    background: #3C3C3C;
    border-color: #3C3C3C;
}




#session-viewer pre {
	color: white;
  }


  #session-viewer,
  #register-form {
	display: none;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	z-index: 2;
	padding: 2vh 2vw;
	color: white;
	overflow-y: scroll;
  }


#register-form {
	/* display: flex; */
	align-items: center;
	justify-content: center;
	justify-content: center;
}

#register-form-container {
	max-width: 500px;
}

#register-form h1 {
	text-align: center;
	color: #efb72c;
	font-weight: 400;
}

#register-form h3 {
	font-size: 1em;
	text-align: center;
}

#register-form button {
	margin: 0 auto;
	font-family: "Trajan Pro";
	border-radius: 2em;
}








/**
*
* Rumeurs
*
**/

.rumeur .modal-content {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px #292929c4 solid;
  color: white;
}

.rumeur .modal-content h2 {
  font-family: "Trajan Pro";
  font-size: 1.5rem;
  color: #efb72c;
  margin-bottom: 1rem;
}

.rumeur .modal-body {
  padding: 1.5rem;
  text-align: center;
}

.introduction {
  font-family: Oxanium_regular;
  font-size: 1rem;
  font-weight: 400;
}

.explication {
  font-family: Oxanium_regular;
  font-size: 1rem;
  color: #efb72c;
  /* border: 1px #efb72c solid; */
  /* border-radius: 5px; */
  padding: 1rem 1rem 2rem 1rem;
  margin: 2rem 0;
  line-height: 1rem;
  vertical-align: middle;
}

.up-explication, .down-explication, .left-explication, .right-explication
  { max-width: 100%; width: 4.4vh; background-size: 100%; background-image: url('../img/nav/nav.png'); }

.up-explication { background-position: 0 100%; background-size: 100%; }
.down-explication { background-position: 0 27.272727%; background-size: 100%; }
.left-explication { background-position: 0 45.454545%; background-size: 100%; }
.right-explication { background-position: 0 81.818182%; background-size: 100%; }

@media only screen and (max-width: 900px) {
  .rumeur .modal-dialog {
    max-width: 80vw;
  }
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {
  .rumeur .modal-dialog {
    max-width: 55vw;
  }
}

@media only screen and (min-width: 1201px) {
  .rumeur .modal-dialog {
    max-width: 45vw;
  }
}






hr {
  border: 1px white solid;
  width: 100%;
}











.pswp__caption p {font-family: Oxanium_regular;}




